2023-12-06T14:37:21.994 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T14:37:21.994 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271 --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 adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi --verbose --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/orig.config.yaml 2023-12-06T14:37:22.026 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T14:37:22.105 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271 branch: wip-adk-testing-2023-12-05-1905 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: adking@redhat.com first_in_suite: false job_id: '7480271' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-adk-testing-2023-12-05-1905 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: 0482646fcf78576d871bc87843257d82edb79541 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0482646fcf78576d871bc87843257d82edb79541 workunit: branch: wip-adk-testing-2023-12-05-1905 sha1: 0482646fcf78576d871bc87843257d82edb79541 owner: scheduled_adking@teuthology priority: 50 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: 2836 sha1: 0482646fcf78576d871bc87843257d82edb79541 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-05-1905 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0482646fcf78576d871bc87843257d82edb79541 targets: smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_14:29:19 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T14:37:22.105 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa; will attempt to use it 2023-12-06T14:37:22.106 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T14:37:22.106 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T14:37:22.108 INFO:teuthology.task.internal:Checking packages... 2023-12-06T14:37:22.134 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T14:37:22.134 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T14:37:22.134 INFO:teuthology.packaging:ref: None 2023-12-06T14:37:22.134 INFO:teuthology.packaging:tag: None 2023-12-06T14:37:22.134 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T14:37:22.134 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:37:22.134 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-adk-testing-2023-12-05-1905 2023-12-06T14:37:22.491 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26-g0482646f-1focal 2023-12-06T14:37:22.491 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T14:37:22.498 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T14:37:22.498 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T14:37:22.510 INFO:teuthology.task.internal:Saving configuration 2023-12-06T14:37:22.525 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T14:37:22.530 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T14:37:22.558 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:13.171940', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T14:37:22.583 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:13.173905', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T14:37:22.583 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T14:37:22.589 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-06T14:37:22.590 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-06T14:37:22.590 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T14:37:22.667 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1670ded1f0>, signals=[15]) 2023-12-06T14:37:22.667 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T14:37:22.674 INFO:teuthology.task.internal:Opening connections... 2023-12-06T14:37:22.674 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T14:37:22.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:37:22.725 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2023-12-06T14:37:22.726 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:37:22.775 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T14:37:22.782 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2023-12-06T14:37:22.808 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2023-12-06T14:37:22.808 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Ubuntu" 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:ID=ubuntu 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE=debian 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="20.04" 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T14:37:22.857 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T14:37:22.858 INFO:teuthology.orchestra.run.smithi116.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T14:37:22.858 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_CODENAME=focal 2023-12-06T14:37:22.858 INFO:teuthology.orchestra.run.smithi116.stdout:UBUNTU_CODENAME=focal 2023-12-06T14:37:22.858 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2023-12-06T14:37:22.899 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2023-12-06T14:37:22.906 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2023-12-06T14:37:22.907 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2023-12-06T14:37:22.912 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Ubuntu" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:ID=ubuntu 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE=debian 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="20.04" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_CODENAME=focal 2023-12-06T14:37:22.913 INFO:teuthology.orchestra.run.smithi150.stdout:UBUNTU_CODENAME=focal 2023-12-06T14:37:22.913 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2023-12-06T14:37:22.933 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T14:37:22.942 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T14:37:22.948 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T14:37:22.948 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2023-12-06T14:37:22.950 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2023-12-06T14:37:22.960 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T14:37:22.967 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T14:37:22.967 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2023-12-06T14:37:22.971 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2023-12-06T14:37:22.985 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T14:37:23.037 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T14:37:23.051 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T14:37:23.052 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T14:37:23.052 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T14:37:23.053 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T14:37:23.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:37:23.059 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-12-06T14:37:23.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:37:23.060 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-06T14:37:23.066 INFO:teuthology.orchestra.run.smithi116.stdout:5.4.0-124-generic 2023-12-06T14:37:23.066 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.4.0-124-generic 2023-12-06T14:37:23.066 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2023-12-06T14:37:23.110 INFO:teuthology.orchestra.run.smithi150.stdout:5.4.0-124-generic 2023-12-06T14:37:23.110 INFO:teuthology.task.kernel:Running kernel on smithi150: 5.4.0-124-generic 2023-12-06T14:37:23.110 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2023-12-06T14:37:23.205 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2023-12-06T14:37:23.226 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2023-12-06T14:37:23.459 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:37:23.468 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:37:23.469 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T14:37:23.469 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T14:37:23.469 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T14:37:23.548 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T14:37:23.553 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T14:37:23.563 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T14:37:23.841 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T14:37:23.856 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T14:37:23.928 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T14:37:23.977 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T14:37:23.980 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T14:37:23.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T14:37:23.983 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T14:37:23.983 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T14:37:23.990 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T14:37:23.994 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T14:37:23.994 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T14:37:23.998 INFO:teuthology.orchestra.run.smithi150.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T14:37:24.015 INFO:teuthology.orchestra.run.smithi150.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T14:37:24.017 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T14:37:24.019 INFO:teuthology.orchestra.run.smithi150.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:37:24.019 INFO:teuthology.orchestra.run.smithi150.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T14:37:24.020 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:37:24.020 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T14:37:24.021 INFO:teuthology.orchestra.run.smithi150.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T14:37:24.026 INFO:teuthology.orchestra.run.smithi150.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T14:37:24.030 INFO:teuthology.orchestra.run.smithi150.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T14:37:24.031 INFO:teuthology.orchestra.run.smithi150.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T14:37:24.032 INFO:teuthology.orchestra.run.smithi150.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T14:37:24.032 INFO:teuthology.orchestra.run.smithi150.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T14:37:24.033 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T14:37:24.040 INFO:teuthology.orchestra.run.smithi150.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T14:37:24.041 INFO:teuthology.orchestra.run.smithi150.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T14:37:24.048 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T14:37:24.052 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T14:37:24.053 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T14:37:24.053 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T14:37:24.054 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T14:37:24.054 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T14:37:24.072 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T14:37:24.073 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T14:37:24.073 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T14:37:24.073 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T14:37:24.074 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T14:37:24.074 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T14:37:24.128 INFO:teuthology.orchestra.run.smithi150.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T14:37:24.146 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T14:37:24.182 INFO:teuthology.orchestra.run.smithi150.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T14:37:24.188 INFO:teuthology.orchestra.run.smithi150.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T14:37:24.188 INFO:teuthology.orchestra.run.smithi150.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T14:37:24.189 INFO:teuthology.orchestra.run.smithi150.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T14:37:24.219 INFO:teuthology.orchestra.run.smithi150.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T14:37:24.223 INFO:teuthology.orchestra.run.smithi150.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:37:24.223 INFO:teuthology.orchestra.run.smithi150.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T14:37:24.234 INFO:teuthology.orchestra.run.smithi150.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T14:37:24.247 INFO:teuthology.orchestra.run.smithi150.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T14:37:24.251 INFO:teuthology.orchestra.run.smithi150.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T14:37:24.253 INFO:teuthology.orchestra.run.smithi150.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T14:37:24.253 INFO:teuthology.orchestra.run.smithi150.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T14:37:24.253 INFO:teuthology.orchestra.run.smithi150.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T14:37:24.272 INFO:teuthology.orchestra.run.smithi150.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T14:37:24.272 INFO:teuthology.orchestra.run.smithi150.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T14:37:24.273 INFO:teuthology.orchestra.run.smithi150.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T14:37:24.273 INFO:teuthology.orchestra.run.smithi150.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T14:37:24.273 INFO:teuthology.orchestra.run.smithi150.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T14:37:24.274 INFO:teuthology.orchestra.run.smithi150.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T14:37:24.274 INFO:teuthology.orchestra.run.smithi150.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T14:37:24.478 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T14:37:24.668 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T14:37:24.682 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T14:37:24.683 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T14:37:24.684 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T14:37:24.752 INFO:teuthology.orchestra.run.smithi116.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T14:37:24.762 INFO:teuthology.orchestra.run.smithi116.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:37:24.763 INFO:teuthology.orchestra.run.smithi116.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T14:37:24.785 INFO:teuthology.orchestra.run.smithi116.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T14:37:24.976 INFO:teuthology.orchestra.run.smithi116.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T14:37:25.405 INFO:teuthology.orchestra.run.smithi116.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T14:37:25.411 INFO:teuthology.orchestra.run.smithi116.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T14:37:25.418 INFO:teuthology.orchestra.run.smithi116.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T14:37:25.420 INFO:teuthology.orchestra.run.smithi116.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T14:37:25.422 INFO:teuthology.orchestra.run.smithi116.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T14:37:27.868 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 18.3 MB in 3s (6,941 kB/s) 2023-12-06T14:37:28.036 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 18.3 MB in 3s (6,706 kB/s) 2023-12-06T14:37:29.274 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-12-06T14:37:29.300 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:37:29.373 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-12-06T14:37:29.547 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2023-12-06T14:37:29.574 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:37:29.575 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2023-12-06T14:37:29.576 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2023-12-06T14:37:29.651 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2023-12-06T14:37:29.758 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2023-12-06T14:37:29.758 INFO:teuthology.orchestra.run.smithi116.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:37:29.759 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T14:37:29.759 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T14:37:29.760 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2023-12-06T14:37:29.760 INFO:teuthology.orchestra.run.smithi116.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T14:37:29.760 INFO:teuthology.orchestra.run.smithi116.stdout:Recommended packages: 2023-12-06T14:37:29.760 INFO:teuthology.orchestra.run.smithi116.stdout: thermald 2023-12-06T14:37:29.818 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2023-12-06T14:37:29.818 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:37:29.818 INFO:teuthology.orchestra.run.smithi116.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T14:37:29.819 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T14:37:29.820 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages will be upgraded: 2023-12-06T14:37:29.821 INFO:teuthology.orchestra.run.smithi116.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T14:37:29.854 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2023-12-06T14:37:29.855 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2023-12-06T14:37:29.874 INFO:teuthology.orchestra.run.smithi116.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:37:29.874 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 77.0 MB of archives. 2023-12-06T14:37:29.874 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T14:37:29.875 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-06T14:37:30.037 INFO:teuthology.orchestra.run.smithi150.stdout:The following additional packages will be installed: 2023-12-06T14:37:30.037 INFO:teuthology.orchestra.run.smithi150.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:37:30.037 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T14:37:30.037 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T14:37:30.038 INFO:teuthology.orchestra.run.smithi150.stdout:Suggested packages: 2023-12-06T14:37:30.038 INFO:teuthology.orchestra.run.smithi150.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T14:37:30.038 INFO:teuthology.orchestra.run.smithi150.stdout:Recommended packages: 2023-12-06T14:37:30.038 INFO:teuthology.orchestra.run.smithi150.stdout: thermald 2023-12-06T14:37:30.087 INFO:teuthology.orchestra.run.smithi150.stdout:The following NEW packages will be installed: 2023-12-06T14:37:30.087 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:37:30.087 INFO:teuthology.orchestra.run.smithi150.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T14:37:30.087 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T14:37:30.088 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages will be upgraded: 2023-12-06T14:37:30.089 INFO:teuthology.orchestra.run.smithi150.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T14:37:30.262 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-06T14:37:30.273 INFO:teuthology.orchestra.run.smithi150.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:37:30.273 INFO:teuthology.orchestra.run.smithi150.stdout:Need to get 77.0 MB of archives. 2023-12-06T14:37:30.273 INFO:teuthology.orchestra.run.smithi150.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T14:37:30.273 INFO:teuthology.orchestra.run.smithi150.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-06T14:37:30.408 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-06T14:37:31.055 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-06T14:37:31.055 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-06T14:37:31.055 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-06T14:37:31.166 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-06T14:37:31.180 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-06T14:37:31.422 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-06T14:37:31.741 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-06T14:37:31.903 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 77.0 MB in 1s (57.0 MB/s) 2023-12-06T14:37:32.110 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T14:37:32.991 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-06T14:37:32.991 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-06T14:37:32.992 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-06T14:37:33.728 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-06T14:37:33.787 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-06T14:37:33.810 INFO:teuthology.orchestra.run.smithi116.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-06T14:37:33.815 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:33.916 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:34.473 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 77.0 MB in 4s (20.9 MB/s) 2023-12-06T14:37:34.662 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T14:37:35.874 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T14:37:35.891 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:35.985 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:36.573 INFO:teuthology.orchestra.run.smithi150.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-06T14:37:36.578 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:36.676 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:37.077 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T14:37:37.090 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:37.127 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:38.618 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T14:37:38.632 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:38.729 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:39.788 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T14:37:39.801 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:39.837 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:41.956 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:37:42.083 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:37:42.441 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:37:42.578 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:37:42.931 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T14:37:42.945 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T14:37:42.989 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:37:44.761 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:37:44.901 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:37:45.251 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:37:45.371 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:37:45.724 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T14:37:45.738 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T14:37:45.791 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:37:48.477 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T14:37:48.499 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:48.551 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:51.237 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T14:37:51.253 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:37:51.260 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:37:51.303 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:51.397 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:37:51.742 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:52.953 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:37:53.079 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:53.661 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:54.021 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:37:54.168 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:37:54.481 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:55.328 INFO:teuthology.orchestra.run.smithi116.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:37:55.328 INFO:teuthology.orchestra.run.smithi116.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T14:37:55.474 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:55.714 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:37:55.849 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:56.000 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:56.675 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T14:37:56.801 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T14:37:56.944 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T14:37:57.070 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:57.143 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T14:37:57.144 INFO:teuthology.orchestra.run.smithi116.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:37:57.661 INFO:teuthology.orchestra.run.smithi150.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:37:57.661 INFO:teuthology.orchestra.run.smithi150.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T14:37:57.810 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:59.003 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T14:37:59.129 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T14:37:59.263 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T14:37:59.399 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:37:59.473 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T14:37:59.474 INFO:teuthology.orchestra.run.smithi150.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:38:18.699 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T14:38:18.699 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub' 2023-12-06T14:38:18.712 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:38:18.727 INFO:teuthology.orchestra.run.smithi116.stdout:Generating grub configuration file ... 2023-12-06T14:38:19.036 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:38:19.055 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:38:19.424 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:38:19.435 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:38:21.290 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T14:38:21.290 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub' 2023-12-06T14:38:21.306 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:38:21.328 INFO:teuthology.orchestra.run.smithi150.stdout:Generating grub configuration file ... 2023-12-06T14:38:21.667 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:38:21.689 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:38:22.112 INFO:teuthology.orchestra.run.smithi116.stdout:done 2023-12-06T14:38:22.113 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:38:22.126 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:38:22.536 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic 2023-12-06T14:38:22.582 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic 2023-12-06T14:38:22.582 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2023-12-06T14:38:22.582 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 20 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.4.0.167.164 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:38:22.583 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2023-12-06T14:38:22.583 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T14:38:22.584 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T14:38:22.584 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T14:38:22.584 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-06T14:38:22.584 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T14:38:22.584 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2023-12-06T14:38:22.677 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2023-12-06T14:38:22.805 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T14:38:22.829 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:38:22.869 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T14:38:22.909 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T14:38:24.554 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-12-06T14:38:24.580 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:38:24.650 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-12-06T14:38:24.819 INFO:teuthology.orchestra.run.smithi150.stdout:done 2023-12-06T14:38:24.830 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2023-12-06T14:38:24.831 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2023-12-06T14:38:25.043 INFO:teuthology.orchestra.run.smithi116.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T14:38:25.043 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:38:25.045 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic 2023-12-06T14:38:25.066 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic 2023-12-06T14:38:25.066 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 20 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.4.0.167.164 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:38:25.067 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2023-12-06T14:38:25.068 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2023-12-06T14:38:25.074 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.JpP3FGiiVI 2023-12-06T14:38:25.074 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub/grub.cfg /tmp/tmp.JpP3FGiiVI 2023-12-06T14:38:25.131 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.JpP3FGiiVI 2023-12-06T14:38:25.177 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.JpP3FGiiVI is 9KB 2023-12-06T14:38:25.192 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.JpP3FGiiVI 2023-12-06T14:38:25.198 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T14:38:25.246 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic 2023-12-06T14:38:25.255 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:38:25.255 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T14:38:25.255 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T14:38:25.292 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T14:38:25.292 DEBUG:teuthology.orchestra.run.smithi116:> sudo update-grub 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 20 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta 2023-12-06T14:38:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 5.4.0.167.164 2023-12-06T14:38:25.295 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-06T14:38:25.295 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:38:25.295 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2023-12-06T14:38:25.295 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2023-12-06T14:38:25.295 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:38:25.295 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2023-12-06T14:38:25.296 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T14:38:25.296 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T14:38:25.296 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T14:38:25.296 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-06T14:38:25.297 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T14:38:25.297 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2023-12-06T14:38:25.382 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2023-12-06T14:38:25.539 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T14:38:25.631 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:38:25.713 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T14:38:25.795 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T14:38:26.576 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub' 2023-12-06T14:38:26.585 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:38:26.600 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2023-12-06T14:38:26.895 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:38:26.907 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:38:27.295 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2023-12-06T14:38:27.298 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:38:27.310 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:38:27.320 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:38:27.387 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2023-12-06T14:38:27.592 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2023-12-06T14:38:27.592 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2023-12-06T14:38:27.813 INFO:teuthology.orchestra.run.smithi150.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T14:38:27.813 INFO:teuthology.orchestra.run.smithi150.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:38:27.815 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic 2023-12-06T14:38:27.835 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic 2023-12-06T14:38:27.835 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2023-12-06T14:38:27.835 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2023-12-06T14:38:27.835 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2023-12-06T14:38:27.835 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 20 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 5.4.0.167.164 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:38:27.836 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2023-12-06T14:38:27.837 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2023-12-06T14:38:27.841 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.U5YRI5IMX5 2023-12-06T14:38:27.841 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub/grub.cfg /tmp/tmp.U5YRI5IMX5 2023-12-06T14:38:27.898 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.U5YRI5IMX5 2023-12-06T14:38:27.933 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.U5YRI5IMX5 is 9KB 2023-12-06T14:38:27.947 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.U5YRI5IMX5 2023-12-06T14:38:27.953 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T14:38:28.010 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:38:28.011 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T14:38:28.011 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T14:38:28.045 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T14:38:28.045 DEBUG:teuthology.orchestra.run.smithi150:> sudo update-grub 2023-12-06T14:38:28.978 INFO:teuthology.orchestra.run.smithi116.stderr:done 2023-12-06T14:38:28.979 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2023-12-06T14:38:29.492 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub' 2023-12-06T14:38:29.504 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:38:29.518 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2023-12-06T14:38:29.792 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:38:29.804 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:38:30.159 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:38:30.170 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:38:31.852 INFO:teuthology.orchestra.run.smithi150.stderr:done 2023-12-06T14:38:31.853 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2023-12-06T14:38:59.006 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-06T14:38:59.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:38:59.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:01.858 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-06T14:39:01.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:39:01.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:17.346 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-12-06T14:39:20.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-06T14:39:26.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:39:26.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:29.410 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-12-06T14:39:29.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:39:29.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:32.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-06T14:39:41.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:39:41.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:44.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:39:44.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:59.846 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-12-06T14:40:14.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:40:14.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:40:15.057 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-12-06T14:40:15.593 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:40:15.593 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-06T14:40:15.593 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-12-06T14:40:15.599 INFO:teuthology.orchestra.run.smithi116.stdout:5.4.0-167-generic 2023-12-06T14:40:15.599 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T14:40:15.600 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T14:40:15.600 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T14:40:15.970 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-06T14:40:16.601 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-06T14:40:16.601 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T14:40:16.694 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2023-12-06T14:40:16.715 DEBUG:teuthology.parallel:result is None 2023-12-06T14:40:30.972 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:40:30.973 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:40:31.177 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-06T14:40:31.775 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:40:31.775 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-06T14:40:31.775 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-06T14:40:31.782 INFO:teuthology.orchestra.run.smithi150.stdout:5.4.0-167-generic 2023-12-06T14:40:31.782 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T14:40:31.782 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T14:40:31.782 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T14:40:32.783 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-06T14:40:32.784 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T14:40:32.860 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2023-12-06T14:40:32.888 DEBUG:teuthology.parallel:result is None 2023-12-06T14:40:32.888 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T14:40:32.895 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T14:40:32.895 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T14:40:32.898 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T14:40:32.904 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T14:40:32.924 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T14:40:32.937 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T14:40:32.937 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T14:40:32.940 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T14:40:32.985 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T14:40:32.992 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T14:40:32.992 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T14:40:33.022 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T14:40:33.040 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:33.042 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:33.052 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:33.052 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:33.054 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T14:40:33.061 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T14:40:33.061 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T14:40:33.064 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T14:40:33.108 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T14:40:33.117 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T14:40:33.117 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T14:40:33.120 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T14:40:33.125 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:40:33.130 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:40:33.179 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:40:33.179 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T14:40:33.205 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:40:33.212 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:40:33.260 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:40:33.260 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T14:40:33.295 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2023-12-06T14:40:33.297 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2023-12-06T14:40:33.352 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T14:40:33.360 INFO:teuthology.task.internal:Starting timer... 2023-12-06T14:40:33.360 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T14:40:33.369 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T14:40:33.377 DEBUG:teuthology.task.selinux:Excluding smithi116: OS 'ubuntu' does not support SELinux 2023-12-06T14:40:33.378 DEBUG:teuthology.task.selinux:Excluding smithi150: OS 'ubuntu' does not support SELinux 2023-12-06T14:40:33.378 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T14:40:33.378 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-06T14:40:33.378 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T14:40:33.378 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T14:40:33.389 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-06T14:40:33.389 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T14:40:33.407 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-06T14:40:33.408 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T14:46:33.138 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2023-12-06T14:46:33.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:46:33.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:46:33.189 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-12-06T14:46:33.312 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T14:46:33.312 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:46:33.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:46:33.368 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-06T14:46:33.487 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-06T14:46:33.488 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T14:46:33.498 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T14:46:33.498 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T14:46:33.499 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T14:46:33.501 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T14:46:33.501 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T14:46:33.534 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T14:46:33.534 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Command line: ntpd -gq 2023-12-06T14:46:33.535 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T14:46:33.535 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Command line: ntpd -gq 2023-12-06T14:46:33.535 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: proto: precision = 0.116 usec (-23) 2023-12-06T14:46:33.535 INFO:teuthology.orchestra.run.smithi116.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:46:33.536 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:46:33.536 INFO:teuthology.orchestra.run.smithi116.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listen normally on 3 enp3s0f1 172.21.15.116:123 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listen normally on 4 lo [::1]:123 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:3f67%5]:123 2023-12-06T14:46:33.537 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:33 ntpd[23618]: Listening on routing socket on fd #22 for interface updates 2023-12-06T14:46:33.538 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: proto: precision = 0.220 usec (-22) 2023-12-06T14:46:33.538 INFO:teuthology.orchestra.run.smithi150.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:46:33.539 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:46:33.539 INFO:teuthology.orchestra.run.smithi150.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listen normally on 3 enp3s0f1 172.21.15.150:123 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listen normally on 4 lo [::1]:123 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e35%5]:123 2023-12-06T14:46:33.540 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:33 ntpd[23611]: Listening on routing socket on fd #22 for interface updates 2023-12-06T14:46:34.534 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:34 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:34 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:34 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:34 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:34 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:34.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:34 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:34.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:34.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:34.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:34.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:34 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:35.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:35.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:35 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:36.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:36 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:36.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:36 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:36.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:36 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:36.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:36 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:36.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:36 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:36.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:36 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:36.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:36.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:36.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:36.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:36.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:36 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:37.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:37.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:37 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:38.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:38 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:38 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:38 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:38 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:38 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:38.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:38 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:38.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.537 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:38.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:38 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:39.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:39.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:39.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:39 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:40.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:40.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:40.535 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:40.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:40.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:40.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:40.536 INFO:teuthology.orchestra.run.smithi116.stdout: 6 Dec 14:46:40 ntpd[23618]: ntpd: time slew +0.003567 s 2023-12-06T14:46:40.536 INFO:teuthology.orchestra.run.smithi116.stdout:ntpd: time slew +0.003567s 2023-12-06T14:46:40.536 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T14:46:40.537 INFO:teuthology.orchestra.run.smithi116.stderr: 6 Dec 14:46:40 ntpd[23618]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:46:40.538 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:46:40.539 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:46:40.539 INFO:teuthology.orchestra.run.smithi150.stdout: 6 Dec 14:46:40 ntpd[23611]: ntpd: time slew +0.002355 s 2023-12-06T14:46:40.539 INFO:teuthology.orchestra.run.smithi150.stdout:ntpd: time slew +0.002355s 2023-12-06T14:46:40.539 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T14:46:40.540 INFO:teuthology.orchestra.run.smithi150.stderr: 6 Dec 14:46:40 ntpd[23611]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T14:46:40.598 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T14:46:40.598 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2023-12-06T14:46:40.598 INFO:teuthology.orchestra.run.smithi116.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.599 INFO:teuthology.orchestra.run.smithi116.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.599 INFO:teuthology.orchestra.run.smithi116.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.599 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.608 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T14:46:40.608 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2023-12-06T14:46:40.608 INFO:teuthology.orchestra.run.smithi150.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.608 INFO:teuthology.orchestra.run.smithi150.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.608 INFO:teuthology.orchestra.run.smithi150.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.608 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:46:40.609 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T14:46:40.690 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': '0482646fcf78576d871bc87843257d82edb79541'} 2023-12-06T14:46:40.690 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T14:46:40.691 INFO:tasks.cephadm:Cluster fsid is 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:46:40.691 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T14:46:40.691 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.116', 'mon.c': '[v2:172.21.15.116:3301,v1:172.21.15.116:6790]', 'mon.b': '172.21.15.150'} 2023-12-06T14:46:40.691 INFO:tasks.cephadm:First mon is mon.a on smithi116 2023-12-06T14:46:40.691 INFO:tasks.cephadm:First mgr is y 2023-12-06T14:46:40.691 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T14:46:40.691 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2023-12-06T14:46:40.709 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2023-12-06T14:46:40.728 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T14:46:40.729 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T14:46:41.177 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 14:46 /home/ubuntu/cephtest/cephadm 2023-12-06T14:46:41.178 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T14:46:41.519 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 14:46 /home/ubuntu/cephtest/cephadm 2023-12-06T14:46:41.519 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T14:46:41.528 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T14:46:41.547 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T14:46:41.547 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T14:46:41.549 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T14:46:41.817 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:46:41.819 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:47:17.637 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T14:47:17.637 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T14:47:17.637 INFO:teuthology.orchestra.run.smithi116.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T14:47:17.638 INFO:teuthology.orchestra.run.smithi116.stdout: "repo_digests": [ 2023-12-06T14:47:17.638 INFO:teuthology.orchestra.run.smithi116.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T14:47:17.638 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2023-12-06T14:47:17.638 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout: "repo_digests": [ 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout: ] 2023-12-06T14:47:18.247 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-12-06T14:47:18.272 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2023-12-06T14:47:18.289 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2023-12-06T14:47:18.302 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2023-12-06T14:47:18.316 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2023-12-06T14:47:18.329 INFO:tasks.cephadm:Writing seed config... 2023-12-06T14:47:18.330 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T14:47:18.331 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T14:47:18.332 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:47:18.332 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T14:47:18.337 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 4424379a-9446-11ee-95a2-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-06T14:47:18.338 DEBUG:teuthology.orchestra.run.smithi116:mon.a> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service 2023-12-06T14:47:18.381 DEBUG:teuthology.orchestra.run.smithi116:mgr.y> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service 2023-12-06T14:47:18.383 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T14:47:18.383 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 4424379a-9446-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.116 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:47:18.542 INFO:teuthology.orchestra.run.smithi116.stderr:-------------------------------------------------------------------------------- 2023-12-06T14:47:18.543 INFO:teuthology.orchestra.run.smithi116.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '4424379a-9446-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.116', '--skip-admin-label'] 2023-12-06T14:47:18.543 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying podman|docker is present... 2023-12-06T14:47:18.543 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying lvm2 is present... 2023-12-06T14:47:18.543 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying time synchronization is in place... 2023-12-06T14:47:18.549 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T14:47:18.557 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.563 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T14:47:18.569 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.576 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: masked 2023-12-06T14:47:18.583 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.590 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T14:47:18.596 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.604 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-12-06T14:47:18.609 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2023-12-06T14:47:18.610 INFO:teuthology.orchestra.run.smithi116.stderr:Unit ntp.service is enabled and running 2023-12-06T14:47:18.610 INFO:teuthology.orchestra.run.smithi116.stderr:Repeating the final host check... 2023-12-06T14:47:18.610 INFO:teuthology.orchestra.run.smithi116.stderr:docker (/usr/bin/docker) is present 2023-12-06T14:47:18.610 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl is present 2023-12-06T14:47:18.610 INFO:teuthology.orchestra.run.smithi116.stderr:lvcreate is present 2023-12-06T14:47:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T14:47:18.621 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.627 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T14:47:18.633 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.640 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: masked 2023-12-06T14:47:18.646 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.652 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T14:47:18.659 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T14:47:18.667 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-12-06T14:47:18.674 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2023-12-06T14:47:18.675 INFO:teuthology.orchestra.run.smithi116.stderr:Unit ntp.service is enabled and running 2023-12-06T14:47:18.675 INFO:teuthology.orchestra.run.smithi116.stderr:Host looks OK 2023-12-06T14:47:18.675 INFO:teuthology.orchestra.run.smithi116.stderr:Cluster fsid: 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:18.676 INFO:teuthology.orchestra.run.smithi116.stderr:Acquiring lock 140527314516288 on /run/cephadm/4424379a-9446-11ee-95a2-87774f69a715.lock 2023-12-06T14:47:18.676 INFO:teuthology.orchestra.run.smithi116.stderr:Lock 140527314516288 acquired on /run/cephadm/4424379a-9446-11ee-95a2-87774f69a715.lock 2023-12-06T14:47:18.676 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 3300 ... 2023-12-06T14:47:18.676 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 6789 ... 2023-12-06T14:47:18.677 INFO:teuthology.orchestra.run.smithi116.stderr:Base mon IP is 172.21.15.116, final addrv is [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2023-12-06T14:47:18.681 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-06T14:47:18.681 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2023-12-06T14:47:18.682 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T14:47:18.682 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 2023-12-06T14:47:18.682 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.116 metric 100 2023-12-06T14:47:18.686 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T14:47:18.686 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T14:47:18.686 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1794sec pref medium 2023-12-06T14:47:18.689 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T14:47:18.689 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-06T14:47:18.689 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T14:47:18.689 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T14:47:18.689 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:3f67/64 scope link 2023-12-06T14:47:18.689 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T14:47:18.690 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2023-12-06T14:47:18.690 INFO:teuthology.orchestra.run.smithi116.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T14:47:18.691 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:47:18.801 INFO:journalctl@ceph.mon.a.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:47:18.807 INFO:journalctl@ceph.mgr.y.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:47:19.172 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-06T14:47:19.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-06T14:47:19.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-06T14:47:19.342 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-06T14:47:20.263 INFO:teuthology.orchestra.run.smithi116.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T14:47:20.757 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T14:47:20.757 INFO:teuthology.orchestra.run.smithi116.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T14:47:21.445 INFO:teuthology.orchestra.run.smithi116.stderr:stat: 167 167 2023-12-06T14:47:22.005 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial keys... 2023-12-06T14:47:22.766 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQB6iXBlFCakLRAA5Jh7r+lucXgqLEWMsWieSQ== 2023-12-06T14:47:24.005 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQB8iXBlZFlQABAAbzGmmjjqJeEh6O8Fv1ob5Q== 2023-12-06T14:47:25.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQB9iXBl5ObzEBAAm/J/Kpo//8WuNx8iuC5owA== 2023-12-06T14:47:25.843 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial monmap... 2023-12-06T14:47:26.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T14:47:26.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T14:47:26.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:26.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T14:47:27.180 INFO:teuthology.orchestra.run.smithi116.stderr:monmaptool for a [v2:172.21.15.116:3300,v1:172.21.15.116:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T14:47:27.180 INFO:teuthology.orchestra.run.smithi116.stderr:setting min_mon_release = octopus 2023-12-06T14:47:27.180 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: set fsid to 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:27.180 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T14:47:27.180 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:47:27.180 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mon... 2023-12-06T14:47:27.881 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T14:47:27.882 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 1 imported monmap: 2023-12-06T14:47:27.882 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T14:47:27.882 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:27.882 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T14:47:26.588705+0000 2023-12-06T14:47:27.882 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: created 2023-12-06T14:47:26.588705+0000 2023-12-06T14:47:27.883 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-06T14:47:27.883 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T14:47:27.883 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.a 2023-12-06T14:47:27.883 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.883 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 0 /usr/bin/ceph-mon: set fsid to 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:27.886 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T14:47:27.886 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.886 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:47:27.886 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T14:47:27.886 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: DB SUMMARY 2023-12-06T14:47:27.886 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: DB Session ID: Q3GQRTEN0A33SSK65YH2 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.env: 0x562ec9e18860 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.fs: Posix File System 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.info_log: 0x562eca6e1320 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:47:27.887 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.statistics: (nil) 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.use_fsync: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:47:27.888 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:47:27.889 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.db_log_dir: 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:47:27.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.write_buffer_manager: 0x562eca981950 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.unordered_write: 0 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:47:27.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.row_cache: None 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.wal_filter: None 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:47:27.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:47:27.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_open_files: -1 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Compression algorithms supported: 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kZSTD supported: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T14:47:27.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.878+0000 7f306566a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.882+0000 7f306566a880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.merge_operator: 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_filter: None 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:47:27.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562eca6aad10) 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache: 0x562eca712170 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T14:47:27.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T14:47:27.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression: NoCompression 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.num_levels: 7 2023-12-06T14:47:27.917 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:47:27.918 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:47:27.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:47:27.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.ttl: 2592000 2023-12-06T14:47:27.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.886+0000 7f306566a880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:47:27.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f306566a880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f306566a880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f306566a880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f306566a880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562eca6f8700 2023-12-06T14:47:27.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f306566a880 4 rocksdb: DB pointer 0x562eca76c000 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f3057254700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.890+0000 7f3057254700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T14:47:27.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:47:27.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:27.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:27.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:47:27.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:27.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:27.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.927 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:47:27.928 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.894+0000 7f306566a880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.894+0000 7f306566a880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-06T14:47:27.929 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:47:27.894+0000 7f306566a880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-06T14:47:28.424 INFO:teuthology.orchestra.run.smithi116.stderr:create mon.a on 2023-12-06T14:47:28.654 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-06T14:47:28.848 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4424379a-9446-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-4424379a-9446-11ee-95a2-87774f69a715.target. 2023-12-06T14:47:28.849 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4424379a-9446-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-4424379a-9446-11ee-95a2-87774f69a715.target. 2023-12-06T14:47:29.250 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-06T14:47:29.257 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4424379a-9446-11ee-95a2-87774f69a715.target.wants/ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-4424379a-9446-11ee-95a2-87774f69a715@.service. 2023-12-06T14:47:29.454 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-12-06T14:47:29.454 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T14:47:29.455 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon to start... 2023-12-06T14:47:29.455 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon... 2023-12-06T14:47:30.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:30 smithi116 bash[24626]: cluster 2023-12-06T14:47:30.696916+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T14:47:30.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: cluster: 2023-12-06T14:47:30.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: id: 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:30.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T14:47:30.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:30.952 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: services: 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.244857s) 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: data: 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pgs: 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:31.567 INFO:teuthology.orchestra.run.smithi116.stderr:mon is available 2023-12-06T14:47:31.567 INFO:teuthology.orchestra.run.smithi116.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T14:47:31.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:31 smithi116 bash[24626]: cluster 2023-12-06T14:47:30.705799+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T14:47:31.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:31 smithi116 bash[24626]: cluster 2023-12-06T14:47:30.706125+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} 2023-12-06T14:47:31.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:31 smithi116 bash[24626]: cluster 2023-12-06T14:47:30.710037+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T14:47:31.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:31 smithi116 bash[24626]: cluster 2023-12-06T14:47:30.715247+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T14:47:31.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:31 smithi116 bash[24626]: cluster 2023-12-06T14:47:30.716291+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T14:47:31.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:31 smithi116 bash[24626]: audit 2023-12-06T14:47:30.950561+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/3215366803' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T14:47:32.625 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:32.625 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T14:47:32.626 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T14:47:32.627 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T14:47:32.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:32 smithi116 bash[24626]: audit 2023-12-06T14:47:32.616966+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.116:0/346892212' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T14:47:32.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:32 smithi116 bash[24626]: audit 2023-12-06T14:47:32.622787+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.116:0/346892212' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T14:47:33.153 INFO:teuthology.orchestra.run.smithi116.stderr:Generating new minimal ceph.conf... 2023-12-06T14:47:34.665 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:34 smithi116 bash[24626]: audit 2023-12-06T14:47:34.178788+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.116:0/2063470081' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:47:34.752 INFO:teuthology.orchestra.run.smithi116.stderr:Restarting the monitor... 2023-12-06T14:47:35.155 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:34 smithi116 systemd[1]: Stopping Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T14:47:35.155 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:34 smithi116 bash[25013]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon.a 2023-12-06T14:47:35.155 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:34 smithi116 bash[24626]: debug 2023-12-06T14:47:34.869+0000 7ff33abb5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T14:47:35.155 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:34 smithi116 bash[24626]: debug 2023-12-06T14:47:34.869+0000 7ff33abb5700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T14:47:35.754 INFO:teuthology.orchestra.run.smithi116.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T14:47:35.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:35 smithi116 bash[25023]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-a 2023-12-06T14:47:35.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:35 smithi116 bash[25060]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon.a 2023-12-06T14:47:35.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:35 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T14:47:35.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:35 smithi116 systemd[1]: Stopped Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:47:35.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:35 smithi116 systemd[1]: Started Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.849+0000 7f32f34f9880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.849+0000 7f32f34f9880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 8 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.849+0000 7f32f34f9880 0 pidfile_write: ignore empty --pid-file 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 0 load: jerasure load: lrc 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: DB SUMMARY 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: DB Session ID: 7CYXJO8BUOLI2KNQGG18 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T14:47:37.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82129 ; 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.env: 0x55fd808df860 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.fs: Posix File System 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.info_log: 0x55fd81e5fe00 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.statistics: (nil) 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.use_fsync: 0 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T14:47:37.163 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:47:37.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:47:37.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:47:37.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:47:37.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.db_log_dir: 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:47:37.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.write_buffer_manager: 0x55fd81f50270 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.unordered_write: 0 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:47:37.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.row_cache: None 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.wal_filter: None 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:47:37.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:47:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_open_files: -1 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Compression algorithms supported: 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kZSTD supported: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T14:47:37.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.merge_operator: 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_filter: None 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fd81e2dd00) 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cache_index_and_filter_blocks: 1 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:47:37.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: pin_top_level_index_and_filter: 1 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: index_type: 0 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: data_block_index_type: 0 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: index_shortening: 1 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: hash_index_allow_collision: 1 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: checksum: 1 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: no_block_cache: 0 2023-12-06T14:47:37.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_cache: 0x55fd81e94170 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_cache_name: BinnedLRUCache 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_cache_options: 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: capacity : 536870912 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: num_shard_bits : 4 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: strict_capacity_limit : 0 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: high_pri_pool_ratio: 0.000 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_cache_compressed: (nil) 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: persistent_cache: (nil) 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_size: 4096 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_size_deviation: 10 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_restart_interval: 16 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: index_block_restart_interval: 1 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: metadata_block_size: 4096 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: partition_filters: 0 2023-12-06T14:47:37.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: use_delta_encoding: 1 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: whole_key_filtering: 1 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: verify_compression: 0 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: read_amp_bytes_per_bit: 0 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: format_version: 4 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: enable_index_compression: 1 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: block_align: 0 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression: NoCompression 2023-12-06T14:47:37.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:47:37.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:47:37.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.num_levels: 7 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:47:37.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:47:37.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:47:37.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:47:37.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.ttl: 2592000 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:47:37.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T14:47:37.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874056863941, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.857+0000 7f32f34f9880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874056864914, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78838, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77101, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 71372, "raw_average_value_size": 341, "num_data_blocks": 10, "num_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701874056, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ca9456c4-c39b-47ca-9990-ce6a46bcbb76", "db_session_id": "7CYXJO8BUOLI2KNQGG18"}} 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874056865716, "job": 1, "event": "recovery_finished"} 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55fd81e7aa80 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 4 rocksdb: DB pointer 0x55fd81e8a000 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32e3281700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32e3281700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** DB Stats ** 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T14:47:37.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** Compaction Stats [default] ** 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: L0 2/0 78.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Sum 2/0 78.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** Compaction Stats [default] ** 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:37.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Cumulative compaction: 0.00 GB write, 13.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Interval compaction: 0.00 GB write, 13.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** Compaction Stats [default] ** 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: L0 2/0 78.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Sum 2/0 78.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** Compaction Stats [default] ** 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Cumulative compaction: 0.00 GB write, 13.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:47:37.184 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.861+0000 7f32f34f9880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 1 mon.a@-1(???) e1 preinit fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 0 mon.a@-1(???).mds e1 new map 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 0 mon.a@-1(???).mds e1 print_map 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: e1 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: legacy client fscid: -1 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: No filesystems configured 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.865+0000 7f32f34f9880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T14:47:37.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expand map: {default=false} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta from 'false' to 'false' 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expanded map: {default=false} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expand map: {default=info} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta from 'info' to 'info' 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expanded map: {default=info} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expand map: {default=daemon} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expanded map: {default=daemon} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expand map: {default=debug} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta from 'debug' to 'debug' 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: debug 2023-12-06T14:47:36.869+0000 7f32f34f9880 20 expand_channel_meta expanded map: {default=debug} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cluster 2023-12-06T14:47:36.877297+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cluster 2023-12-06T14:47:36.877378+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} 2023-12-06T14:47:37.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cluster 2023-12-06T14:47:36.877500+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T14:47:37.187 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cluster 2023-12-06T14:47:36.877548+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T14:47:37.187 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:36 smithi116 bash[25098]: cluster 2023-12-06T14:47:36.877990+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T14:47:37.846 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T14:47:37.846 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:47:37.846 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mgr... 2023-12-06T14:47:37.846 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying port 9283 ... 2023-12-06T14:47:38.073 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-06T14:47:38.082 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4424379a-9446-11ee-95a2-87774f69a715.target.wants/ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-4424379a-9446-11ee-95a2-87774f69a715@.service. 2023-12-06T14:47:38.279 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-12-06T14:47:38.279 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T14:47:38.279 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-12-06T14:47:38.279 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T14:47:38.280 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr to start... 2023-12-06T14:47:38.280 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr... 2023-12-06T14:47:38.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:38 smithi116 bash[25098]: audit 2023-12-06T14:47:37.136296+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.116:0/3349651161' entity='client.admin' 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "4424379a-9446-11ee-95a2-87774f69a715", 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:47:39.785 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "a" 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:47:39.787 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.788 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:47:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:47:39.790 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:39.791 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:47:30.707835+0000", 2023-12-06T14:47:39.791 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:39.791 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:39.791 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:47:39.791 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:47:39.973 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:39 smithi116 bash[25373]: debug 2023-12-06T14:47:39.685+0000 7fd61a02e000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:47:39.973 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:39 smithi116 bash[25098]: audit 2023-12-06T14:47:39.776242+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/285950155' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:47:40.346 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (1/15)... 2023-12-06T14:47:40.644 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:40 smithi116 bash[25373]: debug 2023-12-06T14:47:40.361+0000 7fd61a02e000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:47:40.645 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:40 smithi116 bash[25373]: debug 2023-12-06T14:47:40.481+0000 7fd61a02e000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:47:40.915 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:40 smithi116 bash[25373]: debug 2023-12-06T14:47:40.641+0000 7fd61a02e000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:47:41.259 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:40 smithi116 bash[25373]: debug 2023-12-06T14:47:40.961+0000 7fd61a02e000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:47:41.259 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:41 smithi116 bash[25373]: debug 2023-12-06T14:47:41.053+0000 7fd61a02e000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:47:41.665 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:41 smithi116 bash[25373]: debug 2023-12-06T14:47:41.253+0000 7fd61a02e000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:47:42.375 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:42 smithi116 bash[25373]: debug 2023-12-06T14:47:42.097+0000 7fd61a02e000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:47:42.375 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:42 smithi116 bash[25373]: debug 2023-12-06T14:47:42.201+0000 7fd61a02e000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:47:42.665 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:42 smithi116 bash[25373]: debug 2023-12-06T14:47:42.405+0000 7fd61a02e000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:47:43.079 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:42 smithi116 bash[25373]: debug 2023-12-06T14:47:42.749+0000 7fd61a02e000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:47:43.415 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:43 smithi116 bash[25373]: debug 2023-12-06T14:47:43.073+0000 7fd61a02e000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "4424379a-9446-11ee-95a2-87774f69a715", 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:47:43.501 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "a" 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:47:43.502 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:47:43.503 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.503 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:47:43.503 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:43.503 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:47:43.503 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:47:43.507 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:47:43.507 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:47:43.507 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:47:43.508 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:43.509 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:47:30.707835+0000", 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:47:43.510 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:47:43.750 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:43 smithi116 bash[25098]: audit 2023-12-06T14:47:43.498428+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.116:0/2104670175' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:47:43.751 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:43 smithi116 bash[25373]: debug 2023-12-06T14:47:43.449+0000 7fd61a02e000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:47:44.125 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (2/15)... 2023-12-06T14:47:44.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:43 smithi116 bash[25373]: debug 2023-12-06T14:47:43.745+0000 7fd61a02e000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:47:44.715 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:44 smithi116 bash[25373]: debug 2023-12-06T14:47:44.453+0000 7fd61a02e000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:47:44.715 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:44 smithi116 bash[25373]: debug 2023-12-06T14:47:44.553+0000 7fd61a02e000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:47:45.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:44 smithi116 bash[25373]: debug 2023-12-06T14:47:44.709+0000 7fd61a02e000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:47:45.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:44 smithi116 bash[25373]: debug 2023-12-06T14:47:44.817+0000 7fd61a02e000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:47:45.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:44 smithi116 bash[25373]: debug 2023-12-06T14:47:44.953+0000 7fd61a02e000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:47:45.539 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:45 smithi116 bash[25373]: debug 2023-12-06T14:47:45.237+0000 7fd61a02e000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:47:45.539 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:45 smithi116 bash[25373]: debug 2023-12-06T14:47:45.353+0000 7fd61a02e000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:47:45.915 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:45 smithi116 bash[25373]: debug 2023-12-06T14:47:45.533+0000 7fd61a02e000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:47:45.915 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:45 smithi116 bash[25373]: debug 2023-12-06T14:47:45.649+0000 7fd61a02e000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:47:46.776 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25373]: debug 2023-12-06T14:47:46.489+0000 7fd61a02e000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:47:46.777 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: cluster 2023-12-06T14:47:46.519309+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-06T14:47:46.777 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: cluster 2023-12-06T14:47:46.526938+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00781826s) 2023-12-06T14:47:46.777 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.530229+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:47:46.777 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.530623+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:47:46.777 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.530980+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:47:46.777 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.531220+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:47:46.778 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.531469+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:47:46.778 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: cluster 2023-12-06T14:47:46.540607+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-06T14:47:46.778 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.557330+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:47:46.778 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:46 smithi116 bash[25098]: audit 2023-12-06T14:47:46.559818+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:47:47.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:47.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:47:47.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "4424379a-9446-11ee-95a2-87774f69a715", 2023-12-06T14:47:47.146 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:47:47.146 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:47:47.146 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:47:47.146 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:47:47.147 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.147 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:47:47.147 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:47:47.147 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T14:47:47.148 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:47.148 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:47:47.148 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "a" 2023-12-06T14:47:47.148 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:47.148 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:47:47.149 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:47:47.153 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.154 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:47:30.707835+0000", 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:47.155 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:47:47.156 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:47:47.697 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (3/15)... 2023-12-06T14:47:47.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:47 smithi116 bash[25098]: audit 2023-12-06T14:47:46.573855+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' 2023-12-06T14:47:47.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:47 smithi116 bash[25098]: audit 2023-12-06T14:47:46.584664+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' 2023-12-06T14:47:47.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:47 smithi116 bash[25098]: audit 2023-12-06T14:47:46.587833+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.116:0/1768907691' entity='mgr.y' 2023-12-06T14:47:47.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:47 smithi116 bash[25098]: audit 2023-12-06T14:47:47.144322+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.116:0/3212725821' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:47:47.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:47 smithi116 bash[25098]: cluster 2023-12-06T14:47:47.533868+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01476s) 2023-12-06T14:47:49.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:49 smithi116 bash[25098]: cluster 2023-12-06T14:47:48.584901+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-06T14:47:51.132 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:51.132 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:47:51.132 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "4424379a-9446-11ee-95a2-87774f69a715", 2023-12-06T14:47:51.132 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T14:47:51.133 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "a" 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:47:51.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:47:51.137 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:47:51.140 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:47:30.707835+0000", 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:47:51.141 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T14:47:51.142 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:47:51.142 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:47:51.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:51 smithi116 bash[25098]: audit 2023-12-06T14:47:51.131184+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.116:0/3326076310' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:47:51.678 INFO:teuthology.orchestra.run.smithi116.stderr:mgr is available 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:52.895 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2023-12-06T14:47:52.896 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T14:47:52.896 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T14:47:52.896 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2023-12-06T14:47:52.896 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T14:47:52.896 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T14:47:53.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:52 smithi116 bash[25098]: audit 2023-12-06T14:47:52.890262+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.116:0/1991703528' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T14:47:53.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:52 smithi116 bash[25098]: audit 2023-12-06T14:47:52.893883+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.116:0/1991703528' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T14:47:53.499 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling cephadm module... 2023-12-06T14:47:55.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:54 smithi116 bash[25098]: audit 2023-12-06T14:47:54.862329+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.116:0/521850323' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T14:47:55.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:54 smithi116 bash[25373]: ignoring --setuser ceph since I am not root 2023-12-06T14:47:55.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:54 smithi116 bash[25373]: ignoring --setgroup ceph since I am not root 2023-12-06T14:47:55.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:55 smithi116 bash[25373]: debug 2023-12-06T14:47:55.097+0000 7f6ee34cd000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:47:55.872 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:55 smithi116 bash[25373]: debug 2023-12-06T14:47:55.745+0000 7f6ee34cd000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:47:56.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:55 smithi116 bash[25373]: debug 2023-12-06T14:47:55.865+0000 7f6ee34cd000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:47:56.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:56 smithi116 bash[25373]: debug 2023-12-06T14:47:56.037+0000 7f6ee34cd000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:47:56.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:55 smithi116 bash[25098]: audit 2023-12-06T14:47:54.919552+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.116:0/521850323' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T14:47:56.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:55 smithi116 bash[25098]: cluster 2023-12-06T14:47:54.919672+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-06T14:47:56.481 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:56 smithi116 bash[25373]: debug 2023-12-06T14:47:56.381+0000 7f6ee34cd000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:47:56.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:47:56.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T14:47:56.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:47:56.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T14:47:56.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T14:47:56.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:47:56.865 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:56 smithi116 bash[25373]: debug 2023-12-06T14:47:56.477+0000 7f6ee34cd000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:47:56.866 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:56 smithi116 bash[25373]: debug 2023-12-06T14:47:56.677+0000 7f6ee34cd000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:47:57.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:47:56 smithi116 bash[25098]: audit 2023-12-06T14:47:56.838659+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.116:0/660571326' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T14:47:57.418 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2023-12-06T14:47:57.419 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 5... 2023-12-06T14:47:57.845 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:57 smithi116 bash[25373]: debug 2023-12-06T14:47:57.533+0000 7f6ee34cd000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:47:57.845 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:57 smithi116 bash[25373]: debug 2023-12-06T14:47:57.637+0000 7f6ee34cd000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:47:58.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:57 smithi116 bash[25373]: debug 2023-12-06T14:47:57.841+0000 7f6ee34cd000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:47:58.523 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:58 smithi116 bash[25373]: debug 2023-12-06T14:47:58.197+0000 7f6ee34cd000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:47:58.891 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:58 smithi116 bash[25373]: debug 2023-12-06T14:47:58.517+0000 7f6ee34cd000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:47:59.154 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:58 smithi116 bash[25373]: debug 2023-12-06T14:47:58.885+0000 7f6ee34cd000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:47:59.415 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:59 smithi116 bash[25373]: debug 2023-12-06T14:47:59.149+0000 7f6ee34cd000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:48:00.081 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:59 smithi116 bash[25373]: debug 2023-12-06T14:47:59.821+0000 7f6ee34cd000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:48:00.081 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:47:59 smithi116 bash[25373]: debug 2023-12-06T14:47:59.921+0000 7f6ee34cd000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:48:00.415 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:00 smithi116 bash[25373]: debug 2023-12-06T14:48:00.077+0000 7f6ee34cd000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:48:00.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:00 smithi116 bash[25373]: debug 2023-12-06T14:48:00.181+0000 7f6ee34cd000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:48:00.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:00 smithi116 bash[25373]: debug 2023-12-06T14:48:00.317+0000 7f6ee34cd000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:48:00.903 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:00 smithi116 bash[25373]: debug 2023-12-06T14:48:00.601+0000 7f6ee34cd000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:48:00.904 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:00 smithi116 bash[25373]: debug 2023-12-06T14:48:00.717+0000 7f6ee34cd000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:48:01.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:00 smithi116 bash[25373]: debug 2023-12-06T14:48:00.897+0000 7f6ee34cd000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:48:01.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:01 smithi116 bash[25373]: debug 2023-12-06T14:48:01.013+0000 7f6ee34cd000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:48:02.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:01 smithi116 bash[25373]: debug 2023-12-06T14:48:01.849+0000 7f6ee34cd000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:48:02.665 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25373]: [06/Dec/2023:14:48:02] ENGINE Bus STARTING 2023-12-06T14:48:02.665 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25373]: [06/Dec/2023:14:48:02] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:48:02.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25373]: [06/Dec/2023:14:48:02] ENGINE Bus STARTED 2023-12-06T14:48:02.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:48:02.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T14:48:02.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T14:48:02.953 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: cluster 2023-12-06T14:48:01.874732+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: cluster 2023-12-06T14:48:01.875645+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: cluster 2023-12-06T14:48:01.879357+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: cluster 2023-12-06T14:48:01.931713+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0562422s) 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.933551+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.936070+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.937675+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.938097+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.938501+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: cluster 2023-12-06T14:48:01.948442+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.970840+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.974353+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.978229+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.981748+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.984172+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:01.989486+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:02.003310+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:02.009470+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:02.516967+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:02 smithi116 bash[25098]: audit 2023-12-06T14:48:02.558814+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:03.665 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 5 is available 2023-12-06T14:48:03.665 INFO:teuthology.orchestra.run.smithi116.stderr:Setting orchestrator backend to cephadm... 2023-12-06T14:48:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:03 smithi116 bash[25098]: cephadm 2023-12-06T14:48:02.388702+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [06/Dec/2023:14:48:02] ENGINE Bus STARTING 2023-12-06T14:48:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:03 smithi116 bash[25098]: cephadm 2023-12-06T14:48:02.509995+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [06/Dec/2023:14:48:02] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:48:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:03 smithi116 bash[25098]: cephadm 2023-12-06T14:48:02.510567+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [06/Dec/2023:14:48:02] ENGINE Bus STARTED 2023-12-06T14:48:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:03 smithi116 bash[25098]: audit 2023-12-06T14:48:02.935801+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T14:48:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:03 smithi116 bash[25098]: cluster 2023-12-06T14:48:02.937394+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06192s) 2023-12-06T14:48:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:03 smithi116 bash[25098]: audit 2023-12-06T14:48:02.952580+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T14:48:05.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:04 smithi116 bash[25098]: cluster 2023-12-06T14:48:03.943851+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-06T14:48:06.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:05 smithi116 bash[25098]: audit 2023-12-06T14:48:04.955858+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:06.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:05 smithi116 bash[25098]: audit 2023-12-06T14:48:04.964851+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:06.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:05 smithi116 bash[25098]: audit 2023-12-06T14:48:04.981895+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:06.724 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: value unchanged 2023-12-06T14:48:07.325 INFO:teuthology.orchestra.run.smithi116.stderr:Generating ssh key... 2023-12-06T14:48:08.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:07 smithi116 bash[25098]: audit 2023-12-06T14:48:06.723967+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:09.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: Generating public/private rsa key pair. 2023-12-06T14:48:09.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: Your identification has been saved in /tmp/tmp7q_p9lp0/key. 2023-12-06T14:48:09.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: Your public key has been saved in /tmp/tmp7q_p9lp0/key.pub. 2023-12-06T14:48:09.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: The key fingerprint is: 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: SHA256:UlTYZWHy9BKoWtu4MhCnTDLfPZMJTIHTEY9YgCBRH/Y ceph-4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: The key's randomart image is: 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: +---[RSA 3072]----+ 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: |++..++=+.+ooB. | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: |. .oo=o+. o* o | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | o+E o. o . | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | o o +.o . | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | * =.=S* | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | = o.O . | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | . + | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | o . | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: | o | 2023-12-06T14:48:09.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:08 smithi116 bash[25373]: +----[SHA256]-----+ 2023-12-06T14:48:09.971 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:09 smithi116 bash[25098]: audit 2023-12-06T14:48:08.556504+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:09.972 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:09 smithi116 bash[25098]: cephadm 2023-12-06T14:48:08.556961+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-06T14:48:09.972 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:09 smithi116 bash[25098]: audit 2023-12-06T14:48:08.710685+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:09.972 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:09 smithi116 bash[25098]: audit 2023-12-06T14:48:08.715508+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:10.486 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWo6ooIe2bQYfeNp16CP9Fdk5wIJ6Pw0HdfYmEPfGOGP/cpN2eO3ZOcxBS7p+kCmedoNiJ49X3nLvid/MEozy6T/ZRdmIbqIW9NY+FtUQVjmGf1xOr9SHANLU5MiFs0wI98WOCDnd7jkZOBKhLe3oUs7FyLQDUUNxErjpAyl5RN7/vxyRw19oKugZUlmPjsuWDbX5OuIQekPEWKc5HdZYCulF0TJIZa8i5C7+308vnFmgBCBoDQfHpwv+8c+vQK7JuvMEjY42OMRVoSCYL8R5yhajrrDu/gsoDhhDewY6bKNy/+qQfYluC1CWYPrOdZKsQRYv3IvftfYNbTMJp7P2ifZPK0N3k/0jMMQhHgEiXm4HGPmvqIkk9p3y+aZJQ9n2So8eZqgGzMge6dlvH+hRVokcx1LynSZjxP2vIRX9T+ZnevUy3okLPdb6QkpMQ5g2/5MtbkkyUWUJpSZKnQjinYUKBpV0dqC8HDB8NfBVtv1O+Gy29RZR3QmbgivnfYU8= ceph-4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:11.085 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T14:48:11.086 INFO:teuthology.orchestra.run.smithi116.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T14:48:11.086 INFO:teuthology.orchestra.run.smithi116.stderr:Adding host smithi116... 2023-12-06T14:48:11.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:11 smithi116 bash[25098]: audit 2023-12-06T14:48:10.485466+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:13.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:13 smithi116 bash[25098]: audit 2023-12-06T14:48:12.438838+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "addr": "172.21.15.116", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:13.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:13 smithi116 bash[25098]: cephadm 2023-12-06T14:48:12.813402+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi116 2023-12-06T14:48:13.442 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Added host 'smithi116' with addr '172.21.15.116' 2023-12-06T14:48:14.317 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying unmanaged mon service... 2023-12-06T14:48:14.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:14 smithi116 bash[25098]: audit 2023-12-06T14:48:13.440812+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:14.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:14 smithi116 bash[25098]: cephadm 2023-12-06T14:48:13.441406+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi116 2023-12-06T14:48:14.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:14 smithi116 bash[25098]: audit 2023-12-06T14:48:13.445109+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:16.263 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T14:48:17.203 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying unmanaged mgr service... 2023-12-06T14:48:17.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:17 smithi116 bash[25098]: audit 2023-12-06T14:48:16.251987+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:17.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:17 smithi116 bash[25098]: cephadm 2023-12-06T14:48:16.254966+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T14:48:17.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:17 smithi116 bash[25098]: audit 2023-12-06T14:48:16.262187+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:17.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:17 smithi116 bash[25098]: audit 2023-12-06T14:48:16.858692+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:17.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:17 smithi116 bash[25098]: audit 2023-12-06T14:48:17.152476+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:18.688 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T14:48:19.970 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:19 smithi116 bash[25098]: audit 2023-12-06T14:48:18.680392+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:19.970 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:19 smithi116 bash[25098]: cephadm 2023-12-06T14:48:18.682782+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T14:48:19.970 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:19 smithi116 bash[25098]: audit 2023-12-06T14:48:18.687468+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.199638+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.205879+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.206925+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.214696+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.217628+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.222747+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.116:0/2880057774' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]': finished 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: audit 2023-12-06T14:48:20.531037+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.116:0/3942997708' entity='client.admin' 2023-12-06T14:48:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:21 smithi116 bash[25098]: cephadm 2023-12-06T14:48:20.798804+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2023-12-06T14:48:23.116 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling the dashboard module... 2023-12-06T14:48:23.149 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:22 smithi116 bash[25098]: cluster 2023-12-06T14:48:21.939216+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:48:23.149 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:22 smithi116 bash[25098]: audit 2023-12-06T14:48:22.519956+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.116:0/1776696226' entity='client.admin' 2023-12-06T14:48:25.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:24 smithi116 bash[25098]: cluster 2023-12-06T14:48:23.939727+0000 mgr.y (mgr.14120) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:48:25.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:24 smithi116 bash[25098]: audit 2023-12-06T14:48:24.609720+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.116:0/1140684630' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T14:48:25.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25373]: ignoring --setuser ceph since I am not root 2023-12-06T14:48:25.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25373]: ignoring --setgroup ceph since I am not root 2023-12-06T14:48:25.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25373]: debug 2023-12-06T14:48:25.144+0000 7f8d2a710000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:48:25.915 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25373]: debug 2023-12-06T14:48:25.792+0000 7f8d2a710000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:48:26.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25098]: audit 2023-12-06T14:48:24.954918+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.116:0/1140684630' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T14:48:26.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25098]: cluster 2023-12-06T14:48:24.955079+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 23s) 2023-12-06T14:48:26.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:25 smithi116 bash[25373]: debug 2023-12-06T14:48:25.912+0000 7f8d2a710000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:48:26.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:26 smithi116 bash[25373]: debug 2023-12-06T14:48:26.072+0000 7f8d2a710000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:48:26.665 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:26 smithi116 bash[25373]: debug 2023-12-06T14:48:26.404+0000 7f8d2a710000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:48:26.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:26 smithi116 bash[25373]: debug 2023-12-06T14:48:26.500+0000 7f8d2a710000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:48:27.002 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:48:27.002 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T14:48:27.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:48:27.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T14:48:27.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T14:48:27.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:48:27.030 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:26 smithi116 bash[25373]: debug 2023-12-06T14:48:26.700+0000 7f8d2a710000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:48:27.661 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2023-12-06T14:48:27.661 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 9... 2023-12-06T14:48:27.870 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:27 smithi116 bash[25373]: debug 2023-12-06T14:48:27.556+0000 7f8d2a710000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:48:27.870 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:27 smithi116 bash[25373]: debug 2023-12-06T14:48:27.664+0000 7f8d2a710000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:48:28.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:27 smithi116 bash[25098]: audit 2023-12-06T14:48:27.001656+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.116:0/2017317985' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T14:48:28.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:27 smithi116 bash[25373]: debug 2023-12-06T14:48:27.868+0000 7f8d2a710000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:48:28.555 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:28 smithi116 bash[25373]: debug 2023-12-06T14:48:28.216+0000 7f8d2a710000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:48:28.914 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:28 smithi116 bash[25373]: debug 2023-12-06T14:48:28.552+0000 7f8d2a710000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:48:29.165 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:28 smithi116 bash[25373]: debug 2023-12-06T14:48:28.912+0000 7f8d2a710000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:48:29.665 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:29 smithi116 bash[25373]: debug 2023-12-06T14:48:29.176+0000 7f8d2a710000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:48:30.107 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:29 smithi116 bash[25373]: debug 2023-12-06T14:48:29.848+0000 7f8d2a710000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:48:30.108 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:29 smithi116 bash[25373]: debug 2023-12-06T14:48:29.952+0000 7f8d2a710000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:48:30.415 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:30 smithi116 bash[25373]: debug 2023-12-06T14:48:30.104+0000 7f8d2a710000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:48:30.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:30 smithi116 bash[25373]: debug 2023-12-06T14:48:30.208+0000 7f8d2a710000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:48:30.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:30 smithi116 bash[25373]: debug 2023-12-06T14:48:30.344+0000 7f8d2a710000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:48:30.915 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:30 smithi116 bash[25373]: debug 2023-12-06T14:48:30.632+0000 7f8d2a710000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:48:30.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:30 smithi116 bash[25373]: debug 2023-12-06T14:48:30.752+0000 7f8d2a710000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:48:31.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:30 smithi116 bash[25373]: debug 2023-12-06T14:48:30.932+0000 7f8d2a710000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:48:31.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:31 smithi116 bash[25373]: debug 2023-12-06T14:48:31.048+0000 7f8d2a710000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:48:32.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:31 smithi116 bash[25373]: debug 2023-12-06T14:48:31.884+0000 7f8d2a710000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:48:33.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:32 smithi116 bash[25098]: cluster 2023-12-06T14:48:31.906682+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:48:33.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:32 smithi116 bash[25098]: cluster 2023-12-06T14:48:31.907502+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2023-12-06T14:48:33.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:32 smithi116 bash[25098]: cluster 2023-12-06T14:48:31.910189+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T14:48:33.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25373]: [06/Dec/2023:14:48:33] ENGINE Bus STARTING 2023-12-06T14:48:33.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25373]: [06/Dec/2023:14:48:33] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:48:33.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25373]: [06/Dec/2023:14:48:33] ENGINE Bus STARTED 2023-12-06T14:48:33.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T14:48:33.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T14:48:33.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T14:48:33.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T14:48:34.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: cluster 2023-12-06T14:48:32.901761+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.994389s) 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.904093+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.905864+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.907153+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.907645+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.908098+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: cluster 2023-12-06T14:48:32.936420+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.968807+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.974706+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:32.979845+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:33.009680+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:33.012344+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:48:34.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:33 smithi116 bash[25098]: audit 2023-12-06T14:48:33.342045+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:34.604 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 9 is available 2023-12-06T14:48:34.604 INFO:teuthology.orchestra.run.smithi116.stderr:Generating a dashboard self-signed certificate... 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: cephadm 2023-12-06T14:48:33.203689+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [06/Dec/2023:14:48:33] ENGINE Bus STARTING 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: cephadm 2023-12-06T14:48:33.333050+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [06/Dec/2023:14:48:33] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: cephadm 2023-12-06T14:48:33.333528+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [06/Dec/2023:14:48:33] ENGINE Bus STARTED 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: audit 2023-12-06T14:48:33.907204+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: cluster 2023-12-06T14:48:33.907940+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: y(active, since 2s) 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: audit 2023-12-06T14:48:33.922421+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T14:48:35.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:34 smithi116 bash[25098]: cluster 2023-12-06T14:48:34.907490+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 3s) 2023-12-06T14:48:36.224 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T14:48:36.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:36 smithi116 bash[25098]: audit 2023-12-06T14:48:35.871231+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:36.834 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial admin user... 2023-12-06T14:48:37.608 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:37 smithi116 bash[25098]: audit 2023-12-06T14:48:36.217660+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:37.608 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:37 smithi116 bash[25098]: audit 2023-12-06T14:48:36.222566+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:38.473 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$.xhMisWyetwbPWkPTvBbG.PEmUKpRggCTSCmwtvD5JTTlyrpQZ5zq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701874118, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T14:48:38.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:38 smithi116 bash[25098]: audit 2023-12-06T14:48:37.633056+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:38.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:38 smithi116 bash[25098]: audit 2023-12-06T14:48:37.634160+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:48:38.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:38 smithi116 bash[25098]: audit 2023-12-06T14:48:37.638828+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:38.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:38 smithi116 bash[25098]: audit 2023-12-06T14:48:37.641386+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T14:48:38.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:38 smithi116 bash[25098]: audit 2023-12-06T14:48:38.471876+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:39.135 INFO:teuthology.orchestra.run.smithi116.stderr:Fetching dashboard port number... 2023-12-06T14:48:39.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:39 smithi116 bash[25098]: cephadm 2023-12-06T14:48:38.215814+0000 mgr.y (mgr.14152) 7 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2023-12-06T14:48:39.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:39 smithi116 bash[25098]: audit 2023-12-06T14:48:38.237445+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 2023-12-06T14:48:40.447 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 8443 2023-12-06T14:48:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:40 smithi116 bash[25098]: audit 2023-12-06T14:48:40.446955+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.116:0/1720284114' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T14:48:41.041 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-12-06T14:48:41.041 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T14:48:41.045 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph Dashboard is now available at: 2023-12-06T14:48:41.045 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:41.045 INFO:teuthology.orchestra.run.smithi116.stderr: URL: https://smithi116.front.sepia.ceph.com:8443/ 2023-12-06T14:48:41.045 INFO:teuthology.orchestra.run.smithi116.stderr: User: admin 2023-12-06T14:48:41.046 INFO:teuthology.orchestra.run.smithi116.stderr: Password: qua6eitp1a 2023-12-06T14:48:41.046 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:41.046 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling autotune for osd_memory_target 2023-12-06T14:48:41.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:41 smithi116 bash[25098]: cluster 2023-12-06T14:48:40.639908+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e13: y(active, since 8s) 2023-12-06T14:48:44.451 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T14:48:45.069 INFO:teuthology.orchestra.run.smithi116.stderr:You can access the Ceph CLI with: 2023-12-06T14:48:45.070 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:45.070 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:48:45.070 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:45.070 INFO:teuthology.orchestra.run.smithi116.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T14:48:45.070 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:45.070 INFO:teuthology.orchestra.run.smithi116.stderr: ceph telemetry on 2023-12-06T14:48:45.071 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:45.071 INFO:teuthology.orchestra.run.smithi116.stderr:For more information see: 2023-12-06T14:48:45.071 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:45.071 INFO:teuthology.orchestra.run.smithi116.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T14:48:45.071 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T14:48:45.071 INFO:teuthology.orchestra.run.smithi116.stderr:Bootstrap complete. 2023-12-06T14:48:45.107 INFO:tasks.cephadm:Fetching config... 2023-12-06T14:48:45.107 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:48:45.107 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T14:48:45.113 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T14:48:45.113 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:48:45.113 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T14:48:45.162 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T14:48:45.162 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:48:45.163 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-06T14:48:45.179 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T14:48:45.179 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:48:45.179 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T14:48:45.187 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T14:48:45.187 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWo6ooIe2bQYfeNp16CP9Fdk5wIJ6Pw0HdfYmEPfGOGP/cpN2eO3ZOcxBS7p+kCmedoNiJ49X3nLvid/MEozy6T/ZRdmIbqIW9NY+FtUQVjmGf1xOr9SHANLU5MiFs0wI98WOCDnd7jkZOBKhLe3oUs7FyLQDUUNxErjpAyl5RN7/vxyRw19oKugZUlmPjsuWDbX5OuIQekPEWKc5HdZYCulF0TJIZa8i5C7+308vnFmgBCBoDQfHpwv+8c+vQK7JuvMEjY42OMRVoSCYL8R5yhajrrDu/gsoDhhDewY6bKNy/+qQfYluC1CWYPrOdZKsQRYv3IvftfYNbTMJp7P2ifZPK0N3k/0jMMQhHgEiXm4HGPmvqIkk9p3y+aZJQ9n2So8eZqgGzMge6dlvH+hRVokcx1LynSZjxP2vIRX9T+ZnevUy3okLPdb6QkpMQ5g2/5MtbkkyUWUJpSZKnQjinYUKBpV0dqC8HDB8NfBVtv1O+Gy29RZR3QmbgivnfYU8= ceph-4424379a-9446-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T14:48:45.245 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWo6ooIe2bQYfeNp16CP9Fdk5wIJ6Pw0HdfYmEPfGOGP/cpN2eO3ZOcxBS7p+kCmedoNiJ49X3nLvid/MEozy6T/ZRdmIbqIW9NY+FtUQVjmGf1xOr9SHANLU5MiFs0wI98WOCDnd7jkZOBKhLe3oUs7FyLQDUUNxErjpAyl5RN7/vxyRw19oKugZUlmPjsuWDbX5OuIQekPEWKc5HdZYCulF0TJIZa8i5C7+308vnFmgBCBoDQfHpwv+8c+vQK7JuvMEjY42OMRVoSCYL8R5yhajrrDu/gsoDhhDewY6bKNy/+qQfYluC1CWYPrOdZKsQRYv3IvftfYNbTMJp7P2ifZPK0N3k/0jMMQhHgEiXm4HGPmvqIkk9p3y+aZJQ9n2So8eZqgGzMge6dlvH+hRVokcx1LynSZjxP2vIRX9T+ZnevUy3okLPdb6QkpMQ5g2/5MtbkkyUWUJpSZKnQjinYUKBpV0dqC8HDB8NfBVtv1O+Gy29RZR3QmbgivnfYU8= ceph-4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:45.254 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWo6ooIe2bQYfeNp16CP9Fdk5wIJ6Pw0HdfYmEPfGOGP/cpN2eO3ZOcxBS7p+kCmedoNiJ49X3nLvid/MEozy6T/ZRdmIbqIW9NY+FtUQVjmGf1xOr9SHANLU5MiFs0wI98WOCDnd7jkZOBKhLe3oUs7FyLQDUUNxErjpAyl5RN7/vxyRw19oKugZUlmPjsuWDbX5OuIQekPEWKc5HdZYCulF0TJIZa8i5C7+308vnFmgBCBoDQfHpwv+8c+vQK7JuvMEjY42OMRVoSCYL8R5yhajrrDu/gsoDhhDewY6bKNy/+qQfYluC1CWYPrOdZKsQRYv3IvftfYNbTMJp7P2ifZPK0N3k/0jMMQhHgEiXm4HGPmvqIkk9p3y+aZJQ9n2So8eZqgGzMge6dlvH+hRVokcx1LynSZjxP2vIRX9T+ZnevUy3okLPdb6QkpMQ5g2/5MtbkkyUWUJpSZKnQjinYUKBpV0dqC8HDB8NfBVtv1O+Gy29RZR3QmbgivnfYU8= ceph-4424379a-9446-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T14:48:45.281 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWo6ooIe2bQYfeNp16CP9Fdk5wIJ6Pw0HdfYmEPfGOGP/cpN2eO3ZOcxBS7p+kCmedoNiJ49X3nLvid/MEozy6T/ZRdmIbqIW9NY+FtUQVjmGf1xOr9SHANLU5MiFs0wI98WOCDnd7jkZOBKhLe3oUs7FyLQDUUNxErjpAyl5RN7/vxyRw19oKugZUlmPjsuWDbX5OuIQekPEWKc5HdZYCulF0TJIZa8i5C7+308vnFmgBCBoDQfHpwv+8c+vQK7JuvMEjY42OMRVoSCYL8R5yhajrrDu/gsoDhhDewY6bKNy/+qQfYluC1CWYPrOdZKsQRYv3IvftfYNbTMJp7P2ifZPK0N3k/0jMMQhHgEiXm4HGPmvqIkk9p3y+aZJQ9n2So8eZqgGzMge6dlvH+hRVokcx1LynSZjxP2vIRX9T+ZnevUy3okLPdb6QkpMQ5g2/5MtbkkyUWUJpSZKnQjinYUKBpV0dqC8HDB8NfBVtv1O+Gy29RZR3QmbgivnfYU8= ceph-4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:45.291 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T14:48:45.603 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:45 smithi116 bash[25098]: audit 2023-12-06T14:48:44.447127+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.116:0/1029132357' entity='client.admin' 2023-12-06T14:48:46.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:48:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:48:46.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25098]: audit 2023-12-06T14:48:45.611835+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:46.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25098]: audit 2023-12-06T14:48:45.613630+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:46.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25098]: audit 2023-12-06T14:48:45.620427+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:46.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25098]: audit 2023-12-06T14:48:45.623708+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:46.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25098]: audit 2023-12-06T14:48:45.629355+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:46.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:46 smithi116 bash[25098]: audit 2023-12-06T14:48:46.399398+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:49.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:49 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:48:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:48:49.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:49 smithi116 bash[25098]: audit 2023-12-06T14:48:48.007631+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:49.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:49 smithi116 bash[25098]: audit 2023-12-06T14:48:48.239926+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.116:0/3772713276' entity='client.admin' 2023-12-06T14:48:49.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:49 smithi116 bash[25098]: audit 2023-12-06T14:48:48.251462+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:49.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:49 smithi116 bash[25098]: audit 2023-12-06T14:48:48.261434+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:49.695 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T14:48:49.696 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T14:48:50.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:50 smithi116 bash[25098]: audit 2023-12-06T14:48:49.086388+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:50.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:50 smithi116 bash[25098]: audit 2023-12-06T14:48:49.090119+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:54.212 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:53 smithi116 bash[25098]: cluster 2023-12-06T14:48:52.908908+0000 mgr.y (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:48:55.035 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2023-12-06T14:48:55.036 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:48:55.036 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2023-12-06T14:48:55.043 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:48:55.043 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:48:55.090 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2023-12-06T14:48:55.091 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch host add smithi150 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.019585+0000 mgr.y (mgr.14152) 10 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.022648+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.042123+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.044666+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.046164+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: cephadm 2023-12-06T14:48:54.048504+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: cephadm 2023-12-06T14:48:54.151775+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:48:55.282 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.273870+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:55.283 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: audit 2023-12-06T14:48:54.281766+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:55.283 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25098]: cluster 2023-12-06T14:48:54.909394+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:48:56.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:48:55 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:48:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:48:57.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:56 smithi116 bash[25098]: audit 2023-12-06T14:48:55.800379+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:57.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:56 smithi116 bash[25098]: audit 2023-12-06T14:48:55.807970+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:48:58.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:57 smithi116 bash[25098]: cluster 2023-12-06T14:48:56.909847+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:48:59.244 INFO:teuthology.orchestra.run.smithi116.stdout:Added host 'smithi150' with addr '172.21.15.150' 2023-12-06T14:49:00.009 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: audit 2023-12-06T14:48:58.184111+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: cephadm 2023-12-06T14:48:58.587318+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi150 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: cluster 2023-12-06T14:48:58.910173+0000 mgr.y (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: audit 2023-12-06T14:48:59.242540+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: audit 2023-12-06T14:48:59.282098+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: audit 2023-12-06T14:48:59.284591+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: audit 2023-12-06T14:48:59.286143+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:00.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:48:59 smithi116 bash[25098]: audit 2023-12-06T14:48:59.568692+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:01.269 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: cephadm 2023-12-06T14:48:59.243254+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi150 2023-12-06T14:49:01.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: audit 2023-12-06T14:49:00.312884+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:01.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: audit 2023-12-06T14:49:00.318384+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:01.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: audit 2023-12-06T14:49:00.319461+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:49:01.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: audit 2023-12-06T14:49:00.325563+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:01.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: audit 2023-12-06T14:49:00.328366+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T14:49:01.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:00 smithi116 bash[25098]: audit 2023-12-06T14:49:00.332525+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]': finished 2023-12-06T14:49:01.965 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:02.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: cephadm 2023-12-06T14:49:00.740944+0000 mgr.y (mgr.14152) 19 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2023-12-06T14:49:02.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: cluster 2023-12-06T14:49:00.910588+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.400053+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.402792+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.405344+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.406884+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.642796+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.648866+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.652484+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.654796+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.656494+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.664106+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:02.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:01 smithi116 bash[25098]: audit 2023-12-06T14:49:01.703624+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:02.583 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:02 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:02.983 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:49:02.984 INFO:teuthology.orchestra.run.smithi116.stdout:[{"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2023-12-06T14:49:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:02 smithi116 bash[25098]: cephadm 2023-12-06T14:49:01.410690+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:49:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:02 smithi116 bash[25098]: cephadm 2023-12-06T14:49:01.531922+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:49:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:02 smithi116 bash[25098]: audit 2023-12-06T14:49:02.222611+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:02 smithi116 bash[25098]: audit 2023-12-06T14:49:02.228655+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:03.639 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T14:49:03.640 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T14:49:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:04 smithi116 bash[25098]: cluster 2023-12-06T14:49:02.911027+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:04 smithi116 bash[25098]: audit 2023-12-06T14:49:02.982263+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:49:04.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:04 smithi116 bash[25098]: audit 2023-12-06T14:49:03.014632+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:06.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:06 smithi116 bash[25098]: cluster 2023-12-06T14:49:04.911632+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:06.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:06 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:07.253 INFO:teuthology.orchestra.run.smithi116.stderr:adjusted tunables profile to default 2023-12-06T14:49:07.603 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:07 smithi116 bash[25098]: audit 2023-12-06T14:49:06.234025+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:07.603 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:07 smithi116 bash[25098]: audit 2023-12-06T14:49:06.241250+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:07.603 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:07 smithi116 bash[25098]: audit 2023-12-06T14:49:06.500965+0000 mon.a (mon.0) 151 : audit [INF] from='client.? 172.21.15.116:0/4138151008' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T14:49:07.603 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:07 smithi116 bash[25098]: cluster 2023-12-06T14:49:06.912100+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:08.169 INFO:tasks.cephadm:Adding mon.a on smithi116 2023-12-06T14:49:08.169 INFO:tasks.cephadm:Adding mon.c on smithi116 2023-12-06T14:49:08.170 INFO:tasks.cephadm:Adding mon.b on smithi150 2023-12-06T14:49:08.170 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi116:172.21.15.116=a;smithi116:[v2:172.21.15.116:3301,v1:172.21.15.116:6790]=c;smithi150:172.21.15.150=b' 2023-12-06T14:49:08.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:08 smithi116 bash[25098]: audit 2023-12-06T14:49:07.247102+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.116:0/4138151008' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T14:49:08.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:08 smithi116 bash[25098]: cluster 2023-12-06T14:49:07.247200+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:09.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:09 smithi116 bash[25098]: cluster 2023-12-06T14:49:08.912541+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:10.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:09 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:49:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:10.871 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2023-12-06T14:49:10.954 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:10 smithi116 bash[25098]: audit 2023-12-06T14:49:09.816839+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:10.954 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:10 smithi116 bash[25098]: audit 2023-12-06T14:49:09.821912+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:11.469 DEBUG:teuthology.orchestra.run.smithi116:mon.c> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.c.service 2023-12-06T14:49:11.472 DEBUG:teuthology.orchestra.run.smithi150:mon.b> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.b.service 2023-12-06T14:49:11.474 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T14:49:11.474 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:11.590 INFO:journalctl@ceph.mon.b.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:49:12.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.860104+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi116:172.21.15.116=a;smithi116:[v2:172.21.15.116:3301,v1:172.21.15.116:6790]=c;smithi150:172.21.15.150=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:12.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: cephadm 2023-12-06T14:49:10.865301+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi116:172.21.15.116=a;smithi116:[v2:172.21.15.116:3301,v1:172.21.15.116:6790]=c;smithi150:172.21.15.150=b;count:3 2023-12-06T14:49:12.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.870301+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:12.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.901924+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:12.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.904718+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.906667+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: cluster 2023-12-06T14:49:10.912949+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.915938+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.919951+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: audit 2023-12-06T14:49:10.921802+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:11 smithi116 bash[25098]: cephadm 2023-12-06T14:49:10.923719+0000 mgr.y (mgr.14152) 31 : cephadm [INF] Deploying daemon mon.c on smithi116 2023-12-06T14:49:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:49:14.150 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:13 smithi116 bash[25098]: cluster 2023-12-06T14:49:12.913363+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:14.175 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-06T14:49:14.175 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"4424379a-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:47:26.588705Z","created":"2023-12-06T14:47:26.588705Z","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.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:14.178 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2023-12-06T14:49:15.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:14 smithi116 bash[25098]: audit 2023-12-06T14:49:14.174188+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.150:0/3387128208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:15.754 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T14:49:15.754 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:16.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:15 smithi116 bash[30871]: debug 2023-12-06T14:49:15.923+0000 7efeb32cf700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cephadm 2023-12-06T14:49:15.038017+0000 mgr.y (mgr.14152) 34 : cephadm [INF] Deploying daemon mon.b on smithi150 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:15.933279+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:15.933634+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:15.935258+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:16.914194+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:16.929404+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:17.929387+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:17.932341+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:18.914627+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:18.929607+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:19.929907+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:20.929881+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:20.938378+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:20.944431+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:20.944572+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:20.944648+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:20.944979+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 49s) 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: cluster 2023-12-06T14:49:20.952354+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:20 smithi116 bash[25098]: audit 2023-12-06T14:49:20.956298+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[25098]: audit 2023-12-06T14:49:20.959819+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[25098]: audit 2023-12-06T14:49:20.961782+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[25098]: audit 2023-12-06T14:49:20.963143+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cephadm 2023-12-06T14:49:15.038017+0000 mgr.y (mgr.14152) 34 : cephadm [INF] Deploying daemon mon.b on smithi150 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:15.933279+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:15.933634+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:15.935258+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:16.914194+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:16.929404+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:17.929387+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:17.932341+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:18.914627+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:18.929607+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:19.929907+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:20.929881+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:20.938378+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T14:49:21.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:20.944431+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:20.944572+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:20.944648+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:20.944979+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 49s) 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: cluster 2023-12-06T14:49:20.952354+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:20.956298+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:20.959819+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:20.961782+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:21 smithi116 bash[30871]: audit 2023-12-06T14:49:20.963143+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:21.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.472+0000 7f80b4b66880 0 pidfile_write: ignore empty --pid-file 2023-12-06T14:49:21.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 0 load: jerasure load: lrc 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: DB SUMMARY 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: DB Session ID: SYX2X303UHBR2VMETT2N 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-06T14:49:21.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.env: 0x5586ef3f4860 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.fs: Posix File System 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.info_log: 0x5586f0091e00 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.statistics: (nil) 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.use_fsync: 0 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:49:21.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:49:21.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T14:49:21.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:49:21.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:49:21.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T14:49:21.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.db_log_dir: 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.write_buffer_manager: 0x5586f0182270 2023-12-06T14:49:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.unordered_write: 0 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.row_cache: None 2023-12-06T14:49:21.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.wal_filter: None 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:49:21.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_open_files: -1 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:49:21.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Compression algorithms supported: 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kZSTD supported: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T14:49:21.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.merge_operator: 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_filter: None 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586f005fd00) 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cache_index_and_filter_blocks: 1 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: pin_top_level_index_and_filter: 1 2023-12-06T14:49:21.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: index_type: 0 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: data_block_index_type: 0 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: index_shortening: 1 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: hash_index_allow_collision: 1 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: checksum: 1 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: no_block_cache: 0 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_cache: 0x5586f00c6170 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_cache_name: BinnedLRUCache 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_cache_options: 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: capacity : 536870912 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: num_shard_bits : 4 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: strict_capacity_limit : 0 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: high_pri_pool_ratio: 0.000 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_cache_compressed: (nil) 2023-12-06T14:49:21.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: persistent_cache: (nil) 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_size: 4096 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_size_deviation: 10 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_restart_interval: 16 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: index_block_restart_interval: 1 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: metadata_block_size: 4096 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: partition_filters: 0 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: use_delta_encoding: 1 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: whole_key_filtering: 1 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: verify_compression: 0 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: read_amp_bytes_per_bit: 0 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: format_version: 4 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: enable_index_compression: 1 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: block_align: 0 2023-12-06T14:49:21.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression: NoCompression 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.num_levels: 7 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:49:21.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:49:21.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:49:21.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:49:21.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:49:21.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.ttl: 2592000 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.476+0000 7f80b4b66880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874161483674, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T14:49:21.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874161484604, "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": 1701874161, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4dae30c0-2b03-4cf4-8c62-f694f22123d9", "db_session_id": "SYX2X303UHBR2VMETT2N"}} 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874161485500, "job": 1, "event": "recovery_finished"} 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.480+0000 7f80b4b66880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80b4b66880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5586f00aca80 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80b4b66880 4 rocksdb: DB pointer 0x5586f00bc000 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80a48ee700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80a48ee700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** DB Stats ** 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T14:49:21.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** Compaction Stats [default] ** 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** Compaction Stats [default] ** 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Interval compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** Compaction Stats [default] ** 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** Compaction Stats [default] ** 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:49:21.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80b4b66880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80b4b66880 0 using public_addr v2:172.21.15.150:0/0 -> [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80b4b66880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.484+0000 7f80b4b66880 1 mon.b@-1(???) e0 preinit fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 0 mon.b@-1(synchronizing).mds e1 new map 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: e1 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: legacy client fscid: -1 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: No filesystems configured 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 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 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T14:49:21.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.508+0000 7f80a78f4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:48:59.243254+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi150 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:00.312884+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:00.318384+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:00.319461+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:00.325563+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:00.328366+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:00.332525+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]': finished 2023-12-06T14:49:21.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:49:00.740944+0000 mgr.y (mgr.14152) 19 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:00.910588+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.400053+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.402792+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.405344+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.406884+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.642796+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.648866+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.652484+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.654796+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.656494+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.664106+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:01.703624+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:49:01.410690+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:49:01.531922+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:49:21.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:02.222611+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:02.228655+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:02.911027+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:02.982263+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:03.014632+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:04.911632+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:06.234025+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:06.241250+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:06.500965+0000 mon.a (mon.0) 151 : audit [INF] from='client.? 172.21.15.116:0/4138151008' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:06.912100+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:07.247102+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.116:0/4138151008' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:07.247200+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:08.912541+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:09.816839+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:09.821912+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.860104+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi116:172.21.15.116=a;smithi116:[v2:172.21.15.116:3301,v1:172.21.15.116:6790]=c;smithi150:172.21.15.150=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:49:10.865301+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi116:172.21.15.116=a;smithi116:[v2:172.21.15.116:3301,v1:172.21.15.116:6790]=c;smithi150:172.21.15.150=b;count:3 2023-12-06T14:49:21.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.870301+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.901924+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.904718+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.906667+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:10.912949+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.915938+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.919951+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:10.921802+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:49:10.923719+0000 mgr.y (mgr.14152) 31 : cephadm [INF] Deploying daemon mon.c on smithi116 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:12.913363+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:14.174188+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.150:0/3387128208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cephadm 2023-12-06T14:49:15.038017+0000 mgr.y (mgr.14152) 34 : cephadm [INF] Deploying daemon mon.b on smithi150 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:15.933279+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:15.933634+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:15.935258+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:16.914194+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:16.929404+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:17.929387+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:17.932341+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:18.914627+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:18.929607+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:19.929907+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:20.929881+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:20.938378+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:20.944431+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:20.944572+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:20.944648+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:20.944979+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 49s) 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: cluster 2023-12-06T14:49:20.952354+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:20.956298+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:21.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:20.959819+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:21.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:20.961782+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:21.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: audit 2023-12-06T14:49:20.963143+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:21.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.516+0000 7f80a78f4700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-06T14:49:21.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:21 smithi150 bash[25259]: debug 2023-12-06T14:49:21.520+0000 7f80a78f4700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-12-06T14:49:26.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:26.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:49:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:26.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:26.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cephadm 2023-12-06T14:49:21.101271+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:26.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cephadm 2023-12-06T14:49:21.102443+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T14:49:26.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cephadm 2023-12-06T14:49:21.105914+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi116 2023-12-06T14:49:26.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:21.531544+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:49:26.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:21.532113+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:26.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:21.532753+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:21.534776+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:21.535039+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:22.525470+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:22.915554+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:23.525563+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:24.525538+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:24.916017+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:25.525903+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.525956+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.534455+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.539609+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.539777+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.539857+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:26.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.540147+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.540516+0000 mon.a (mon.0) 207 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.548511+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.548576+0000 mon.a (mon.0) 209 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.548629+0000 mon.a (mon.0) 210 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] is down (out of quorum) 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.553095+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.556233+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.559772+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.560473+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.563611+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.563937+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[30871]: audit 2023-12-06T14:49:26.565920+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cephadm 2023-12-06T14:49:21.101271+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cephadm 2023-12-06T14:49:21.102443+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cephadm 2023-12-06T14:49:21.105914+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi116 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:21.531544+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:21.532113+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:21.532753+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:21.534776+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:21.535039+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:22.525470+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:22.915554+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:23.525563+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:24.525538+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:24.916017+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:25.525903+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.525956+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.534455+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.539609+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.539777+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.539857+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.540147+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.540516+0000 mon.a (mon.0) 207 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.548511+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.548576+0000 mon.a (mon.0) 209 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.548629+0000 mon.a (mon.0) 210 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] is down (out of quorum) 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.553095+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.556233+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.559772+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.560473+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:26.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.563611+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:26.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.563937+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:26.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:26 smithi116 bash[25098]: audit 2023-12-06T14:49:26.565920+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:27.121 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-06T14:49:27.122 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":3,"fsid":"4424379a-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:49:21.525435Z","created":"2023-12-06T14:47:26.588705Z","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.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3301","nonce":0},{"type":"v1","addr":"172.21.15.116:6790","nonce":0}]},"addr":"172.21.15.116:6790/0","public_addr":"172.21.15.116:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T14:49:27.125 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 3 2023-12-06T14:49:27.741 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:49:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:27.741 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: cephadm 2023-12-06T14:49:26.557845+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: cephadm 2023-12-06T14:49:26.567462+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi116 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: audit 2023-12-06T14:49:26.677929+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: audit 2023-12-06T14:49:26.684086+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: cluster 2023-12-06T14:49:26.916513+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: audit 2023-12-06T14:49:27.121054+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.150:0/2580716098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: audit 2023-12-06T14:49:27.472831+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: audit 2023-12-06T14:49:27.478954+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[25098]: audit 2023-12-06T14:49:27.526041+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: cephadm 2023-12-06T14:49:26.557845+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T14:49:27.742 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: cephadm 2023-12-06T14:49:26.567462+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi116 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: audit 2023-12-06T14:49:26.677929+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: audit 2023-12-06T14:49:26.684086+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: cluster 2023-12-06T14:49:26.916513+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: audit 2023-12-06T14:49:27.121054+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.150:0/2580716098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: audit 2023-12-06T14:49:27.472831+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: audit 2023-12-06T14:49:27.478954+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:27.743 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:27 smithi116 bash[30871]: audit 2023-12-06T14:49:27.526041+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:27.779 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T14:49:27.779 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cephadm 2023-12-06T14:49:21.101271+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cephadm 2023-12-06T14:49:21.102443+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cephadm 2023-12-06T14:49:21.105914+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi116 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:21.531544+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:21.532113+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:21.532753+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:21.534776+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:21.535039+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:22.525470+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:22.915554+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:23.525563+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:24.525538+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:28.868 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:24.916017+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:25.525903+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.525956+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.534455+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.539609+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.539777+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.539857+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.540147+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.540516+0000 mon.a (mon.0) 207 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.548511+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.548576+0000 mon.a (mon.0) 209 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.548629+0000 mon.a (mon.0) 210 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] is down (out of quorum) 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.553095+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.556233+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.869 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.559772+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.560473+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.563611+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.563937+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.565920+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cephadm 2023-12-06T14:49:26.557845+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cephadm 2023-12-06T14:49:26.567462+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi116 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.677929+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:26.684086+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:26.916513+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:27.121054+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.150:0/2580716098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:27.472831+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:27.478954+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:28.870 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:27.526041+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:23.530028+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.545137+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.545197+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.546807+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.569352+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.576701+0000 mon.a (mon.0) 227 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.576807+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.576862+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.577154+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: y(active, since 56s) 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.577485+0000 mon.a (mon.0) 231 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.577533+0000 mon.a (mon.0) 232 : cluster [INF] Cluster is now healthy 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.585055+0000 mon.a (mon.0) 233 : cluster [INF] overall HEALTH_OK 2023-12-06T14:49:29.131 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: audit 2023-12-06T14:49:28.845973+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: audit 2023-12-06T14:49:28.848172+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: audit 2023-12-06T14:49:28.849561+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[25098]: audit 2023-12-06T14:49:28.850775+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:23.530028+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.545137+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.545197+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.546807+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.569352+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.576701+0000 mon.a (mon.0) 227 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.576807+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.576862+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:29.132 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.577154+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: y(active, since 56s) 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.577485+0000 mon.a (mon.0) 231 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.577533+0000 mon.a (mon.0) 232 : cluster [INF] Cluster is now healthy 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.585055+0000 mon.a (mon.0) 233 : cluster [INF] overall HEALTH_OK 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: audit 2023-12-06T14:49:28.845973+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: audit 2023-12-06T14:49:28.848172+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: audit 2023-12-06T14:49:28.849561+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:29.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:28 smithi116 bash[30871]: audit 2023-12-06T14:49:28.850775+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:23.530028+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.545137+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.545197+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.546807+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.569352+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.576701+0000 mon.a (mon.0) 227 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.576807+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.576862+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.577154+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: y(active, since 56s) 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.577485+0000 mon.a (mon.0) 231 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.577533+0000 mon.a (mon.0) 232 : cluster [INF] Cluster is now healthy 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.585055+0000 mon.a (mon.0) 233 : cluster [INF] overall HEALTH_OK 2023-12-06T14:49:29.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:28.845973+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:29.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:28.848172+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:29.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:28.849561+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:29.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:28 smithi150 bash[25259]: audit 2023-12-06T14:49:28.850775+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:30.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:29 smithi150 bash[25259]: cephadm 2023-12-06T14:49:28.847667+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T14:49:30.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:29 smithi150 bash[25259]: cephadm 2023-12-06T14:49:28.852178+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi150 2023-12-06T14:49:30.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:29 smithi150 bash[25259]: cluster 2023-12-06T14:49:28.916834+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:30.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:29 smithi150 bash[25259]: audit 2023-12-06T14:49:29.526602+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:30.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[25098]: cephadm 2023-12-06T14:49:28.847667+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T14:49:30.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[25098]: cephadm 2023-12-06T14:49:28.852178+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi150 2023-12-06T14:49:30.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[25098]: cluster 2023-12-06T14:49:28.916834+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:30.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[25098]: audit 2023-12-06T14:49:29.526602+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:30.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[30871]: cephadm 2023-12-06T14:49:28.847667+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T14:49:30.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[30871]: cephadm 2023-12-06T14:49:28.852178+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi150 2023-12-06T14:49:30.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[30871]: cluster 2023-12-06T14:49:28.916834+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:30.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:29 smithi116 bash[30871]: audit 2023-12-06T14:49:29.526602+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:49:31.040 INFO:teuthology.orchestra.run.smithi116.stdout:# minimal ceph.conf for 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:49:31.041 INFO:teuthology.orchestra.run.smithi116.stdout:[global] 2023-12-06T14:49:31.041 INFO:teuthology.orchestra.run.smithi116.stdout: fsid = 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T14:49:31.041 INFO:teuthology.orchestra.run.smithi116.stdout: mon_host = [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] [v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0] 2023-12-06T14:49:32.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.706989+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.708687+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.710342+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.711639+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: cephadm 2023-12-06T14:49:30.713766+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: cephadm 2023-12-06T14:49:30.714092+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.819022+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.831032+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.837227+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: cephadm 2023-12-06T14:49:30.839569+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.839971+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.840957+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:30.841911+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: cephadm 2023-12-06T14:49:30.842950+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi116 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: cluster 2023-12-06T14:49:30.917229+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[25098]: audit 2023-12-06T14:49:31.040190+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.116:0/3164674316' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.706989+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.708687+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.710342+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.711639+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: cephadm 2023-12-06T14:49:30.713766+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: cephadm 2023-12-06T14:49:30.714092+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.819022+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.831032+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.837227+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: cephadm 2023-12-06T14:49:30.839569+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-06T14:49:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.839971+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.840957+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:30.841911+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: cephadm 2023-12-06T14:49:30.842950+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi116 2023-12-06T14:49:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: cluster 2023-12-06T14:49:30.917229+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:31 smithi116 bash[30871]: audit 2023-12-06T14:49:31.040190+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.116:0/3164674316' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.706989+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.708687+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.710342+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.711639+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: cephadm 2023-12-06T14:49:30.713766+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: cephadm 2023-12-06T14:49:30.714092+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.819022+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.831032+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.837227+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: cephadm 2023-12-06T14:49:30.839569+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.839971+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.840957+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:49:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:30.841911+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: cephadm 2023-12-06T14:49:30.842950+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi116 2023-12-06T14:49:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: cluster 2023-12-06T14:49:30.917229+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:31 smithi150 bash[25259]: audit 2023-12-06T14:49:31.040190+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.116:0/3164674316' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:32.367 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T14:49:32.367 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:49:32.367 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T14:49:32.381 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:49:32.381 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:49:32.392 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:49:32.392 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T14:49:32.409 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:49:32.409 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:49:32.465 INFO:tasks.cephadm:Adding mgr.y on smithi116 2023-12-06T14:49:32.466 INFO:tasks.cephadm:Adding mgr.x on smithi150 2023-12-06T14:49:32.466 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi116=y;smithi150=x' 2023-12-06T14:49:34.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[25098]: cluster 2023-12-06T14:49:32.917716+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:34.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[25098]: audit 2023-12-06T14:49:33.011767+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:49:34.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[25098]: audit 2023-12-06T14:49:33.014501+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:49:34.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[25098]: audit 2023-12-06T14:49:33.310266+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[30871]: cluster 2023-12-06T14:49:32.917716+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[30871]: audit 2023-12-06T14:49:33.011767+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:49:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[30871]: audit 2023-12-06T14:49:33.014501+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:49:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:33 smithi116 bash[30871]: audit 2023-12-06T14:49:33.310266+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:34.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:33 smithi150 bash[25259]: cluster 2023-12-06T14:49:32.917716+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:34.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:33 smithi150 bash[25259]: audit 2023-12-06T14:49:33.011767+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:49:34.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:33 smithi150 bash[25259]: audit 2023-12-06T14:49:33.014501+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:49:34.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:33 smithi150 bash[25259]: audit 2023-12-06T14:49:33.310266+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:35.278 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mgr update... 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: cluster 2023-12-06T14:49:34.918223+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.276936+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.282524+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.285092+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.286802+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.296769+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.299528+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.304438+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.305862+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[25098]: audit 2023-12-06T14:49:35.307217+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: cluster 2023-12-06T14:49:34.918223+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:36.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.276936+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.282524+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.285092+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.286802+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.296769+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.299528+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.304438+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.305862+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:49:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:35 smithi116 bash[30871]: audit 2023-12-06T14:49:35.307217+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:36.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: cluster 2023-12-06T14:49:34.918223+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.276936+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.282524+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.285092+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.286802+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.296769+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.299528+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.304438+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.305862+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:49:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:35 smithi150 bash[25259]: audit 2023-12-06T14:49:35.307217+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:36.464 DEBUG:teuthology.orchestra.run.smithi150:mgr.x> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service 2023-12-06T14:49:36.466 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T14:49:36.466 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:49:36.466 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T14:49:36.474 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T14:49:36.474 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2023-12-06T14:49:36.523 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T14:49:36.523 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.524 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-06T14:49:36.524 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.524 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 14:44:58.345938462 +0000 2023-12-06T14:49:36.524 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 14:44:58.117943718 +0000 2023-12-06T14:49:36.524 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 14:44:58.117943718 +0000 2023-12-06T14:49:36.524 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T14:49:36.524 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T14:49:36.539 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T14:49:36.539 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T14:49:36.539 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000414037 s, 1.2 MB/s 2023-12-06T14:49:36.540 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T14:49:36.547 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2023-12-06T14:49:36.595 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T14:49:36.595 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.595 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 367 Links: 1 2023-12-06T14:49:36.595 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.596 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 14:44:58.853926754 +0000 2023-12-06T14:49:36.596 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 14:44:58.569933300 +0000 2023-12-06T14:49:36.596 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 14:44:58.569933300 +0000 2023-12-06T14:49:36.596 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T14:49:36.596 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T14:49:36.609 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T14:49:36.610 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T14:49:36.610 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000393381 s, 1.3 MB/s 2023-12-06T14:49:36.610 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T14:49:36.619 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 14:44:59.321915967 +0000 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 14:44:59.065921868 +0000 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 14:44:59.065921868 +0000 2023-12-06T14:49:36.626 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T14:49:36.627 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T14:49:36.681 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T14:49:36.681 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T14:49:36.681 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000389642 s, 1.3 MB/s 2023-12-06T14:49:36.682 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T14:49:36.689 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 380 Links: 1 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 14:44:59.825904350 +0000 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 14:44:59.541910896 +0000 2023-12-06T14:49:36.695 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 14:44:59.541910896 +0000 2023-12-06T14:49:36.696 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T14:49:36.696 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T14:49:36.710 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T14:49:36.711 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T14:49:36.711 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000413633 s, 1.2 MB/s 2023-12-06T14:49:36.711 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T14:49:36.761 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:49:36.761 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T14:49:36.768 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T14:49:36.769 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 344 Links: 1 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-06 14:45:03.172366533 +0000 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-06 14:45:02.908372607 +0000 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-06 14:45:02.908372607 +0000 2023-12-06T14:49:36.819 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-06T14:49:36.820 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T14:49:36.830 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-06T14:49:36.830 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-06T14:49:36.830 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000411232 s, 1.2 MB/s 2023-12-06T14:49:36.831 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T14:49:36.839 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2023-12-06T14:49:36.885 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T14:49:36.885 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.885 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 348 Links: 1 2023-12-06T14:49:36.885 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.886 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-06 14:45:03.668355122 +0000 2023-12-06T14:49:36.886 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-06 14:45:03.388361564 +0000 2023-12-06T14:49:36.886 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-06 14:45:03.388361564 +0000 2023-12-06T14:49:36.886 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-06T14:49:36.886 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T14:49:36.899 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-06T14:49:36.899 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-06T14:49:36.899 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000358341 s, 1.4 MB/s 2023-12-06T14:49:36.900 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T14:49:36.908 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2023-12-06T14:49:36.955 INFO:journalctl@ceph.mgr.x.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 354 Links: 1 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-06 14:45:04.148344079 +0000 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-06 14:45:03.884350153 +0000 2023-12-06T14:49:36.957 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-06 14:45:03.884350153 +0000 2023-12-06T14:49:36.958 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-06T14:49:36.958 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T14:49:36.970 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-06T14:49:36.970 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-06T14:49:36.970 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000342898 s, 1.5 MB/s 2023-12-06T14:49:36.971 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T14:49:36.980 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 361 Links: 1 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-06 14:45:04.628333035 +0000 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-06 14:45:04.364339109 +0000 2023-12-06T14:49:37.035 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-06 14:45:04.364339109 +0000 2023-12-06T14:49:37.036 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-06T14:49:37.036 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T14:49:37.046 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-06T14:49:37.046 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-06T14:49:37.046 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000313832 s, 1.6 MB/s 2023-12-06T14:49:37.047 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T14:49:37.055 INFO:tasks.cephadm:Deploying osd.0 on smithi116 with /dev/vg_nvme/lv_4... 2023-12-06T14:49:37.055 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T14:49:37.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:36 smithi150 bash[25259]: audit 2023-12-06T14:49:35.267184+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi116=y;smithi150=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:37.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:36 smithi150 bash[25259]: cephadm 2023-12-06T14:49:35.270586+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi116=y;smithi150=x;count:2 2023-12-06T14:49:37.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:36 smithi150 bash[25259]: cephadm 2023-12-06T14:49:35.308969+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T14:49:37.245 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:36 smithi116 bash[30871]: audit 2023-12-06T14:49:35.267184+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi116=y;smithi150=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:37.245 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:36 smithi116 bash[30871]: cephadm 2023-12-06T14:49:35.270586+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi116=y;smithi150=x;count:2 2023-12-06T14:49:37.245 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:36 smithi116 bash[30871]: cephadm 2023-12-06T14:49:35.308969+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T14:49:37.245 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:36 smithi116 bash[25098]: audit 2023-12-06T14:49:35.267184+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi116=y;smithi150=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:37.245 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:36 smithi116 bash[25098]: cephadm 2023-12-06T14:49:35.270586+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi116=y;smithi150=x;count:2 2023-12-06T14:49:37.245 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:36 smithi116 bash[25098]: cephadm 2023-12-06T14:49:35.308969+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T14:49:38.346 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:37 smithi116 bash[30871]: cluster 2023-12-06T14:49:36.918667+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:38.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:37 smithi116 bash[25098]: cluster 2023-12-06T14:49:36.918667+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:38.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:37 smithi150 bash[25259]: cluster 2023-12-06T14:49:36.918667+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:39.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.141144+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.145708+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.147972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.149400+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.158199+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: cephadm 2023-12-06T14:49:38.158889+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: cephadm 2023-12-06T14:49:38.160115+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.160599+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.162232+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: audit 2023-12-06T14:49:38.163510+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: cephadm 2023-12-06T14:49:38.165103+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi116 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[25098]: cluster 2023-12-06T14:49:38.919135+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.141144+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:39.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.145708+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.147972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.149400+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.158199+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: cephadm 2023-12-06T14:49:38.158889+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: cephadm 2023-12-06T14:49:38.160115+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.160599+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.162232+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: audit 2023-12-06T14:49:38.163510+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: cephadm 2023-12-06T14:49:38.165103+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi116 2023-12-06T14:49:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:39 smithi116 bash[30871]: cluster 2023-12-06T14:49:38.919135+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:39.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.141144+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:39.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.145708+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.147972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.149400+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.158199+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: cephadm 2023-12-06T14:49:38.158889+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: cephadm 2023-12-06T14:49:38.160115+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.160599+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.162232+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: audit 2023-12-06T14:49:38.163510+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: cephadm 2023-12-06T14:49:38.165103+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi116 2023-12-06T14:49:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[25259]: cluster 2023-12-06T14:49:38.919135+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:39.780 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[26257]: debug 2023-12-06T14:49:39.624+0000 7fe1da943700 1 -- 172.21.15.150:0/821252042 <== mon.2 v2:172.21.15.150:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555788fd2340 con 0x555789d4e400 2023-12-06T14:49:40.188 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:39 smithi150 bash[26257]: debug 2023-12-06T14:49:39.776+0000 7fe1e35b2000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:49:40.689 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:40 smithi150 bash[26257]: debug 2023-12-06T14:49:40.460+0000 7fe1e35b2000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:49:40.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:40 smithi150 bash[26257]: debug 2023-12-06T14:49:40.584+0000 7fe1e35b2000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:49:41.070 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:40 smithi150 bash[26257]: debug 2023-12-06T14:49:40.740+0000 7fe1e35b2000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:49:41.374 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[26257]: debug 2023-12-06T14:49:41.068+0000 7fe1e35b2000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:49:41.375 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[26257]: debug 2023-12-06T14:49:41.160+0000 7fe1e35b2000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:49:41.626 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T14:49:41.626 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T14:49:41.626 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T14:49:41.626 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T14:49:41.626 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149687 s, 701 MB/s 2023-12-06T14:49:41.626 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T14:49:41.688 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[26257]: debug 2023-12-06T14:49:41.372+0000 7fe1e35b2000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: cluster 2023-12-06T14:49:40.919623+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: audit 2023-12-06T14:49:41.390283+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: audit 2023-12-06T14:49:41.392948+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: audit 2023-12-06T14:49:41.394758+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: audit 2023-12-06T14:49:41.395849+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: audit 2023-12-06T14:49:41.404224+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.247 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:41 smithi150 bash[25259]: audit 2023-12-06T14:49:41.561373+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: cluster 2023-12-06T14:49:40.919623+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: audit 2023-12-06T14:49:41.390283+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: audit 2023-12-06T14:49:41.392948+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: audit 2023-12-06T14:49:41.394758+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: audit 2023-12-06T14:49:41.395849+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: audit 2023-12-06T14:49:41.404224+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[25098]: audit 2023-12-06T14:49:41.561373+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: cluster 2023-12-06T14:49:40.919623+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: audit 2023-12-06T14:49:41.390283+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: audit 2023-12-06T14:49:41.392948+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: audit 2023-12-06T14:49:41.394758+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: audit 2023-12-06T14:49:41.395849+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: audit 2023-12-06T14:49:41.404224+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:41 smithi116 bash[30871]: audit 2023-12-06T14:49:41.561373+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:42.559 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:42 smithi150 bash[26257]: debug 2023-12-06T14:49:42.244+0000 7fe1e35b2000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:49:42.559 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:42 smithi150 bash[26257]: debug 2023-12-06T14:49:42.348+0000 7fe1e35b2000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:49:42.600 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_4 2023-12-06T14:49:42.905 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:42 smithi150 bash[26257]: debug 2023-12-06T14:49:42.556+0000 7fe1e35b2000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:49:43.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:42 smithi150 bash[25259]: cephadm 2023-12-06T14:49:41.405200+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:43.189 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:42 smithi150 bash[26257]: debug 2023-12-06T14:49:42.900+0000 7fe1e35b2000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:49:43.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:42 smithi116 bash[25098]: cephadm 2023-12-06T14:49:41.405200+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:43.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:43 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:43.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:42 smithi116 bash[30871]: cephadm 2023-12-06T14:49:41.405200+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:49:43.536 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:43 smithi150 bash[26257]: debug 2023-12-06T14:49:43.232+0000 7fe1e35b2000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:49:43.900 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:43 smithi150 bash[26257]: debug 2023-12-06T14:49:43.604+0000 7fe1e35b2000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:49:44.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:43 smithi150 bash[25259]: cluster 2023-12-06T14:49:42.920121+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:44.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:43 smithi150 bash[25259]: audit 2023-12-06T14:49:43.188431+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:44.189 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:43 smithi150 bash[26257]: debug 2023-12-06T14:49:43.896+0000 7fe1e35b2000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:49:44.274 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:43 smithi116 bash[25098]: cluster 2023-12-06T14:49:42.920121+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:44.274 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:43 smithi116 bash[25098]: audit 2023-12-06T14:49:43.188431+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:44.275 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:49:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:44.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:43 smithi116 bash[30871]: cluster 2023-12-06T14:49:42.920121+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:44.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:43 smithi116 bash[30871]: audit 2023-12-06T14:49:43.188431+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:44.830 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[26257]: debug 2023-12-06T14:49:44.568+0000 7fe1e35b2000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:49:44.830 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[26257]: debug 2023-12-06T14:49:44.672+0000 7fe1e35b2000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:49:45.188 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[26257]: debug 2023-12-06T14:49:44.828+0000 7fe1e35b2000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:49:45.188 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[26257]: debug 2023-12-06T14:49:44.932+0000 7fe1e35b2000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:45 smithi150 bash[26257]: debug 2023-12-06T14:49:45.072+0000 7fe1e35b2000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[25259]: audit 2023-12-06T14:49:43.993751+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[25259]: audit 2023-12-06T14:49:44.000453+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[25259]: audit 2023-12-06T14:49:44.029658+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[25259]: audit 2023-12-06T14:49:44.032360+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[25259]: audit 2023-12-06T14:49:44.034324+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:45.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:44 smithi150 bash[25259]: audit 2023-12-06T14:49:44.045332+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25098]: audit 2023-12-06T14:49:43.993751+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25098]: audit 2023-12-06T14:49:44.000453+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25098]: audit 2023-12-06T14:49:44.029658+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25098]: audit 2023-12-06T14:49:44.032360+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25098]: audit 2023-12-06T14:49:44.034324+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[25098]: audit 2023-12-06T14:49:44.045332+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[30871]: audit 2023-12-06T14:49:43.993751+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[30871]: audit 2023-12-06T14:49:44.000453+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[30871]: audit 2023-12-06T14:49:44.029658+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[30871]: audit 2023-12-06T14:49:44.032360+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[30871]: audit 2023-12-06T14:49:44.034324+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:45.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:44 smithi116 bash[30871]: audit 2023-12-06T14:49:44.045332+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:45.658 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:45 smithi150 bash[26257]: debug 2023-12-06T14:49:45.360+0000 7fe1e35b2000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:49:45.658 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:45 smithi150 bash[26257]: debug 2023-12-06T14:49:45.476+0000 7fe1e35b2000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:49:45.938 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:45 smithi150 bash[26257]: debug 2023-12-06T14:49:45.656+0000 7fe1e35b2000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:49:45.938 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:45 smithi150 bash[26257]: debug 2023-12-06T14:49:45.772+0000 7fe1e35b2000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:49:46.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:45 smithi116 bash[25098]: cluster 2023-12-06T14:49:44.920651+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:46.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:45 smithi116 bash[30871]: cluster 2023-12-06T14:49:44.920651+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:46.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:45 smithi150 bash[25259]: cluster 2023-12-06T14:49:44.920651+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:46.938 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:49:46 smithi150 bash[26257]: debug 2023-12-06T14:49:46.608+0000 7fe1e35b2000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:49:47.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.182198+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.189147+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.190720+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: cluster 2023-12-06T14:49:46.632849+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon x started 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.637894+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.638786+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.640871+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25098]: audit 2023-12-06T14:49:46.641726+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.182198+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:49:47.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.189147+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:49:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.190720+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: cluster 2023-12-06T14:49:46.632849+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon x started 2023-12-06T14:49:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.637894+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T14:49:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.638786+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:49:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.640871+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T14:49:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[30871]: audit 2023-12-06T14:49:46.641726+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:49:47.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.182198+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:49:47.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.189147+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:49:47.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.190720+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:47.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: cluster 2023-12-06T14:49:46.632849+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon x started 2023-12-06T14:49:47.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.637894+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T14:49:47.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.638786+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:49:47.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.640871+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T14:49:47.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:47 smithi150 bash[25259]: audit 2023-12-06T14:49:46.641726+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.150:0/2764946017' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:49:47.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:47 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:49:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:48.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:49:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[30871]: audit 2023-12-06T14:49:46.175771+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[30871]: cluster 2023-12-06T14:49:46.921138+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[30871]: cluster 2023-12-06T14:49:47.009676+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[30871]: audit 2023-12-06T14:49:47.010349+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[30871]: audit 2023-12-06T14:49:47.631434+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[30871]: audit 2023-12-06T14:49:47.639805+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25098]: audit 2023-12-06T14:49:46.175771+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25098]: cluster 2023-12-06T14:49:46.921138+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25098]: cluster 2023-12-06T14:49:47.009676+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-06T14:49:48.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25098]: audit 2023-12-06T14:49:47.010349+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T14:49:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25098]: audit 2023-12-06T14:49:47.631434+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:48 smithi116 bash[25098]: audit 2023-12-06T14:49:47.639805+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:48.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:48 smithi150 bash[25259]: audit 2023-12-06T14:49:46.175771+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:48.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:48 smithi150 bash[25259]: cluster 2023-12-06T14:49:46.921138+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:48 smithi150 bash[25259]: cluster 2023-12-06T14:49:47.009676+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-06T14:49:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:48 smithi150 bash[25259]: audit 2023-12-06T14:49:47.010349+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T14:49:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:48 smithi150 bash[25259]: audit 2023-12-06T14:49:47.631434+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:48 smithi150 bash[25259]: audit 2023-12-06T14:49:47.639805+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:49 smithi116 bash[25098]: audit 2023-12-06T14:49:48.123104+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:49 smithi116 bash[25098]: audit 2023-12-06T14:49:48.130875+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:49 smithi116 bash[25098]: cluster 2023-12-06T14:49:48.921517+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:49.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:49 smithi116 bash[30871]: audit 2023-12-06T14:49:48.123104+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:49 smithi116 bash[30871]: audit 2023-12-06T14:49:48.130875+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:49 smithi116 bash[30871]: cluster 2023-12-06T14:49:48.921517+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:49.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:49 smithi150 bash[25259]: audit 2023-12-06T14:49:48.123104+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:49 smithi150 bash[25259]: audit 2023-12-06T14:49:48.130875+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:49:49.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:49 smithi150 bash[25259]: cluster 2023-12-06T14:49:48.921517+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:52.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[25098]: cluster 2023-12-06T14:49:50.921988+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:52.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[25098]: audit 2023-12-06T14:49:51.238222+0000 mon.a (mon.0) 293 : audit [INF] from='client.? 172.21.15.116:0/867829959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cacff2e1-808d-4643-9eb5-1f4d9548a1f3"}]: dispatch 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[25098]: audit 2023-12-06T14:49:51.246380+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 172.21.15.116:0/867829959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cacff2e1-808d-4643-9eb5-1f4d9548a1f3"}]': finished 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[25098]: cluster 2023-12-06T14:49:51.246476+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[25098]: audit 2023-12-06T14:49:51.246745+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[25098]: audit 2023-12-06T14:49:51.946023+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.116:0/2343942724' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[30871]: cluster 2023-12-06T14:49:50.921988+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[30871]: audit 2023-12-06T14:49:51.238222+0000 mon.a (mon.0) 293 : audit [INF] from='client.? 172.21.15.116:0/867829959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cacff2e1-808d-4643-9eb5-1f4d9548a1f3"}]: dispatch 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[30871]: audit 2023-12-06T14:49:51.246380+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 172.21.15.116:0/867829959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cacff2e1-808d-4643-9eb5-1f4d9548a1f3"}]': finished 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[30871]: cluster 2023-12-06T14:49:51.246476+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[30871]: audit 2023-12-06T14:49:51.246745+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:49:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:51 smithi116 bash[30871]: audit 2023-12-06T14:49:51.946023+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.116:0/2343942724' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:49:52.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:51 smithi150 bash[25259]: cluster 2023-12-06T14:49:50.921988+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:52.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:51 smithi150 bash[25259]: audit 2023-12-06T14:49:51.238222+0000 mon.a (mon.0) 293 : audit [INF] from='client.? 172.21.15.116:0/867829959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cacff2e1-808d-4643-9eb5-1f4d9548a1f3"}]: dispatch 2023-12-06T14:49:52.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:51 smithi150 bash[25259]: audit 2023-12-06T14:49:51.246380+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 172.21.15.116:0/867829959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cacff2e1-808d-4643-9eb5-1f4d9548a1f3"}]': finished 2023-12-06T14:49:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:51 smithi150 bash[25259]: cluster 2023-12-06T14:49:51.246476+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T14:49:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:51 smithi150 bash[25259]: audit 2023-12-06T14:49:51.246745+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:49:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:51 smithi150 bash[25259]: audit 2023-12-06T14:49:51.946023+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.116:0/2343942724' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:49:54.388 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:53 smithi116 bash[25098]: cluster 2023-12-06T14:49:52.922444+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:54.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:53 smithi116 bash[30871]: cluster 2023-12-06T14:49:52.922444+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:54.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:53 smithi150 bash[25259]: cluster 2023-12-06T14:49:52.922444+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:56.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:55 smithi116 bash[25098]: cluster 2023-12-06T14:49:54.922984+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:56.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:55 smithi116 bash[30871]: cluster 2023-12-06T14:49:54.922984+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:56.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:55 smithi150 bash[25259]: cluster 2023-12-06T14:49:54.922984+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:58.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:57 smithi116 bash[25098]: cluster 2023-12-06T14:49:56.923336+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:58.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:57 smithi116 bash[30871]: cluster 2023-12-06T14:49:56.923336+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:58.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:57 smithi150 bash[25259]: cluster 2023-12-06T14:49:56.923336+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:00.250 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:49:59 smithi116 bash[25098]: cluster 2023-12-06T14:49:58.923829+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:00.250 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:49:59 smithi116 bash[30871]: cluster 2023-12-06T14:49:58.923829+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:00.290 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:49:59 smithi150 bash[25259]: cluster 2023-12-06T14:49:58.923829+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:01.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:00 smithi116 bash[25098]: cluster 2023-12-06T14:50:00.000154+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2023-12-06T14:50:01.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:00 smithi116 bash[30871]: cluster 2023-12-06T14:50:00.000154+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2023-12-06T14:50:01.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:00 smithi150 bash[25259]: cluster 2023-12-06T14:50:00.000154+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2023-12-06T14:50:02.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:01 smithi116 bash[25098]: cluster 2023-12-06T14:50:00.924350+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:01 smithi116 bash[25098]: audit 2023-12-06T14:50:01.425577+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T14:50:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:01 smithi116 bash[25098]: audit 2023-12-06T14:50:01.426813+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:02.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:02 smithi116 bash[30871]: cluster 2023-12-06T14:50:00.924350+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:02.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:02 smithi116 bash[30871]: audit 2023-12-06T14:50:01.425577+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T14:50:02.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:02 smithi116 bash[30871]: audit 2023-12-06T14:50:01.426813+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:02.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:01 smithi150 bash[25259]: cluster 2023-12-06T14:50:00.924350+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:01 smithi150 bash[25259]: audit 2023-12-06T14:50:01.425577+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T14:50:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:01 smithi150 bash[25259]: audit 2023-12-06T14:50:01.426813+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:03.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:03 smithi150 bash[25259]: cephadm 2023-12-06T14:50:01.427809+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi116 2023-12-06T14:50:03.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:02 smithi116 bash[25098]: cephadm 2023-12-06T14:50:01.427809+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi116 2023-12-06T14:50:03.389 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:02 smithi116 bash[30871]: cephadm 2023-12-06T14:50:01.427809+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi116 2023-12-06T14:50:04.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:04 smithi150 bash[25259]: cluster 2023-12-06T14:50:02.924740+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:04.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:04 smithi150 bash[25259]: audit 2023-12-06T14:50:03.956346+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:04.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:04 smithi150 bash[25259]: audit 2023-12-06T14:50:03.966434+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:04.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:03 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:50:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:04.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:04 smithi116 bash[25098]: cluster 2023-12-06T14:50:02.924740+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:04.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:04 smithi116 bash[25098]: audit 2023-12-06T14:50:03.956346+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:04.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:04 smithi116 bash[25098]: audit 2023-12-06T14:50:03.966434+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:04 smithi116 bash[30871]: cluster 2023-12-06T14:50:02.924740+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:04 smithi116 bash[30871]: audit 2023-12-06T14:50:03.956346+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:04 smithi116 bash[30871]: audit 2023-12-06T14:50:03.966434+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:06.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:06 smithi150 bash[25259]: cluster 2023-12-06T14:50:04.925185+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:06.496 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:06 smithi116 bash[25098]: cluster 2023-12-06T14:50:04.925185+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:06.496 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:06 smithi116 bash[30871]: cluster 2023-12-06T14:50:04.925185+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:07.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[25098]: audit 2023-12-06T14:50:06.100906+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:07.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[25098]: audit 2023-12-06T14:50:06.125711+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[25098]: audit 2023-12-06T14:50:06.127487+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[25098]: audit 2023-12-06T14:50:06.128581+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[25098]: audit 2023-12-06T14:50:06.135016+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[25098]: cluster 2023-12-06T14:50:06.925639+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[30871]: audit 2023-12-06T14:50:06.100906+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[30871]: audit 2023-12-06T14:50:06.125711+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[30871]: audit 2023-12-06T14:50:06.127487+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[30871]: audit 2023-12-06T14:50:06.128581+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[30871]: audit 2023-12-06T14:50:06.135016+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:07 smithi116 bash[30871]: cluster 2023-12-06T14:50:06.925639+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:07.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:07 smithi150 bash[25259]: audit 2023-12-06T14:50:06.100906+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:07.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:07 smithi150 bash[25259]: audit 2023-12-06T14:50:06.125711+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:07.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:07 smithi150 bash[25259]: audit 2023-12-06T14:50:06.127487+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:07.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:07 smithi150 bash[25259]: audit 2023-12-06T14:50:06.128581+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:07.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:07 smithi150 bash[25259]: audit 2023-12-06T14:50:06.135016+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:07.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:07 smithi150 bash[25259]: cluster 2023-12-06T14:50:06.925639+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:08.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:08 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:50:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:09.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: audit 2023-12-06T14:50:08.241116+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: audit 2023-12-06T14:50:08.246406+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: audit 2023-12-06T14:50:08.257670+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: audit 2023-12-06T14:50:08.259653+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: audit 2023-12-06T14:50:08.260772+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: audit 2023-12-06T14:50:08.269015+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[25098]: cluster 2023-12-06T14:50:08.926161+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: audit 2023-12-06T14:50:08.241116+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: audit 2023-12-06T14:50:08.246406+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: audit 2023-12-06T14:50:08.257670+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: audit 2023-12-06T14:50:08.259653+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: audit 2023-12-06T14:50:08.260772+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: audit 2023-12-06T14:50:08.269015+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:09 smithi116 bash[30871]: cluster 2023-12-06T14:50:08.926161+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: audit 2023-12-06T14:50:08.241116+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: audit 2023-12-06T14:50:08.246406+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: audit 2023-12-06T14:50:08.257670+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: audit 2023-12-06T14:50:08.259653+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: audit 2023-12-06T14:50:08.260772+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:09.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: audit 2023-12-06T14:50:08.269015+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:09.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:09 smithi150 bash[25259]: cluster 2023-12-06T14:50:08.926161+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:11.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:50:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:12.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: cluster 2023-12-06T14:50:10.926558+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:12.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: audit 2023-12-06T14:50:11.071952+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: audit 2023-12-06T14:50:11.080017+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: audit 2023-12-06T14:50:11.093369+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: audit 2023-12-06T14:50:11.095447+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: audit 2023-12-06T14:50:11.096776+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[25098]: audit 2023-12-06T14:50:11.106529+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: cluster 2023-12-06T14:50:10.926558+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: audit 2023-12-06T14:50:11.071952+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: audit 2023-12-06T14:50:11.080017+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: audit 2023-12-06T14:50:11.093369+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: audit 2023-12-06T14:50:11.095447+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: audit 2023-12-06T14:50:11.096776+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:11 smithi116 bash[30871]: audit 2023-12-06T14:50:11.106529+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: cluster 2023-12-06T14:50:10.926558+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:12.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: audit 2023-12-06T14:50:11.071952+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: audit 2023-12-06T14:50:11.080017+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: audit 2023-12-06T14:50:11.093369+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: audit 2023-12-06T14:50:11.095447+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: audit 2023-12-06T14:50:11.096776+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:11 smithi150 bash[25259]: audit 2023-12-06T14:50:11.106529+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:13.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:12 smithi116 bash[25098]: cephadm 2023-12-06T14:50:11.073346+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:50:13.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:12 smithi116 bash[30871]: cephadm 2023-12-06T14:50:11.073346+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:50:13.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:12 smithi150 bash[25259]: cephadm 2023-12-06T14:50:11.073346+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:50:14.094 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 0 on host 'smithi116' 2023-12-06T14:50:14.126 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:14 smithi116 bash[25098]: cluster 2023-12-06T14:50:12.926887+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:14.127 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:14 smithi116 bash[25098]: audit 2023-12-06T14:50:13.856861+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:14.127 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:14 smithi116 bash[25098]: audit 2023-12-06T14:50:13.857454+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:14.127 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:14 smithi116 bash[30871]: cluster 2023-12-06T14:50:12.926887+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:14.127 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:14 smithi116 bash[30871]: audit 2023-12-06T14:50:13.856861+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:14.127 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:14 smithi116 bash[30871]: audit 2023-12-06T14:50:13.857454+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:14.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:14 smithi150 bash[25259]: cluster 2023-12-06T14:50:12.926887+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:14.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:14 smithi150 bash[25259]: audit 2023-12-06T14:50:13.856861+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:14 smithi150 bash[25259]: audit 2023-12-06T14:50:13.857454+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:14.755 DEBUG:teuthology.orchestra.run.smithi116:osd.0> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T14:50:14.757 INFO:tasks.cephadm:Deploying osd.1 on smithi116 with /dev/vg_nvme/lv_3... 2023-12-06T14:50:14.757 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T14:50:14.975 INFO:journalctl@ceph.osd.0.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.002114+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: cluster 2023-12-06T14:50:14.002353+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.003096+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.003771+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.012759+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.084507+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:15.022 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.086241+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.087113+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.092757+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.093412+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.103114+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[30871]: audit 2023-12-06T14:50:14.110610+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.416 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[34542]: debug 2023-12-06T14:50:15.022+0000 7f9f59948700 -1 osd.0 0 waiting for initial osdmap 2023-12-06T14:50:15.416 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[34542]: debug 2023-12-06T14:50:15.022+0000 7f9f53ade700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:50:15.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.002114+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: cluster 2023-12-06T14:50:14.002353+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.003096+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.003771+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.012759+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.084507+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.086241+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.087113+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.092757+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.093412+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.103114+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:15 smithi116 bash[25098]: audit 2023-12-06T14:50:14.110610+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.002114+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: cluster 2023-12-06T14:50:14.002353+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.003096+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.003771+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.012759+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.084507+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.086241+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.087113+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.092757+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.093412+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.103114+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:15.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:15 smithi150 bash[25259]: audit 2023-12-06T14:50:14.110610+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:16.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[30871]: cephadm 2023-12-06T14:50:14.096056+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 15223M 2023-12-06T14:50:16.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[30871]: cluster 2023-12-06T14:50:14.927248+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:16.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[30871]: audit 2023-12-06T14:50:15.013080+0000 mon.a (mon.0) 331 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:50:16.133 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[30871]: cluster 2023-12-06T14:50:15.013310+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[30871]: audit 2023-12-06T14:50:15.014046+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[30871]: audit 2023-12-06T14:50:15.025932+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[25098]: cephadm 2023-12-06T14:50:14.096056+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 15223M 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[25098]: cluster 2023-12-06T14:50:14.927248+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[25098]: audit 2023-12-06T14:50:15.013080+0000 mon.a (mon.0) 331 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[25098]: cluster 2023-12-06T14:50:15.013310+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[25098]: audit 2023-12-06T14:50:15.014046+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:16.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:16 smithi116 bash[25098]: audit 2023-12-06T14:50:15.025932+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:16.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:16 smithi150 bash[25259]: cephadm 2023-12-06T14:50:14.096056+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 15223M 2023-12-06T14:50:16.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:16 smithi150 bash[25259]: cluster 2023-12-06T14:50:14.927248+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:16.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:16 smithi150 bash[25259]: audit 2023-12-06T14:50:15.013080+0000 mon.a (mon.0) 331 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:50:16.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:16 smithi150 bash[25259]: cluster 2023-12-06T14:50:15.013310+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T14:50:16.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:16 smithi150 bash[25259]: audit 2023-12-06T14:50:15.014046+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:16.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:16 smithi150 bash[25259]: audit 2023-12-06T14:50:15.025932+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:17.322 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[30871]: cluster 2023-12-06T14:50:14.832144+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:50:17.322 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[30871]: cluster 2023-12-06T14:50:14.832347+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:50:17.322 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[30871]: cluster 2023-12-06T14:50:16.023191+0000 mon.a (mon.0) 335 : cluster [INF] osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704] boot 2023-12-06T14:50:17.322 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[30871]: cluster 2023-12-06T14:50:16.023318+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T14:50:17.322 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[30871]: audit 2023-12-06T14:50:16.023927+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:17.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[25098]: cluster 2023-12-06T14:50:14.832144+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:50:17.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[25098]: cluster 2023-12-06T14:50:14.832347+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:50:17.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[25098]: cluster 2023-12-06T14:50:16.023191+0000 mon.a (mon.0) 335 : cluster [INF] osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704] boot 2023-12-06T14:50:17.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[25098]: cluster 2023-12-06T14:50:16.023318+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T14:50:17.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:17 smithi116 bash[25098]: audit 2023-12-06T14:50:16.023927+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:17.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:17 smithi150 bash[25259]: cluster 2023-12-06T14:50:14.832144+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:50:17.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:17 smithi150 bash[25259]: cluster 2023-12-06T14:50:14.832347+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:50:17.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:17 smithi150 bash[25259]: cluster 2023-12-06T14:50:16.023191+0000 mon.a (mon.0) 335 : cluster [INF] osd.0 [v2:172.21.15.116:6802/462292704,v1:172.21.15.116:6803/462292704] boot 2023-12-06T14:50:17.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:17 smithi150 bash[25259]: cluster 2023-12-06T14:50:16.023318+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T14:50:17.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:17 smithi150 bash[25259]: audit 2023-12-06T14:50:16.023927+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:17.926 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T14:50:17.926 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T14:50:17.926 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T14:50:17.926 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T14:50:17.926 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0217078 s, 483 MB/s 2023-12-06T14:50:17.926 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T14:50:18.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:18 smithi116 bash[25098]: cluster 2023-12-06T14:50:16.927691+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:18.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:18 smithi116 bash[25098]: cluster 2023-12-06T14:50:17.042768+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T14:50:18.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:18 smithi116 bash[30871]: cluster 2023-12-06T14:50:16.927691+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:18.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:18 smithi116 bash[30871]: cluster 2023-12-06T14:50:17.042768+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T14:50:18.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:18 smithi150 bash[25259]: cluster 2023-12-06T14:50:16.927691+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:18.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:18 smithi150 bash[25259]: cluster 2023-12-06T14:50:17.042768+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T14:50:18.667 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_3 2023-12-06T14:50:19.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:19 smithi116 bash[25098]: cluster 2023-12-06T14:50:18.928181+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:19.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:19 smithi116 bash[30871]: cluster 2023-12-06T14:50:18.928181+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:19.363 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:19 smithi150 bash[25259]: cluster 2023-12-06T14:50:18.928181+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:22.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:21 smithi150 bash[25259]: cluster 2023-12-06T14:50:20.928683+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:22.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:21 smithi150 bash[25259]: audit 2023-12-06T14:50:21.623892+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:22.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:21 smithi150 bash[25259]: audit 2023-12-06T14:50:21.630015+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:22.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:21 smithi150 bash[25259]: audit 2023-12-06T14:50:21.631600+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:22.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[25098]: cluster 2023-12-06T14:50:20.928683+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:22.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[25098]: audit 2023-12-06T14:50:21.623892+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:22.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[25098]: audit 2023-12-06T14:50:21.630015+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:22.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[25098]: audit 2023-12-06T14:50:21.631600+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:22.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[30871]: cluster 2023-12-06T14:50:20.928683+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:22.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[30871]: audit 2023-12-06T14:50:21.623892+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:22.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[30871]: audit 2023-12-06T14:50:21.630015+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:22.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:21 smithi116 bash[30871]: audit 2023-12-06T14:50:21.631600+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:23.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:22 smithi116 bash[25098]: audit 2023-12-06T14:50:21.617630+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:23.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:22 smithi116 bash[30871]: audit 2023-12-06T14:50:21.617630+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:23.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:22 smithi150 bash[25259]: audit 2023-12-06T14:50:21.617630+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:24.134 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:23 smithi116 bash[25098]: cluster 2023-12-06T14:50:22.929319+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:24.134 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:23 smithi116 bash[30871]: cluster 2023-12-06T14:50:22.929319+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:24.389 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:24 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:50:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:24.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:23 smithi150 bash[25259]: cluster 2023-12-06T14:50:22.929319+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:25.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:25 smithi116 bash[30871]: audit 2023-12-06T14:50:24.123367+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:25.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:25 smithi116 bash[30871]: audit 2023-12-06T14:50:24.131933+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:25.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:25 smithi116 bash[30871]: cluster 2023-12-06T14:50:24.929791+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:25.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:25 smithi116 bash[25098]: audit 2023-12-06T14:50:24.123367+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:25.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:25 smithi116 bash[25098]: audit 2023-12-06T14:50:24.131933+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:25.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:25 smithi116 bash[25098]: cluster 2023-12-06T14:50:24.929791+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:25.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:25 smithi150 bash[25259]: audit 2023-12-06T14:50:24.123367+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:25.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:25 smithi150 bash[25259]: audit 2023-12-06T14:50:24.131933+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:25.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:25 smithi150 bash[25259]: cluster 2023-12-06T14:50:24.929791+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:28.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:27 smithi150 bash[25259]: cluster 2023-12-06T14:50:26.930261+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:27 smithi116 bash[25098]: cluster 2023-12-06T14:50:26.930261+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:28.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:27 smithi116 bash[30871]: cluster 2023-12-06T14:50:26.930261+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:30.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:30 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:50:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:30.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:29 smithi116 bash[30871]: cluster 2023-12-06T14:50:28.930762+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:30.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:29 smithi116 bash[25098]: cluster 2023-12-06T14:50:28.930762+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:30.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:29 smithi150 bash[25259]: cluster 2023-12-06T14:50:28.930762+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: audit 2023-12-06T14:50:30.133132+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: audit 2023-12-06T14:50:30.139116+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: cluster 2023-12-06T14:50:30.931264+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: audit 2023-12-06T14:50:30.961602+0000 mon.a (mon.0) 346 : audit [INF] from='client.? 172.21.15.116:0/2606737489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06df44e8-8d2c-4e05-8c00-35ee66bb5192"}]: dispatch 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: audit 2023-12-06T14:50:30.969597+0000 mon.a (mon.0) 347 : audit [INF] from='client.? 172.21.15.116:0/2606737489' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06df44e8-8d2c-4e05-8c00-35ee66bb5192"}]': finished 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: cluster 2023-12-06T14:50:30.969788+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T14:50:31.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[30871]: audit 2023-12-06T14:50:30.970075+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: audit 2023-12-06T14:50:30.133132+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: audit 2023-12-06T14:50:30.139116+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: cluster 2023-12-06T14:50:30.931264+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: audit 2023-12-06T14:50:30.961602+0000 mon.a (mon.0) 346 : audit [INF] from='client.? 172.21.15.116:0/2606737489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06df44e8-8d2c-4e05-8c00-35ee66bb5192"}]: dispatch 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: audit 2023-12-06T14:50:30.969597+0000 mon.a (mon.0) 347 : audit [INF] from='client.? 172.21.15.116:0/2606737489' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06df44e8-8d2c-4e05-8c00-35ee66bb5192"}]': finished 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: cluster 2023-12-06T14:50:30.969788+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T14:50:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:31 smithi116 bash[25098]: audit 2023-12-06T14:50:30.970075+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:31.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: audit 2023-12-06T14:50:30.133132+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:31.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: audit 2023-12-06T14:50:30.139116+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:31.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: cluster 2023-12-06T14:50:30.931264+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:31.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: audit 2023-12-06T14:50:30.961602+0000 mon.a (mon.0) 346 : audit [INF] from='client.? 172.21.15.116:0/2606737489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06df44e8-8d2c-4e05-8c00-35ee66bb5192"}]: dispatch 2023-12-06T14:50:31.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: audit 2023-12-06T14:50:30.969597+0000 mon.a (mon.0) 347 : audit [INF] from='client.? 172.21.15.116:0/2606737489' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06df44e8-8d2c-4e05-8c00-35ee66bb5192"}]': finished 2023-12-06T14:50:31.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: cluster 2023-12-06T14:50:30.969788+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T14:50:31.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:31 smithi150 bash[25259]: audit 2023-12-06T14:50:30.970075+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:32.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:32 smithi116 bash[25098]: audit 2023-12-06T14:50:31.686523+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.116:0/3603531801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:32.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:32 smithi116 bash[30871]: audit 2023-12-06T14:50:31.686523+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.116:0/3603531801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:32.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:32 smithi150 bash[25259]: audit 2023-12-06T14:50:31.686523+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.116:0/3603531801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:33.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:33 smithi116 bash[30871]: cluster 2023-12-06T14:50:32.931751+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:33.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:33 smithi116 bash[30871]: audit 2023-12-06T14:50:33.013848+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:50:33.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:33 smithi116 bash[30871]: audit 2023-12-06T14:50:33.016487+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:50:33.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:33 smithi116 bash[25098]: cluster 2023-12-06T14:50:32.931751+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:33 smithi116 bash[25098]: audit 2023-12-06T14:50:33.013848+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:50:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:33 smithi116 bash[25098]: audit 2023-12-06T14:50:33.016487+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:50:33.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:33 smithi150 bash[25259]: cluster 2023-12-06T14:50:32.931751+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:33.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:33 smithi150 bash[25259]: audit 2023-12-06T14:50:33.013848+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:50:33.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:33 smithi150 bash[25259]: audit 2023-12-06T14:50:33.016487+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:50:36.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:35 smithi116 bash[25098]: cluster 2023-12-06T14:50:34.932256+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:36.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:35 smithi116 bash[30871]: cluster 2023-12-06T14:50:34.932256+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:36.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:35 smithi150 bash[25259]: cluster 2023-12-06T14:50:34.932256+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:38.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:37 smithi150 bash[25259]: cluster 2023-12-06T14:50:36.932729+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:38.409 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:37 smithi116 bash[25098]: cluster 2023-12-06T14:50:36.932729+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:38.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:37 smithi116 bash[30871]: cluster 2023-12-06T14:50:36.932729+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:40.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:39 smithi116 bash[25098]: cluster 2023-12-06T14:50:38.933234+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:40.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:39 smithi116 bash[30871]: cluster 2023-12-06T14:50:38.933234+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:40.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:39 smithi150 bash[25259]: cluster 2023-12-06T14:50:38.933234+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:42.300 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:41 smithi116 bash[25098]: cluster 2023-12-06T14:50:40.933758+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:42.301 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:41 smithi116 bash[25098]: audit 2023-12-06T14:50:41.271771+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T14:50:42.301 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:41 smithi116 bash[25098]: audit 2023-12-06T14:50:41.273315+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:42.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:41 smithi116 bash[30871]: cluster 2023-12-06T14:50:40.933758+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:42.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:41 smithi116 bash[30871]: audit 2023-12-06T14:50:41.271771+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T14:50:42.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:41 smithi116 bash[30871]: audit 2023-12-06T14:50:41.273315+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:42.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:41 smithi150 bash[25259]: cluster 2023-12-06T14:50:40.933758+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:42.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:41 smithi150 bash[25259]: audit 2023-12-06T14:50:41.271771+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T14:50:42.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:41 smithi150 bash[25259]: audit 2023-12-06T14:50:41.273315+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:43.291 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:43 smithi150 bash[25259]: cephadm 2023-12-06T14:50:41.274610+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi116 2023-12-06T14:50:43.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:43 smithi116 bash[25098]: cephadm 2023-12-06T14:50:41.274610+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi116 2023-12-06T14:50:43.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:43 smithi116 bash[30871]: cephadm 2023-12-06T14:50:41.274610+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi116 2023-12-06T14:50:44.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:44 smithi116 bash[25098]: cluster 2023-12-06T14:50:42.934254+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:44.262 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:44 smithi116 bash[30871]: cluster 2023-12-06T14:50:42.934254+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:44.262 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:44 smithi150 bash[25259]: cluster 2023-12-06T14:50:42.934254+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:44.521 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:44 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:50:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:45.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:45 smithi116 bash[25098]: audit 2023-12-06T14:50:44.252806+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:45.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:45 smithi116 bash[25098]: audit 2023-12-06T14:50:44.260752+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:45.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:45 smithi116 bash[25098]: cluster 2023-12-06T14:50:44.934850+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:45.666 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:45 smithi116 bash[30871]: audit 2023-12-06T14:50:44.252806+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:45.666 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:45 smithi116 bash[30871]: audit 2023-12-06T14:50:44.260752+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:45.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:45 smithi116 bash[30871]: cluster 2023-12-06T14:50:44.934850+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:45.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:45 smithi150 bash[25259]: audit 2023-12-06T14:50:44.252806+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:45.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:45 smithi150 bash[25259]: audit 2023-12-06T14:50:44.260752+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:45.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:45 smithi150 bash[25259]: cluster 2023-12-06T14:50:44.934850+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[25098]: audit 2023-12-06T14:50:46.469998+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[25098]: audit 2023-12-06T14:50:46.512278+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[25098]: audit 2023-12-06T14:50:46.514103+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[25098]: audit 2023-12-06T14:50:46.515212+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[25098]: audit 2023-12-06T14:50:46.522803+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[25098]: cluster 2023-12-06T14:50:46.935377+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[30871]: audit 2023-12-06T14:50:46.469998+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:47.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[30871]: audit 2023-12-06T14:50:46.512278+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:47.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[30871]: audit 2023-12-06T14:50:46.514103+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:47.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[30871]: audit 2023-12-06T14:50:46.515212+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:47.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[30871]: audit 2023-12-06T14:50:46.522803+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:47.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:47 smithi116 bash[30871]: cluster 2023-12-06T14:50:46.935377+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:47 smithi150 bash[25259]: audit 2023-12-06T14:50:46.469998+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:47 smithi150 bash[25259]: audit 2023-12-06T14:50:46.512278+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:47 smithi150 bash[25259]: audit 2023-12-06T14:50:46.514103+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:47 smithi150 bash[25259]: audit 2023-12-06T14:50:46.515212+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:47 smithi150 bash[25259]: audit 2023-12-06T14:50:46.522803+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:47 smithi150 bash[25259]: cluster 2023-12-06T14:50:46.935377+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:50.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:50 smithi116 bash[30871]: cluster 2023-12-06T14:50:48.935961+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:50.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:49 smithi116 bash[25098]: cluster 2023-12-06T14:50:48.935961+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:50.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:49 smithi150 bash[25259]: cluster 2023-12-06T14:50:48.935961+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:50.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:50 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:50:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: audit 2023-12-06T14:50:50.364939+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: audit 2023-12-06T14:50:50.371592+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: audit 2023-12-06T14:50:50.400427+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: audit 2023-12-06T14:50:50.402944+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: audit 2023-12-06T14:50:50.404632+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: audit 2023-12-06T14:50:50.414649+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[30871]: cluster 2023-12-06T14:50:50.936488+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: audit 2023-12-06T14:50:50.364939+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: audit 2023-12-06T14:50:50.371592+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.500 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: audit 2023-12-06T14:50:50.400427+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:51.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: audit 2023-12-06T14:50:50.402944+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:51.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: audit 2023-12-06T14:50:50.404632+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:51.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: audit 2023-12-06T14:50:50.414649+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:51 smithi116 bash[25098]: cluster 2023-12-06T14:50:50.936488+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:51.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: audit 2023-12-06T14:50:50.364939+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: audit 2023-12-06T14:50:50.371592+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: audit 2023-12-06T14:50:50.400427+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: audit 2023-12-06T14:50:50.402944+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: audit 2023-12-06T14:50:50.404632+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: audit 2023-12-06T14:50:50.414649+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:51 smithi150 bash[25259]: cluster 2023-12-06T14:50:50.936488+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:52.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:50:52 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:50:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:50:53.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: audit 2023-12-06T14:50:52.560659+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: cephadm 2023-12-06T14:50:52.561894+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:50:53.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: audit 2023-12-06T14:50:52.567168+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: audit 2023-12-06T14:50:52.589236+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:53.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: audit 2023-12-06T14:50:52.592021+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: audit 2023-12-06T14:50:52.593911+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: audit 2023-12-06T14:50:52.604906+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[25098]: cluster 2023-12-06T14:50:52.937011+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: audit 2023-12-06T14:50:52.560659+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: cephadm 2023-12-06T14:50:52.561894+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: audit 2023-12-06T14:50:52.567168+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: audit 2023-12-06T14:50:52.589236+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: audit 2023-12-06T14:50:52.592021+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: audit 2023-12-06T14:50:52.593911+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: audit 2023-12-06T14:50:52.604906+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:53 smithi116 bash[30871]: cluster 2023-12-06T14:50:52.937011+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:53.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: audit 2023-12-06T14:50:52.560659+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: cephadm 2023-12-06T14:50:52.561894+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: audit 2023-12-06T14:50:52.567168+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: audit 2023-12-06T14:50:52.589236+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: audit 2023-12-06T14:50:52.592021+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: audit 2023-12-06T14:50:52.593911+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: audit 2023-12-06T14:50:52.604906+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:53 smithi150 bash[25259]: cluster 2023-12-06T14:50:52.937011+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:54.336 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 1 on host 'smithi116' 2023-12-06T14:50:54.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.329860+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.334877+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.335307+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.338576+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.341743+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.342949+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.350355+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[25098]: audit 2023-12-06T14:50:54.357639+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.329860+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.334877+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.335307+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:54.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.338576+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:54.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.341743+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:54.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.342949+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:54.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.350355+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:54 smithi116 bash[30871]: audit 2023-12-06T14:50:54.357639+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.329860+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.334877+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.335307+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.338576+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.341743+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.342949+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.350355+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:54.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:54 smithi150 bash[25259]: audit 2023-12-06T14:50:54.357639+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:50:55.029 DEBUG:teuthology.orchestra.run.smithi116:osd.1> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T14:50:55.031 INFO:tasks.cephadm:Deploying osd.2 on smithi116 with /dev/vg_nvme/lv_2... 2023-12-06T14:50:55.031 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T14:50:55.261 INFO:journalctl@ceph.osd.1.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:50:55.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:55 smithi116 bash[25098]: cephadm 2023-12-06T14:50:54.343818+0000 mgr.y (mgr.14152) 111 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 7611M 2023-12-06T14:50:55.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:55 smithi116 bash[25098]: audit 2023-12-06T14:50:54.903944+0000 mon.a (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T14:50:55.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:55 smithi116 bash[25098]: cluster 2023-12-06T14:50:54.937500+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:55.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:55 smithi116 bash[30871]: cephadm 2023-12-06T14:50:54.343818+0000 mgr.y (mgr.14152) 111 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 7611M 2023-12-06T14:50:55.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:55 smithi116 bash[30871]: audit 2023-12-06T14:50:54.903944+0000 mon.a (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T14:50:55.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:55 smithi116 bash[30871]: cluster 2023-12-06T14:50:54.937500+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:55.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:55 smithi150 bash[25259]: cephadm 2023-12-06T14:50:54.343818+0000 mgr.y (mgr.14152) 111 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 7611M 2023-12-06T14:50:55.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:55 smithi150 bash[25259]: audit 2023-12-06T14:50:54.903944+0000 mon.a (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T14:50:55.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:55 smithi150 bash[25259]: cluster 2023-12-06T14:50:54.937500+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:56.916 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[37893]: debug 2023-12-06T14:50:56.630+0000 7f99e826f700 -1 osd.1 0 waiting for initial osdmap 2023-12-06T14:50:56.916 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[37893]: debug 2023-12-06T14:50:56.634+0000 7f99e2c06700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:50:56.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[25098]: audit 2023-12-06T14:50:55.623062+0000 mon.a (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T14:50:56.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[25098]: cluster 2023-12-06T14:50:55.623203+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T14:50:56.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[25098]: audit 2023-12-06T14:50:55.623434+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:56.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[25098]: audit 2023-12-06T14:50:55.623903+0000 mon.a (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:56.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[30871]: audit 2023-12-06T14:50:55.623062+0000 mon.a (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T14:50:56.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[30871]: cluster 2023-12-06T14:50:55.623203+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T14:50:56.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[30871]: audit 2023-12-06T14:50:55.623434+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:56.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:56 smithi116 bash[30871]: audit 2023-12-06T14:50:55.623903+0000 mon.a (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:56.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:56 smithi150 bash[25259]: audit 2023-12-06T14:50:55.623062+0000 mon.a (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T14:50:56.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:56 smithi150 bash[25259]: cluster 2023-12-06T14:50:55.623203+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T14:50:56.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:56 smithi150 bash[25259]: audit 2023-12-06T14:50:55.623434+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:56.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:56 smithi150 bash[25259]: audit 2023-12-06T14:50:55.623903+0000 mon.a (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:50:57.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[25098]: audit 2023-12-06T14:50:56.626656+0000 mon.a (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:50:57.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[25098]: cluster 2023-12-06T14:50:56.626843+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T14:50:57.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[25098]: audit 2023-12-06T14:50:56.627640+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:57.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[25098]: audit 2023-12-06T14:50:56.636078+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:57.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[25098]: cluster 2023-12-06T14:50:56.937989+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[30871]: audit 2023-12-06T14:50:56.626656+0000 mon.a (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:50:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[30871]: cluster 2023-12-06T14:50:56.626843+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T14:50:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[30871]: audit 2023-12-06T14:50:56.627640+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[30871]: audit 2023-12-06T14:50:56.636078+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:57 smithi116 bash[30871]: cluster 2023-12-06T14:50:56.937989+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:57.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:57 smithi150 bash[25259]: audit 2023-12-06T14:50:56.626656+0000 mon.a (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:50:57.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:57 smithi150 bash[25259]: cluster 2023-12-06T14:50:56.626843+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T14:50:57.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:57 smithi150 bash[25259]: audit 2023-12-06T14:50:56.627640+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:57.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:57 smithi150 bash[25259]: audit 2023-12-06T14:50:56.636078+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:57.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:57 smithi150 bash[25259]: cluster 2023-12-06T14:50:56.937989+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:58.309 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T14:50:58.367 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T14:50:58.367 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T14:50:58.367 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T14:50:58.367 INFO:teuthology.orchestra.run.smithi116.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0177276 s, 591 MB/s 2023-12-06T14:50:58.367 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T14:50:58.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[25098]: cluster 2023-12-06T14:50:55.889533+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:50:58.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[25098]: cluster 2023-12-06T14:50:55.889711+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:50:58.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[25098]: cluster 2023-12-06T14:50:57.638923+0000 mon.a (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273] boot 2023-12-06T14:50:58.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[25098]: cluster 2023-12-06T14:50:57.639013+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T14:50:58.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[25098]: audit 2023-12-06T14:50:57.640405+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[30871]: cluster 2023-12-06T14:50:55.889533+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:50:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[30871]: cluster 2023-12-06T14:50:55.889711+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:50:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[30871]: cluster 2023-12-06T14:50:57.638923+0000 mon.a (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273] boot 2023-12-06T14:50:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[30871]: cluster 2023-12-06T14:50:57.639013+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T14:50:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:58 smithi116 bash[30871]: audit 2023-12-06T14:50:57.640405+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:58.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:58 smithi150 bash[25259]: cluster 2023-12-06T14:50:55.889533+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:50:58.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:58 smithi150 bash[25259]: cluster 2023-12-06T14:50:55.889711+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:50:58.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:58 smithi150 bash[25259]: cluster 2023-12-06T14:50:57.638923+0000 mon.a (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.116:6810/1884005273,v1:172.21.15.116:6811/1884005273] boot 2023-12-06T14:50:58.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:58 smithi150 bash[25259]: cluster 2023-12-06T14:50:57.639013+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T14:50:58.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:58 smithi150 bash[25259]: audit 2023-12-06T14:50:57.640405+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:59.052 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_2 2023-12-06T14:50:59.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:59 smithi150 bash[25259]: cluster 2023-12-06T14:50:58.654955+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T14:50:59.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:50:59 smithi150 bash[25259]: cluster 2023-12-06T14:50:58.938472+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:50:59.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:59 smithi116 bash[25098]: cluster 2023-12-06T14:50:58.654955+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T14:50:59.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:50:59 smithi116 bash[25098]: cluster 2023-12-06T14:50:58.938472+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:50:59.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:59 smithi116 bash[30871]: cluster 2023-12-06T14:50:58.654955+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T14:50:59.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:50:59 smithi116 bash[30871]: cluster 2023-12-06T14:50:58.938472+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:02.324 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:01 smithi150 bash[25259]: cluster 2023-12-06T14:51:00.938948+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:02.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:01 smithi116 bash[25098]: cluster 2023-12-06T14:51:00.938948+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:02.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:01 smithi116 bash[30871]: cluster 2023-12-06T14:51:00.938948+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:03 smithi116 bash[25098]: audit 2023-12-06T14:51:02.057908+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:03 smithi116 bash[25098]: audit 2023-12-06T14:51:02.063970+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:03.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:03 smithi116 bash[25098]: audit 2023-12-06T14:51:02.065609+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:03.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:03 smithi116 bash[30871]: audit 2023-12-06T14:51:02.057908+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:03.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:03 smithi116 bash[30871]: audit 2023-12-06T14:51:02.063970+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:03.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:03 smithi116 bash[30871]: audit 2023-12-06T14:51:02.065609+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:03.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:03 smithi150 bash[25259]: audit 2023-12-06T14:51:02.057908+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:03.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:03 smithi150 bash[25259]: audit 2023-12-06T14:51:02.063970+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:03.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:03 smithi150 bash[25259]: audit 2023-12-06T14:51:02.065609+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:04.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:04 smithi150 bash[25259]: audit 2023-12-06T14:51:02.051252+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:04.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:04 smithi150 bash[25259]: cluster 2023-12-06T14:51:02.939457+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:04.392 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:04 smithi116 bash[25098]: audit 2023-12-06T14:51:02.051252+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:04.392 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:04 smithi116 bash[25098]: cluster 2023-12-06T14:51:02.939457+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:04.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:04 smithi116 bash[30871]: audit 2023-12-06T14:51:02.051252+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:04.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:04 smithi116 bash[30871]: cluster 2023-12-06T14:51:02.939457+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:04.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:04 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:51:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:05.479 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:05 smithi116 bash[25098]: audit 2023-12-06T14:51:04.382263+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:05.480 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:05 smithi116 bash[25098]: audit 2023-12-06T14:51:04.390499+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:05.480 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:05 smithi116 bash[25098]: cluster 2023-12-06T14:51:04.939940+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:05.480 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:05 smithi116 bash[30871]: audit 2023-12-06T14:51:04.382263+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:05.480 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:05 smithi116 bash[30871]: audit 2023-12-06T14:51:04.390499+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:05.480 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:05 smithi116 bash[30871]: cluster 2023-12-06T14:51:04.939940+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:05.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:05 smithi150 bash[25259]: audit 2023-12-06T14:51:04.382263+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:05.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:05 smithi150 bash[25259]: audit 2023-12-06T14:51:04.390499+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:05.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:05 smithi150 bash[25259]: cluster 2023-12-06T14:51:04.939940+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:08.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:07 smithi116 bash[25098]: cluster 2023-12-06T14:51:06.940387+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:08.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:07 smithi116 bash[30871]: cluster 2023-12-06T14:51:06.940387+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:07 smithi150 bash[25259]: cluster 2023-12-06T14:51:06.940387+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:10.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:09 smithi116 bash[25098]: cluster 2023-12-06T14:51:08.941017+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:10.415 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:09 smithi116 bash[30871]: cluster 2023-12-06T14:51:08.941017+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:10.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:09 smithi150 bash[25259]: cluster 2023-12-06T14:51:08.941017+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:10.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:10 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:51:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:11.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:11 smithi116 bash[25098]: audit 2023-12-06T14:51:10.589106+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:11.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:11 smithi116 bash[25098]: audit 2023-12-06T14:51:10.595094+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:11.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:11 smithi116 bash[25098]: cluster 2023-12-06T14:51:10.941526+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:11.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:11 smithi116 bash[30871]: audit 2023-12-06T14:51:10.589106+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:11.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:11 smithi116 bash[30871]: audit 2023-12-06T14:51:10.595094+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:11.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:11 smithi116 bash[30871]: cluster 2023-12-06T14:51:10.941526+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:11.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:11 smithi150 bash[25259]: audit 2023-12-06T14:51:10.589106+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:11.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:11 smithi150 bash[25259]: audit 2023-12-06T14:51:10.595094+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:11.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:11 smithi150 bash[25259]: cluster 2023-12-06T14:51:10.941526+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:12.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[25098]: audit 2023-12-06T14:51:11.629304+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.116:0/3049945859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]: dispatch 2023-12-06T14:51:12.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[25098]: audit 2023-12-06T14:51:11.629903+0000 mon.a (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]: dispatch 2023-12-06T14:51:12.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[25098]: audit 2023-12-06T14:51:11.637582+0000 mon.a (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]': finished 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[25098]: cluster 2023-12-06T14:51:11.637783+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[25098]: audit 2023-12-06T14:51:11.638039+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[25098]: audit 2023-12-06T14:51:12.344348+0000 mon.a (mon.0) 405 : audit [DBG] from='client.? 172.21.15.116:0/875206250' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[30871]: audit 2023-12-06T14:51:11.629304+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.116:0/3049945859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]: dispatch 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[30871]: audit 2023-12-06T14:51:11.629903+0000 mon.a (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]: dispatch 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[30871]: audit 2023-12-06T14:51:11.637582+0000 mon.a (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]': finished 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[30871]: cluster 2023-12-06T14:51:11.637783+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[30871]: audit 2023-12-06T14:51:11.638039+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:12.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:12 smithi116 bash[30871]: audit 2023-12-06T14:51:12.344348+0000 mon.a (mon.0) 405 : audit [DBG] from='client.? 172.21.15.116:0/875206250' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:12.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:12 smithi150 bash[25259]: audit 2023-12-06T14:51:11.629304+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.116:0/3049945859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]: dispatch 2023-12-06T14:51:12.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:12 smithi150 bash[25259]: audit 2023-12-06T14:51:11.629903+0000 mon.a (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]: dispatch 2023-12-06T14:51:12.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:12 smithi150 bash[25259]: audit 2023-12-06T14:51:11.637582+0000 mon.a (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d085e19-8b04-410a-b958-4965e220057d"}]': finished 2023-12-06T14:51:12.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:12 smithi150 bash[25259]: cluster 2023-12-06T14:51:11.637783+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T14:51:12.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:12 smithi150 bash[25259]: audit 2023-12-06T14:51:11.638039+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:12.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:12 smithi150 bash[25259]: audit 2023-12-06T14:51:12.344348+0000 mon.a (mon.0) 405 : audit [DBG] from='client.? 172.21.15.116:0/875206250' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:13.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:13 smithi116 bash[25098]: cluster 2023-12-06T14:51:12.942063+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:13.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:13 smithi116 bash[30871]: cluster 2023-12-06T14:51:12.942063+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:13.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:13 smithi150 bash[25259]: cluster 2023-12-06T14:51:12.942063+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:16.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:15 smithi116 bash[25098]: cluster 2023-12-06T14:51:14.942596+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:16.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:15 smithi116 bash[30871]: cluster 2023-12-06T14:51:14.942596+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:16.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:16 smithi150 bash[25259]: cluster 2023-12-06T14:51:14.942596+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:18.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:17 smithi116 bash[25098]: cluster 2023-12-06T14:51:16.943108+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:18.347 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:17 smithi116 bash[30871]: cluster 2023-12-06T14:51:16.943108+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:18.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:17 smithi150 bash[25259]: cluster 2023-12-06T14:51:16.943108+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:20.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:20 smithi116 bash[25098]: cluster 2023-12-06T14:51:18.944735+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:20.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:20 smithi116 bash[30871]: cluster 2023-12-06T14:51:18.944735+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:20.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:20 smithi150 bash[25259]: cluster 2023-12-06T14:51:18.944735+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:22.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:22 smithi150 bash[25259]: cluster 2023-12-06T14:51:20.945271+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:22.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:22 smithi116 bash[25098]: cluster 2023-12-06T14:51:20.945271+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:22.415 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:22 smithi116 bash[30871]: cluster 2023-12-06T14:51:20.945271+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:23.302 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:23 smithi116 bash[25098]: audit 2023-12-06T14:51:22.145503+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T14:51:23.302 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:23 smithi116 bash[25098]: audit 2023-12-06T14:51:22.147047+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:23.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:23 smithi116 bash[30871]: audit 2023-12-06T14:51:22.145503+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T14:51:23.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:23 smithi116 bash[30871]: audit 2023-12-06T14:51:22.147047+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:23.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:23 smithi150 bash[25259]: audit 2023-12-06T14:51:22.145503+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T14:51:23.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:23 smithi150 bash[25259]: audit 2023-12-06T14:51:22.147047+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:24.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:24 smithi150 bash[25259]: cephadm 2023-12-06T14:51:22.148302+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Deploying daemon osd.2 on smithi116 2023-12-06T14:51:24.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:24 smithi150 bash[25259]: cluster 2023-12-06T14:51:22.945774+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:24.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:24 smithi116 bash[25098]: cephadm 2023-12-06T14:51:22.148302+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Deploying daemon osd.2 on smithi116 2023-12-06T14:51:24.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:24 smithi116 bash[25098]: cluster 2023-12-06T14:51:22.945774+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:24.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:24 smithi116 bash[30871]: cephadm 2023-12-06T14:51:22.148302+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Deploying daemon osd.2 on smithi116 2023-12-06T14:51:24.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:24 smithi116 bash[30871]: cluster 2023-12-06T14:51:22.945774+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:24.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:24 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:51:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:25.767 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:25 smithi116 bash[30871]: audit 2023-12-06T14:51:24.512174+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:25.767 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:25 smithi116 bash[30871]: audit 2023-12-06T14:51:24.518635+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:25.767 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:25 smithi116 bash[30871]: cluster 2023-12-06T14:51:24.946320+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:25.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:25 smithi116 bash[25098]: audit 2023-12-06T14:51:24.512174+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:25.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:25 smithi116 bash[25098]: audit 2023-12-06T14:51:24.518635+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:25.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:25 smithi116 bash[25098]: cluster 2023-12-06T14:51:24.946320+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:25.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:25 smithi150 bash[25259]: audit 2023-12-06T14:51:24.512174+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:25.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:25 smithi150 bash[25259]: audit 2023-12-06T14:51:24.518635+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:25.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:25 smithi150 bash[25259]: cluster 2023-12-06T14:51:24.946320+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[25098]: cluster 2023-12-06T14:51:26.946838+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[25098]: audit 2023-12-06T14:51:27.554945+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[25098]: audit 2023-12-06T14:51:27.560184+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[25098]: audit 2023-12-06T14:51:27.562108+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[25098]: audit 2023-12-06T14:51:27.564289+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[25098]: audit 2023-12-06T14:51:27.571570+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[30871]: cluster 2023-12-06T14:51:26.946838+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[30871]: audit 2023-12-06T14:51:27.554945+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[30871]: audit 2023-12-06T14:51:27.560184+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[30871]: audit 2023-12-06T14:51:27.562108+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[30871]: audit 2023-12-06T14:51:27.564289+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:27 smithi116 bash[30871]: audit 2023-12-06T14:51:27.571570+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:28.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:27 smithi150 bash[25259]: cluster 2023-12-06T14:51:26.946838+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:27 smithi150 bash[25259]: audit 2023-12-06T14:51:27.554945+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:27 smithi150 bash[25259]: audit 2023-12-06T14:51:27.560184+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:27 smithi150 bash[25259]: audit 2023-12-06T14:51:27.562108+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:27 smithi150 bash[25259]: audit 2023-12-06T14:51:27.564289+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:27 smithi150 bash[25259]: audit 2023-12-06T14:51:27.571570+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:30.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:30 smithi116 bash[25098]: cluster 2023-12-06T14:51:28.947385+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:30.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:30 smithi116 bash[30871]: cluster 2023-12-06T14:51:28.947385+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:30.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:30 smithi150 bash[25259]: cluster 2023-12-06T14:51:28.947385+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:30.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:30 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:51:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:32.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: audit 2023-12-06T14:51:30.707527+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: audit 2023-12-06T14:51:30.717781+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: audit 2023-12-06T14:51:30.748750+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: audit 2023-12-06T14:51:30.751002+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: audit 2023-12-06T14:51:30.752364+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: audit 2023-12-06T14:51:30.765438+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[25098]: cluster 2023-12-06T14:51:30.947858+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: audit 2023-12-06T14:51:30.707527+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: audit 2023-12-06T14:51:30.717781+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: audit 2023-12-06T14:51:30.748750+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: audit 2023-12-06T14:51:30.751002+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: audit 2023-12-06T14:51:30.752364+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: audit 2023-12-06T14:51:30.765438+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:31 smithi116 bash[30871]: cluster 2023-12-06T14:51:30.947858+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: audit 2023-12-06T14:51:30.707527+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: audit 2023-12-06T14:51:30.717781+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: audit 2023-12-06T14:51:30.748750+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: audit 2023-12-06T14:51:30.751002+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: audit 2023-12-06T14:51:30.752364+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: audit 2023-12-06T14:51:30.765438+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:31 smithi150 bash[25259]: cluster 2023-12-06T14:51:30.947858+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:33.075 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:32 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:51:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:34.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:32.694837+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: cephadm 2023-12-06T14:51:32.695830+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:32.702569+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:32.738897+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:32.741759+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:32.743558+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:32.756235+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: cluster 2023-12-06T14:51:32.948341+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:33.016098+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[25098]: audit 2023-12-06T14:51:33.018979+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:32.694837+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: cephadm 2023-12-06T14:51:32.695830+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:32.702569+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:32.738897+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:32.741759+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:32.743558+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:32.756235+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: cluster 2023-12-06T14:51:32.948341+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:33.016098+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:51:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:33 smithi116 bash[30871]: audit 2023-12-06T14:51:33.018979+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:51:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:32.694837+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: cephadm 2023-12-06T14:51:32.695830+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:51:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:32.702569+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:32.738897+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:32.741759+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:32.743558+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:32.756235+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: cluster 2023-12-06T14:51:32.948341+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:33.016098+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:51:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:33 smithi150 bash[25259]: audit 2023-12-06T14:51:33.018979+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:51:35.583 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 2 on host 'smithi116' 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: cluster 2023-12-06T14:51:34.948846+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.581322+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.585438+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.588084+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.589572+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.593093+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.594397+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.103 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.595633+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.605610+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[30871]: audit 2023-12-06T14:51:35.615909+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: cluster 2023-12-06T14:51:34.948846+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.581322+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.585438+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.588084+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.589572+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.593093+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.594397+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.595633+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.104 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.605610+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.105 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:36 smithi116 bash[25098]: audit 2023-12-06T14:51:35.615909+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.261 DEBUG:teuthology.orchestra.run.smithi116:osd.2> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T14:51:36.263 INFO:tasks.cephadm:Deploying osd.3 on smithi116 with /dev/vg_nvme/lv_1... 2023-12-06T14:51:36.264 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: cluster 2023-12-06T14:51:34.948846+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.581322+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.585438+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.588084+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.589572+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.593093+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.594397+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.595633+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.605610+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:36 smithi150 bash[25259]: audit 2023-12-06T14:51:35.615909+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:36.503 INFO:journalctl@ceph.osd.2.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:51:37.307 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:37 smithi116 bash[25098]: cephadm 2023-12-06T14:51:35.596453+0000 mgr.y (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 5074M 2023-12-06T14:51:37.308 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:37 smithi116 bash[25098]: audit 2023-12-06T14:51:36.108144+0000 mon.a (mon.0) 438 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T14:51:37.308 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:37 smithi116 bash[30871]: cephadm 2023-12-06T14:51:35.596453+0000 mgr.y (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 5074M 2023-12-06T14:51:37.308 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:37 smithi116 bash[30871]: audit 2023-12-06T14:51:36.108144+0000 mon.a (mon.0) 438 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T14:51:37.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:37 smithi150 bash[25259]: cephadm 2023-12-06T14:51:35.596453+0000 mgr.y (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 5074M 2023-12-06T14:51:37.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:37 smithi150 bash[25259]: audit 2023-12-06T14:51:36.108144+0000 mon.a (mon.0) 438 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T14:51:38.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[25098]: cluster 2023-12-06T14:51:36.949280+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:38.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[25098]: audit 2023-12-06T14:51:37.015387+0000 mon.a (mon.0) 439 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T14:51:38.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[25098]: cluster 2023-12-06T14:51:37.015584+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T14:51:38.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[25098]: audit 2023-12-06T14:51:37.016343+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:38.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[25098]: audit 2023-12-06T14:51:37.017296+0000 mon.a (mon.0) 442 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:51:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[30871]: cluster 2023-12-06T14:51:36.949280+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[30871]: audit 2023-12-06T14:51:37.015387+0000 mon.a (mon.0) 439 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T14:51:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[30871]: cluster 2023-12-06T14:51:37.015584+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T14:51:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[30871]: audit 2023-12-06T14:51:37.016343+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[30871]: audit 2023-12-06T14:51:37.017296+0000 mon.a (mon.0) 442 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:51:38.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[41403]: debug 2023-12-06T14:51:38.021+0000 7f18628a4700 -1 osd.2 0 waiting for initial osdmap 2023-12-06T14:51:38.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 14:51:38 smithi116 bash[41403]: debug 2023-12-06T14:51:38.025+0000 7f185ea3e700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:51:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:38 smithi150 bash[25259]: cluster 2023-12-06T14:51:36.949280+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:38 smithi150 bash[25259]: audit 2023-12-06T14:51:37.015387+0000 mon.a (mon.0) 439 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T14:51:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:38 smithi150 bash[25259]: cluster 2023-12-06T14:51:37.015584+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T14:51:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:38 smithi150 bash[25259]: audit 2023-12-06T14:51:37.016343+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:38 smithi150 bash[25259]: audit 2023-12-06T14:51:37.017296+0000 mon.a (mon.0) 442 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:51:39.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[30871]: audit 2023-12-06T14:51:38.018521+0000 mon.a (mon.0) 443 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:51:39.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[30871]: cluster 2023-12-06T14:51:38.018647+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T14:51:39.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[30871]: audit 2023-12-06T14:51:38.019056+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:39.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[30871]: audit 2023-12-06T14:51:38.028336+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[25098]: audit 2023-12-06T14:51:38.018521+0000 mon.a (mon.0) 443 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:51:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[25098]: cluster 2023-12-06T14:51:38.018647+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T14:51:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[25098]: audit 2023-12-06T14:51:38.019056+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:39.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:39 smithi116 bash[25098]: audit 2023-12-06T14:51:38.028336+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:39 smithi150 bash[25259]: audit 2023-12-06T14:51:38.018521+0000 mon.a (mon.0) 443 : audit [INF] from='osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:51:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:39 smithi150 bash[25259]: cluster 2023-12-06T14:51:38.018647+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T14:51:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:39 smithi150 bash[25259]: audit 2023-12-06T14:51:38.019056+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:39.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:39 smithi150 bash[25259]: audit 2023-12-06T14:51:38.028336+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:39.537 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T14:51:39.537 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T14:51:39.538 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T14:51:39.538 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T14:51:39.538 INFO:teuthology.orchestra.run.smithi116.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0153013 s, 685 MB/s 2023-12-06T14:51:39.538 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T14:51:40.225 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_1 2023-12-06T14:51:40.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: cluster 2023-12-06T14:51:37.080821+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:51:40.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: cluster 2023-12-06T14:51:37.081066+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:51:40.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: cluster 2023-12-06T14:51:38.949620+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:40.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: cluster 2023-12-06T14:51:39.029704+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591] boot 2023-12-06T14:51:40.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: cluster 2023-12-06T14:51:39.029774+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: audit 2023-12-06T14:51:39.030630+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[30871]: audit 2023-12-06T14:51:39.087842+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: cluster 2023-12-06T14:51:37.080821+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: cluster 2023-12-06T14:51:37.081066+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: cluster 2023-12-06T14:51:38.949620+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: cluster 2023-12-06T14:51:39.029704+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591] boot 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: cluster 2023-12-06T14:51:39.029774+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: audit 2023-12-06T14:51:39.030630+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:40.411 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:40 smithi116 bash[25098]: audit 2023-12-06T14:51:39.087842+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: cluster 2023-12-06T14:51:37.080821+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: cluster 2023-12-06T14:51:37.081066+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: cluster 2023-12-06T14:51:38.949620+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: cluster 2023-12-06T14:51:39.029704+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:172.21.15.116:6818/4096374591,v1:172.21.15.116:6819/4096374591] boot 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: cluster 2023-12-06T14:51:39.029774+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: audit 2023-12-06T14:51:39.030630+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:40 smithi150 bash[25259]: audit 2023-12-06T14:51:39.087842+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T14:51:41.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[30871]: audit 2023-12-06T14:51:40.048873+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T14:51:41.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[30871]: cluster 2023-12-06T14:51:40.049003+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T14:51:41.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[30871]: audit 2023-12-06T14:51:40.051535+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T14:51:41.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[30871]: cluster 2023-12-06T14:51:40.950083+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:41.357 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[25098]: audit 2023-12-06T14:51:40.048873+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T14:51:41.357 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[25098]: cluster 2023-12-06T14:51:40.049003+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T14:51:41.357 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[25098]: audit 2023-12-06T14:51:40.051535+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T14:51:41.357 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:41 smithi116 bash[25098]: cluster 2023-12-06T14:51:40.950083+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:41.383 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:41 smithi150 bash[25259]: audit 2023-12-06T14:51:40.048873+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T14:51:41.383 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:41 smithi150 bash[25259]: cluster 2023-12-06T14:51:40.049003+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T14:51:41.383 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:41 smithi150 bash[25259]: audit 2023-12-06T14:51:40.051535+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T14:51:41.383 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:41 smithi150 bash[25259]: cluster 2023-12-06T14:51:40.950083+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:42.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:42 smithi116 bash[25098]: audit 2023-12-06T14:51:41.066875+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T14:51:42.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:42 smithi116 bash[25098]: cluster 2023-12-06T14:51:41.067044+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T14:51:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:42 smithi116 bash[30871]: audit 2023-12-06T14:51:41.066875+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T14:51:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:42 smithi116 bash[30871]: cluster 2023-12-06T14:51:41.067044+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T14:51:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:42 smithi150 bash[25259]: audit 2023-12-06T14:51:41.066875+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T14:51:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:42 smithi150 bash[25259]: cluster 2023-12-06T14:51:41.067044+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T14:51:43.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:43 smithi116 bash[25098]: cluster 2023-12-06T14:51:42.950584+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:43.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:43 smithi116 bash[30871]: cluster 2023-12-06T14:51:42.950584+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:43.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:43 smithi150 bash[25259]: cluster 2023-12-06T14:51:42.950584+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:44.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: cluster 2023-12-06T14:51:43.080268+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T14:51:44.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: cluster 2023-12-06T14:51:43.080321+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: audit 2023-12-06T14:51:43.140286+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: audit 2023-12-06T14:51:43.299960+0000 mgr.y (mgr.14152) 141 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: audit 2023-12-06T14:51:43.306050+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: audit 2023-12-06T14:51:43.310212+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25098]: audit 2023-12-06T14:51:43.311010+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: cluster 2023-12-06T14:51:43.080268+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: cluster 2023-12-06T14:51:43.080321+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: audit 2023-12-06T14:51:43.140286+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: audit 2023-12-06T14:51:43.299960+0000 mgr.y (mgr.14152) 141 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: audit 2023-12-06T14:51:43.306050+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: audit 2023-12-06T14:51:43.310212+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:44.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[30871]: audit 2023-12-06T14:51:43.311010+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: cluster 2023-12-06T14:51:43.080268+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: cluster 2023-12-06T14:51:43.080321+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: audit 2023-12-06T14:51:43.140286+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: audit 2023-12-06T14:51:43.299960+0000 mgr.y (mgr.14152) 141 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: audit 2023-12-06T14:51:43.306050+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: audit 2023-12-06T14:51:43.310212+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:44 smithi150 bash[25259]: audit 2023-12-06T14:51:43.311010+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:44.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:44 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:51:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:46.057 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:45 smithi116 bash[25098]: audit 2023-12-06T14:51:44.633486+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:46.057 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:45 smithi116 bash[25098]: audit 2023-12-06T14:51:44.641879+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:46.057 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:45 smithi116 bash[30871]: audit 2023-12-06T14:51:44.633486+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:46.058 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:45 smithi116 bash[30871]: audit 2023-12-06T14:51:44.641879+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:46.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:45 smithi150 bash[25259]: audit 2023-12-06T14:51:44.633486+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:46.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:45 smithi150 bash[25259]: audit 2023-12-06T14:51:44.641879+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:47.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:44.917017+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: cluster 2023-12-06T14:51:44.951095+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.784633+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.784796+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.785694+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.785975+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.793813+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.793962+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.794159+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:45.794396+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:46.661002+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:46.668559+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:46.668951+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[25098]: audit 2023-12-06T14:51:46.669518+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:44.917017+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: cluster 2023-12-06T14:51:44.951095+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.784633+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.784796+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.785694+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.785975+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.793813+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.793962+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.794159+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:45.794396+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:46.661002+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:47.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:46.668559+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:46.668951+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:47 smithi116 bash[30871]: audit 2023-12-06T14:51:46.669518+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:44.917017+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: cluster 2023-12-06T14:51:44.951095+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.784633+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.784796+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.785694+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.785975+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.793813+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.793962+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.794159+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:45.794396+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:47.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:46.661002+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:47.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:46.668559+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:51:47.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:46.668951+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:51:47.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:47 smithi150 bash[25259]: audit 2023-12-06T14:51:46.669518+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:51:48.859 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[25098]: audit 2023-12-06T14:51:46.670512+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:48.859 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[25098]: cluster 2023-12-06T14:51:46.951655+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:48.859 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[25098]: audit 2023-12-06T14:51:47.560934+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:48.859 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[25098]: audit 2023-12-06T14:51:47.594295+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:48.860 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[30871]: audit 2023-12-06T14:51:46.670512+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:48.860 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[30871]: cluster 2023-12-06T14:51:46.951655+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:48.860 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[30871]: audit 2023-12-06T14:51:47.560934+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:48.860 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:48 smithi116 bash[30871]: audit 2023-12-06T14:51:47.594295+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:48.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:48 smithi150 bash[25259]: audit 2023-12-06T14:51:46.670512+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:48.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:48 smithi150 bash[25259]: cluster 2023-12-06T14:51:46.951655+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:48.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:48 smithi150 bash[25259]: audit 2023-12-06T14:51:47.560934+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:48.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:48 smithi150 bash[25259]: audit 2023-12-06T14:51:47.594295+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:49.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:49 smithi116 bash[25098]: cluster 2023-12-06T14:51:48.952229+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-06T14:51:49.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:49 smithi116 bash[30871]: cluster 2023-12-06T14:51:48.952229+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-06T14:51:49.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:49 smithi150 bash[25259]: cluster 2023-12-06T14:51:48.952229+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-06T14:51:51.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:51:51 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:51:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:51:52.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:52 smithi116 bash[25098]: cluster 2023-12-06T14:51:50.952792+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T14:51:52.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:52 smithi116 bash[25098]: audit 2023-12-06T14:51:51.577990+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:52.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:52 smithi116 bash[25098]: audit 2023-12-06T14:51:51.586324+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:52.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:52 smithi116 bash[30871]: cluster 2023-12-06T14:51:50.952792+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T14:51:52.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:52 smithi116 bash[30871]: audit 2023-12-06T14:51:51.577990+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:52 smithi116 bash[30871]: audit 2023-12-06T14:51:51.586324+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:52 smithi150 bash[25259]: cluster 2023-12-06T14:51:50.952792+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T14:51:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:52 smithi150 bash[25259]: audit 2023-12-06T14:51:51.577990+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:52 smithi150 bash[25259]: audit 2023-12-06T14:51:51.586324+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:51:53.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[30871]: audit 2023-12-06T14:51:52.602850+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.116:0/883379755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]: dispatch 2023-12-06T14:51:53.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[30871]: audit 2023-12-06T14:51:52.603503+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]: dispatch 2023-12-06T14:51:53.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[30871]: audit 2023-12-06T14:51:52.613658+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]': finished 2023-12-06T14:51:53.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[30871]: cluster 2023-12-06T14:51:52.613761+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T14:51:53.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[30871]: audit 2023-12-06T14:51:52.613912+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:53.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[25098]: audit 2023-12-06T14:51:52.602850+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.116:0/883379755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]: dispatch 2023-12-06T14:51:53.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[25098]: audit 2023-12-06T14:51:52.603503+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]: dispatch 2023-12-06T14:51:53.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[25098]: audit 2023-12-06T14:51:52.613658+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]': finished 2023-12-06T14:51:53.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[25098]: cluster 2023-12-06T14:51:52.613761+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T14:51:53.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:53 smithi116 bash[25098]: audit 2023-12-06T14:51:52.613912+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:53.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:53 smithi150 bash[25259]: audit 2023-12-06T14:51:52.602850+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.116:0/883379755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]: dispatch 2023-12-06T14:51:53.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:53 smithi150 bash[25259]: audit 2023-12-06T14:51:52.603503+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]: dispatch 2023-12-06T14:51:53.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:53 smithi150 bash[25259]: audit 2023-12-06T14:51:52.613658+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6ea9524-933b-4ad5-95e9-d57ddcda08e8"}]': finished 2023-12-06T14:51:53.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:53 smithi150 bash[25259]: cluster 2023-12-06T14:51:52.613761+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T14:51:53.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:53 smithi150 bash[25259]: audit 2023-12-06T14:51:52.613912+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:54.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:54 smithi116 bash[30871]: cluster 2023-12-06T14:51:52.953417+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; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T14:51:54.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:54 smithi116 bash[30871]: audit 2023-12-06T14:51:53.313269+0000 mon.a (mon.0) 482 : audit [DBG] from='client.? 172.21.15.116:0/4120333715' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:54.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:54 smithi116 bash[25098]: cluster 2023-12-06T14:51:52.953417+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; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T14:51:54.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:54 smithi116 bash[25098]: audit 2023-12-06T14:51:53.313269+0000 mon.a (mon.0) 482 : audit [DBG] from='client.? 172.21.15.116:0/4120333715' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:54.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:54 smithi150 bash[25259]: cluster 2023-12-06T14:51:52.953417+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; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T14:51:54.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:54 smithi150 bash[25259]: audit 2023-12-06T14:51:53.313269+0000 mon.a (mon.0) 482 : audit [DBG] from='client.? 172.21.15.116:0/4120333715' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:56.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:56 smithi116 bash[25098]: cluster 2023-12-06T14:51:54.954037+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T14:51:56.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:56 smithi116 bash[30871]: cluster 2023-12-06T14:51:54.954037+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T14:51:56.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:56 smithi150 bash[25259]: cluster 2023-12-06T14:51:54.954037+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T14:51:58.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:57 smithi116 bash[30871]: cluster 2023-12-06T14:51:56.954667+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T14:51:58.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:57 smithi116 bash[25098]: cluster 2023-12-06T14:51:56.954667+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T14:51:58.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:57 smithi150 bash[25259]: cluster 2023-12-06T14:51:56.954667+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T14:52:00.280 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:51:59 smithi116 bash[25098]: cluster 2023-12-06T14:51:58.955308+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:00.280 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:51:59 smithi116 bash[30871]: cluster 2023-12-06T14:51:58.955308+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:00.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:51:59 smithi150 bash[25259]: cluster 2023-12-06T14:51:58.955308+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:02.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:01 smithi116 bash[25098]: cluster 2023-12-06T14:52:00.955927+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:02.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:01 smithi116 bash[30871]: cluster 2023-12-06T14:52:00.955927+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:02.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:01 smithi150 bash[25259]: cluster 2023-12-06T14:52:00.955927+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:04.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:03 smithi116 bash[25098]: cluster 2023-12-06T14:52:02.956510+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:04.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:03 smithi116 bash[25098]: audit 2023-12-06T14:52:03.375112+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T14:52:04.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:03 smithi116 bash[25098]: audit 2023-12-06T14:52:03.376599+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:03 smithi116 bash[30871]: cluster 2023-12-06T14:52:02.956510+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:03 smithi116 bash[30871]: audit 2023-12-06T14:52:03.375112+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T14:52:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:03 smithi116 bash[30871]: audit 2023-12-06T14:52:03.376599+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:04.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:03 smithi150 bash[25259]: cluster 2023-12-06T14:52:02.956510+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:04.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:03 smithi150 bash[25259]: audit 2023-12-06T14:52:03.375112+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T14:52:04.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:03 smithi150 bash[25259]: audit 2023-12-06T14:52:03.376599+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:05.041 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:04 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:52:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:05.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[25098]: cephadm 2023-12-06T14:52:03.377754+0000 mgr.y (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.3 on smithi116 2023-12-06T14:52:05.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[25098]: audit 2023-12-06T14:52:04.761933+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:05.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[25098]: audit 2023-12-06T14:52:04.770428+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:05.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[30871]: cephadm 2023-12-06T14:52:03.377754+0000 mgr.y (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.3 on smithi116 2023-12-06T14:52:05.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[30871]: audit 2023-12-06T14:52:04.761933+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:05.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[30871]: audit 2023-12-06T14:52:04.770428+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:05.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:04 smithi150 bash[25259]: cephadm 2023-12-06T14:52:03.377754+0000 mgr.y (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.3 on smithi116 2023-12-06T14:52:05.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:04 smithi150 bash[25259]: audit 2023-12-06T14:52:04.761933+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:05.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:04 smithi150 bash[25259]: audit 2023-12-06T14:52:04.770428+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:06.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[25098]: cluster 2023-12-06T14:52:04.957155+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 2023-12-06T14:52:06.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:05 smithi116 bash[30871]: cluster 2023-12-06T14:52:04.957155+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 2023-12-06T14:52:06.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:05 smithi150 bash[25259]: cluster 2023-12-06T14:52:04.957155+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 2023-12-06T14:52:08.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:07 smithi116 bash[25098]: cluster 2023-12-06T14:52:06.957645+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:08.328 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:07 smithi116 bash[30871]: cluster 2023-12-06T14:52:06.957645+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:08.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:07 smithi150 bash[25259]: cluster 2023-12-06T14:52:06.957645+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:09.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[25098]: audit 2023-12-06T14:52:08.569980+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:09.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[25098]: audit 2023-12-06T14:52:08.574428+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[25098]: audit 2023-12-06T14:52:08.575004+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[25098]: audit 2023-12-06T14:52:08.576659+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[25098]: audit 2023-12-06T14:52:08.587568+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[30871]: audit 2023-12-06T14:52:08.569980+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[30871]: audit 2023-12-06T14:52:08.574428+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[30871]: audit 2023-12-06T14:52:08.575004+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[30871]: audit 2023-12-06T14:52:08.576659+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:09.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[30871]: audit 2023-12-06T14:52:08.587568+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:09.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:08 smithi150 bash[25259]: audit 2023-12-06T14:52:08.569980+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:09.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:08 smithi150 bash[25259]: audit 2023-12-06T14:52:08.574428+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:09.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:08 smithi150 bash[25259]: audit 2023-12-06T14:52:08.575004+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:09.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:08 smithi150 bash[25259]: audit 2023-12-06T14:52:08.576659+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:09.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:08 smithi150 bash[25259]: audit 2023-12-06T14:52:08.587568+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:10.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[30871]: cluster 2023-12-06T14:52:08.958211+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:10.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:09 smithi116 bash[25098]: cluster 2023-12-06T14:52:08.958211+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:10.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:09 smithi150 bash[25259]: cluster 2023-12-06T14:52:08.958211+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:11.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:52:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:12.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: cluster 2023-12-06T14:52:10.958792+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:12.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: audit 2023-12-06T14:52:11.712583+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: audit 2023-12-06T14:52:11.715491+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: audit 2023-12-06T14:52:11.719384+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: audit 2023-12-06T14:52:11.719679+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: audit 2023-12-06T14:52:11.721799+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[25098]: audit 2023-12-06T14:52:11.729846+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: cluster 2023-12-06T14:52:10.958792+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: audit 2023-12-06T14:52:11.712583+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: audit 2023-12-06T14:52:11.715491+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: audit 2023-12-06T14:52:11.719384+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: audit 2023-12-06T14:52:11.719679+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: audit 2023-12-06T14:52:11.721799+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:12.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:11 smithi116 bash[30871]: audit 2023-12-06T14:52:11.729846+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: cluster 2023-12-06T14:52:10.958792+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: audit 2023-12-06T14:52:11.712583+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: audit 2023-12-06T14:52:11.715491+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: audit 2023-12-06T14:52:11.719384+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: audit 2023-12-06T14:52:11.719679+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: audit 2023-12-06T14:52:11.721799+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:11 smithi150 bash[25259]: audit 2023-12-06T14:52:11.729846+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:52:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: cluster 2023-12-06T14:52:12.959404+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: audit 2023-12-06T14:52:13.909674+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: audit 2023-12-06T14:52:13.916358+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: audit 2023-12-06T14:52:13.952867+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: audit 2023-12-06T14:52:13.954964+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: audit 2023-12-06T14:52:13.956093+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[30871]: audit 2023-12-06T14:52:13.965761+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: cluster 2023-12-06T14:52:12.959404+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: audit 2023-12-06T14:52:13.909674+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: audit 2023-12-06T14:52:13.916358+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: audit 2023-12-06T14:52:13.952867+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: audit 2023-12-06T14:52:13.954964+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: audit 2023-12-06T14:52:13.956093+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:13 smithi116 bash[25098]: audit 2023-12-06T14:52:13.965761+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: cluster 2023-12-06T14:52:12.959404+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: audit 2023-12-06T14:52:13.909674+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: audit 2023-12-06T14:52:13.916358+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: audit 2023-12-06T14:52:13.952867+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: audit 2023-12-06T14:52:13.954964+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: audit 2023-12-06T14:52:13.956093+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:13 smithi150 bash[25259]: audit 2023-12-06T14:52:13.965761+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:15.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:14 smithi116 bash[25098]: cephadm 2023-12-06T14:52:13.910942+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:52:15.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:14 smithi116 bash[30871]: cephadm 2023-12-06T14:52:13.910942+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:52:15.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:14 smithi150 bash[25259]: cephadm 2023-12-06T14:52:13.910942+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Detected new or changed devices on smithi116 2023-12-06T14:52:16.360 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:15 smithi116 bash[25098]: cluster 2023-12-06T14:52:14.960046+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:16.360 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:15 smithi116 bash[30871]: cluster 2023-12-06T14:52:14.960046+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:16.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:15 smithi150 bash[25259]: cluster 2023-12-06T14:52:14.960046+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:17.120 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 3 on host 'smithi116' 2023-12-06T14:52:17.864 DEBUG:teuthology.orchestra.run.smithi116:osd.3> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T14:52:17.866 INFO:tasks.cephadm:Deploying osd.4 on smithi150 with /dev/vg_nvme/lv_4... 2023-12-06T14:52:17.866 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T14:52:17.984 INFO:journalctl@ceph.osd.3.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:52:18.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: cluster 2023-12-06T14:52:16.960593+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.118341+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.141308+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.143925+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.145699+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.149550+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.150938+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.152199+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.153442+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.161098+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.167503+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[25098]: audit 2023-12-06T14:52:17.392409+0000 mon.a (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: cluster 2023-12-06T14:52:16.960593+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.118341+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.141308+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.143925+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.145699+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.149550+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.150938+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.152199+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.153442+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.161098+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.167503+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:17 smithi116 bash[30871]: audit 2023-12-06T14:52:17.392409+0000 mon.a (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T14:52:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: cluster 2023-12-06T14:52:16.960593+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.118341+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.141308+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.143925+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.145699+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.149550+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.150938+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.152199+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.153442+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.161098+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.167503+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:17 smithi150 bash[25259]: audit 2023-12-06T14:52:17.392409+0000 mon.a (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T14:52:19.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:18 smithi150 bash[25259]: cephadm 2023-12-06T14:52:17.154442+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3805M 2023-12-06T14:52:19.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:18 smithi150 bash[25259]: audit 2023-12-06T14:52:18.174354+0000 mon.a (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T14:52:19.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:18 smithi150 bash[25259]: cluster 2023-12-06T14:52:18.174571+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T14:52:19.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:18 smithi150 bash[25259]: audit 2023-12-06T14:52:18.174872+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:19.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:18 smithi150 bash[25259]: audit 2023-12-06T14:52:18.175645+0000 mon.a (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:52:19.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[25098]: cephadm 2023-12-06T14:52:17.154442+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3805M 2023-12-06T14:52:19.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[25098]: audit 2023-12-06T14:52:18.174354+0000 mon.a (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T14:52:19.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[25098]: cluster 2023-12-06T14:52:18.174571+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T14:52:19.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[25098]: audit 2023-12-06T14:52:18.174872+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:19.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[25098]: audit 2023-12-06T14:52:18.175645+0000 mon.a (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:52:19.417 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[44935]: debug 2023-12-06T14:52:19.180+0000 7f48915c5700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T14:52:19.417 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[44935]: debug 2023-12-06T14:52:19.188+0000 7f4888f56700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:52:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[30871]: cephadm 2023-12-06T14:52:17.154442+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3805M 2023-12-06T14:52:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[30871]: audit 2023-12-06T14:52:18.174354+0000 mon.a (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T14:52:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[30871]: cluster 2023-12-06T14:52:18.174571+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T14:52:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[30871]: audit 2023-12-06T14:52:18.174872+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:19.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:18 smithi116 bash[30871]: audit 2023-12-06T14:52:18.175645+0000 mon.a (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T14:52:20.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[25098]: cluster 2023-12-06T14:52:18.961184+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:20.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[25098]: audit 2023-12-06T14:52:19.175149+0000 mon.a (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:52:20.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[25098]: cluster 2023-12-06T14:52:19.175349+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T14:52:20.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[25098]: audit 2023-12-06T14:52:19.176332+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:20.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[25098]: audit 2023-12-06T14:52:19.184566+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[30871]: cluster 2023-12-06T14:52:18.961184+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[30871]: audit 2023-12-06T14:52:19.175149+0000 mon.a (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:52:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[30871]: cluster 2023-12-06T14:52:19.175349+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T14:52:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[30871]: audit 2023-12-06T14:52:19.176332+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:19 smithi116 bash[30871]: audit 2023-12-06T14:52:19.184566+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:20.419 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:19 smithi150 bash[25259]: cluster 2023-12-06T14:52:18.961184+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:52:20.419 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:19 smithi150 bash[25259]: audit 2023-12-06T14:52:19.175149+0000 mon.a (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T14:52:20.419 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:19 smithi150 bash[25259]: cluster 2023-12-06T14:52:19.175349+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T14:52:20.419 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:19 smithi150 bash[25259]: audit 2023-12-06T14:52:19.176332+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:20.419 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:19 smithi150 bash[25259]: audit 2023-12-06T14:52:19.184566+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:21.007 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T14:52:21.007 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T14:52:21.007 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-12-06T14:52:21.007 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-12-06T14:52:21.007 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0163671 s, 641 MB/s 2023-12-06T14:52:21.007 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:21 smithi150 bash[25259]: cluster 2023-12-06T14:52:18.357167+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:21 smithi150 bash[25259]: cluster 2023-12-06T14:52:18.357372+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:21 smithi150 bash[25259]: cluster 2023-12-06T14:52:20.186300+0000 mon.a (mon.0) 523 : cluster [INF] osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623] boot 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:21 smithi150 bash[25259]: cluster 2023-12-06T14:52:20.186421+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:21 smithi150 bash[25259]: audit 2023-12-06T14:52:20.187296+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:21.350 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:21 smithi150 bash[25259]: cluster 2023-12-06T14:52:20.961764+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[25098]: cluster 2023-12-06T14:52:18.357167+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:52:21.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[25098]: cluster 2023-12-06T14:52:18.357372+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[25098]: cluster 2023-12-06T14:52:20.186300+0000 mon.a (mon.0) 523 : cluster [INF] osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623] boot 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[25098]: cluster 2023-12-06T14:52:20.186421+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[25098]: audit 2023-12-06T14:52:20.187296+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[25098]: cluster 2023-12-06T14:52:20.961764+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[30871]: cluster 2023-12-06T14:52:18.357167+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[30871]: cluster 2023-12-06T14:52:18.357372+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[30871]: cluster 2023-12-06T14:52:20.186300+0000 mon.a (mon.0) 523 : cluster [INF] osd.3 [v2:172.21.15.116:6826/2093243623,v1:172.21.15.116:6827/2093243623] boot 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[30871]: cluster 2023-12-06T14:52:20.186421+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[30871]: audit 2023-12-06T14:52:20.187296+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:52:21.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:21 smithi116 bash[30871]: cluster 2023-12-06T14:52:20.961764+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:22.179 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi150:vg_nvme/lv_4 2023-12-06T14:52:22.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:22 smithi150 bash[25259]: cluster 2023-12-06T14:52:21.195348+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T14:52:22.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:22 smithi116 bash[25098]: cluster 2023-12-06T14:52:21.195348+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T14:52:22.666 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:22 smithi116 bash[30871]: cluster 2023-12-06T14:52:21.195348+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T14:52:23.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:23 smithi150 bash[25259]: cluster 2023-12-06T14:52:22.962362+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:23.666 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:23 smithi116 bash[25098]: cluster 2023-12-06T14:52:22.962362+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:23.666 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:23 smithi116 bash[30871]: cluster 2023-12-06T14:52:22.962362+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:25.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:24 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:52:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:26.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:25 smithi116 bash[25098]: audit 2023-12-06T14:52:24.887265+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:26.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:25 smithi116 bash[25098]: audit 2023-12-06T14:52:24.896197+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:26.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:25 smithi116 bash[25098]: cluster 2023-12-06T14:52:24.962980+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:26.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:25 smithi116 bash[30871]: audit 2023-12-06T14:52:24.887265+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:26.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:25 smithi116 bash[30871]: audit 2023-12-06T14:52:24.896197+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:26.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:25 smithi116 bash[30871]: cluster 2023-12-06T14:52:24.962980+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:26.174 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:25 smithi150 bash[25259]: audit 2023-12-06T14:52:24.887265+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:26.174 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:25 smithi150 bash[25259]: audit 2023-12-06T14:52:24.896197+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:26.175 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:25 smithi150 bash[25259]: cluster 2023-12-06T14:52:24.962980+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:26.899 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:26 smithi116 bash[25098]: audit 2023-12-06T14:52:26.149258+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:26.900 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:26 smithi116 bash[25098]: audit 2023-12-06T14:52:26.156126+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:26.900 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:26 smithi116 bash[25098]: audit 2023-12-06T14:52:26.158046+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:27.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:26 smithi116 bash[30871]: audit 2023-12-06T14:52:26.149258+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:27.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:26 smithi116 bash[30871]: audit 2023-12-06T14:52:26.156126+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:27.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:26 smithi116 bash[30871]: audit 2023-12-06T14:52:26.158046+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:27.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:26 smithi150 bash[25259]: audit 2023-12-06T14:52:26.149258+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:27.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:26 smithi150 bash[25259]: audit 2023-12-06T14:52:26.156126+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:27.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:26 smithi150 bash[25259]: audit 2023-12-06T14:52:26.158046+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:27 smithi116 bash[25098]: audit 2023-12-06T14:52:26.142406+0000 mgr.y (mgr.14152) 166 : audit [DBG] from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:28.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:27 smithi116 bash[25098]: cluster 2023-12-06T14:52:26.963523+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:27 smithi116 bash[30871]: audit 2023-12-06T14:52:26.142406+0000 mgr.y (mgr.14152) 166 : audit [DBG] from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:27 smithi116 bash[30871]: cluster 2023-12-06T14:52:26.963523+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:27 smithi150 bash[25259]: audit 2023-12-06T14:52:26.142406+0000 mgr.y (mgr.14152) 166 : audit [DBG] from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:28.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:27 smithi150 bash[25259]: cluster 2023-12-06T14:52:26.963523+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:30.096 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:29 smithi150 bash[25259]: cluster 2023-12-06T14:52:28.964226+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:30.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:29 smithi116 bash[25098]: cluster 2023-12-06T14:52:28.964226+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:30.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:29 smithi116 bash[30871]: cluster 2023-12-06T14:52:28.964226+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:32.001 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:31 smithi116 bash[25098]: cluster 2023-12-06T14:52:30.964877+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:32.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:31 smithi116 bash[30871]: cluster 2023-12-06T14:52:30.964877+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:32.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:31 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:52:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:32.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:31 smithi150 bash[25259]: cluster 2023-12-06T14:52:30.964877+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:31.974472+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:31.996568+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:32.186131+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]: dispatch 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:32.187469+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.150:0/3478168719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]: dispatch 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:32.197459+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]': finished 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: cluster 2023-12-06T14:52:32.197597+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:32.197906+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[25098]: audit 2023-12-06T14:52:32.924479+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.150:0/931530692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:33.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:31.974472+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:31.996568+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:32.186131+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]: dispatch 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:32.187469+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.150:0/3478168719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]: dispatch 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:32.197459+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]': finished 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: cluster 2023-12-06T14:52:32.197597+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:32.197906+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:32 smithi116 bash[30871]: audit 2023-12-06T14:52:32.924479+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.150:0/931530692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:31.974472+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:31.996568+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:32.186131+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]: dispatch 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:32.187469+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.150:0/3478168719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]: dispatch 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:32.197459+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41f4029e-b26b-443b-b4be-72dee0898fd7"}]': finished 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: cluster 2023-12-06T14:52:32.197597+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T14:52:33.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:32.197906+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:33.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:32 smithi150 bash[25259]: audit 2023-12-06T14:52:32.924479+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.150:0/931530692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:34.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:33 smithi116 bash[25098]: cluster 2023-12-06T14:52:32.965410+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 2023-12-06T14:52:34.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:33 smithi116 bash[25098]: audit 2023-12-06T14:52:33.018482+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:52:34.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:33 smithi116 bash[25098]: audit 2023-12-06T14:52:33.021538+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:52:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:33 smithi116 bash[30871]: cluster 2023-12-06T14:52:32.965410+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 2023-12-06T14:52:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:33 smithi116 bash[30871]: audit 2023-12-06T14:52:33.018482+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:52:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:33 smithi116 bash[30871]: audit 2023-12-06T14:52:33.021538+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:52:34.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:33 smithi150 bash[25259]: cluster 2023-12-06T14:52:32.965410+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 2023-12-06T14:52:34.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:33 smithi150 bash[25259]: audit 2023-12-06T14:52:33.018482+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:52:34.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:33 smithi150 bash[25259]: audit 2023-12-06T14:52:33.021538+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:52:36.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:35 smithi116 bash[25098]: cluster 2023-12-06T14:52:34.966047+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 2023-12-06T14:52:36.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:35 smithi116 bash[30871]: cluster 2023-12-06T14:52:34.966047+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 2023-12-06T14:52:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:35 smithi150 bash[25259]: cluster 2023-12-06T14:52:34.966047+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 2023-12-06T14:52:38.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:37 smithi116 bash[25098]: cluster 2023-12-06T14:52:36.966652+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 2023-12-06T14:52:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:37 smithi116 bash[30871]: cluster 2023-12-06T14:52:36.966652+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 2023-12-06T14:52:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:37 smithi150 bash[25259]: cluster 2023-12-06T14:52:36.966652+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 2023-12-06T14:52:40.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:39 smithi116 bash[25098]: cluster 2023-12-06T14:52:38.967250+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 2023-12-06T14:52:40.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:39 smithi116 bash[30871]: cluster 2023-12-06T14:52:38.967250+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 2023-12-06T14:52:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:39 smithi150 bash[25259]: cluster 2023-12-06T14:52:38.967250+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 2023-12-06T14:52:42.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:41 smithi150 bash[25259]: cluster 2023-12-06T14:52:40.967862+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 2023-12-06T14:52:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:41 smithi116 bash[25098]: cluster 2023-12-06T14:52:40.967862+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 2023-12-06T14:52:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:41 smithi116 bash[30871]: cluster 2023-12-06T14:52:40.967862+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 2023-12-06T14:52:43.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:42 smithi116 bash[25098]: audit 2023-12-06T14:52:42.290403+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T14:52:43.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:42 smithi116 bash[25098]: audit 2023-12-06T14:52:42.292375+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:43.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:42 smithi116 bash[30871]: audit 2023-12-06T14:52:42.290403+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T14:52:43.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:42 smithi116 bash[30871]: audit 2023-12-06T14:52:42.292375+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:43.476 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:42 smithi150 bash[25259]: audit 2023-12-06T14:52:42.290403+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T14:52:43.476 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:42 smithi150 bash[25259]: audit 2023-12-06T14:52:42.292375+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:44.266 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:43 smithi150 bash[25259]: cephadm 2023-12-06T14:52:42.293984+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Deploying daemon osd.4 on smithi150 2023-12-06T14:52:44.267 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:43 smithi150 bash[25259]: cluster 2023-12-06T14:52:42.968356+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 2023-12-06T14:52:44.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:43 smithi116 bash[25098]: cephadm 2023-12-06T14:52:42.293984+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Deploying daemon osd.4 on smithi150 2023-12-06T14:52:44.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:43 smithi116 bash[25098]: cluster 2023-12-06T14:52:42.968356+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 2023-12-06T14:52:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:43 smithi116 bash[30871]: cephadm 2023-12-06T14:52:42.293984+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Deploying daemon osd.4 on smithi150 2023-12-06T14:52:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:43 smithi116 bash[30871]: cluster 2023-12-06T14:52:42.968356+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 2023-12-06T14:52:45.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:45 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:52:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:46.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:46 smithi150 bash[25259]: cluster 2023-12-06T14:52:44.968974+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:46.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:46 smithi150 bash[25259]: audit 2023-12-06T14:52:45.011023+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:46.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:46 smithi150 bash[25259]: audit 2023-12-06T14:52:45.016974+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:46.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:46 smithi116 bash[25098]: cluster 2023-12-06T14:52:44.968974+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:46.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:46 smithi116 bash[25098]: audit 2023-12-06T14:52:45.011023+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:46.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:46 smithi116 bash[25098]: audit 2023-12-06T14:52:45.016974+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:46.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:46 smithi116 bash[30871]: cluster 2023-12-06T14:52:44.968974+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:46.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:46 smithi116 bash[30871]: audit 2023-12-06T14:52:45.011023+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:46.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:46 smithi116 bash[30871]: audit 2023-12-06T14:52:45.016974+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[30871]: cluster 2023-12-06T14:52:46.969493+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[30871]: audit 2023-12-06T14:52:47.529791+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[30871]: audit 2023-12-06T14:52:47.567591+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[30871]: audit 2023-12-06T14:52:47.570283+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[30871]: audit 2023-12-06T14:52:47.572162+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:48.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[30871]: audit 2023-12-06T14:52:47.581711+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[25098]: cluster 2023-12-06T14:52:46.969493+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[25098]: audit 2023-12-06T14:52:47.529791+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[25098]: audit 2023-12-06T14:52:47.567591+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[25098]: audit 2023-12-06T14:52:47.570283+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[25098]: audit 2023-12-06T14:52:47.572162+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:47 smithi116 bash[25098]: audit 2023-12-06T14:52:47.581711+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:47 smithi150 bash[25259]: cluster 2023-12-06T14:52:46.969493+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:47 smithi150 bash[25259]: audit 2023-12-06T14:52:47.529791+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:47 smithi150 bash[25259]: audit 2023-12-06T14:52:47.567591+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:47 smithi150 bash[25259]: audit 2023-12-06T14:52:47.570283+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:47 smithi150 bash[25259]: audit 2023-12-06T14:52:47.572162+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:48.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:47 smithi150 bash[25259]: audit 2023-12-06T14:52:47.581711+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:49.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:52:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:50.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:49 smithi150 bash[25259]: cluster 2023-12-06T14:52:48.970085+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:50.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:49 smithi150 bash[25259]: audit 2023-12-06T14:52:49.420981+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:50.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:49 smithi150 bash[25259]: audit 2023-12-06T14:52:49.428762+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:50.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[30871]: cluster 2023-12-06T14:52:48.970085+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:50.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[30871]: audit 2023-12-06T14:52:49.420981+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:50.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[30871]: audit 2023-12-06T14:52:49.428762+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[25098]: cluster 2023-12-06T14:52:48.970085+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[25098]: audit 2023-12-06T14:52:49.420981+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:49 smithi116 bash[25098]: audit 2023-12-06T14:52:49.428762+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:52.085 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:51 smithi150 bash[25259]: cluster 2023-12-06T14:52:50.970693+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:52.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:51 smithi116 bash[25098]: cluster 2023-12-06T14:52:50.970693+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:52.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:52:52 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:52:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:52:52.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:51 smithi116 bash[30871]: cluster 2023-12-06T14:52:50.970693+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:53.409 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:53 smithi150 bash[25259]: audit 2023-12-06T14:52:52.139152+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:53.410 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:53 smithi150 bash[25259]: audit 2023-12-06T14:52:52.147500+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:53.410 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:53 smithi150 bash[25259]: cluster 2023-12-06T14:52:52.971196+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:53.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:53 smithi116 bash[25098]: audit 2023-12-06T14:52:52.139152+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:53.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:53 smithi116 bash[25098]: audit 2023-12-06T14:52:52.147500+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:53.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:53 smithi116 bash[25098]: cluster 2023-12-06T14:52:52.971196+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:53.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:53 smithi116 bash[30871]: audit 2023-12-06T14:52:52.139152+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:53.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:53 smithi116 bash[30871]: audit 2023-12-06T14:52:52.147500+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:53.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:53 smithi116 bash[30871]: cluster 2023-12-06T14:52:52.971196+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:54.567 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 4 on host 'smithi150' 2023-12-06T14:52:55.261 DEBUG:teuthology.orchestra.run.smithi150:osd.4> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T14:52:55.264 INFO:tasks.cephadm:Deploying osd.5 on smithi150 with /dev/vg_nvme/lv_3... 2023-12-06T14:52:55.264 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T14:52:55.494 INFO:journalctl@ceph.osd.4.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:52:55.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.564652+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.568342+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:55.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.570730+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:55.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.572549+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.576156+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: cephadm 2023-12-06T14:52:54.577471+0000 mgr.y (mgr.14152) 182 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 16247M 2023-12-06T14:52:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.586269+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: audit 2023-12-06T14:52:54.596194+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[25098]: cluster 2023-12-06T14:52:54.971804+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.564652+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.568342+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.570730+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.572549+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.576156+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: cephadm 2023-12-06T14:52:54.577471+0000 mgr.y (mgr.14152) 182 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 16247M 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.586269+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: audit 2023-12-06T14:52:54.596194+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:55 smithi116 bash[30871]: cluster 2023-12-06T14:52:54.971804+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:55.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.564652+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.568342+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.570730+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.572549+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.576156+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: cephadm 2023-12-06T14:52:54.577471+0000 mgr.y (mgr.14152) 182 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 16247M 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.586269+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: audit 2023-12-06T14:52:54.596194+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:52:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:55 smithi150 bash[25259]: cluster 2023-12-06T14:52:54.971804+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:56.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:56 smithi150 bash[25259]: audit 2023-12-06T14:52:56.464922+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"]}]: dispatch 2023-12-06T14:52:56.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:56 smithi150 bash[25259]: audit 2023-12-06T14:52:56.466372+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:56.689 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 14:52:56 smithi150 bash[31281]: debug 2023-12-06T14:52:56.455+0000 7f680df253c0 -1 osd.4 0 log_to_monitors true 2023-12-06T14:52:56.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:56 smithi116 bash[25098]: audit 2023-12-06T14:52:56.464922+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"]}]: dispatch 2023-12-06T14:52:56.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:56 smithi116 bash[25098]: audit 2023-12-06T14:52:56.466372+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:56.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:56 smithi116 bash[30871]: audit 2023-12-06T14:52:56.464922+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"]}]: dispatch 2023-12-06T14:52:56.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:56 smithi116 bash[30871]: audit 2023-12-06T14:52:56.466372+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:57.898 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[31281]: debug 2023-12-06T14:52:57.619+0000 7f6804928700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T14:52:57.898 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[31281]: debug 2023-12-06T14:52:57.627+0000 7f68012c3700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:52:57.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[25259]: audit 2023-12-06T14:52:56.607758+0000 mon.a (mon.0) 561 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T14:52:57.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[25259]: cluster 2023-12-06T14:52:56.607837+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T14:52:57.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[25259]: audit 2023-12-06T14:52:56.608017+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:57.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[25259]: audit 2023-12-06T14:52:56.610336+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=smithi150", "root=default"]}]: dispatch 2023-12-06T14:52:57.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[25259]: audit 2023-12-06T14:52:56.611818+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:52:57.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:57 smithi150 bash[25259]: cluster 2023-12-06T14:52:56.972625+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[25098]: audit 2023-12-06T14:52:56.607758+0000 mon.a (mon.0) 561 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[25098]: cluster 2023-12-06T14:52:56.607837+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[25098]: audit 2023-12-06T14:52:56.608017+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[25098]: audit 2023-12-06T14:52:56.610336+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=smithi150", "root=default"]}]: dispatch 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[25098]: audit 2023-12-06T14:52:56.611818+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[25098]: cluster 2023-12-06T14:52:56.972625+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[30871]: audit 2023-12-06T14:52:56.607758+0000 mon.a (mon.0) 561 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[30871]: cluster 2023-12-06T14:52:56.607837+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[30871]: audit 2023-12-06T14:52:56.608017+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:57.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[30871]: audit 2023-12-06T14:52:56.610336+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=smithi150", "root=default"]}]: dispatch 2023-12-06T14:52:57.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[30871]: audit 2023-12-06T14:52:56.611818+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:52:57.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:57 smithi116 bash[30871]: cluster 2023-12-06T14:52:56.972625+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:58.499 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T14:52:58.499 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T14:52:58.500 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-12-06T14:52:58.500 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-12-06T14:52:58.500 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0194068 s, 540 MB/s 2023-12-06T14:52:58.500 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[25098]: audit 2023-12-06T14:52:57.612199+0000 mon.a (mon.0) 565 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[25098]: cluster 2023-12-06T14:52:57.612555+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[25098]: audit 2023-12-06T14:52:57.613655+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[25098]: audit 2023-12-06T14:52:57.620850+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[30871]: audit 2023-12-06T14:52:57.612199+0000 mon.a (mon.0) 565 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[30871]: cluster 2023-12-06T14:52:57.612555+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[30871]: audit 2023-12-06T14:52:57.613655+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:58.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:58 smithi116 bash[30871]: audit 2023-12-06T14:52:57.620850+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:58.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:58 smithi150 bash[25259]: audit 2023-12-06T14:52:57.612199+0000 mon.a (mon.0) 565 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:52:58.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:58 smithi150 bash[25259]: cluster 2023-12-06T14:52:57.612555+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T14:52:58.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:58 smithi150 bash[25259]: audit 2023-12-06T14:52:57.613655+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:58.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:58 smithi150 bash[25259]: audit 2023-12-06T14:52:57.620850+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:59.148 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi150:vg_nvme/lv_3 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[25098]: cluster 2023-12-06T14:52:57.453922+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[25098]: cluster 2023-12-06T14:52:57.454112+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[25098]: cluster 2023-12-06T14:52:58.614917+0000 mon.a (mon.0) 569 : cluster [INF] osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466] boot 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[25098]: cluster 2023-12-06T14:52:58.615016+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[25098]: audit 2023-12-06T14:52:58.615362+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[25098]: cluster 2023-12-06T14:52:58.973309+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[30871]: cluster 2023-12-06T14:52:57.453922+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[30871]: cluster 2023-12-06T14:52:57.454112+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[30871]: cluster 2023-12-06T14:52:58.614917+0000 mon.a (mon.0) 569 : cluster [INF] osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466] boot 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[30871]: cluster 2023-12-06T14:52:58.615016+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T14:52:59.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[30871]: audit 2023-12-06T14:52:58.615362+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:52:59 smithi116 bash[30871]: cluster 2023-12-06T14:52:58.973309+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:59.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:59 smithi150 bash[25259]: cluster 2023-12-06T14:52:57.453922+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:52:59.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:59 smithi150 bash[25259]: cluster 2023-12-06T14:52:57.454112+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:52:59.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:59 smithi150 bash[25259]: cluster 2023-12-06T14:52:58.614917+0000 mon.a (mon.0) 569 : cluster [INF] osd.4 [v2:172.21.15.150:6800/3875693466,v1:172.21.15.150:6801/3875693466] boot 2023-12-06T14:52:59.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:59 smithi150 bash[25259]: cluster 2023-12-06T14:52:58.615016+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T14:52:59.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:59 smithi150 bash[25259]: audit 2023-12-06T14:52:58.615362+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:59.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:52:59 smithi150 bash[25259]: cluster 2023-12-06T14:52:58.973309+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:00.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:00 smithi116 bash[25098]: cluster 2023-12-06T14:52:59.618642+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T14:53:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:00 smithi116 bash[25098]: cluster 2023-12-06T14:53:00.620025+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T14:53:00.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:00 smithi116 bash[30871]: cluster 2023-12-06T14:52:59.618642+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T14:53:00.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:00 smithi116 bash[30871]: cluster 2023-12-06T14:53:00.620025+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T14:53:00.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:00 smithi150 bash[25259]: cluster 2023-12-06T14:52:59.618642+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T14:53:00.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:00 smithi150 bash[25259]: cluster 2023-12-06T14:53:00.620025+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T14:53:01.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:01 smithi116 bash[25098]: cluster 2023-12-06T14:53:00.973896+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:01.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:01 smithi116 bash[30871]: cluster 2023-12-06T14:53:00.973896+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:01.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:01 smithi150 bash[25259]: cluster 2023-12-06T14:53:00.973896+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:02.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[25098]: cluster 2023-12-06T14:53:01.636879+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[25098]: audit 2023-12-06T14:53:02.137943+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[25098]: audit 2023-12-06T14:53:02.144621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[25098]: audit 2023-12-06T14:53:02.146394+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[30871]: cluster 2023-12-06T14:53:01.636879+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[30871]: audit 2023-12-06T14:53:02.137943+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[30871]: audit 2023-12-06T14:53:02.144621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:53:02.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:02 smithi116 bash[30871]: audit 2023-12-06T14:53:02.146394+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:02.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:02 smithi150 bash[25259]: cluster 2023-12-06T14:53:01.636879+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T14:53:02.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:02 smithi150 bash[25259]: audit 2023-12-06T14:53:02.137943+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:53:02.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:02 smithi150 bash[25259]: audit 2023-12-06T14:53:02.144621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:53:02.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:02 smithi150 bash[25259]: audit 2023-12-06T14:53:02.146394+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:03.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:03 smithi116 bash[25098]: audit 2023-12-06T14:53:02.130962+0000 mgr.y (mgr.14152) 187 : audit [DBG] from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:03.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:03 smithi116 bash[25098]: cluster 2023-12-06T14:53:02.641026+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T14:53:03.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:03 smithi116 bash[25098]: cluster 2023-12-06T14:53:02.974475+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v159: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:03.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:03 smithi116 bash[30871]: audit 2023-12-06T14:53:02.130962+0000 mgr.y (mgr.14152) 187 : audit [DBG] from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:03.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:03 smithi116 bash[30871]: cluster 2023-12-06T14:53:02.641026+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T14:53:03.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:03 smithi116 bash[30871]: cluster 2023-12-06T14:53:02.974475+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v159: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:03.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:03 smithi150 bash[25259]: audit 2023-12-06T14:53:02.130962+0000 mgr.y (mgr.14152) 187 : audit [DBG] from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:03.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:03 smithi150 bash[25259]: cluster 2023-12-06T14:53:02.641026+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T14:53:03.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:03 smithi150 bash[25259]: cluster 2023-12-06T14:53:02.974475+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v159: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:06.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:06 smithi116 bash[25098]: cluster 2023-12-06T14:53:04.975079+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-06T14:53:06.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:06 smithi116 bash[30871]: cluster 2023-12-06T14:53:04.975079+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-06T14:53:06.351 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:06 smithi150 bash[25259]: cluster 2023-12-06T14:53:04.975079+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-06T14:53:08.248 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:07 smithi150 bash[25259]: cluster 2023-12-06T14:53:06.975705+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T14:53:08.416 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:07 smithi116 bash[30871]: cluster 2023-12-06T14:53:06.975705+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T14:53:08.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:07 smithi116 bash[25098]: cluster 2023-12-06T14:53:06.975705+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T14:53:09.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:53:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: cluster 2023-12-06T14:53:08.976341+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: audit 2023-12-06T14:53:09.348186+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]: dispatch 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: audit 2023-12-06T14:53:09.349656+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.150:0/1938931425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]: dispatch 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: audit 2023-12-06T14:53:09.357467+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]': finished 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: cluster 2023-12-06T14:53:09.357676+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: audit 2023-12-06T14:53:09.357960+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: audit 2023-12-06T14:53:09.550829+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:10.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:09 smithi150 bash[25259]: audit 2023-12-06T14:53:09.562045+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: cluster 2023-12-06T14:53:08.976341+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: audit 2023-12-06T14:53:09.348186+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]: dispatch 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: audit 2023-12-06T14:53:09.349656+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.150:0/1938931425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]: dispatch 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: audit 2023-12-06T14:53:09.357467+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]': finished 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: cluster 2023-12-06T14:53:09.357676+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: audit 2023-12-06T14:53:09.357960+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: audit 2023-12-06T14:53:09.550829+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[25098]: audit 2023-12-06T14:53:09.562045+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: cluster 2023-12-06T14:53:08.976341+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: audit 2023-12-06T14:53:09.348186+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]: dispatch 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: audit 2023-12-06T14:53:09.349656+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.150:0/1938931425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]: dispatch 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: audit 2023-12-06T14:53:09.357467+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f34edfb-9087-4f64-a6a4-b0204d86717f"}]': finished 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: cluster 2023-12-06T14:53:09.357676+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: audit 2023-12-06T14:53:09.357960+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: audit 2023-12-06T14:53:09.550829+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:10.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:09 smithi116 bash[30871]: audit 2023-12-06T14:53:09.562045+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:11.170 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:53:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[25098]: cephadm 2023-12-06T14:53:09.552464+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:53:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[25098]: audit 2023-12-06T14:53:10.108667+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.150:0/2287820086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:53:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[25098]: audit 2023-12-06T14:53:10.766178+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[25098]: audit 2023-12-06T14:53:10.772847+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[30871]: cephadm 2023-12-06T14:53:09.552464+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:53:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[30871]: audit 2023-12-06T14:53:10.108667+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.150:0/2287820086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:53:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[30871]: audit 2023-12-06T14:53:10.766178+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:10 smithi116 bash[30871]: audit 2023-12-06T14:53:10.772847+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:11.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:10 smithi150 bash[25259]: cephadm 2023-12-06T14:53:09.552464+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:53:11.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:10 smithi150 bash[25259]: audit 2023-12-06T14:53:10.108667+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.150:0/2287820086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:53:11.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:10 smithi150 bash[25259]: audit 2023-12-06T14:53:10.766178+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:11.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:10 smithi150 bash[25259]: audit 2023-12-06T14:53:10.772847+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:12.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:11 smithi116 bash[25098]: cluster 2023-12-06T14:53:10.976973+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; 62 KiB/s, 0 objects/s recovering 2023-12-06T14:53:12.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:11 smithi116 bash[30871]: cluster 2023-12-06T14:53:10.976973+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; 62 KiB/s, 0 objects/s recovering 2023-12-06T14:53:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:11 smithi150 bash[25259]: cluster 2023-12-06T14:53:10.976973+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; 62 KiB/s, 0 objects/s recovering 2023-12-06T14:53:12.666 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:12 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:53:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:13.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:13 smithi116 bash[25098]: audit 2023-12-06T14:53:12.289512+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:13.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:13 smithi116 bash[25098]: audit 2023-12-06T14:53:12.296127+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:13.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:13 smithi116 bash[25098]: cluster 2023-12-06T14:53:12.977590+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:53:13.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:13 smithi116 bash[30871]: audit 2023-12-06T14:53:12.289512+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:13.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:13 smithi116 bash[30871]: audit 2023-12-06T14:53:12.296127+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:13.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:13 smithi116 bash[30871]: cluster 2023-12-06T14:53:12.977590+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:53:13.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:13 smithi150 bash[25259]: audit 2023-12-06T14:53:12.289512+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:13.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:13 smithi150 bash[25259]: audit 2023-12-06T14:53:12.296127+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:13.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:13 smithi150 bash[25259]: cluster 2023-12-06T14:53:12.977590+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:53:16.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:16 smithi116 bash[25098]: cluster 2023-12-06T14:53:14.978187+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 2023-12-06T14:53:16.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:16 smithi116 bash[30871]: cluster 2023-12-06T14:53:14.978187+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 2023-12-06T14:53:16.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:16 smithi150 bash[25259]: cluster 2023-12-06T14:53:14.978187+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 2023-12-06T14:53:18.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:17 smithi150 bash[25259]: cluster 2023-12-06T14:53:16.978828+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:18.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:17 smithi116 bash[25098]: cluster 2023-12-06T14:53:16.978828+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:18.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:17 smithi116 bash[30871]: cluster 2023-12-06T14:53:16.978828+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:20.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:19 smithi150 bash[25259]: cluster 2023-12-06T14:53:18.979442+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:20.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:19 smithi116 bash[25098]: cluster 2023-12-06T14:53:18.979442+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:19 smithi116 bash[30871]: cluster 2023-12-06T14:53:18.979442+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:21.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:20 smithi116 bash[25098]: audit 2023-12-06T14:53:20.333536+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T14:53:21.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:20 smithi116 bash[25098]: audit 2023-12-06T14:53:20.334984+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:21.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:20 smithi116 bash[30871]: audit 2023-12-06T14:53:20.333536+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T14:53:21.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:20 smithi116 bash[30871]: audit 2023-12-06T14:53:20.334984+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:21.426 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:20 smithi150 bash[25259]: audit 2023-12-06T14:53:20.333536+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T14:53:21.426 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:20 smithi150 bash[25259]: audit 2023-12-06T14:53:20.334984+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:22.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:22 smithi150 bash[25259]: cephadm 2023-12-06T14:53:20.336130+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.5 on smithi150 2023-12-06T14:53:22.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:22 smithi150 bash[25259]: cluster 2023-12-06T14:53:20.980080+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 2023-12-06T14:53:22.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:21 smithi116 bash[25098]: cephadm 2023-12-06T14:53:20.336130+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.5 on smithi150 2023-12-06T14:53:22.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:21 smithi116 bash[25098]: cluster 2023-12-06T14:53:20.980080+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 2023-12-06T14:53:22.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:22 smithi116 bash[30871]: cephadm 2023-12-06T14:53:20.336130+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.5 on smithi150 2023-12-06T14:53:22.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:22 smithi116 bash[30871]: cluster 2023-12-06T14:53:20.980080+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 2023-12-06T14:53:24.283 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:24 smithi150 bash[25259]: cluster 2023-12-06T14:53:22.980807+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:24.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:24 smithi116 bash[25098]: cluster 2023-12-06T14:53:22.980807+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:24.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:24 smithi116 bash[30871]: cluster 2023-12-06T14:53:22.980807+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[25098]: audit 2023-12-06T14:53:24.422071+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[25098]: audit 2023-12-06T14:53:24.449972+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[25098]: audit 2023-12-06T14:53:24.452456+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[25098]: audit 2023-12-06T14:53:24.453878+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[25098]: audit 2023-12-06T14:53:24.464326+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[25098]: cluster 2023-12-06T14:53:24.981531+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:25.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[30871]: audit 2023-12-06T14:53:24.422071+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:25.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[30871]: audit 2023-12-06T14:53:24.449972+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:25.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[30871]: audit 2023-12-06T14:53:24.452456+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:25.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[30871]: audit 2023-12-06T14:53:24.453878+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:25.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[30871]: audit 2023-12-06T14:53:24.464326+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:25.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:25 smithi116 bash[30871]: cluster 2023-12-06T14:53:24.981531+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:25.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:25 smithi150 bash[25259]: audit 2023-12-06T14:53:24.422071+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:25.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:25 smithi150 bash[25259]: audit 2023-12-06T14:53:24.449972+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:25.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:25 smithi150 bash[25259]: audit 2023-12-06T14:53:24.452456+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:25.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:25 smithi150 bash[25259]: audit 2023-12-06T14:53:24.453878+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:25.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:25 smithi150 bash[25259]: audit 2023-12-06T14:53:24.464326+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:25.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:25 smithi150 bash[25259]: cluster 2023-12-06T14:53:24.981531+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:28.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:27 smithi116 bash[30871]: cluster 2023-12-06T14:53:26.982039+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:28.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:27 smithi116 bash[25098]: cluster 2023-12-06T14:53:26.982039+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:28.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:27 smithi150 bash[25259]: cluster 2023-12-06T14:53:26.982039+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:30.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:29 smithi150 bash[25259]: cluster 2023-12-06T14:53:28.982739+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:30.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:29 smithi116 bash[25098]: cluster 2023-12-06T14:53:28.982739+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:30.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:29 smithi116 bash[30871]: cluster 2023-12-06T14:53:28.982739+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:31.166 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:30 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:53:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:30.886141+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: cephadm 2023-12-06T14:53:30.887934+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:30.896992+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:30.900733+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:30.903062+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:30.904521+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:30.915406+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: cluster 2023-12-06T14:53:30.983356+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:31.561283+0000 mon.a (mon.0) 602 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:53:32.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[25098]: audit 2023-12-06T14:53:31.562781+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:30.886141+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: cephadm 2023-12-06T14:53:30.887934+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:30.896992+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:30.900733+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:30.903062+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:30.904521+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:30.915406+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: cluster 2023-12-06T14:53:30.983356+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:31.561283+0000 mon.a (mon.0) 602 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:53:32.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:31 smithi116 bash[30871]: audit 2023-12-06T14:53:31.562781+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:53:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:30.886141+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: cephadm 2023-12-06T14:53:30.887934+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:53:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:30.896992+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:30.900733+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:30.903062+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:30.904521+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:30.915406+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: cluster 2023-12-06T14:53:30.983356+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:31.561283+0000 mon.a (mon.0) 602 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:53:32.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:31 smithi150 bash[25259]: audit 2023-12-06T14:53:31.562781+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:53:32.670 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 5 on host 'smithi150' 2023-12-06T14:53:32.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:53:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:33.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:31.930664+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T14:53:33.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: cluster 2023-12-06T14:53:31.930900+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T14:53:33.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:31.931206+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:33.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:31.932718+0000 mon.a (mon.0) 606 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:53:33.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:31.934277+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:53:33.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.446528+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.453670+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.668078+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.690562+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:33.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.693279+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:33.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.695140+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:33.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:32 smithi150 bash[25259]: audit 2023-12-06T14:53:32.706771+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:31.930664+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T14:53:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: cluster 2023-12-06T14:53:31.930900+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T14:53:33.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:31.931206+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:31.932718+0000 mon.a (mon.0) 606 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:31.934277+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.446528+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.453670+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.668078+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.690562+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.693279+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.695140+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[25098]: audit 2023-12-06T14:53:32.706771+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:31.930664+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: cluster 2023-12-06T14:53:31.930900+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:31.931206+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:31.932718+0000 mon.a (mon.0) 606 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:31.934277+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.446528+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.453670+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.668078+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.690562+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.693279+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.695140+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:33.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:32 smithi116 bash[30871]: audit 2023-12-06T14:53:32.706771+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:33.932 DEBUG:teuthology.orchestra.run.smithi150:osd.5> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T14:53:33.934 INFO:tasks.cephadm:Deploying osd.6 on smithi150 with /dev/vg_nvme/lv_2... 2023-12-06T14:53:33.934 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T14:53:34.049 INFO:journalctl@ceph.osd.5.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:53:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: audit 2023-12-06T14:53:32.932230+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:53:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: cluster 2023-12-06T14:53:32.932589+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T14:53:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: audit 2023-12-06T14:53:32.933510+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: audit 2023-12-06T14:53:32.943066+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: cluster 2023-12-06T14:53:32.983906+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:34.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: audit 2023-12-06T14:53:33.020675+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:53:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: audit 2023-12-06T14:53:33.024676+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:53:34.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:33 smithi150 bash[25259]: cluster 2023-12-06T14:53:33.935591+0000 mon.a (mon.0) 620 : cluster [INF] osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578] boot 2023-12-06T14:53:34.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:53:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: audit 2023-12-06T14:53:32.932230+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: cluster 2023-12-06T14:53:32.932589+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: audit 2023-12-06T14:53:32.933510+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: audit 2023-12-06T14:53:32.943066+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: cluster 2023-12-06T14:53:32.983906+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: audit 2023-12-06T14:53:33.020675+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: audit 2023-12-06T14:53:33.024676+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:53:34.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[30871]: cluster 2023-12-06T14:53:33.935591+0000 mon.a (mon.0) 620 : cluster [INF] osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578] boot 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: audit 2023-12-06T14:53:32.932230+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: cluster 2023-12-06T14:53:32.932589+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: audit 2023-12-06T14:53:32.933510+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: audit 2023-12-06T14:53:32.943066+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: cluster 2023-12-06T14:53:32.983906+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: audit 2023-12-06T14:53:33.020675+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: audit 2023-12-06T14:53:33.024676+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:53:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:33 smithi116 bash[25098]: cluster 2023-12-06T14:53:33.935591+0000 mon.a (mon.0) 620 : cluster [INF] osd.5 [v2:172.21.15.150:6808/2851379578,v1:172.21.15.150:6809/2851379578] boot 2023-12-06T14:53:35.304 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: cluster 2023-12-06T14:53:32.547000+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:53:35.304 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: cluster 2023-12-06T14:53:32.547188+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:53:35.304 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: cluster 2023-12-06T14:53:33.935704+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T14:53:35.304 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:33.935957+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:34.040601+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:34.049004+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:34.078220+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:34.081024+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:34.082809+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: audit 2023-12-06T14:53:34.093917+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.305 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:34 smithi150 bash[25259]: cluster 2023-12-06T14:53:34.937702+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: cluster 2023-12-06T14:53:32.547000+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: cluster 2023-12-06T14:53:32.547188+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: cluster 2023-12-06T14:53:33.935704+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:33.935957+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:34.040601+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:34.049004+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:34.078220+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:34.081024+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:34.082809+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:35.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: audit 2023-12-06T14:53:34.093917+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[25098]: cluster 2023-12-06T14:53:34.937702+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: cluster 2023-12-06T14:53:32.547000+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: cluster 2023-12-06T14:53:32.547188+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: cluster 2023-12-06T14:53:33.935704+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:33.935957+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:34.040601+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:34.049004+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:34.078220+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:34.081024+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:34.082809+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: audit 2023-12-06T14:53:34.093917+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:34 smithi116 bash[30871]: cluster 2023-12-06T14:53:34.937702+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T14:53:36.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:35 smithi150 bash[25259]: cluster 2023-12-06T14:53:34.984489+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:36.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:35 smithi150 bash[25259]: cluster 2023-12-06T14:53:35.939719+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T14:53:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:35 smithi116 bash[25098]: cluster 2023-12-06T14:53:34.984489+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:35 smithi116 bash[25098]: cluster 2023-12-06T14:53:35.939719+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T14:53:36.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:35 smithi116 bash[30871]: cluster 2023-12-06T14:53:34.984489+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:36.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:35 smithi116 bash[30871]: cluster 2023-12-06T14:53:35.939719+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T14:53:37.517 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T14:53:37.518 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T14:53:37.518 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-12-06T14:53:37.518 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-12-06T14:53:37.518 INFO:teuthology.orchestra.run.smithi150.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0177529 s, 591 MB/s 2023-12-06T14:53:37.518 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-12-06T14:53:38.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:37 smithi150 bash[25259]: cluster 2023-12-06T14:53:36.963484+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T14:53:38.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:37 smithi150 bash[25259]: cluster 2023-12-06T14:53:36.985050+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:38.260 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi150:vg_nvme/lv_2 2023-12-06T14:53:38.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:37 smithi116 bash[25098]: cluster 2023-12-06T14:53:36.963484+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T14:53:38.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:37 smithi116 bash[25098]: cluster 2023-12-06T14:53:36.985050+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:37 smithi116 bash[30871]: cluster 2023-12-06T14:53:36.963484+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T14:53:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:37 smithi116 bash[30871]: cluster 2023-12-06T14:53:36.985050+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:39.265 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:38 smithi150 bash[25259]: cluster 2023-12-06T14:53:37.972009+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T14:53:39.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:38 smithi116 bash[25098]: cluster 2023-12-06T14:53:37.972009+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T14:53:39.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:38 smithi116 bash[30871]: cluster 2023-12-06T14:53:37.972009+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T14:53:40.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:39 smithi116 bash[25098]: cluster 2023-12-06T14:53:38.985548+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:40.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:39 smithi116 bash[30871]: cluster 2023-12-06T14:53:38.985548+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:40.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:39 smithi150 bash[25259]: cluster 2023-12-06T14:53:38.985548+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[25098]: cluster 2023-12-06T14:53:40.986144+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 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[25098]: audit 2023-12-06T14:53:41.363784+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[25098]: audit 2023-12-06T14:53:41.370476+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[25098]: audit 2023-12-06T14:53:41.372449+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[30871]: cluster 2023-12-06T14:53:40.986144+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 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[30871]: audit 2023-12-06T14:53:41.363784+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[30871]: audit 2023-12-06T14:53:41.370476+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:53:42.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:42 smithi116 bash[30871]: audit 2023-12-06T14:53:41.372449+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:42.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:42 smithi150 bash[25259]: cluster 2023-12-06T14:53:40.986144+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 2023-12-06T14:53:42.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:42 smithi150 bash[25259]: audit 2023-12-06T14:53:41.363784+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:53:42.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:42 smithi150 bash[25259]: audit 2023-12-06T14:53:41.370476+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:53:42.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:42 smithi150 bash[25259]: audit 2023-12-06T14:53:41.372449+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:43.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:43 smithi116 bash[25098]: audit 2023-12-06T14:53:41.356851+0000 mgr.y (mgr.14152) 211 : audit [DBG] from='client.24275 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:43.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:43 smithi116 bash[30871]: audit 2023-12-06T14:53:41.356851+0000 mgr.y (mgr.14152) 211 : audit [DBG] from='client.24275 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:43.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:43 smithi150 bash[25259]: audit 2023-12-06T14:53:41.356851+0000 mgr.y (mgr.14152) 211 : audit [DBG] from='client.24275 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:44.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:44 smithi116 bash[25098]: cluster 2023-12-06T14:53:42.986756+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:44 smithi116 bash[30871]: cluster 2023-12-06T14:53:42.986756+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:44 smithi150 bash[25259]: cluster 2023-12-06T14:53:42.986756+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:46.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:46 smithi150 bash[25259]: cluster 2023-12-06T14:53:44.987436+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:46.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:46 smithi116 bash[25098]: cluster 2023-12-06T14:53:44.987436+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:46.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:46 smithi116 bash[30871]: cluster 2023-12-06T14:53:44.987436+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:48.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:47 smithi150 bash[25259]: cluster 2023-12-06T14:53:46.987937+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:48.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:47 smithi150 bash[25259]: audit 2023-12-06T14:53:47.412003+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]: dispatch 2023-12-06T14:53:48.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:47 smithi150 bash[25259]: audit 2023-12-06T14:53:47.413647+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.150:0/1018797408' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]: dispatch 2023-12-06T14:53:48.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:47 smithi150 bash[25259]: audit 2023-12-06T14:53:47.421937+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]': finished 2023-12-06T14:53:48.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:47 smithi150 bash[25259]: cluster 2023-12-06T14:53:47.422093+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T14:53:48.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:47 smithi150 bash[25259]: audit 2023-12-06T14:53:47.422355+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:53:48.340 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[25098]: cluster 2023-12-06T14:53:46.987937+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:48.340 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[25098]: audit 2023-12-06T14:53:47.412003+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]: dispatch 2023-12-06T14:53:48.340 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[25098]: audit 2023-12-06T14:53:47.413647+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.150:0/1018797408' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]: dispatch 2023-12-06T14:53:48.340 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[25098]: audit 2023-12-06T14:53:47.421937+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]': finished 2023-12-06T14:53:48.340 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[25098]: cluster 2023-12-06T14:53:47.422093+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T14:53:48.341 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[25098]: audit 2023-12-06T14:53:47.422355+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:53:48.341 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[30871]: cluster 2023-12-06T14:53:46.987937+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:48.341 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[30871]: audit 2023-12-06T14:53:47.412003+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]: dispatch 2023-12-06T14:53:48.341 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[30871]: audit 2023-12-06T14:53:47.413647+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.150:0/1018797408' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]: dispatch 2023-12-06T14:53:48.341 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[30871]: audit 2023-12-06T14:53:47.421937+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ae07418-27fb-47a1-ad25-c24d82be509e"}]': finished 2023-12-06T14:53:48.342 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[30871]: cluster 2023-12-06T14:53:47.422093+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T14:53:48.342 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:47 smithi116 bash[30871]: audit 2023-12-06T14:53:47.422355+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:53:49.277 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:49 smithi150 bash[25259]: audit 2023-12-06T14:53:48.165862+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.150:0/4008579553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:53:49.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:48 smithi116 bash[25098]: audit 2023-12-06T14:53:48.165862+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.150:0/4008579553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:53:49.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:49 smithi116 bash[30871]: audit 2023-12-06T14:53:48.165862+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.150:0/4008579553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:53:50.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:50 smithi116 bash[25098]: cluster 2023-12-06T14:53:48.988535+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:50.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:50 smithi116 bash[30871]: cluster 2023-12-06T14:53:48.988535+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:50.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:50 smithi150 bash[25259]: cluster 2023-12-06T14:53:48.988535+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:51.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:50 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:53:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:52.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:51 smithi116 bash[25098]: audit 2023-12-06T14:53:50.730050+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:52.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:51 smithi116 bash[25098]: audit 2023-12-06T14:53:50.738435+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:52.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:51 smithi116 bash[25098]: cluster 2023-12-06T14:53:50.989195+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:52.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:51 smithi116 bash[30871]: audit 2023-12-06T14:53:50.730050+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:52.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:51 smithi116 bash[30871]: audit 2023-12-06T14:53:50.738435+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:52.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:51 smithi116 bash[30871]: cluster 2023-12-06T14:53:50.989195+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:52.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:51 smithi150 bash[25259]: audit 2023-12-06T14:53:50.730050+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:51 smithi150 bash[25259]: audit 2023-12-06T14:53:50.738435+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:51 smithi150 bash[25259]: cluster 2023-12-06T14:53:50.989195+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:52.916 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:53:52 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:53:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:53:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:53 smithi116 bash[25098]: audit 2023-12-06T14:53:52.598643+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:53 smithi116 bash[25098]: audit 2023-12-06T14:53:52.606272+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:53 smithi116 bash[25098]: cluster 2023-12-06T14:53:52.989791+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:53 smithi116 bash[30871]: audit 2023-12-06T14:53:52.598643+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:53 smithi116 bash[30871]: audit 2023-12-06T14:53:52.606272+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:53.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:53 smithi116 bash[30871]: cluster 2023-12-06T14:53:52.989791+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:53 smithi150 bash[25259]: audit 2023-12-06T14:53:52.598643+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:53 smithi150 bash[25259]: audit 2023-12-06T14:53:52.606272+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:53:53.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:53 smithi150 bash[25259]: cluster 2023-12-06T14:53:52.989791+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:56.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:56 smithi116 bash[25098]: cluster 2023-12-06T14:53:54.990417+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:56.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:56 smithi116 bash[30871]: cluster 2023-12-06T14:53:54.990417+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:56.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:56 smithi150 bash[25259]: cluster 2023-12-06T14:53:54.990417+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:58.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:57 smithi150 bash[25259]: cluster 2023-12-06T14:53:56.991017+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:58.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:58 smithi150 bash[25259]: audit 2023-12-06T14:53:57.795789+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T14:53:58.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:58 smithi150 bash[25259]: audit 2023-12-06T14:53:57.797588+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:58.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:57 smithi116 bash[30871]: cluster 2023-12-06T14:53:56.991017+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:58.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:57 smithi116 bash[30871]: audit 2023-12-06T14:53:57.795789+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T14:53:58.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:57 smithi116 bash[30871]: audit 2023-12-06T14:53:57.797588+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:58.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:57 smithi116 bash[25098]: cluster 2023-12-06T14:53:56.991017+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:53:58.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:57 smithi116 bash[25098]: audit 2023-12-06T14:53:57.795789+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T14:53:58.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:58 smithi116 bash[25098]: audit 2023-12-06T14:53:57.797588+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:59.267 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:53:59 smithi150 bash[25259]: cephadm 2023-12-06T14:53:57.799046+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Deploying daemon osd.6 on smithi150 2023-12-06T14:53:59.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:53:59 smithi116 bash[25098]: cephadm 2023-12-06T14:53:57.799046+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Deploying daemon osd.6 on smithi150 2023-12-06T14:53:59.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:53:59 smithi116 bash[30871]: cephadm 2023-12-06T14:53:57.799046+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Deploying daemon osd.6 on smithi150 2023-12-06T14:54:00.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:00 smithi116 bash[25098]: cluster 2023-12-06T14:53:58.991683+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:00.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:00 smithi116 bash[30871]: cluster 2023-12-06T14:53:58.991683+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:00.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:00 smithi150 bash[25259]: cluster 2023-12-06T14:53:58.991683+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[25098]: cluster 2023-12-06T14:54:00.992273+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[25098]: audit 2023-12-06T14:54:01.905920+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[25098]: audit 2023-12-06T14:54:01.937252+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[25098]: audit 2023-12-06T14:54:01.939465+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[25098]: audit 2023-12-06T14:54:01.940880+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[25098]: audit 2023-12-06T14:54:01.952883+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[30871]: cluster 2023-12-06T14:54:00.992273+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[30871]: audit 2023-12-06T14:54:01.905920+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[30871]: audit 2023-12-06T14:54:01.937252+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[30871]: audit 2023-12-06T14:54:01.939465+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[30871]: audit 2023-12-06T14:54:01.940880+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:02.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:02 smithi116 bash[30871]: audit 2023-12-06T14:54:01.952883+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:02 smithi150 bash[25259]: cluster 2023-12-06T14:54:00.992273+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:02 smithi150 bash[25259]: audit 2023-12-06T14:54:01.905920+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:02 smithi150 bash[25259]: audit 2023-12-06T14:54:01.937252+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:02 smithi150 bash[25259]: audit 2023-12-06T14:54:01.939465+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:02.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:02 smithi150 bash[25259]: audit 2023-12-06T14:54:01.940880+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:02.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:02 smithi150 bash[25259]: audit 2023-12-06T14:54:01.952883+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:04.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:04 smithi116 bash[30871]: cluster 2023-12-06T14:54:02.992936+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:04.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:04 smithi116 bash[25098]: cluster 2023-12-06T14:54:02.992936+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:04.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:04 smithi150 bash[25259]: cluster 2023-12-06T14:54:02.992936+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:06.150 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:06 smithi150 bash[25259]: cluster 2023-12-06T14:54:04.993586+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:06.313 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:06 smithi116 bash[25098]: cluster 2023-12-06T14:54:04.993586+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:06.313 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:06 smithi116 bash[30871]: cluster 2023-12-06T14:54:04.993586+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:08.303 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:08 smithi150 bash[25259]: cluster 2023-12-06T14:54:06.994144+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:08.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:08 smithi116 bash[30871]: cluster 2023-12-06T14:54:06.994144+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:08.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:08 smithi116 bash[25098]: cluster 2023-12-06T14:54:06.994144+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:09.716 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 6 on host 'smithi150' 2023-12-06T14:54:10.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: cluster 2023-12-06T14:54:08.994707+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 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.136037+0000 mon.a (mon.0) 651 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.137686+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.714279+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.744323+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.746072+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.747239+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.750052+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.751124+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.752164+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.758701+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25098]: audit 2023-12-06T14:54:09.765379+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: cluster 2023-12-06T14:54:08.994707+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 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.136037+0000 mon.a (mon.0) 651 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.137686+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.714279+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.744323+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.746072+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.747239+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.750052+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.751124+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.752164+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.758701+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[30871]: audit 2023-12-06T14:54:09.765379+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: cluster 2023-12-06T14:54:08.994707+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 2023-12-06T14:54:10.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.136037+0000 mon.a (mon.0) 651 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.137686+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.714279+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.744323+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.746072+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.747239+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.750052+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.751124+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.752164+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.758701+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:10 smithi150 bash[25259]: audit 2023-12-06T14:54:09.765379+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:10.972 DEBUG:teuthology.orchestra.run.smithi150:osd.6> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T14:54:10.974 INFO:tasks.cephadm:Deploying osd.7 on smithi150 with /dev/vg_nvme/lv_1... 2023-12-06T14:54:10.975 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T14:54:11.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:10 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:54:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:11.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: cephadm 2023-12-06T14:54:09.753011+0000 mgr.y (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 5415M 2023-12-06T14:54:11.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.012219+0000 mon.a (mon.0) 661 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T14:54:11.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: cluster 2023-12-06T14:54:10.012412+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T14:54:11.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.013204+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:11.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.016686+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.021784+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.868218+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.877617+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.886812+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.889404+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.891110+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25098]: audit 2023-12-06T14:54:10.903746+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: cephadm 2023-12-06T14:54:09.753011+0000 mgr.y (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 5415M 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.012219+0000 mon.a (mon.0) 661 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: cluster 2023-12-06T14:54:10.012412+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.013204+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.016686+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.021784+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.868218+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.877617+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.886812+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.889404+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.891110+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[30871]: audit 2023-12-06T14:54:10.903746+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: cephadm 2023-12-06T14:54:09.753011+0000 mgr.y (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 5415M 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.012219+0000 mon.a (mon.0) 661 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: cluster 2023-12-06T14:54:10.012412+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.013204+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.016686+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.021784+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.868218+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.877617+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.886812+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:11.176 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.889404+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:11.177 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.891110+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:11.177 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[25259]: audit 2023-12-06T14:54:10.903746+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:11.522 INFO:journalctl@ceph.osd.6.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:54:11.523 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[37854]: debug 2023-12-06T14:54:11.037+0000 7f789da5f700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T14:54:11.523 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 14:54:11 smithi150 bash[37854]: debug 2023-12-06T14:54:11.049+0000 7f78963f2700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:54:11.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:11 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:54:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: cephadm 2023-12-06T14:54:10.869618+0000 mgr.y (mgr.14152) 228 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: cluster 2023-12-06T14:54:10.995300+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.030180+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: cluster 2023-12-06T14:54:11.030488+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.031285+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.040371+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.172086+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.174855+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.177048+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.181204+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.183743+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:11.193729+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: cluster 2023-12-06T14:54:12.002570+0000 mon.a (mon.0) 681 : cluster [INF] osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964] boot 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: cluster 2023-12-06T14:54:12.002692+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25098]: audit 2023-12-06T14:54:12.003472+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: cephadm 2023-12-06T14:54:10.869618+0000 mgr.y (mgr.14152) 228 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: cluster 2023-12-06T14:54:10.995300+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.030180+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:54:12.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: cluster 2023-12-06T14:54:11.030488+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.031285+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.040371+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.172086+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.174855+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.177048+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.181204+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.183743+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:11.193729+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: cluster 2023-12-06T14:54:12.002570+0000 mon.a (mon.0) 681 : cluster [INF] osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964] boot 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: cluster 2023-12-06T14:54:12.002692+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T14:54:12.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[30871]: audit 2023-12-06T14:54:12.003472+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: cephadm 2023-12-06T14:54:10.869618+0000 mgr.y (mgr.14152) 228 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: cluster 2023-12-06T14:54:10.995300+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.030180+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: cluster 2023-12-06T14:54:11.030488+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.031285+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.040371+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.172086+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.174855+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.177048+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.181204+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.183743+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:11.193729+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: cluster 2023-12-06T14:54:12.002570+0000 mon.a (mon.0) 681 : cluster [INF] osd.6 [v2:172.21.15.150:6816/3959379964,v1:172.21.15.150:6817/3959379964] boot 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: cluster 2023-12-06T14:54:12.002692+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T14:54:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:12 smithi150 bash[25259]: audit 2023-12-06T14:54:12.003472+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:54:13.038 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:12 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:54:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:13.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:13 smithi150 bash[25259]: cluster 2023-12-06T14:54:10.173206+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:54:13.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:13 smithi150 bash[25259]: cluster 2023-12-06T14:54:10.173388+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:54:13.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:13 smithi150 bash[25259]: audit 2023-12-06T14:54:12.743502+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:13.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:13 smithi150 bash[25259]: audit 2023-12-06T14:54:12.750388+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:13.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:13 smithi150 bash[25259]: cluster 2023-12-06T14:54:13.014443+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[25098]: cluster 2023-12-06T14:54:10.173206+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[25098]: cluster 2023-12-06T14:54:10.173388+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[25098]: audit 2023-12-06T14:54:12.743502+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[25098]: audit 2023-12-06T14:54:12.750388+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[25098]: cluster 2023-12-06T14:54:13.014443+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[30871]: cluster 2023-12-06T14:54:10.173206+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:54:13.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[30871]: cluster 2023-12-06T14:54:10.173388+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:54:13.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[30871]: audit 2023-12-06T14:54:12.743502+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:13.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[30871]: audit 2023-12-06T14:54:12.750388+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:13.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:13 smithi116 bash[30871]: cluster 2023-12-06T14:54:13.014443+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T14:54:14.323 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:14 smithi150 bash[25259]: cluster 2023-12-06T14:54:12.995916+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:14.323 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:14 smithi150 bash[25259]: cluster 2023-12-06T14:54:14.017642+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T14:54:14.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:14 smithi116 bash[25098]: cluster 2023-12-06T14:54:12.995916+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:14.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:14 smithi116 bash[25098]: cluster 2023-12-06T14:54:14.017642+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T14:54:14.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:14 smithi116 bash[30871]: cluster 2023-12-06T14:54:12.995916+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:14.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:14 smithi116 bash[30871]: cluster 2023-12-06T14:54:14.017642+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T14:54:14.863 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T14:54:14.863 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T14:54:14.863 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-12-06T14:54:14.863 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-12-06T14:54:14.864 INFO:teuthology.orchestra.run.smithi150.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0193675 s, 541 MB/s 2023-12-06T14:54:14.864 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-12-06T14:54:15.689 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi150:vg_nvme/lv_1 2023-12-06T14:54:16.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:16 smithi116 bash[25098]: cluster 2023-12-06T14:54:14.996538+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:16.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:16 smithi116 bash[25098]: cluster 2023-12-06T14:54:15.053322+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T14:54:16.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:16 smithi116 bash[30871]: cluster 2023-12-06T14:54:14.996538+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:16.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:16 smithi116 bash[30871]: cluster 2023-12-06T14:54:15.053322+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T14:54:16.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:16 smithi150 bash[25259]: cluster 2023-12-06T14:54:14.996538+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:16.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:16 smithi150 bash[25259]: cluster 2023-12-06T14:54:15.053322+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T14:54:17.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:17 smithi116 bash[25098]: cluster 2023-12-06T14:54:16.067070+0000 mon.a (mon.0) 689 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T14:54:17.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:17 smithi116 bash[30871]: cluster 2023-12-06T14:54:16.067070+0000 mon.a (mon.0) 689 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T14:54:17.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:17 smithi150 bash[25259]: cluster 2023-12-06T14:54:16.067070+0000 mon.a (mon.0) 689 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T14:54:18.334 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:18 smithi150 bash[25259]: cluster 2023-12-06T14:54:16.997123+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:18.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:18 smithi116 bash[25098]: cluster 2023-12-06T14:54:16.997123+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:18.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:18 smithi116 bash[30871]: cluster 2023-12-06T14:54:16.997123+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:19.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:19 smithi116 bash[25098]: audit 2023-12-06T14:54:18.691045+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:54:19.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:19 smithi116 bash[25098]: audit 2023-12-06T14:54:18.697856+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:54:19.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:19 smithi116 bash[25098]: audit 2023-12-06T14:54:18.699999+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:19 smithi116 bash[30871]: audit 2023-12-06T14:54:18.691045+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:54:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:19 smithi116 bash[30871]: audit 2023-12-06T14:54:18.697856+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:54:19.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:19 smithi116 bash[30871]: audit 2023-12-06T14:54:18.699999+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:19.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:19 smithi150 bash[25259]: audit 2023-12-06T14:54:18.691045+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:54:19.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:19 smithi150 bash[25259]: audit 2023-12-06T14:54:18.697856+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:54:19.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:19 smithi150 bash[25259]: audit 2023-12-06T14:54:18.699999+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:20.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:20 smithi116 bash[25098]: audit 2023-12-06T14:54:18.684092+0000 mgr.y (mgr.14152) 233 : audit [DBG] from='client.24302 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:20.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:20 smithi116 bash[25098]: cluster 2023-12-06T14:54:18.997754+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:54:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:20 smithi116 bash[30871]: audit 2023-12-06T14:54:18.684092+0000 mgr.y (mgr.14152) 233 : audit [DBG] from='client.24302 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:20.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:20 smithi116 bash[30871]: cluster 2023-12-06T14:54:18.997754+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:54:20.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:20 smithi150 bash[25259]: audit 2023-12-06T14:54:18.684092+0000 mgr.y (mgr.14152) 233 : audit [DBG] from='client.24302 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:20.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:20 smithi150 bash[25259]: cluster 2023-12-06T14:54:18.997754+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:54:21.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:21 smithi116 bash[30871]: cluster 2023-12-06T14:54:20.998408+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-06T14:54:21.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:21 smithi116 bash[25098]: cluster 2023-12-06T14:54:20.998408+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-06T14:54:21.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:21 smithi150 bash[25259]: cluster 2023-12-06T14:54:20.998408+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-06T14:54:24.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:24 smithi116 bash[25098]: cluster 2023-12-06T14:54:22.999031+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:54:24.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:24 smithi116 bash[30871]: cluster 2023-12-06T14:54:22.999031+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:54:24.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:24 smithi150 bash[25259]: cluster 2023-12-06T14:54:22.999031+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[25098]: audit 2023-12-06T14:54:24.819611+0000 mon.a (mon.0) 693 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]: dispatch 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[25098]: audit 2023-12-06T14:54:24.821158+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.150:0/1594798963' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]: dispatch 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[25098]: audit 2023-12-06T14:54:24.833654+0000 mon.a (mon.0) 694 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]': finished 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[25098]: cluster 2023-12-06T14:54:24.833764+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[25098]: audit 2023-12-06T14:54:24.834121+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[30871]: audit 2023-12-06T14:54:24.819611+0000 mon.a (mon.0) 693 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]: dispatch 2023-12-06T14:54:25.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[30871]: audit 2023-12-06T14:54:24.821158+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.150:0/1594798963' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]: dispatch 2023-12-06T14:54:25.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[30871]: audit 2023-12-06T14:54:24.833654+0000 mon.a (mon.0) 694 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]': finished 2023-12-06T14:54:25.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[30871]: cluster 2023-12-06T14:54:24.833764+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T14:54:25.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:25 smithi116 bash[30871]: audit 2023-12-06T14:54:24.834121+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:25.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:25 smithi150 bash[25259]: audit 2023-12-06T14:54:24.819611+0000 mon.a (mon.0) 693 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]: dispatch 2023-12-06T14:54:25.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:25 smithi150 bash[25259]: audit 2023-12-06T14:54:24.821158+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.150:0/1594798963' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]: dispatch 2023-12-06T14:54:25.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:25 smithi150 bash[25259]: audit 2023-12-06T14:54:24.833654+0000 mon.a (mon.0) 694 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44fb4c6b-3f02-473e-9ee7-74024ab5cdee"}]': finished 2023-12-06T14:54:25.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:25 smithi150 bash[25259]: cluster 2023-12-06T14:54:24.833764+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T14:54:25.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:25 smithi150 bash[25259]: audit 2023-12-06T14:54:24.834121+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:26.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:26 smithi116 bash[25098]: cluster 2023-12-06T14:54:24.999636+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; 58 KiB/s, 0 objects/s recovering 2023-12-06T14:54:26.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:26 smithi116 bash[25098]: audit 2023-12-06T14:54:25.549398+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.150:0/1189347814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:54:26.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:26 smithi116 bash[30871]: cluster 2023-12-06T14:54:24.999636+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; 58 KiB/s, 0 objects/s recovering 2023-12-06T14:54:26.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:26 smithi116 bash[30871]: audit 2023-12-06T14:54:25.549398+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.150:0/1189347814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:54:26.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:26 smithi150 bash[25259]: cluster 2023-12-06T14:54:24.999636+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; 58 KiB/s, 0 objects/s recovering 2023-12-06T14:54:26.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:26 smithi150 bash[25259]: audit 2023-12-06T14:54:25.549398+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.150:0/1189347814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:54:28.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:28 smithi150 bash[25259]: cluster 2023-12-06T14:54:27.000438+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:54:28.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:28 smithi116 bash[25098]: cluster 2023-12-06T14:54:27.000438+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:54:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:28 smithi116 bash[30871]: cluster 2023-12-06T14:54:27.000438+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:54:30.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:30 smithi150 bash[25259]: cluster 2023-12-06T14:54:29.001164+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 2023-12-06T14:54:30.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:30 smithi116 bash[30871]: cluster 2023-12-06T14:54:29.001164+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 2023-12-06T14:54:30.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:30 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:54:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:30.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:30 smithi116 bash[25098]: cluster 2023-12-06T14:54:29.001164+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 2023-12-06T14:54:31.363 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:31 smithi150 bash[25259]: audit 2023-12-06T14:54:30.103897+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:31.364 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:31 smithi150 bash[25259]: audit 2023-12-06T14:54:30.111810+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:31.364 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:31 smithi150 bash[25259]: cluster 2023-12-06T14:54:31.001897+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:31 smithi116 bash[25098]: audit 2023-12-06T14:54:30.103897+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:31 smithi116 bash[25098]: audit 2023-12-06T14:54:30.111810+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:31.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:31 smithi116 bash[25098]: cluster 2023-12-06T14:54:31.001897+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:31.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:31 smithi116 bash[30871]: audit 2023-12-06T14:54:30.103897+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:31.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:31 smithi116 bash[30871]: audit 2023-12-06T14:54:30.111810+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:31.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:31 smithi116 bash[30871]: cluster 2023-12-06T14:54:31.001897+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:33.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:32 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:54:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:33.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:33 smithi150 bash[25259]: audit 2023-12-06T14:54:32.896028+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:33.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:33 smithi150 bash[25259]: audit 2023-12-06T14:54:32.902655+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:33.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:33 smithi150 bash[25259]: cluster 2023-12-06T14:54:33.002538+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:33.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:33 smithi150 bash[25259]: audit 2023-12-06T14:54:33.025431+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:54:33.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:33 smithi150 bash[25259]: audit 2023-12-06T14:54:33.027939+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:54:34.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[25098]: audit 2023-12-06T14:54:32.896028+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[25098]: audit 2023-12-06T14:54:32.902655+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[25098]: cluster 2023-12-06T14:54:33.002538+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[25098]: audit 2023-12-06T14:54:33.025431+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[25098]: audit 2023-12-06T14:54:33.027939+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[30871]: audit 2023-12-06T14:54:32.896028+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[30871]: audit 2023-12-06T14:54:32.902655+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[30871]: cluster 2023-12-06T14:54:33.002538+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[30871]: audit 2023-12-06T14:54:33.025431+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:54:34.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:33 smithi116 bash[30871]: audit 2023-12-06T14:54:33.027939+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:54:36.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:36 smithi116 bash[25098]: cluster 2023-12-06T14:54:35.003188+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:36 smithi116 bash[30871]: cluster 2023-12-06T14:54:35.003188+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:36 smithi150 bash[25259]: cluster 2023-12-06T14:54:35.003188+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:37.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:37 smithi116 bash[30871]: audit 2023-12-06T14:54:36.478809+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T14:54:37.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:37 smithi116 bash[30871]: audit 2023-12-06T14:54:36.480467+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:37.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:37 smithi116 bash[25098]: audit 2023-12-06T14:54:36.478809+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T14:54:37.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:37 smithi116 bash[25098]: audit 2023-12-06T14:54:36.480467+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:37.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:37 smithi150 bash[25259]: audit 2023-12-06T14:54:36.478809+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T14:54:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:37 smithi150 bash[25259]: audit 2023-12-06T14:54:36.480467+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:38.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:38 smithi116 bash[25098]: cephadm 2023-12-06T14:54:36.482011+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Deploying daemon osd.7 on smithi150 2023-12-06T14:54:38.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:38 smithi116 bash[25098]: cluster 2023-12-06T14:54:37.003771+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 2023-12-06T14:54:38.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:38 smithi116 bash[30871]: cephadm 2023-12-06T14:54:36.482011+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Deploying daemon osd.7 on smithi150 2023-12-06T14:54:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:38 smithi116 bash[30871]: cluster 2023-12-06T14:54:37.003771+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 2023-12-06T14:54:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:38 smithi150 bash[25259]: cephadm 2023-12-06T14:54:36.482011+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Deploying daemon osd.7 on smithi150 2023-12-06T14:54:38.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:38 smithi150 bash[25259]: cluster 2023-12-06T14:54:37.003771+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 2023-12-06T14:54:40.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:40 smithi150 bash[25259]: cluster 2023-12-06T14:54:39.004461+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 2023-12-06T14:54:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:40 smithi116 bash[25098]: cluster 2023-12-06T14:54:39.004461+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 2023-12-06T14:54:40.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:40 smithi116 bash[30871]: cluster 2023-12-06T14:54:39.004461+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 2023-12-06T14:54:42.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[25098]: audit 2023-12-06T14:54:40.822961+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:42.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[25098]: audit 2023-12-06T14:54:40.846908+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:42.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[25098]: audit 2023-12-06T14:54:40.849094+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:42.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[25098]: audit 2023-12-06T14:54:40.850510+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[25098]: audit 2023-12-06T14:54:40.860870+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[25098]: cluster 2023-12-06T14:54:41.005097+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 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[30871]: audit 2023-12-06T14:54:40.822961+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[30871]: audit 2023-12-06T14:54:40.846908+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[30871]: audit 2023-12-06T14:54:40.849094+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[30871]: audit 2023-12-06T14:54:40.850510+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[30871]: audit 2023-12-06T14:54:40.860870+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:42.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:41 smithi116 bash[30871]: cluster 2023-12-06T14:54:41.005097+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 2023-12-06T14:54:42.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:41 smithi150 bash[25259]: audit 2023-12-06T14:54:40.822961+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:42.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:41 smithi150 bash[25259]: audit 2023-12-06T14:54:40.846908+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:42.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:41 smithi150 bash[25259]: audit 2023-12-06T14:54:40.849094+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:42.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:41 smithi150 bash[25259]: audit 2023-12-06T14:54:40.850510+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:42.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:41 smithi150 bash[25259]: audit 2023-12-06T14:54:40.860870+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:42.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:41 smithi150 bash[25259]: cluster 2023-12-06T14:54:41.005097+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 2023-12-06T14:54:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:44 smithi116 bash[25098]: cluster 2023-12-06T14:54:43.005729+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:44 smithi116 bash[30871]: cluster 2023-12-06T14:54:43.005729+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:44.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:44 smithi150 bash[25259]: cluster 2023-12-06T14:54:43.005729+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:46.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:46 smithi116 bash[25098]: cluster 2023-12-06T14:54:45.006352+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:46.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:46 smithi116 bash[30871]: cluster 2023-12-06T14:54:45.006352+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:46.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:46 smithi150 bash[25259]: cluster 2023-12-06T14:54:45.006352+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:48.321 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:48 smithi116 bash[25098]: cluster 2023-12-06T14:54:47.007064+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:48.321 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:48 smithi116 bash[30871]: cluster 2023-12-06T14:54:47.007064+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:48.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:48 smithi150 bash[25259]: cluster 2023-12-06T14:54:47.007064+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:48.908 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 7 on host 'smithi150' 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.165669+0000 mon.a (mon.0) 710 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.167322+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.905863+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.906336+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.909317+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.910979+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.914946+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.916609+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.918128+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.919542+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.926985+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:49 smithi150 bash[25259]: audit 2023-12-06T14:54:48.934390+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.165669+0000 mon.a (mon.0) 710 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:54:49.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.167322+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.905863+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.906336+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.909317+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.910979+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.914946+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.916609+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.918128+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.919542+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.926985+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[30871]: audit 2023-12-06T14:54:48.934390+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.165669+0000 mon.a (mon.0) 710 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.167322+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.905863+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.906336+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.909317+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.910979+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.914946+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.916609+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.918128+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.919542+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.926985+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:49 smithi116 bash[25098]: audit 2023-12-06T14:54:48.934390+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:50.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: cephadm 2023-12-06T14:54:48.920656+0000 mgr.y (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 4061M 2023-12-06T14:54:50.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: cluster 2023-12-06T14:54:49.007851+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:50.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: audit 2023-12-06T14:54:49.031975+0000 mon.a (mon.0) 721 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: cluster 2023-12-06T14:54:49.032053+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: audit 2023-12-06T14:54:49.032293+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: audit 2023-12-06T14:54:49.033679+0000 mon.a (mon.0) 724 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25098]: audit 2023-12-06T14:54:49.035508+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: cephadm 2023-12-06T14:54:48.920656+0000 mgr.y (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 4061M 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: cluster 2023-12-06T14:54:49.007851+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: audit 2023-12-06T14:54:49.031975+0000 mon.a (mon.0) 721 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: cluster 2023-12-06T14:54:49.032053+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: audit 2023-12-06T14:54:49.032293+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: audit 2023-12-06T14:54:49.033679+0000 mon.a (mon.0) 724 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:50.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[30871]: audit 2023-12-06T14:54:49.035508+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:50.426 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: cephadm 2023-12-06T14:54:48.920656+0000 mgr.y (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 4061M 2023-12-06T14:54:50.427 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: cluster 2023-12-06T14:54:49.007851+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:50.427 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: audit 2023-12-06T14:54:49.031975+0000 mon.a (mon.0) 721 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T14:54:50.427 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: cluster 2023-12-06T14:54:49.032053+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T14:54:50.427 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: audit 2023-12-06T14:54:49.032293+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:50.427 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: audit 2023-12-06T14:54:49.033679+0000 mon.a (mon.0) 724 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:50.427 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:50 smithi150 bash[25259]: audit 2023-12-06T14:54:49.035508+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T14:54:50.428 DEBUG:teuthology.orchestra.run.smithi150:osd.7> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T14:54:50.431 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T14:54:50.431 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T14:54:50.528 INFO:journalctl@ceph.osd.7.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:54:50.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:50 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:54:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:51.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.035670+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: cluster 2023-12-06T14:54:50.035883+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.036603+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.043899+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.239261+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.246422+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.257415+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.259186+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.261346+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[25098]: audit 2023-12-06T14:54:50.270498+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.035670+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: cluster 2023-12-06T14:54:50.035883+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.036603+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.043899+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.239261+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.246422+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.257415+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.259186+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.261346+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:51 smithi116 bash[30871]: audit 2023-12-06T14:54:50.270498+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.035670+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-06T14:54:51.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: cluster 2023-12-06T14:54:50.035883+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.036603+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.043899+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.239261+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.246422+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.257415+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.259186+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.261346+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:51 smithi150 bash[25259]: audit 2023-12-06T14:54:50.270498+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:52.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cluster 2023-12-06T14:54:49.128958+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cluster 2023-12-06T14:54:49.129124+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cephadm 2023-12-06T14:54:50.240488+0000 mgr.y (mgr.14152) 252 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cluster 2023-12-06T14:54:51.008447+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cluster 2023-12-06T14:54:51.037236+0000 mon.a (mon.0) 735 : cluster [INF] osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894] boot 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cluster 2023-12-06T14:54:51.037340+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: audit 2023-12-06T14:54:51.037634+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[25098]: cluster 2023-12-06T14:54:52.013381+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cluster 2023-12-06T14:54:49.128958+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cluster 2023-12-06T14:54:49.129124+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cephadm 2023-12-06T14:54:50.240488+0000 mgr.y (mgr.14152) 252 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:54:52.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cluster 2023-12-06T14:54:51.008447+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:52.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cluster 2023-12-06T14:54:51.037236+0000 mon.a (mon.0) 735 : cluster [INF] osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894] boot 2023-12-06T14:54:52.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cluster 2023-12-06T14:54:51.037340+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T14:54:52.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: audit 2023-12-06T14:54:51.037634+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:52.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:52 smithi116 bash[30871]: cluster 2023-12-06T14:54:52.013381+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cluster 2023-12-06T14:54:49.128958+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cluster 2023-12-06T14:54:49.129124+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cephadm 2023-12-06T14:54:50.240488+0000 mgr.y (mgr.14152) 252 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cluster 2023-12-06T14:54:51.008447+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cluster 2023-12-06T14:54:51.037236+0000 mon.a (mon.0) 735 : cluster [INF] osd.7 [v2:172.21.15.150:6824/1742726894,v1:172.21.15.150:6825/1742726894] boot 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cluster 2023-12-06T14:54:51.037340+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: audit 2023-12-06T14:54:51.037634+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:54:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:52 smithi150 bash[25259]: cluster 2023-12-06T14:54:52.013381+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T14:54:53.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:53 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:54:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:53.868 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:54:54.082 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:54:53 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:54:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: cluster 2023-12-06T14:54:53.009062+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: cluster 2023-12-06T14:54:53.021561+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.026226+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.032321+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.785783+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.793345+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.797636+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.799416+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.800538+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.808325+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[30871]: audit 2023-12-06T14:54:53.867403+0000 mon.a (mon.0) 748 : audit [DBG] from='client.? 172.21.15.116:0/3237548861' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: cluster 2023-12-06T14:54:53.009062+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: cluster 2023-12-06T14:54:53.021561+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.026226+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.032321+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.785783+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.793345+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.797636+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.799416+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.800538+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.808325+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:54 smithi116 bash[25098]: audit 2023-12-06T14:54:53.867403+0000 mon.a (mon.0) 748 : audit [DBG] from='client.? 172.21.15.116:0/3237548861' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:54:54.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: cluster 2023-12-06T14:54:53.009062+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: cluster 2023-12-06T14:54:53.021561+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.026226+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.032321+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.785783+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.793345+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.797636+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.799416+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.800538+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.808325+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:54:54.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:54 smithi150 bash[25259]: audit 2023-12-06T14:54:53.867403+0000 mon.a (mon.0) 748 : audit [DBG] from='client.? 172.21.15.116:0/3237548861' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:54:54.627 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":56,"num_osds":8,"num_up_osds":8,"osd_up_since":1701874491,"num_in_osds":8,"osd_in_since":1701874464,"num_remapped_pgs":1} 2023-12-06T14:54:54.627 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T14:54:55.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:55 smithi116 bash[25098]: cluster 2023-12-06T14:54:54.052609+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T14:54:55.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:55 smithi116 bash[30871]: cluster 2023-12-06T14:54:54.052609+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T14:54:55.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:55 smithi150 bash[25259]: cluster 2023-12-06T14:54:54.052609+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T14:54:56.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:56 smithi116 bash[25098]: cluster 2023-12-06T14:54:55.009674+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v238: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:54:56.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:56 smithi116 bash[25098]: cluster 2023-12-06T14:54:55.062777+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T14:54:56.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:56 smithi116 bash[30871]: cluster 2023-12-06T14:54:55.009674+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v238: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:54:56.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:56 smithi116 bash[30871]: cluster 2023-12-06T14:54:55.062777+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T14:54:56.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:56 smithi150 bash[25259]: cluster 2023-12-06T14:54:55.009674+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v238: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:54:56.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:56 smithi150 bash[25259]: cluster 2023-12-06T14:54:55.062777+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T14:54:57.353 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:54:58.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:54:58 smithi116 bash[25098]: cluster 2023-12-06T14:54:57.010418+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-06T14:54:58.292 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:54:58 smithi116 bash[30871]: cluster 2023-12-06T14:54:57.010418+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-06T14:54:58.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:54:58 smithi150 bash[25259]: cluster 2023-12-06T14:54:57.010418+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-06T14:55:00.131 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:55:00.132 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":58,"fsid":"4424379a-9446-11ee-95a2-87774f69a715","created":"2023-12-06T14:47:30.707063+0000","modified":"2023-12-06T14:54:55.048945+0000","last_up_change":"2023-12-06T14:54:51.029806+0000","last_in_change":"2023-12-06T14:54:24.820842+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T14:51:39.518346+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":"cacff2e1-808d-4643-9eb5-1f4d9548a1f3","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.116:6802","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6803","nonce":462292704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6805","nonce":462292704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6809","nonce":462292704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6807","nonce":462292704}]},"public_addr":"172.21.15.116:6803/462292704","cluster_addr":"172.21.15.116:6805/462292704","heartbeat_back_addr":"172.21.15.116:6809/462292704","heartbeat_front_addr":"172.21.15.116:6807/462292704","state":["exists","up"]},{"osd":1,"uuid":"06df44e8-8d2c-4e05-8c00-35ee66bb5192","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.116:6810","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6811","nonce":1884005273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6813","nonce":1884005273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6817","nonce":1884005273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6815","nonce":1884005273}]},"public_addr":"172.21.15.116:6811/1884005273","cluster_addr":"172.21.15.116:6813/1884005273","heartbeat_back_addr":"172.21.15.116:6817/1884005273","heartbeat_front_addr":"172.21.15.116:6815/1884005273","state":["exists","up"]},{"osd":2,"uuid":"7d085e19-8b04-410a-b958-4965e220057d","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.116:6818","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6819","nonce":4096374591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6821","nonce":4096374591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6825","nonce":4096374591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6823","nonce":4096374591}]},"public_addr":"172.21.15.116:6819/4096374591","cluster_addr":"172.21.15.116:6821/4096374591","heartbeat_back_addr":"172.21.15.116:6825/4096374591","heartbeat_front_addr":"172.21.15.116:6823/4096374591","state":["exists","up"]},{"osd":3,"uuid":"f6ea9524-933b-4ad5-95e9-d57ddcda08e8","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.116:6826","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6827","nonce":2093243623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6829","nonce":2093243623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6833","nonce":2093243623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6831","nonce":2093243623}]},"public_addr":"172.21.15.116:6827/2093243623","cluster_addr":"172.21.15.116:6829/2093243623","heartbeat_back_addr":"172.21.15.116:6833/2093243623","heartbeat_front_addr":"172.21.15.116:6831/2093243623","state":["exists","up"]},{"osd":4,"uuid":"41f4029e-b26b-443b-b4be-72dee0898fd7","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.150:6800","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6801","nonce":3875693466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6803","nonce":3875693466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6807","nonce":3875693466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6805","nonce":3875693466}]},"public_addr":"172.21.15.150:6801/3875693466","cluster_addr":"172.21.15.150:6803/3875693466","heartbeat_back_addr":"172.21.15.150:6807/3875693466","heartbeat_front_addr":"172.21.15.150:6805/3875693466","state":["exists","up"]},{"osd":5,"uuid":"3f34edfb-9087-4f64-a6a4-b0204d86717f","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.150:6808","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6809","nonce":2851379578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6811","nonce":2851379578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6815","nonce":2851379578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6813","nonce":2851379578}]},"public_addr":"172.21.15.150:6809/2851379578","cluster_addr":"172.21.15.150:6811/2851379578","heartbeat_back_addr":"172.21.15.150:6815/2851379578","heartbeat_front_addr":"172.21.15.150:6813/2851379578","state":["exists","up"]},{"osd":6,"uuid":"7ae07418-27fb-47a1-ad25-c24d82be509e","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.150:6816","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6817","nonce":3959379964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6819","nonce":3959379964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6823","nonce":3959379964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6821","nonce":3959379964}]},"public_addr":"172.21.15.150:6817/3959379964","cluster_addr":"172.21.15.150:6819/3959379964","heartbeat_back_addr":"172.21.15.150:6823/3959379964","heartbeat_front_addr":"172.21.15.150:6821/3959379964","state":["exists","up"]},{"osd":7,"uuid":"44fb4c6b-3f02-473e-9ee7-74024ab5cdee","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.150:6824","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6825","nonce":1742726894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6827","nonce":1742726894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6831","nonce":1742726894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6829","nonce":1742726894}]},"public_addr":"172.21.15.150:6825/1742726894","cluster_addr":"172.21.15.150:6827/1742726894","heartbeat_back_addr":"172.21.15.150:6831/1742726894","heartbeat_front_addr":"172.21.15.150:6829/1742726894","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:14.832352+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:55.889717+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:37.081075+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:18.357378+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:57.454118+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:53:32.547193+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:54:10.173394+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:54:49.129129+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/988622812":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/3770074276":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/3019604048":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/216201846":"2023-12-07T14:48:01.874779+0000","172.21.15.116:0/927063938":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6801/1994867760":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/957384782":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6800/1142456977":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6800/1994867760":"2023-12-07T14:48:31.906728+0000","172.21.15.116:6801/1142456977":"2023-12-07T14:48:01.874779+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T14:55:00.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:00 smithi116 bash[25098]: cluster 2023-12-06T14:54:59.011115+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:55:00.324 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:00 smithi116 bash[30871]: cluster 2023-12-06T14:54:59.011115+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:55:00.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:00 smithi150 bash[25259]: cluster 2023-12-06T14:54:59.011115+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:55:00.863 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T14:51:39.518346+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-06T14:55:00.864 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T14:55:01.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:01 smithi116 bash[25098]: audit 2023-12-06T14:55:00.128620+0000 mon.a (mon.0) 751 : audit [DBG] from='client.? 172.21.15.116:0/3351979421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:55:01.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:01 smithi116 bash[30871]: audit 2023-12-06T14:55:00.128620+0000 mon.a (mon.0) 751 : audit [DBG] from='client.? 172.21.15.116:0/3351979421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:55:01.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:01 smithi150 bash[25259]: audit 2023-12-06T14:55:00.128620+0000 mon.a (mon.0) 751 : audit [DBG] from='client.? 172.21.15.116:0/3351979421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:55:02.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:02 smithi116 bash[25098]: cluster 2023-12-06T14:55:01.011717+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:55:02.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:02 smithi116 bash[30871]: cluster 2023-12-06T14:55:01.011717+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:55:02.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:02 smithi150 bash[25259]: cluster 2023-12-06T14:55:01.011717+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:55:03.590 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:55:04.377 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:04 smithi116 bash[25098]: cluster 2023-12-06T14:55:03.012398+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-06T14:55:04.377 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:04 smithi116 bash[30871]: cluster 2023-12-06T14:55:03.012398+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-06T14:55:04.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:04 smithi150 bash[25259]: cluster 2023-12-06T14:55:03.012398+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-06T14:55:06.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:06 smithi116 bash[25098]: cluster 2023-12-06T14:55:05.013137+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:55:06.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:06 smithi116 bash[30871]: cluster 2023-12-06T14:55:05.013137+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:55:06.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:06 smithi150 bash[25259]: cluster 2023-12-06T14:55:05.013137+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:55:06.450 INFO:teuthology.orchestra.run.smithi116.stdout:pg_num: 1 2023-12-06T14:55:07.234 INFO:tasks.cephadm:Adding prometheus.a on smithi150 2023-12-06T14:55:07.234 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi150=a' 2023-12-06T14:55:07.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:07 smithi116 bash[30871]: audit 2023-12-06T14:55:06.449307+0000 mon.a (mon.0) 752 : audit [DBG] from='client.? 172.21.15.116:0/2011918643' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T14:55:07.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:07 smithi116 bash[25098]: audit 2023-12-06T14:55:06.449307+0000 mon.a (mon.0) 752 : audit [DBG] from='client.? 172.21.15.116:0/2011918643' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T14:55:07.425 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:07 smithi150 bash[25259]: audit 2023-12-06T14:55:06.449307+0000 mon.a (mon.0) 752 : audit [DBG] from='client.? 172.21.15.116:0/2011918643' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T14:55:08.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:08 smithi116 bash[30871]: cluster 2023-12-06T14:55:07.013892+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T14:55:08.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:08 smithi116 bash[25098]: cluster 2023-12-06T14:55:07.013892+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T14:55:08.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:08 smithi150 bash[25259]: cluster 2023-12-06T14:55:07.013892+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T14:55:10.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:10 smithi116 bash[25098]: cluster 2023-12-06T14:55:09.014611+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:10.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:10 smithi116 bash[30871]: cluster 2023-12-06T14:55:09.014611+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:10.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:10 smithi150 bash[25259]: cluster 2023-12-06T14:55:09.014611+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:11.903 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:11 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:55:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:12 smithi116 bash[25098]: cluster 2023-12-06T14:55:11.015091+0000 mgr.y (mgr.14152) 263 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:12 smithi116 bash[25098]: audit 2023-12-06T14:55:11.489706+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:12.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:12 smithi116 bash[25098]: audit 2023-12-06T14:55:11.496408+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:12.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:12 smithi116 bash[30871]: cluster 2023-12-06T14:55:11.015091+0000 mgr.y (mgr.14152) 263 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:12.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:12 smithi116 bash[30871]: audit 2023-12-06T14:55:11.489706+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:12.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:12 smithi116 bash[30871]: audit 2023-12-06T14:55:11.496408+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:12.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:12 smithi150 bash[25259]: cluster 2023-12-06T14:55:11.015091+0000 mgr.y (mgr.14152) 263 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:12.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:12 smithi150 bash[25259]: audit 2023-12-06T14:55:11.489706+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:12.189 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:12 smithi150 bash[25259]: audit 2023-12-06T14:55:11.496408+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:12.259 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled prometheus update... 2023-12-06T14:55:13.109 DEBUG:teuthology.orchestra.run.smithi150:prometheus.a> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-06T14:55:13.112 INFO:tasks.cephadm:Adding node-exporter.a on smithi116 2023-12-06T14:55:13.112 INFO:tasks.cephadm:Adding node-exporter.b on smithi150 2023-12-06T14:55:13.112 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi116=a;smithi150=b' 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:55:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.246759+0000 mgr.y (mgr.14152) 264 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi150=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: cephadm 2023-12-06T14:55:12.250191+0000 mgr.y (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement smithi150=a;count:1 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.257464+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.274862+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.277685+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.279558+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.291157+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.333 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:12.301653+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: cluster 2023-12-06T14:55:13.015677+0000 mgr.y (mgr.14152) 266 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:13.206377+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[30871]: audit 2023-12-06T14:55:13.213249+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.246759+0000 mgr.y (mgr.14152) 264 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi150=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: cephadm 2023-12-06T14:55:12.250191+0000 mgr.y (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement smithi150=a;count:1 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.257464+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.274862+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.277685+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.279558+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.291157+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:12.301653+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:13.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: cluster 2023-12-06T14:55:13.015677+0000 mgr.y (mgr.14152) 266 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:13.335 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:13.206377+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.335 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25098]: audit 2023-12-06T14:55:13.213249+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.439 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[26257]: ignoring --setuser ceph since I am not root 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[26257]: ignoring --setgroup ceph since I am not root 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[26257]: debug 2023-12-06T14:55:13.344+0000 7f5ae437d700 1 -- 172.21.15.150:0/4195423800 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560132b12340 con 0x56013388ec00 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.246759+0000 mgr.y (mgr.14152) 264 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi150=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: cephadm 2023-12-06T14:55:12.250191+0000 mgr.y (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement smithi150=a;count:1 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.257464+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.274862+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.277685+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.279558+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.291157+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:12.301653+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: cluster 2023-12-06T14:55:13.015677+0000 mgr.y (mgr.14152) 266 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:13.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:13.206377+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[25259]: audit 2023-12-06T14:55:13.213249+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' 2023-12-06T14:55:13.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25373]: ignoring --setuser ceph since I am not root 2023-12-06T14:55:13.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25373]: ignoring --setgroup ceph since I am not root 2023-12-06T14:55:13.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25373]: debug 2023-12-06T14:55:13.360+0000 7fdfa3722700 1 -- 172.21.15.116:0/413700035 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559b87cd6340 con 0x559b88a52800 2023-12-06T14:55:13.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:13 smithi116 bash[25373]: debug 2023-12-06T14:55:13.516+0000 7fdfac17e000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:55:13.939 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:13 smithi150 bash[26257]: debug 2023-12-06T14:55:13.500+0000 7f5aecdd9000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:55:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[25259]: audit 2023-12-06T14:55:13.310723+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:55:14.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[25259]: cluster 2023-12-06T14:55:13.310821+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T14:55:14.440 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[26257]: debug 2023-12-06T14:55:14.168+0000 7f5aecdd9000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:55:14.440 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[26257]: debug 2023-12-06T14:55:14.292+0000 7f5aecdd9000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:55:14.464 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25098]: audit 2023-12-06T14:55:13.310723+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:55:14.465 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25098]: cluster 2023-12-06T14:55:13.310821+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T14:55:14.465 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25373]: debug 2023-12-06T14:55:14.184+0000 7fdfac17e000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:55:14.465 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25373]: debug 2023-12-06T14:55:14.304+0000 7fdfac17e000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:55:14.465 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[30871]: audit 2023-12-06T14:55:13.310723+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.116:0/514918157' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:55:14.465 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[30871]: cluster 2023-12-06T14:55:13.310821+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T14:55:14.524 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:55:14.718 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[26257]: debug 2023-12-06T14:55:14.456+0000 7f5aecdd9000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:55:14.790 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25373]: debug 2023-12-06T14:55:14.460+0000 7fdfac17e000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:55:15.082 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[26257]: debug 2023-12-06T14:55:14.796+0000 7f5aecdd9000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:55:15.083 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:14 smithi150 bash[26257]: debug 2023-12-06T14:55:14.888+0000 7f5aecdd9000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:55:15.084 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25373]: debug 2023-12-06T14:55:14.784+0000 7fdfac17e000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:55:15.084 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:14 smithi116 bash[25373]: debug 2023-12-06T14:55:14.880+0000 7fdfac17e000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:55:15.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:15 smithi116 bash[25373]: debug 2023-12-06T14:55:15.080+0000 7fdfac17e000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:55:15.440 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:15 smithi150 bash[26257]: debug 2023-12-06T14:55:15.096+0000 7f5aecdd9000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:55:16.240 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:15 smithi116 bash[25373]: debug 2023-12-06T14:55:15.924+0000 7fdfac17e000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:55:16.240 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:16 smithi116 bash[25373]: debug 2023-12-06T14:55:16.028+0000 7fdfac17e000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:55:16.261 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:15 smithi150 bash[26257]: debug 2023-12-06T14:55:15.944+0000 7f5aecdd9000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:55:16.261 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:16 smithi150 bash[26257]: debug 2023-12-06T14:55:16.048+0000 7f5aecdd9000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:55:16.586 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:16 smithi116 bash[25373]: debug 2023-12-06T14:55:16.236+0000 7fdfac17e000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:55:16.622 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:16 smithi150 bash[26257]: debug 2023-12-06T14:55:16.256+0000 7f5aecdd9000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:55:16.622 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:16 smithi150 bash[26257]: debug 2023-12-06T14:55:16.616+0000 7f5aecdd9000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:55:16.915 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:16 smithi116 bash[25373]: debug 2023-12-06T14:55:16.584+0000 7fdfac17e000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:55:17.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:16 smithi116 bash[25373]: debug 2023-12-06T14:55:16.912+0000 7fdfac17e000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:55:17.323 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:16 smithi150 bash[26257]: debug 2023-12-06T14:55:16.952+0000 7f5aecdd9000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:55:17.554 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:17 smithi116 bash[25373]: debug 2023-12-06T14:55:17.280+0000 7fdfac17e000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:55:17.591 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:17 smithi150 bash[26257]: debug 2023-12-06T14:55:17.320+0000 7f5aecdd9000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:55:17.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:17 smithi116 bash[25373]: debug 2023-12-06T14:55:17.548+0000 7fdfac17e000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:55:17.939 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:17 smithi150 bash[26257]: debug 2023-12-06T14:55:17.588+0000 7f5aecdd9000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:55:18.493 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:18 smithi116 bash[25373]: debug 2023-12-06T14:55:18.224+0000 7fdfac17e000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:55:18.494 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:18 smithi116 bash[25373]: debug 2023-12-06T14:55:18.332+0000 7fdfac17e000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:55:18.529 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:18 smithi150 bash[26257]: debug 2023-12-06T14:55:18.268+0000 7f5aecdd9000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:55:18.529 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:18 smithi150 bash[26257]: debug 2023-12-06T14:55:18.372+0000 7f5aecdd9000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:55:18.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:18 smithi116 bash[25373]: debug 2023-12-06T14:55:18.488+0000 7fdfac17e000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:55:18.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:18 smithi116 bash[25373]: debug 2023-12-06T14:55:18.600+0000 7fdfac17e000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:55:18.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:18 smithi116 bash[25373]: debug 2023-12-06T14:55:18.736+0000 7fdfac17e000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:55:18.939 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:18 smithi150 bash[26257]: debug 2023-12-06T14:55:18.524+0000 7f5aecdd9000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:55:18.939 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:18 smithi150 bash[26257]: debug 2023-12-06T14:55:18.632+0000 7f5aecdd9000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:55:18.939 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:18 smithi150 bash[26257]: debug 2023-12-06T14:55:18.768+0000 7f5aecdd9000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:55:19.328 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:19 smithi116 bash[25373]: debug 2023-12-06T14:55:19.024+0000 7fdfac17e000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:55:19.328 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:19 smithi116 bash[25373]: debug 2023-12-06T14:55:19.144+0000 7fdfac17e000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:55:19.362 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:19 smithi150 bash[26257]: debug 2023-12-06T14:55:19.060+0000 7f5aecdd9000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:55:19.362 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:19 smithi150 bash[26257]: debug 2023-12-06T14:55:19.176+0000 7f5aecdd9000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:55:19.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:19 smithi116 bash[25373]: debug 2023-12-06T14:55:19.324+0000 7fdfac17e000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:55:19.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:19 smithi116 bash[25373]: debug 2023-12-06T14:55:19.440+0000 7fdfac17e000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:55:19.689 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:19 smithi150 bash[26257]: debug 2023-12-06T14:55:19.360+0000 7f5aecdd9000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:55:19.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:19 smithi150 bash[26257]: debug 2023-12-06T14:55:19.476+0000 7f5aecdd9000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:55:20.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25373]: debug 2023-12-06T14:55:20.280+0000 7fdfac17e000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:55:20.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25373]: [06/Dec/2023:14:55:20] ENGINE Bus STARTING 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.308108+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.309144+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon y 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.316995+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.348248+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.348430+0000 mon.a (mon.0) 769 : cluster [DBG] Standby manager daemon x started 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: audit 2023-12-06T14:55:20.354305+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25098]: audit 2023-12-06T14:55:20.356654+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.308108+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.309144+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon y 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.316995+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T14:55:20.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.348248+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T14:55:20.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.348430+0000 mon.a (mon.0) 769 : cluster [DBG] Standby manager daemon x started 2023-12-06T14:55:20.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: audit 2023-12-06T14:55:20.354305+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T14:55:20.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[30871]: audit 2023-12-06T14:55:20.356654+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:55:20.689 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[26257]: debug 2023-12-06T14:55:20.320+0000 7f5aecdd9000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[26257]: [06/Dec/2023:14:55:20] ENGINE Bus STARTING 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[26257]: CherryPy Checker: 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[26257]: The Application mounted at '' has an empty config. 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[26257]: [06/Dec/2023:14:55:20] ENGINE Serving on http://:::9283 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[26257]: [06/Dec/2023:14:55:20] ENGINE Bus STARTED 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.308108+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.309144+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon y 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.316995+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.348248+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T14:55:20.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.348430+0000 mon.a (mon.0) 769 : cluster [DBG] Standby manager daemon x started 2023-12-06T14:55:20.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: audit 2023-12-06T14:55:20.354305+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T14:55:20.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:20 smithi150 bash[25259]: audit 2023-12-06T14:55:20.356654+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:55:21.057 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25373]: CherryPy Checker: 2023-12-06T14:55:21.057 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25373]: The Application mounted at '' has an empty config. 2023-12-06T14:55:21.057 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25373]: [06/Dec/2023:14:55:20] ENGINE Serving on http://:::9283 2023-12-06T14:55:21.057 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:20 smithi116 bash[25373]: [06/Dec/2023:14:55:20] ENGINE Bus STARTED 2023-12-06T14:55:21.378 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25373]: [06/Dec/2023:14:55:21] ENGINE Bus STARTING 2023-12-06T14:55:21.378 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25373]: [06/Dec/2023:14:55:21] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:55:21.378 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25373]: [06/Dec/2023:14:55:21] ENGINE Bus STARTED 2023-12-06T14:55:21.419 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled node-exporter update... 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.363862+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.364834+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.372193+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0631681s), standbys: x 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.381011+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.381344+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.381633+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.382926+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.383152+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.383550+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.383871+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.384131+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:55:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.384412+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.384704+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.385098+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.385460+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.385760+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.386031+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.386268+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.363862+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.364834+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.372193+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0631681s), standbys: x 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.381011+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:55:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.381344+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.381633+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.382926+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.383152+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.383550+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.383871+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.384131+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.384412+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.384704+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.385098+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.385460+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.385760+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.386031+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:55:21.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.386268+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.386739+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cluster 2023-12-06T14:55:20.397159+0000 mon.a (mon.0) 771 : cluster [INF] Manager daemon y is now available 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.425928+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.432299+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.436314+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.438969+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.441219+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.446521+0000 mon.c (mon.1) 32 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.447075+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.447449+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.448097+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.454391+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]': finished 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.459890+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]': finished 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:20.462460+0000 mgr.y (mgr.24352) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:20.462842+0000 mgr.y (mgr.24352) 2 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.464942+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.481644+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.482149+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.735479+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.386739+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cluster 2023-12-06T14:55:20.397159+0000 mon.a (mon.0) 771 : cluster [INF] Manager daemon y is now available 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.425928+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.432299+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.436314+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.438969+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.441219+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.446521+0000 mon.c (mon.1) 32 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.447075+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.447449+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.448097+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.454391+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]': finished 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.459890+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]': finished 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:20.462460+0000 mgr.y (mgr.24352) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:20.462842+0000 mgr.y (mgr.24352) 2 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.464942+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.481644+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:21.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.482149+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.735479+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:20.736313+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.070012+0000 mgr.y (mgr.24352) 3 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Bus STARTING 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.173024+0000 mgr.y (mgr.24352) 4 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.178540+0000 mgr.y (mgr.24352) 5 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.200615+0000 mgr.y (mgr.24352) 6 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.201411+0000 mgr.y (mgr.24352) 7 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Bus STARTED 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:21.212015+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:21.287133+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:21.309619+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:21.317703+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:21.328581+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[25098]: audit 2023-12-06T14:55:21.329107+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:20.736313+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.070012+0000 mgr.y (mgr.24352) 3 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Bus STARTING 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.173024+0000 mgr.y (mgr.24352) 4 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.178540+0000 mgr.y (mgr.24352) 5 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.200615+0000 mgr.y (mgr.24352) 6 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.201411+0000 mgr.y (mgr.24352) 7 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Bus STARTED 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:21.212015+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:21.287133+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:21.309619+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:21.317703+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:21.328581+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:21.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:21 smithi116 bash[30871]: audit 2023-12-06T14:55:21.329107+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.363862+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.364834+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.150:0/2311651853' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.372193+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0631681s), standbys: x 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.381011+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.381344+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.381633+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.382926+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.383152+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.383550+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.383871+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.384131+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:55:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.384412+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.384704+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.385098+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.385460+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.385760+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.386031+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.386268+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.386739+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:55:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cluster 2023-12-06T14:55:20.397159+0000 mon.a (mon.0) 771 : cluster [INF] Manager daemon y is now available 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.425928+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.432299+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.436314+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.438969+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.441219+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.446521+0000 mon.c (mon.1) 32 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.447075+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.447449+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.448097+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.454391+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]': finished 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.459890+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]': finished 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:20.462460+0000 mgr.y (mgr.24352) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:20.462842+0000 mgr.y (mgr.24352) 2 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.464942+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.481644+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.482149+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.735479+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:20.736313+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.070012+0000 mgr.y (mgr.24352) 3 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Bus STARTING 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.173024+0000 mgr.y (mgr.24352) 4 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.178540+0000 mgr.y (mgr.24352) 5 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.200615+0000 mgr.y (mgr.24352) 6 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.201411+0000 mgr.y (mgr.24352) 7 : cephadm [INF] [06/Dec/2023:14:55:21] ENGINE Bus STARTED 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:21.212015+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:21.287133+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:21.309619+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:21.317703+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:21.328581+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:21 smithi150 bash[25259]: audit 2023-12-06T14:55:21.329107+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:55:22.450 DEBUG:teuthology.orchestra.run.smithi116:node-exporter.a> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-06T14:55:22.453 DEBUG:teuthology.orchestra.run.smithi150:node-exporter.b> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-06T14:55:22.458 INFO:tasks.cephadm:Adding alertmanager.a on smithi116 2023-12-06T14:55:22.458 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi116=a' 2023-12-06T14:55:22.509 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: audit 2023-12-06T14:55:21.396442+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: cluster 2023-12-06T14:55:21.396531+0000 mon.a (mon.0) 786 : cluster [DBG] mgrmap e18: y(active, since 1.08751s), standbys: x 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: audit 2023-12-06T14:55:21.405732+0000 mgr.y (mgr.24352) 8 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi116=a;smithi150=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: cluster 2023-12-06T14:55:21.408980+0000 mgr.y (mgr.24352) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.412485+0000 mgr.y (mgr.24352) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi116=a;smithi150=b;count:2 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: audit 2023-12-06T14:55:21.416932+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[25098]: cephadm 2023-12-06T14:55:21.419131+0000 mgr.y (mgr.24352) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi150 2023-12-06T14:55:22.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: audit 2023-12-06T14:55:21.396442+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:55:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: cluster 2023-12-06T14:55:21.396531+0000 mon.a (mon.0) 786 : cluster [DBG] mgrmap e18: y(active, since 1.08751s), standbys: x 2023-12-06T14:55:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: audit 2023-12-06T14:55:21.405732+0000 mgr.y (mgr.24352) 8 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi116=a;smithi150=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: cluster 2023-12-06T14:55:21.408980+0000 mgr.y (mgr.24352) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.412485+0000 mgr.y (mgr.24352) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi116=a;smithi150=b;count:2 2023-12-06T14:55:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: audit 2023-12-06T14:55:21.416932+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:22 smithi116 bash[30871]: cephadm 2023-12-06T14:55:21.419131+0000 mgr.y (mgr.24352) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi150 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: audit 2023-12-06T14:55:21.396442+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: cluster 2023-12-06T14:55:21.396531+0000 mon.a (mon.0) 786 : cluster [DBG] mgrmap e18: y(active, since 1.08751s), standbys: x 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: audit 2023-12-06T14:55:21.405732+0000 mgr.y (mgr.24352) 8 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi116=a;smithi150=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: cluster 2023-12-06T14:55:21.408980+0000 mgr.y (mgr.24352) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.412485+0000 mgr.y (mgr.24352) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi116=a;smithi150=b;count:2 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: audit 2023-12-06T14:55:21.416932+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:22 smithi150 bash[25259]: cephadm 2023-12-06T14:55:21.419131+0000 mgr.y (mgr.24352) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi150 2023-12-06T14:55:23.535 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:55:24.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:24 smithi116 bash[30871]: cluster 2023-12-06T14:55:22.385089+0000 mgr.y (mgr.24352) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:24.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:24 smithi116 bash[30871]: cluster 2023-12-06T14:55:23.033064+0000 mon.a (mon.0) 788 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T14:55:24.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:24 smithi116 bash[25098]: cluster 2023-12-06T14:55:22.385089+0000 mgr.y (mgr.24352) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:24.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:24 smithi116 bash[25098]: cluster 2023-12-06T14:55:23.033064+0000 mon.a (mon.0) 788 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T14:55:24.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:24 smithi150 bash[25259]: cluster 2023-12-06T14:55:22.385089+0000 mgr.y (mgr.24352) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:24.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:24 smithi150 bash[25259]: cluster 2023-12-06T14:55:23.033064+0000 mon.a (mon.0) 788 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T14:55:26.391 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:26 smithi150 bash[25259]: cluster 2023-12-06T14:55:24.385663+0000 mgr.y (mgr.24352) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:26.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:26 smithi116 bash[25098]: cluster 2023-12-06T14:55:24.385663+0000 mgr.y (mgr.24352) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:26.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:26 smithi116 bash[30871]: cluster 2023-12-06T14:55:24.385663+0000 mgr.y (mgr.24352) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:28.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:28 smithi116 bash[25098]: cluster 2023-12-06T14:55:26.386302+0000 mgr.y (mgr.24352) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:28.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:28 smithi116 bash[30871]: cluster 2023-12-06T14:55:26.386302+0000 mgr.y (mgr.24352) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:28.473 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:28 smithi150 bash[25259]: cluster 2023-12-06T14:55:26.386302+0000 mgr.y (mgr.24352) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:29.661 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled alertmanager update... 2023-12-06T14:55:30.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:30 smithi116 bash[25098]: cluster 2023-12-06T14:55:28.387004+0000 mgr.y (mgr.24352) 15 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:30.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:30 smithi116 bash[25098]: audit 2023-12-06T14:55:29.659215+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:30.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:30 smithi116 bash[30871]: cluster 2023-12-06T14:55:28.387004+0000 mgr.y (mgr.24352) 15 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:30.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:30 smithi116 bash[30871]: audit 2023-12-06T14:55:29.659215+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:30.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:30 smithi150 bash[25259]: cluster 2023-12-06T14:55:28.387004+0000 mgr.y (mgr.24352) 15 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:30.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:30 smithi150 bash[25259]: audit 2023-12-06T14:55:29.659215+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:30.814 DEBUG:teuthology.orchestra.run.smithi116:alertmanager.a> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-06T14:55:30.816 INFO:tasks.cephadm:Adding grafana.a on smithi150 2023-12-06T14:55:30.816 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi150=a' 2023-12-06T14:55:31.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:31 smithi116 bash[25098]: audit 2023-12-06T14:55:29.651653+0000 mgr.y (mgr.24352) 16 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi116=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:31.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:31 smithi116 bash[25098]: cephadm 2023-12-06T14:55:29.653614+0000 mgr.y (mgr.24352) 17 : cephadm [INF] Saving service alertmanager spec with placement smithi116=a;count:1 2023-12-06T14:55:31.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:31 smithi116 bash[30871]: audit 2023-12-06T14:55:29.651653+0000 mgr.y (mgr.24352) 16 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi116=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:31.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:31 smithi116 bash[30871]: cephadm 2023-12-06T14:55:29.653614+0000 mgr.y (mgr.24352) 17 : cephadm [INF] Saving service alertmanager spec with placement smithi116=a;count:1 2023-12-06T14:55:31.220 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:31 smithi150 bash[25259]: audit 2023-12-06T14:55:29.651653+0000 mgr.y (mgr.24352) 16 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi116=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:31.220 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:31 smithi150 bash[25259]: cephadm 2023-12-06T14:55:29.653614+0000 mgr.y (mgr.24352) 17 : cephadm [INF] Saving service alertmanager spec with placement smithi116=a;count:1 2023-12-06T14:55:31.458 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:55:31.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:31 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:55:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:32.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:32 smithi116 bash[30871]: cluster 2023-12-06T14:55:30.387586+0000 mgr.y (mgr.24352) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:32.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:32 smithi116 bash[30871]: audit 2023-12-06T14:55:31.617883+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:32.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:32 smithi116 bash[30871]: audit 2023-12-06T14:55:31.628337+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:32.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:32 smithi116 bash[25098]: cluster 2023-12-06T14:55:30.387586+0000 mgr.y (mgr.24352) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:32.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:32 smithi116 bash[25098]: audit 2023-12-06T14:55:31.617883+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:32.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:32 smithi116 bash[25098]: audit 2023-12-06T14:55:31.628337+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:32.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:32 smithi150 bash[25259]: cluster 2023-12-06T14:55:30.387586+0000 mgr.y (mgr.24352) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:32.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:32 smithi150 bash[25259]: audit 2023-12-06T14:55:31.617883+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:32.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:32 smithi150 bash[25259]: audit 2023-12-06T14:55:31.628337+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:33.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:33 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:55:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:34.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:34 smithi116 bash[25098]: cluster 2023-12-06T14:55:32.388266+0000 mgr.y (mgr.24352) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:34.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:34 smithi116 bash[25098]: audit 2023-12-06T14:55:33.334051+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:34.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:34 smithi116 bash[25098]: audit 2023-12-06T14:55:33.342437+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:34 smithi116 bash[30871]: cluster 2023-12-06T14:55:32.388266+0000 mgr.y (mgr.24352) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:34 smithi116 bash[30871]: audit 2023-12-06T14:55:33.334051+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:34 smithi116 bash[30871]: audit 2023-12-06T14:55:33.342437+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:34.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:34 smithi150 bash[25259]: cluster 2023-12-06T14:55:32.388266+0000 mgr.y (mgr.24352) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:34.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:34 smithi150 bash[25259]: audit 2023-12-06T14:55:33.334051+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:34.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:34 smithi150 bash[25259]: audit 2023-12-06T14:55:33.342437+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:36.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:36 smithi150 bash[25259]: cluster 2023-12-06T14:55:34.389022+0000 mgr.y (mgr.24352) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:36.552 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled grafana update... 2023-12-06T14:55:36.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:36 smithi116 bash[25098]: cluster 2023-12-06T14:55:34.389022+0000 mgr.y (mgr.24352) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:36.667 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:36 smithi116 bash[30871]: cluster 2023-12-06T14:55:34.389022+0000 mgr.y (mgr.24352) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:37.756 DEBUG:teuthology.orchestra.run.smithi150:grafana.a> sudo journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@grafana.a.service 2023-12-06T14:55:37.759 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T14:55:37.759 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T14:55:37.900 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:37 smithi150 bash[25259]: cluster 2023-12-06T14:55:36.389753+0000 mgr.y (mgr.24352) 21 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:37.900 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:37 smithi150 bash[25259]: audit 2023-12-06T14:55:36.538278+0000 mgr.y (mgr.24352) 22 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi150=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:37.900 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:37 smithi150 bash[25259]: cephadm 2023-12-06T14:55:36.541601+0000 mgr.y (mgr.24352) 23 : cephadm [INF] Saving service grafana spec with placement smithi150=a;count:1 2023-12-06T14:55:37.900 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:37 smithi150 bash[25259]: audit 2023-12-06T14:55:36.549366+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:37.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[25098]: cluster 2023-12-06T14:55:36.389753+0000 mgr.y (mgr.24352) 21 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:37.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[25098]: audit 2023-12-06T14:55:36.538278+0000 mgr.y (mgr.24352) 22 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi150=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:37.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[25098]: cephadm 2023-12-06T14:55:36.541601+0000 mgr.y (mgr.24352) 23 : cephadm [INF] Saving service grafana spec with placement smithi150=a;count:1 2023-12-06T14:55:37.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[25098]: audit 2023-12-06T14:55:36.549366+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:37.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[30871]: cluster 2023-12-06T14:55:36.389753+0000 mgr.y (mgr.24352) 21 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:37.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[30871]: audit 2023-12-06T14:55:36.538278+0000 mgr.y (mgr.24352) 22 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi150=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:37.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[30871]: cephadm 2023-12-06T14:55:36.541601+0000 mgr.y (mgr.24352) 23 : cephadm [INF] Saving service grafana spec with placement smithi150=a;count:1 2023-12-06T14:55:37.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:37 smithi116 bash[30871]: audit 2023-12-06T14:55:36.549366+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:37.965 INFO:journalctl@ceph.grafana.a.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: cluster 2023-12-06T14:55:38.390524+0000 mgr.y (mgr.24352) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.415030+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.418774+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.420470+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.421849+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.430207+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.438485+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:55:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.440752+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.449378+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.454399+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.456019+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.457317+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.467755+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.471938+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.473735+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.474991+0000 mon.c (mon.1) 47 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:39 smithi150 bash[25259]: audit 2023-12-06T14:55:39.482326+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: cluster 2023-12-06T14:55:38.390524+0000 mgr.y (mgr.24352) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:39.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.415030+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.418774+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.420470+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.421849+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.430207+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.438485+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.440752+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.449378+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.454399+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.456019+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.457317+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.467755+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.471938+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.473735+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.474991+0000 mon.c (mon.1) 47 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[30871]: audit 2023-12-06T14:55:39.482326+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: cluster 2023-12-06T14:55:38.390524+0000 mgr.y (mgr.24352) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.415030+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.418774+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.420470+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.421849+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.430207+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.438485+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.440752+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.449378+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.454399+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.456019+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.457317+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.467755+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.471938+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.473735+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.474991+0000 mon.c (mon.1) 47 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:39 smithi116 bash[25098]: audit 2023-12-06T14:55:39.482326+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:40.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[25098]: cephadm 2023-12-06T14:55:39.431604+0000 mgr.y (mgr.24352) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[25098]: audit 2023-12-06T14:55:39.439223+0000 mgr.y (mgr.24352) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:55:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[25098]: audit 2023-12-06T14:55:39.441337+0000 mgr.y (mgr.24352) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-12-06T14:55:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[25098]: cephadm 2023-12-06T14:55:39.468557+0000 mgr.y (mgr.24352) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[25098]: cephadm 2023-12-06T14:55:39.483543+0000 mgr.y (mgr.24352) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[25098]: audit 2023-12-06T14:55:40.469319+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[30871]: cephadm 2023-12-06T14:55:39.431604+0000 mgr.y (mgr.24352) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[30871]: audit 2023-12-06T14:55:39.439223+0000 mgr.y (mgr.24352) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:55:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[30871]: audit 2023-12-06T14:55:39.441337+0000 mgr.y (mgr.24352) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-12-06T14:55:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[30871]: cephadm 2023-12-06T14:55:39.468557+0000 mgr.y (mgr.24352) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[30871]: cephadm 2023-12-06T14:55:39.483543+0000 mgr.y (mgr.24352) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:40 smithi116 bash[30871]: audit 2023-12-06T14:55:40.469319+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:40.825 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[25259]: cephadm 2023-12-06T14:55:39.431604+0000 mgr.y (mgr.24352) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.826 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[25259]: audit 2023-12-06T14:55:39.439223+0000 mgr.y (mgr.24352) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:55:40.826 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[25259]: audit 2023-12-06T14:55:39.441337+0000 mgr.y (mgr.24352) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-12-06T14:55:40.826 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[25259]: cephadm 2023-12-06T14:55:39.468557+0000 mgr.y (mgr.24352) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.826 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[25259]: cephadm 2023-12-06T14:55:39.483543+0000 mgr.y (mgr.24352) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:55:40.826 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[25259]: audit 2023-12-06T14:55:40.469319+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:40.857 INFO:teuthology.orchestra.run.smithi116.stdout:[client.0] 2023-12-06T14:55:40.858 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQBsi3BlrYigMhAAXiM1+taFn4b4QwMQbExRPQ== 2023-12-06T14:55:41.190 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:55:40 smithi150 bash[44141]: ts=2023-12-06T14:55:40.934Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T14:55:41.664 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T14:55:41.664 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T14:55:41.664 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T14:55:41.689 DEBUG:teuthology.orchestra.run.smithi150:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T14:55:41.885 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:41 smithi150 bash[25259]: cluster 2023-12-06T14:55:40.391175+0000 mgr.y (mgr.24352) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:41.885 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:41 smithi150 bash[25259]: audit 2023-12-06T14:55:40.849009+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.116:0/2235569389' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:41.885 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:41 smithi150 bash[25259]: audit 2023-12-06T14:55:40.856147+0000 mon.a (mon.0) 802 : audit [INF] from='client.? 172.21.15.116:0/2235569389' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:55:41.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:41 smithi116 bash[25098]: cluster 2023-12-06T14:55:40.391175+0000 mgr.y (mgr.24352) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:41.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:41 smithi116 bash[25098]: audit 2023-12-06T14:55:40.849009+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.116:0/2235569389' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:41.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:41 smithi116 bash[25098]: audit 2023-12-06T14:55:40.856147+0000 mon.a (mon.0) 802 : audit [INF] from='client.? 172.21.15.116:0/2235569389' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:55:41.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:41 smithi116 bash[30871]: cluster 2023-12-06T14:55:40.391175+0000 mgr.y (mgr.24352) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:41.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:41 smithi116 bash[30871]: audit 2023-12-06T14:55:40.849009+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.116:0/2235569389' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:41.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:41 smithi116 bash[30871]: audit 2023-12-06T14:55:40.856147+0000 mon.a (mon.0) 802 : audit [INF] from='client.? 172.21.15.116:0/2235569389' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:55:44.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:44 smithi116 bash[25098]: cluster 2023-12-06T14:55:42.391868+0000 mgr.y (mgr.24352) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:44.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:44 smithi116 bash[30871]: cluster 2023-12-06T14:55:42.391868+0000 mgr.y (mgr.24352) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:44.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:44 smithi150 bash[25259]: cluster 2023-12-06T14:55:42.391868+0000 mgr.y (mgr.24352) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:46.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:46 smithi116 bash[25098]: cluster 2023-12-06T14:55:44.392443+0000 mgr.y (mgr.24352) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:46.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:46 smithi116 bash[30871]: cluster 2023-12-06T14:55:44.392443+0000 mgr.y (mgr.24352) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:46.473 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:46 smithi150 bash[25259]: cluster 2023-12-06T14:55:44.392443+0000 mgr.y (mgr.24352) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:47.276 INFO:teuthology.orchestra.run.smithi150.stdout:[client.1] 2023-12-06T14:55:47.276 INFO:teuthology.orchestra.run.smithi150.stdout: key = AQBzi3BlfqvYDxAA9rg/glNH/0m5eBTZLCx/4A== 2023-12-06T14:55:47.633 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:47 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:55:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:48.090 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-06T14:55:48.090 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T14:55:48.090 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T14:55:48.108 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T14:55:48.108 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T14:55:48.108 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: cluster 2023-12-06T14:55:46.393065+0000 mgr.y (mgr.24352) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.265502+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.267162+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.150:0/2287015047' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.272341+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.334850+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.344605+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.370729+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.373366+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.375039+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[25098]: audit 2023-12-06T14:55:47.386320+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.419 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:48 smithi116 systemd[1]: Started Ceph node-exporter.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:55:48.419 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[49786]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: cluster 2023-12-06T14:55:46.393065+0000 mgr.y (mgr.24352) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.265502+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.267162+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.150:0/2287015047' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.272341+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.334850+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.344605+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.370729+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:48.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.373366+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:48.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.375039+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:48.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[30871]: audit 2023-12-06T14:55:47.386320+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: cluster 2023-12-06T14:55:46.393065+0000 mgr.y (mgr.24352) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.265502+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.267162+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.150:0/2287015047' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.272341+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.334850+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.344605+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.370729+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:48.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.373366+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:48.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.375039+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:48.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:48 smithi150 bash[25259]: audit 2023-12-06T14:55:47.386320+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:49.154 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[49786]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T14:55:49.154 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[49786]: aa2a8d90b84c: Pulling fs layer 2023-12-06T14:55:49.154 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[49786]: b45d31ee2d7f: Pulling fs layer 2023-12-06T14:55:49.154 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:48 smithi116 bash[49786]: b5db1e299295: Pulling fs layer 2023-12-06T14:55:49.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:55:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:49.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[25098]: cephadm 2023-12-06T14:55:47.391802+0000 mgr.y (mgr.24352) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi116 2023-12-06T14:55:49.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[25098]: audit 2023-12-06T14:55:48.144799+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:49.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[25098]: cephadm 2023-12-06T14:55:48.147444+0000 mgr.y (mgr.24352) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi150 2023-12-06T14:55:49.418 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[49786]: aa2a8d90b84c: Verifying Checksum 2023-12-06T14:55:49.418 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[49786]: aa2a8d90b84c: Download complete 2023-12-06T14:55:49.418 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[49786]: b5db1e299295: Download complete 2023-12-06T14:55:49.418 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[49786]: b45d31ee2d7f: Verifying Checksum 2023-12-06T14:55:49.418 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[49786]: b45d31ee2d7f: Download complete 2023-12-06T14:55:49.418 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[49786]: aa2a8d90b84c: Pull complete 2023-12-06T14:55:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[30871]: cephadm 2023-12-06T14:55:47.391802+0000 mgr.y (mgr.24352) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi116 2023-12-06T14:55:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[30871]: audit 2023-12-06T14:55:48.144799+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:49 smithi116 bash[30871]: cephadm 2023-12-06T14:55:48.147444+0000 mgr.y (mgr.24352) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi150 2023-12-06T14:55:49.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:49 smithi150 bash[25259]: cephadm 2023-12-06T14:55:47.391802+0000 mgr.y (mgr.24352) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi116 2023-12-06T14:55:49.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:49 smithi150 bash[25259]: audit 2023-12-06T14:55:48.144799+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:49.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:49 smithi150 bash[25259]: cephadm 2023-12-06T14:55:48.147444+0000 mgr.y (mgr.24352) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi150 2023-12-06T14:55:49.812 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:49 smithi150 systemd[1]: Started Ceph node-exporter.b for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:55:50.161 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:49 smithi150 bash[45111]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T14:55:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[25098]: cluster 2023-12-06T14:55:48.393733+0000 mgr.y (mgr.24352) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[25098]: audit 2023-12-06T14:55:49.380947+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[25098]: audit 2023-12-06T14:55:49.392512+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[25098]: audit 2023-12-06T14:55:49.856496+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[30871]: cluster 2023-12-06T14:55:48.393733+0000 mgr.y (mgr.24352) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:50.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[30871]: audit 2023-12-06T14:55:49.380947+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[30871]: audit 2023-12-06T14:55:49.392512+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[30871]: audit 2023-12-06T14:55:49.856496+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:50 smithi150 bash[25259]: cluster 2023-12-06T14:55:48.393733+0000 mgr.y (mgr.24352) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:50.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:50 smithi150 bash[25259]: audit 2023-12-06T14:55:49.380947+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:50 smithi150 bash[25259]: audit 2023-12-06T14:55:49.392512+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:50 smithi150 bash[25259]: audit 2023-12-06T14:55:49.856496+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:50.825 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:55:50.830 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:50 smithi150 bash[45111]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T14:55:51.100 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: aa2a8d90b84c: Pulling fs layer 2023-12-06T14:55:51.100 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: b45d31ee2d7f: Pulling fs layer 2023-12-06T14:55:51.100 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: b5db1e299295: Pulling fs layer 2023-12-06T14:55:51.166 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:50 smithi116 bash[49786]: b45d31ee2d7f: Pull complete 2023-12-06T14:55:51.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:51 smithi116 bash[25098]: cephadm 2023-12-06T14:55:49.875116+0000 mgr.y (mgr.24352) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi116 2023-12-06T14:55:51.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:51 smithi116 bash[25098]: audit 2023-12-06T14:55:50.477847+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:51.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:51 smithi116 bash[30871]: cephadm 2023-12-06T14:55:49.875116+0000 mgr.y (mgr.24352) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi116 2023-12-06T14:55:51.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:51 smithi116 bash[30871]: audit 2023-12-06T14:55:50.477847+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[25259]: cephadm 2023-12-06T14:55:49.875116+0000 mgr.y (mgr.24352) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi116 2023-12-06T14:55:51.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[25259]: audit 2023-12-06T14:55:50.477847+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:51.440 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: b45d31ee2d7f: Verifying Checksum 2023-12-06T14:55:51.440 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: b45d31ee2d7f: Download complete 2023-12-06T14:55:51.440 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: aa2a8d90b84c: Download complete 2023-12-06T14:55:51.440 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: b5db1e299295: Verifying Checksum 2023-12-06T14:55:51.440 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: b5db1e299295: Download complete 2023-12-06T14:55:52.167 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:51 smithi116 bash[49786]: b5db1e299295: Pull complete 2023-12-06T14:55:52.168 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:51 smithi150 bash[45111]: aa2a8d90b84c: Pull complete 2023-12-06T14:55:52.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:52 smithi150 bash[25259]: cluster 2023-12-06T14:55:50.394195+0000 mgr.y (mgr.24352) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:52.448 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:52 smithi116 bash[25098]: cluster 2023-12-06T14:55:50.394195+0000 mgr.y (mgr.24352) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:52.448 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:52 smithi116 bash[30871]: cluster 2023-12-06T14:55:50.394195+0000 mgr.y (mgr.24352) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:52.744 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:52 smithi116 bash[49786]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T14:55:52.744 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:52 smithi116 bash[49786]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T14:55:52.840 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:52 smithi150 bash[45111]: b45d31ee2d7f: Pull complete 2023-12-06T14:55:53.690 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:53 smithi150 bash[45111]: b5db1e299295: Pull complete 2023-12-06T14:55:53.901 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:53 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:55:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:54.174 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:53 smithi150 bash[45111]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T14:55:54.174 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:53 smithi150 bash[45111]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T14:55:54.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:54 smithi150 bash[25259]: cluster 2023-12-06T14:55:52.394817+0000 mgr.y (mgr.24352) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:54.261 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:54 smithi150 bash[25259]: audit 2023-12-06T14:55:53.463941+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:54.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:54 smithi116 bash[25098]: cluster 2023-12-06T14:55:52.394817+0000 mgr.y (mgr.24352) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:54.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:54 smithi116 bash[25098]: audit 2023-12-06T14:55:53.463941+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:54.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:54 smithi116 bash[30871]: cluster 2023-12-06T14:55:52.394817+0000 mgr.y (mgr.24352) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:54.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:54 smithi116 bash[30871]: audit 2023-12-06T14:55:53.463941+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:56.074 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.885Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T14:55:56.074 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.885Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.886Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T14:55:56.075 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T14:55:56.076 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.887Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T14:55:56.077 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T14:55:56.078 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T14:55:56.078 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T14:55:56.078 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T14:55:56.078 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T14:55:56.078 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 14:55:55 smithi116 bash[49786]: ts=2023-12-06T14:55:55.888Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T14:55:56.179 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.894Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T14:55:56.179 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.894Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-06T14:55:56.179 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T14:55:56.180 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.896Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T14:55:56.181 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T14:55:56.182 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T14:55:56.183 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T14:55:56.183 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T14:55:56.183 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 14:55:55 smithi150 bash[45111]: ts=2023-12-06T14:55:55.897Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T14:55:56.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:56 smithi116 bash[25098]: cluster 2023-12-06T14:55:54.395381+0000 mgr.y (mgr.24352) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:56.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:56 smithi116 bash[30871]: cluster 2023-12-06T14:55:54.395381+0000 mgr.y (mgr.24352) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:56.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:56 smithi150 bash[25259]: cluster 2023-12-06T14:55:54.395381+0000 mgr.y (mgr.24352) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:58.158 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:57 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:55:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:58.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:58 smithi150 bash[25259]: cluster 2023-12-06T14:55:56.395927+0000 mgr.y (mgr.24352) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:58.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:58 smithi150 bash[25259]: audit 2023-12-06T14:55:57.877297+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:58.529 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:58 smithi116 bash[25098]: cluster 2023-12-06T14:55:56.395927+0000 mgr.y (mgr.24352) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:58.529 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:58 smithi116 bash[25098]: audit 2023-12-06T14:55:57.877297+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:58.529 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:58 smithi116 bash[30871]: cluster 2023-12-06T14:55:56.395927+0000 mgr.y (mgr.24352) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:58.529 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:58 smithi116 bash[30871]: audit 2023-12-06T14:55:57.877297+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:58.581 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:55:58.822 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:58 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:55:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:59.411 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":19,"active_gid":24352,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":159602973},{"type":"v1","addr":"172.21.15.116:6801","nonce":159602973}]},"active_addr":"172.21.15.116:6801/159602973","active_change":"2023-12-06T14:55:20.309013+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24347,"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.116:8443/","prometheus":"http://172.21.15.116: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.116:0","nonce":3874495668}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":3613492081}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":2161368776}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":502823533}]}]}} 2023-12-06T14:55:59.417 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T14:55:59.418 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T14:55:59.418 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T14:55:59.515 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:55:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:55:59.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25098]: cluster 2023-12-06T14:55:58.396398+0000 mgr.y (mgr.24352) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25098]: audit 2023-12-06T14:55:58.517917+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25098]: audit 2023-12-06T14:55:58.525193+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25098]: audit 2023-12-06T14:55:58.571848+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.116:0/1252943144' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25098]: audit 2023-12-06T14:55:59.251022+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[25098]: audit 2023-12-06T14:55:59.261668+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[30871]: cluster 2023-12-06T14:55:58.396398+0000 mgr.y (mgr.24352) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[30871]: audit 2023-12-06T14:55:58.517917+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[30871]: audit 2023-12-06T14:55:58.525193+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[30871]: audit 2023-12-06T14:55:58.571848+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.116:0/1252943144' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T14:55:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[30871]: audit 2023-12-06T14:55:59.251022+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:55:59 smithi116 bash[30871]: audit 2023-12-06T14:55:59.261668+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:59 smithi150 bash[25259]: cluster 2023-12-06T14:55:58.396398+0000 mgr.y (mgr.24352) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:55:59.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:59 smithi150 bash[25259]: audit 2023-12-06T14:55:58.517917+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:59 smithi150 bash[25259]: audit 2023-12-06T14:55:58.525193+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:59 smithi150 bash[25259]: audit 2023-12-06T14:55:58.571848+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.116:0/1252943144' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T14:55:59.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:59 smithi150 bash[25259]: audit 2023-12-06T14:55:59.251022+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:55:59.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:55:59 smithi150 bash[25259]: audit 2023-12-06T14:55:59.261668+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:01.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:01 smithi116 bash[25098]: cluster 2023-12-06T14:56:00.397036+0000 mgr.y (mgr.24352) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:01.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:01 smithi116 bash[30871]: cluster 2023-12-06T14:56:00.397036+0000 mgr.y (mgr.24352) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:01.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:01 smithi150 bash[25259]: cluster 2023-12-06T14:56:00.397036+0000 mgr.y (mgr.24352) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:02.316 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:03.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[25098]: audit 2023-12-06T14:56:02.356652+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[25098]: audit 2023-12-06T14:56:02.452956+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[25098]: audit 2023-12-06T14:56:02.459017+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[25098]: audit 2023-12-06T14:56:02.463472+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:03.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[25098]: audit 2023-12-06T14:56:02.469540+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[30871]: audit 2023-12-06T14:56:02.356652+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[30871]: audit 2023-12-06T14:56:02.452956+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[30871]: audit 2023-12-06T14:56:02.459017+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[30871]: audit 2023-12-06T14:56:02.463472+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:03 smithi116 bash[30871]: audit 2023-12-06T14:56:02.469540+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:03 smithi150 bash[25259]: audit 2023-12-06T14:56:02.356652+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:03 smithi150 bash[25259]: audit 2023-12-06T14:56:02.452956+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:03 smithi150 bash[25259]: audit 2023-12-06T14:56:02.459017+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:03.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:03 smithi150 bash[25259]: audit 2023-12-06T14:56:02.463472+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:03.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:03 smithi150 bash[25259]: audit 2023-12-06T14:56:02.469540+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:04.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[25098]: cluster 2023-12-06T14:56:02.397577+0000 mgr.y (mgr.24352) 44 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:04.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[25098]: audit 2023-12-06T14:56:02.464036+0000 mgr.y (mgr.24352) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:04.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[25098]: cephadm 2023-12-06T14:56:02.476088+0000 mgr.y (mgr.24352) 46 : cephadm [INF] Deploying daemon grafana.a on smithi150 2023-12-06T14:56:04.627 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[30871]: cluster 2023-12-06T14:56:02.397577+0000 mgr.y (mgr.24352) 44 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:04.627 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[30871]: audit 2023-12-06T14:56:02.464036+0000 mgr.y (mgr.24352) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:04.627 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[30871]: cephadm 2023-12-06T14:56:02.476088+0000 mgr.y (mgr.24352) 46 : cephadm [INF] Deploying daemon grafana.a on smithi150 2023-12-06T14:56:04.627 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:04 smithi116 bash[50771]: level=info ts=2023-12-06T14:56:04.594Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T14:56:04.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:04 smithi150 bash[25259]: cluster 2023-12-06T14:56:02.397577+0000 mgr.y (mgr.24352) 44 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:04.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:04 smithi150 bash[25259]: audit 2023-12-06T14:56:02.464036+0000 mgr.y (mgr.24352) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:04.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:04 smithi150 bash[25259]: cephadm 2023-12-06T14:56:02.476088+0000 mgr.y (mgr.24352) 46 : cephadm [INF] Deploying daemon grafana.a on smithi150 2023-12-06T14:56:06.528 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:06 smithi116 bash[25098]: cluster 2023-12-06T14:56:04.398194+0000 mgr.y (mgr.24352) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:06.528 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:06 smithi116 bash[25098]: audit 2023-12-06T14:56:05.490827+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:06.529 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:06 smithi116 bash[30871]: cluster 2023-12-06T14:56:04.398194+0000 mgr.y (mgr.24352) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:06.529 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:06 smithi116 bash[30871]: audit 2023-12-06T14:56:05.490827+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:06.598 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:56:06.599 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":59,"fsid":"4424379a-9446-11ee-95a2-87774f69a715","created":"2023-12-06T14:47:30.707063+0000","modified":"2023-12-06T14:55:20.308336+0000","last_up_change":"2023-12-06T14:54:51.029806+0000","last_in_change":"2023-12-06T14:54:24.820842+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T14:51:39.518346+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":"cacff2e1-808d-4643-9eb5-1f4d9548a1f3","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.116:6802","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6803","nonce":462292704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6805","nonce":462292704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6809","nonce":462292704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6807","nonce":462292704}]},"public_addr":"172.21.15.116:6803/462292704","cluster_addr":"172.21.15.116:6805/462292704","heartbeat_back_addr":"172.21.15.116:6809/462292704","heartbeat_front_addr":"172.21.15.116:6807/462292704","state":["exists","up"]},{"osd":1,"uuid":"06df44e8-8d2c-4e05-8c00-35ee66bb5192","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.116:6810","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6811","nonce":1884005273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6813","nonce":1884005273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6817","nonce":1884005273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6815","nonce":1884005273}]},"public_addr":"172.21.15.116:6811/1884005273","cluster_addr":"172.21.15.116:6813/1884005273","heartbeat_back_addr":"172.21.15.116:6817/1884005273","heartbeat_front_addr":"172.21.15.116:6815/1884005273","state":["exists","up"]},{"osd":2,"uuid":"7d085e19-8b04-410a-b958-4965e220057d","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.116:6818","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6819","nonce":4096374591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6821","nonce":4096374591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6825","nonce":4096374591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6823","nonce":4096374591}]},"public_addr":"172.21.15.116:6819/4096374591","cluster_addr":"172.21.15.116:6821/4096374591","heartbeat_back_addr":"172.21.15.116:6825/4096374591","heartbeat_front_addr":"172.21.15.116:6823/4096374591","state":["exists","up"]},{"osd":3,"uuid":"f6ea9524-933b-4ad5-95e9-d57ddcda08e8","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.116:6826","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6827","nonce":2093243623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6829","nonce":2093243623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6833","nonce":2093243623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6831","nonce":2093243623}]},"public_addr":"172.21.15.116:6827/2093243623","cluster_addr":"172.21.15.116:6829/2093243623","heartbeat_back_addr":"172.21.15.116:6833/2093243623","heartbeat_front_addr":"172.21.15.116:6831/2093243623","state":["exists","up"]},{"osd":4,"uuid":"41f4029e-b26b-443b-b4be-72dee0898fd7","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.150:6800","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6801","nonce":3875693466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6803","nonce":3875693466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6807","nonce":3875693466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6805","nonce":3875693466}]},"public_addr":"172.21.15.150:6801/3875693466","cluster_addr":"172.21.15.150:6803/3875693466","heartbeat_back_addr":"172.21.15.150:6807/3875693466","heartbeat_front_addr":"172.21.15.150:6805/3875693466","state":["exists","up"]},{"osd":5,"uuid":"3f34edfb-9087-4f64-a6a4-b0204d86717f","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.150:6808","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6809","nonce":2851379578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6811","nonce":2851379578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6815","nonce":2851379578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6813","nonce":2851379578}]},"public_addr":"172.21.15.150:6809/2851379578","cluster_addr":"172.21.15.150:6811/2851379578","heartbeat_back_addr":"172.21.15.150:6815/2851379578","heartbeat_front_addr":"172.21.15.150:6813/2851379578","state":["exists","up"]},{"osd":6,"uuid":"7ae07418-27fb-47a1-ad25-c24d82be509e","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.150:6816","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6817","nonce":3959379964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6819","nonce":3959379964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6823","nonce":3959379964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6821","nonce":3959379964}]},"public_addr":"172.21.15.150:6817/3959379964","cluster_addr":"172.21.15.150:6819/3959379964","heartbeat_back_addr":"172.21.15.150:6823/3959379964","heartbeat_front_addr":"172.21.15.150:6821/3959379964","state":["exists","up"]},{"osd":7,"uuid":"44fb4c6b-3f02-473e-9ee7-74024ab5cdee","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.150:6824","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6825","nonce":1742726894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6827","nonce":1742726894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6831","nonce":1742726894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6829","nonce":1742726894}]},"public_addr":"172.21.15.150:6825/1742726894","cluster_addr":"172.21.15.150:6827/1742726894","heartbeat_back_addr":"172.21.15.150:6831/1742726894","heartbeat_front_addr":"172.21.15.150:6829/1742726894","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:14.832352+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:55.889717+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:37.081075+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:18.357378+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:57.454118+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:53:32.547193+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:54:10.173394+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:54:49.129129+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/2104978858":"2023-12-07T14:55:20.308173+0000","172.21.15.116:6801/4074157736":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/257577104":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/988622812":"2023-12-07T14:48:31.906728+0000","172.21.15.116:6800/4074157736":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/3770074276":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/3019604048":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/1675326624":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/216201846":"2023-12-07T14:48:01.874779+0000","172.21.15.116:0/927063938":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6801/1994867760":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/957384782":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6800/1142456977":"2023-12-07T14:48:01.874779+0000","172.21.15.116:0/2739520503":"2023-12-07T14:55:20.308173+0000","172.21.15.116:6800/1994867760":"2023-12-07T14:48:31.906728+0000","172.21.15.116:6801/1142456977":"2023-12-07T14:48:01.874779+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T14:56:06.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:06 smithi150 bash[25259]: cluster 2023-12-06T14:56:04.398194+0000 mgr.y (mgr.24352) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:06.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:06 smithi150 bash[25259]: audit 2023-12-06T14:56:05.490827+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:06.933 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:06 smithi116 bash[50771]: level=info ts=2023-12-06T14:56:06.541Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00013509s 2023-12-06T14:56:07.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:07 smithi116 bash[25098]: audit 2023-12-06T14:56:06.594547+0000 mon.a (mon.0) 824 : audit [DBG] from='client.? 172.21.15.116:0/2260328032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:56:07.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:07 smithi116 bash[30871]: audit 2023-12-06T14:56:06.594547+0000 mon.a (mon.0) 824 : audit [DBG] from='client.? 172.21.15.116:0/2260328032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:56:07.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:07 smithi150 bash[25259]: audit 2023-12-06T14:56:06.594547+0000 mon.a (mon.0) 824 : audit [DBG] from='client.? 172.21.15.116:0/2260328032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:56:07.995 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T14:56:07.995 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T14:56:08.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:08 smithi116 bash[25098]: cluster 2023-12-06T14:56:06.398647+0000 mgr.y (mgr.24352) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:08.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:08 smithi116 bash[30871]: cluster 2023-12-06T14:56:06.398647+0000 mgr.y (mgr.24352) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:08.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:08 smithi150 bash[25259]: cluster 2023-12-06T14:56:06.398647+0000 mgr.y (mgr.24352) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:09.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:09 smithi116 bash[25098]: cluster 2023-12-06T14:56:08.399144+0000 mgr.y (mgr.24352) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:09.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:09 smithi116 bash[30871]: cluster 2023-12-06T14:56:08.399144+0000 mgr.y (mgr.24352) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:09.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:09 smithi150 bash[25259]: cluster 2023-12-06T14:56:08.399144+0000 mgr.y (mgr.24352) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:10.499 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:11.167 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:11 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:56:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:12.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:12 smithi116 bash[25098]: cluster 2023-12-06T14:56:10.399649+0000 mgr.y (mgr.24352) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:12 smithi116 bash[25098]: audit 2023-12-06T14:56:11.035716+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:12.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:12 smithi116 bash[25098]: audit 2023-12-06T14:56:11.046638+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:12.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:12 smithi116 bash[30871]: cluster 2023-12-06T14:56:10.399649+0000 mgr.y (mgr.24352) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:12.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:12 smithi116 bash[30871]: audit 2023-12-06T14:56:11.035716+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:12.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:12 smithi116 bash[30871]: audit 2023-12-06T14:56:11.046638+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:12 smithi150 bash[25259]: cluster 2023-12-06T14:56:10.399649+0000 mgr.y (mgr.24352) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:12 smithi150 bash[25259]: audit 2023-12-06T14:56:11.035716+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:12.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:12 smithi150 bash[25259]: audit 2023-12-06T14:56:11.046638+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:13.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:13 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:56:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[30871]: cluster 2023-12-06T14:56:12.400330+0000 mgr.y (mgr.24352) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:14.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[30871]: audit 2023-12-06T14:56:13.055677+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:14.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[30871]: audit 2023-12-06T14:56:13.064372+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[25098]: cluster 2023-12-06T14:56:12.400330+0000 mgr.y (mgr.24352) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[25098]: audit 2023-12-06T14:56:13.055677+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[25098]: audit 2023-12-06T14:56:13.064372+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:14.233 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:56:14.234 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":59,"fsid":"4424379a-9446-11ee-95a2-87774f69a715","created":"2023-12-06T14:47:30.707063+0000","modified":"2023-12-06T14:55:20.308336+0000","last_up_change":"2023-12-06T14:54:51.029806+0000","last_in_change":"2023-12-06T14:54:24.820842+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T14:51:39.518346+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":"cacff2e1-808d-4643-9eb5-1f4d9548a1f3","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.116:6802","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6803","nonce":462292704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6805","nonce":462292704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6809","nonce":462292704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":462292704},{"type":"v1","addr":"172.21.15.116:6807","nonce":462292704}]},"public_addr":"172.21.15.116:6803/462292704","cluster_addr":"172.21.15.116:6805/462292704","heartbeat_back_addr":"172.21.15.116:6809/462292704","heartbeat_front_addr":"172.21.15.116:6807/462292704","state":["exists","up"]},{"osd":1,"uuid":"06df44e8-8d2c-4e05-8c00-35ee66bb5192","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.116:6810","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6811","nonce":1884005273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6813","nonce":1884005273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6817","nonce":1884005273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1884005273},{"type":"v1","addr":"172.21.15.116:6815","nonce":1884005273}]},"public_addr":"172.21.15.116:6811/1884005273","cluster_addr":"172.21.15.116:6813/1884005273","heartbeat_back_addr":"172.21.15.116:6817/1884005273","heartbeat_front_addr":"172.21.15.116:6815/1884005273","state":["exists","up"]},{"osd":2,"uuid":"7d085e19-8b04-410a-b958-4965e220057d","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.116:6818","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6819","nonce":4096374591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6821","nonce":4096374591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6825","nonce":4096374591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":4096374591},{"type":"v1","addr":"172.21.15.116:6823","nonce":4096374591}]},"public_addr":"172.21.15.116:6819/4096374591","cluster_addr":"172.21.15.116:6821/4096374591","heartbeat_back_addr":"172.21.15.116:6825/4096374591","heartbeat_front_addr":"172.21.15.116:6823/4096374591","state":["exists","up"]},{"osd":3,"uuid":"f6ea9524-933b-4ad5-95e9-d57ddcda08e8","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.116:6826","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6827","nonce":2093243623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6829","nonce":2093243623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6833","nonce":2093243623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":2093243623},{"type":"v1","addr":"172.21.15.116:6831","nonce":2093243623}]},"public_addr":"172.21.15.116:6827/2093243623","cluster_addr":"172.21.15.116:6829/2093243623","heartbeat_back_addr":"172.21.15.116:6833/2093243623","heartbeat_front_addr":"172.21.15.116:6831/2093243623","state":["exists","up"]},{"osd":4,"uuid":"41f4029e-b26b-443b-b4be-72dee0898fd7","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.150:6800","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6801","nonce":3875693466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6803","nonce":3875693466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6807","nonce":3875693466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":3875693466},{"type":"v1","addr":"172.21.15.150:6805","nonce":3875693466}]},"public_addr":"172.21.15.150:6801/3875693466","cluster_addr":"172.21.15.150:6803/3875693466","heartbeat_back_addr":"172.21.15.150:6807/3875693466","heartbeat_front_addr":"172.21.15.150:6805/3875693466","state":["exists","up"]},{"osd":5,"uuid":"3f34edfb-9087-4f64-a6a4-b0204d86717f","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.150:6808","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6809","nonce":2851379578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6811","nonce":2851379578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6815","nonce":2851379578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2851379578},{"type":"v1","addr":"172.21.15.150:6813","nonce":2851379578}]},"public_addr":"172.21.15.150:6809/2851379578","cluster_addr":"172.21.15.150:6811/2851379578","heartbeat_back_addr":"172.21.15.150:6815/2851379578","heartbeat_front_addr":"172.21.15.150:6813/2851379578","state":["exists","up"]},{"osd":6,"uuid":"7ae07418-27fb-47a1-ad25-c24d82be509e","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.150:6816","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6817","nonce":3959379964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6819","nonce":3959379964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6823","nonce":3959379964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3959379964},{"type":"v1","addr":"172.21.15.150:6821","nonce":3959379964}]},"public_addr":"172.21.15.150:6817/3959379964","cluster_addr":"172.21.15.150:6819/3959379964","heartbeat_back_addr":"172.21.15.150:6823/3959379964","heartbeat_front_addr":"172.21.15.150:6821/3959379964","state":["exists","up"]},{"osd":7,"uuid":"44fb4c6b-3f02-473e-9ee7-74024ab5cdee","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.150:6824","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6825","nonce":1742726894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6827","nonce":1742726894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6831","nonce":1742726894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":1742726894},{"type":"v1","addr":"172.21.15.150:6829","nonce":1742726894}]},"public_addr":"172.21.15.150:6825/1742726894","cluster_addr":"172.21.15.150:6827/1742726894","heartbeat_back_addr":"172.21.15.150:6831/1742726894","heartbeat_front_addr":"172.21.15.150:6829/1742726894","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:14.832352+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:55.889717+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:37.081075+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:18.357378+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:57.454118+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:53:32.547193+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:54:10.173394+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:54:49.129129+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/2104978858":"2023-12-07T14:55:20.308173+0000","172.21.15.116:6801/4074157736":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/257577104":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/988622812":"2023-12-07T14:48:31.906728+0000","172.21.15.116:6800/4074157736":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/3770074276":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/3019604048":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/1675326624":"2023-12-07T14:55:20.308173+0000","172.21.15.116:0/216201846":"2023-12-07T14:48:01.874779+0000","172.21.15.116:0/927063938":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6801/1994867760":"2023-12-07T14:48:31.906728+0000","172.21.15.116:0/957384782":"2023-12-07T14:48:01.874779+0000","172.21.15.116:6800/1142456977":"2023-12-07T14:48:01.874779+0000","172.21.15.116:0/2739520503":"2023-12-07T14:55:20.308173+0000","172.21.15.116:6800/1994867760":"2023-12-07T14:48:31.906728+0000","172.21.15.116:6801/1142456977":"2023-12-07T14:48:01.874779+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T14:56:14.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:14 smithi150 bash[25259]: cluster 2023-12-06T14:56:12.400330+0000 mgr.y (mgr.24352) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:14.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:14 smithi150 bash[25259]: audit 2023-12-06T14:56:13.055677+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:14.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:14 smithi150 bash[25259]: audit 2023-12-06T14:56:13.064372+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:14.917 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:14 smithi116 bash[50771]: level=info ts=2023-12-06T14:56:14.545Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003657859s 2023-12-06T14:56:15.089 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T14:56:15.089 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T14:56:15.090 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T14:56:15.090 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T14:56:15.091 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T14:56:15.091 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T14:56:15.092 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T14:56:15.092 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T14:56:15.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:15 smithi116 bash[25098]: audit 2023-12-06T14:56:14.230309+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.116:0/4269234576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:56:15.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:15 smithi116 bash[30871]: audit 2023-12-06T14:56:14.230309+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.116:0/4269234576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:56:15.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:15 smithi150 bash[25259]: audit 2023-12-06T14:56:14.230309+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.116:0/4269234576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:56:16.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:56:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:16.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[25098]: cluster 2023-12-06T14:56:14.401016+0000 mgr.y (mgr.24352) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:16.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[25098]: audit 2023-12-06T14:56:16.026913+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:16.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[25098]: audit 2023-12-06T14:56:16.036940+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:16.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[30871]: cluster 2023-12-06T14:56:14.401016+0000 mgr.y (mgr.24352) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:16.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[30871]: audit 2023-12-06T14:56:16.026913+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:16.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:16 smithi116 bash[30871]: audit 2023-12-06T14:56:16.036940+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:16.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:16 smithi150 bash[25259]: cluster 2023-12-06T14:56:14.401016+0000 mgr.y (mgr.24352) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:16.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:16 smithi150 bash[25259]: audit 2023-12-06T14:56:16.026913+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:16.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:16 smithi150 bash[25259]: audit 2023-12-06T14:56:16.036940+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:17.939 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.942 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.942 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.942 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.943 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.943 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.943 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:17.943 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:18.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:18 smithi150 bash[25259]: cluster 2023-12-06T14:56:16.401677+0000 mgr.y (mgr.24352) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:18.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:18 smithi116 bash[25098]: cluster 2023-12-06T14:56:16.401677+0000 mgr.y (mgr.24352) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:18.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:18 smithi116 bash[30871]: cluster 2023-12-06T14:56:16.401677+0000 mgr.y (mgr.24352) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:20.329 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:20 smithi116 bash[25098]: cluster 2023-12-06T14:56:18.402456+0000 mgr.y (mgr.24352) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:20.330 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:20 smithi116 bash[30871]: cluster 2023-12-06T14:56:18.402456+0000 mgr.y (mgr.24352) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:20.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:20 smithi150 bash[25259]: cluster 2023-12-06T14:56:18.402456+0000 mgr.y (mgr.24352) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:21.362 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:21 smithi150 bash[25259]: audit 2023-12-06T14:56:20.730922+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:56:21.362 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:21 smithi150 bash[25259]: audit 2023-12-06T14:56:20.731749+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:56:21.362 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:21 smithi150 bash[25259]: audit 2023-12-06T14:56:20.741647+0000 mon.c (mon.1) 55 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:56:21.362 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:21 smithi150 bash[25259]: audit 2023-12-06T14:56:20.742466+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:56:21.472 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[25098]: audit 2023-12-06T14:56:20.730922+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:56:21.472 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[25098]: audit 2023-12-06T14:56:20.731749+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:56:21.472 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[25098]: audit 2023-12-06T14:56:20.741647+0000 mon.c (mon.1) 55 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:56:21.472 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[25098]: audit 2023-12-06T14:56:20.742466+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:56:21.472 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[30871]: audit 2023-12-06T14:56:20.730922+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:56:21.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[30871]: audit 2023-12-06T14:56:20.731749+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:56:21.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[30871]: audit 2023-12-06T14:56:20.741647+0000 mon.c (mon.1) 55 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:56:21.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:21 smithi116 bash[30871]: audit 2023-12-06T14:56:20.742466+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:56:21.636 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:21 smithi150 systemd[1]: Started Ceph grafana.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:56:22.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[25098]: cluster 2023-12-06T14:56:20.402983+0000 mgr.y (mgr.24352) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:22.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[25098]: audit 2023-12-06T14:56:21.625781+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:22.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[25098]: audit 2023-12-06T14:56:21.630563+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[25098]: audit 2023-12-06T14:56:21.633074+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[25098]: audit 2023-12-06T14:56:21.634888+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[25098]: audit 2023-12-06T14:56:21.645168+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[30871]: cluster 2023-12-06T14:56:20.402983+0000 mgr.y (mgr.24352) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[30871]: audit 2023-12-06T14:56:21.625781+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[30871]: audit 2023-12-06T14:56:21.630563+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[30871]: audit 2023-12-06T14:56:21.633074+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[30871]: audit 2023-12-06T14:56:21.634888+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:22.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:22 smithi116 bash[30871]: audit 2023-12-06T14:56:21.645168+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:22.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:22 smithi150 bash[25259]: cluster 2023-12-06T14:56:20.402983+0000 mgr.y (mgr.24352) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:22.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:22 smithi150 bash[25259]: audit 2023-12-06T14:56:21.625781+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:22.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:22 smithi150 bash[25259]: audit 2023-12-06T14:56:21.630563+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:22.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:22 smithi150 bash[25259]: audit 2023-12-06T14:56:21.633074+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:22.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:22 smithi150 bash[25259]: audit 2023-12-06T14:56:21.634888+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:22.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:22 smithi150 bash[25259]: audit 2023-12-06T14:56:21.645168+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:23.120 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:23 smithi116 bash[25098]: cephadm 2023-12-06T14:56:21.646115+0000 mgr.y (mgr.24352) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:56:23.365 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[25259]: cephadm 2023-12-06T14:56:21.646115+0000 mgr.y (mgr.24352) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:56:23.365 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[25259]: cephadm 2023-12-06T14:56:21.647833+0000 mgr.y (mgr.24352) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T14:56:23.365 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[25259]: cephadm 2023-12-06T14:56:21.652237+0000 mgr.y (mgr.24352) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi116 2023-12-06T14:56:23.365 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2023-12-06T14:56:23.365 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T14:56:23.366 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T14:56:23.367 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2023-12-06T14:56:23.367 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T14:56:23.367 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-06T14:56:23.367 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-06T14:56:23.367 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-06T14:56:23.367 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-06T14:56:23.368 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:23 smithi116 bash[25098]: cephadm 2023-12-06T14:56:21.647833+0000 mgr.y (mgr.24352) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T14:56:23.368 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:23 smithi116 bash[25098]: cephadm 2023-12-06T14:56:21.652237+0000 mgr.y (mgr.24352) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi116 2023-12-06T14:56:23.369 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:23 smithi116 bash[30871]: cephadm 2023-12-06T14:56:21.646115+0000 mgr.y (mgr.24352) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:56:23.369 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:23 smithi116 bash[30871]: cephadm 2023-12-06T14:56:21.647833+0000 mgr.y (mgr.24352) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T14:56:23.369 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:23 smithi116 bash[30871]: cephadm 2023-12-06T14:56:21.652237+0000 mgr.y (mgr.24352) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi116 2023-12-06T14:56:23.634 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-06T14:56:23.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-06T14:56:23.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-06T14:56:23.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-06T14:56:23.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-06T14:56:23.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-06T14:56:23.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T14:56:23.903 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-06T14:56:23.903 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-06T14:56:23.903 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-06T14:56:23.903 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-06T14:56:23.903 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-06T14:56:24.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[25259]: cluster 2023-12-06T14:56:22.403624+0000 mgr.y (mgr.24352) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:24.156 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-06T14:56:24.156 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-06T14:56:24.156 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:23 smithi150 bash[46191]: t=2023-12-06T14:56:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-06T14:56:24.156 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-06T14:56:24.156 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-06T14:56:24.156 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-06T14:56:24.409 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-06T14:56:24.409 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-06T14:56:24.409 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-06T14:56:24.409 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-06T14:56:24.409 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-06T14:56:24.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:24 smithi116 bash[25098]: cluster 2023-12-06T14:56:22.403624+0000 mgr.y (mgr.24352) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:24.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:24 smithi116 bash[30871]: cluster 2023-12-06T14:56:22.403624+0000 mgr.y (mgr.24352) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:24.664 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-06T14:56:24.664 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-06T14:56:24.664 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-06T14:56:24.664 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-06T14:56:24.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-06T14:56:24.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-06T14:56:24.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:24 smithi150 bash[46191]: t=2023-12-06T14:56:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-06T14:56:25.177 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:25 smithi150 bash[46191]: t=2023-12-06T14:56:25+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-06T14:56:25.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:25 smithi150 bash[46191]: t=2023-12-06T14:56:25+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-06T14:56:25.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:25 smithi150 bash[46191]: t=2023-12-06T14:56:25+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-06T14:56:26.105 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:25 smithi150 bash[46191]: t=2023-12-06T14:56:25+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-06T14:56:26.105 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:25 smithi150 bash[46191]: t=2023-12-06T14:56:25+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-06T14:56:26.105 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:25 smithi150 bash[46191]: t=2023-12-06T14:56:25+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-06T14:56:26.384 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[46191]: t=2023-12-06T14:56:26+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-06T14:56:26.385 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[25259]: cluster 2023-12-06T14:56:24.404209+0000 mgr.y (mgr.24352) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:26.385 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[25259]: audit 2023-12-06T14:56:25.502134+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:26.389 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:26 smithi116 bash[30871]: cluster 2023-12-06T14:56:24.404209+0000 mgr.y (mgr.24352) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:26.389 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:26 smithi116 bash[30871]: audit 2023-12-06T14:56:25.502134+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:26 smithi116 bash[25098]: cluster 2023-12-06T14:56:24.404209+0000 mgr.y (mgr.24352) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:26 smithi116 bash[25098]: audit 2023-12-06T14:56:25.502134+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:26.639 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[46191]: t=2023-12-06T14:56:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-06T14:56:26.915 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[46191]: t=2023-12-06T14:56:26+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-06T14:56:26.915 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[46191]: t=2023-12-06T14:56:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-06T14:56:27.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:26 smithi150 bash[46191]: t=2023-12-06T14:56:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-06T14:56:27.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-06T14:56:27.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-06T14:56:27.469 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-06T14:56:27.469 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-06T14:56:27.469 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-06T14:56:27.469 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-06T14:56:27.469 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-06T14:56:27.863 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-06T14:56:27.864 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-06T14:56:27.864 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-06T14:56:28.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[25259]: cluster 2023-12-06T14:56:26.404667+0000 mgr.y (mgr.24352) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:28.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:27 smithi150 bash[46191]: t=2023-12-06T14:56:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-06T14:56:28.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-06T14:56:28.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:28 smithi116 bash[25098]: cluster 2023-12-06T14:56:26.404667+0000 mgr.y (mgr.24352) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:28.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:28 smithi116 bash[30871]: cluster 2023-12-06T14:56:26.404667+0000 mgr.y (mgr.24352) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:28.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-06T14:56:28.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-06T14:56:28.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-06T14:56:28.635 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-06T14:56:28.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:28 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:56:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:28.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-06T14:56:28.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:28 smithi150 bash[46191]: t=2023-12-06T14:56:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-06T14:56:29.365 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-06T14:56:29.675 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-06T14:56:29.675 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-06T14:56:29.675 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-06T14:56:29.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[25259]: cluster 2023-12-06T14:56:28.405480+0000 mgr.y (mgr.24352) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:29.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[25259]: audit 2023-12-06T14:56:28.762464+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:29.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[25259]: audit 2023-12-06T14:56:28.771194+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:29.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-06T14:56:29.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-06T14:56:29.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-06T14:56:29.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-06T14:56:30.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:29 smithi116 bash[25098]: cluster 2023-12-06T14:56:28.405480+0000 mgr.y (mgr.24352) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:30.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:29 smithi116 bash[25098]: audit 2023-12-06T14:56:28.762464+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:30.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:29 smithi116 bash[25098]: audit 2023-12-06T14:56:28.771194+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:30.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:29 smithi116 bash[30871]: cluster 2023-12-06T14:56:28.405480+0000 mgr.y (mgr.24352) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:30.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:29 smithi116 bash[30871]: audit 2023-12-06T14:56:28.762464+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:30.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:29 smithi116 bash[30871]: audit 2023-12-06T14:56:28.771194+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:30.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-06T14:56:30.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:29 smithi150 bash[46191]: t=2023-12-06T14:56:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-06T14:56:30.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-06T14:56:30.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-06T14:56:30.190 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-06T14:56:30.191 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-06T14:56:30.191 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-06T14:56:30.493 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-06T14:56:30.494 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-06T14:56:30.494 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-06T14:56:30.753 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-06T14:56:30.754 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-06T14:56:30.754 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-06T14:56:30.754 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-06T14:56:30.754 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-06T14:56:30.754 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-06T14:56:30.754 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-06T14:56:31.014 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-06T14:56:31.014 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-06T14:56:31.014 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-06T14:56:31.014 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:30 smithi150 bash[46191]: t=2023-12-06T14:56:30+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-06T14:56:31.275 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-06T14:56:31.275 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-06T14:56:31.275 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T14:56:31.275 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-06T14:56:31.276 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-06T14:56:31.276 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-06T14:56:31.276 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-06T14:56:31.276 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-06T14:56:31.527 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-06T14:56:31.527 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-06T14:56:31.527 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-06T14:56:31.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[25259]: cluster 2023-12-06T14:56:30.406052+0000 mgr.y (mgr.24352) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:31.941 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-06T14:56:31.941 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-06T14:56:31.941 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-06T14:56:32.136 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:31 smithi116 bash[25098]: cluster 2023-12-06T14:56:30.406052+0000 mgr.y (mgr.24352) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:32.137 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:31 smithi116 bash[30871]: cluster 2023-12-06T14:56:30.406052+0000 mgr.y (mgr.24352) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:32.242 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:31 smithi150 bash[46191]: t=2023-12-06T14:56:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-06T14:56:32.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-06T14:56:32.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-06T14:56:32.525 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-06T14:56:32.777 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-06T14:56:32.906 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:32 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:56:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:33.037 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-06T14:56:33.038 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-06T14:56:33.038 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-06T14:56:33.038 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-06T14:56:33.038 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:32 smithi150 bash[46191]: t=2023-12-06T14:56:32+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-06T14:56:33.038 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-06T14:56:33.038 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-06T14:56:33.292 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-06T14:56:33.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-06T14:56:33.537 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:56:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-06T14:56:33.612 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-06T14:56:33.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[25259]: cluster 2023-12-06T14:56:32.406710+0000 mgr.y (mgr.24352) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:33.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[25259]: audit 2023-12-06T14:56:32.639913+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[25259]: audit 2023-12-06T14:56:32.649912+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[25259]: audit 2023-12-06T14:56:33.180761+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[25259]: audit 2023-12-06T14:56:33.195024+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-06T14:56:33.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-06T14:56:33.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[30871]: cluster 2023-12-06T14:56:32.406710+0000 mgr.y (mgr.24352) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[30871]: audit 2023-12-06T14:56:32.639913+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[30871]: audit 2023-12-06T14:56:32.649912+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[30871]: audit 2023-12-06T14:56:33.180761+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[30871]: audit 2023-12-06T14:56:33.195024+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[25098]: cluster 2023-12-06T14:56:32.406710+0000 mgr.y (mgr.24352) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[25098]: audit 2023-12-06T14:56:32.639913+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[25098]: audit 2023-12-06T14:56:32.649912+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[25098]: audit 2023-12-06T14:56:33.180761+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:33.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:33 smithi116 bash[25098]: audit 2023-12-06T14:56:33.195024+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:33 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-06T14:56:34.159 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-06T14:56:34.428 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-06T14:56:34.428 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-06T14:56:34.429 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-06T14:56:34.429 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-06T14:56:34.429 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-06T14:56:34.429 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-06T14:56:34.429 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-06T14:56:34.429 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-06T14:56:34.689 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-06T14:56:34.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-06T14:56:34.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-06T14:56:34.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-06T14:56:34.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2023-12-06T14:56:34.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-06T14:56:34.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-06T14:56:34.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-06T14:56:34.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-06T14:56:34.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-06T14:56:34.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-06T14:56:34.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-06T14:56:34.940 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-06T14:56:35.302 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:34 smithi150 bash[46191]: t=2023-12-06T14:56:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-06T14:56:35.302 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-06T14:56:35.302 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-06T14:56:35.302 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-06T14:56:35.303 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-06T14:56:35.303 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-06T14:56:35.303 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-06T14:56:35.303 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-06T14:56:35.303 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-06T14:56:35.303 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-06T14:56:35.563 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-06T14:56:35.563 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-06T14:56:35.563 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-06T14:56:35.563 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-06T14:56:35.563 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-06T14:56:35.564 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-06T14:56:35.564 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-06T14:56:35.564 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-06T14:56:35.618 INFO:teuthology.orchestra.run.smithi116.stdout:107374182451 2023-12-06T14:56:35.618 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T14:56:35.841 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[25259]: cluster 2023-12-06T14:56:34.407350+0000 mgr.y (mgr.24352) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:35.841 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-06T14:56:35.841 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-06T14:56:35.841 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-06T14:56:35.841 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-06T14:56:35.841 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-06T14:56:35.842 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-06T14:56:35.842 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-06T14:56:35.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:35 smithi116 bash[25098]: cluster 2023-12-06T14:56:34.407350+0000 mgr.y (mgr.24352) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:35.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:35 smithi116 bash[30871]: cluster 2023-12-06T14:56:34.407350+0000 mgr.y (mgr.24352) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:36.110 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:35 smithi150 bash[46191]: t=2023-12-06T14:56:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-06T14:56:36.111 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-06T14:56:36.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-06T14:56:36.632 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-06T14:56:36.893 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-06T14:56:36.894 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-06T14:56:36.894 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-06T14:56:36.894 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-06T14:56:36.894 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-06T14:56:36.894 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-06T14:56:36.894 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-06T14:56:37.145 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:36 smithi150 bash[46191]: t=2023-12-06T14:56:36+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-06T14:56:37.145 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-06T14:56:37.146 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-06T14:56:37.146 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-06T14:56:37.146 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-06T14:56:37.146 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-06T14:56:37.440 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-06T14:56:37.440 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-06T14:56:37.440 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-06T14:56:37.440 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-06T14:56:37.440 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-06T14:56:37.440 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-06T14:56:37.726 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-06T14:56:37.726 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-06T14:56:37.726 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-06T14:56:37.726 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-06T14:56:37.726 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-06T14:56:37.727 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-06T14:56:37.727 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-06T14:56:37.727 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-06T14:56:37.962 INFO:teuthology.orchestra.run.smithi116.stdout:231928234006 2023-12-06T14:56:37.963 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-06T14:56:37.987 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:37 smithi150 bash[46191]: t=2023-12-06T14:56:37+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-06T14:56:38.133 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:38 smithi116 bash[25098]: cluster 2023-12-06T14:56:36.407984+0000 mgr.y (mgr.24352) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:38.134 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:38 smithi116 bash[30871]: cluster 2023-12-06T14:56:36.407984+0000 mgr.y (mgr.24352) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:38.256 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[25259]: cluster 2023-12-06T14:56:36.407984+0000 mgr.y (mgr.24352) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:38.256 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-06T14:56:38.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-06T14:56:38.518 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-06T14:56:38.779 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-06T14:56:39.039 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-06T14:56:39.040 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-06T14:56:39.040 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-06T14:56:39.040 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-06T14:56:39.040 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:38 smithi150 bash[46191]: t=2023-12-06T14:56:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-06T14:56:39.040 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-06T14:56:39.040 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-06T14:56:39.300 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-06T14:56:39.300 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-06T14:56:39.300 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-06T14:56:39.300 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-06T14:56:39.301 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2023-12-06T14:56:39.587 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-06T14:56:39.897 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-06T14:56:39.897 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-06T14:56:39.897 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-06T14:56:39.897 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-06T14:56:39.897 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-06T14:56:40.121 INFO:teuthology.orchestra.run.smithi116.stdout:55834574917 2023-12-06T14:56:40.122 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T14:56:40.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[25259]: cluster 2023-12-06T14:56:38.408647+0000 mgr.y (mgr.24352) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:39 smithi150 bash[46191]: t=2023-12-06T14:56:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-06T14:56:40.167 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-06T14:56:40.201 INFO:teuthology.orchestra.run.smithi116.stdout:163208757286 2023-12-06T14:56:40.202 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T14:56:40.233 INFO:teuthology.orchestra.run.smithi116.stdout:34359738446 2023-12-06T14:56:40.233 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T14:56:40.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:40 smithi116 bash[25098]: cluster 2023-12-06T14:56:38.408647+0000 mgr.y (mgr.24352) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:40.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:40 smithi116 bash[30871]: cluster 2023-12-06T14:56:38.408647+0000 mgr.y (mgr.24352) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:40.436 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-06T14:56:40.436 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-06T14:56:40.437 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-06T14:56:40.437 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-06T14:56:40.437 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-06T14:56:40.437 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-06T14:56:40.437 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2023-12-06T14:56:40.437 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-06T14:56:40.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2023-12-06T14:56:40.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2023-12-06T14:56:40.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-06T14:56:40.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-06T14:56:40.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-06T14:56:40.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-06T14:56:40.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-06T14:56:40.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-06T14:56:40.997 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:40 smithi150 bash[46191]: t=2023-12-06T14:56:40+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-06T14:56:41.256 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-06T14:56:41.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-06T14:56:41.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-06T14:56:41.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-06T14:56:41.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-06T14:56:41.257 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-06T14:56:41.258 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-06T14:56:41.416 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:40 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:56:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-06T14:56:41.524 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-06T14:56:41.782 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-06T14:56:41.782 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-06T14:56:41.782 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-06T14:56:41.782 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-06T14:56:41.782 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-06T14:56:41.782 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-06T14:56:42.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[25259]: cluster 2023-12-06T14:56:40.409130+0000 mgr.y (mgr.24352) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:42.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[25259]: audit 2023-12-06T14:56:40.940612+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:42.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[25259]: audit 2023-12-06T14:56:40.949463+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:42.103 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-06T14:56:42.103 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-06T14:56:42.103 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-06T14:56:42.103 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-06T14:56:42.103 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:41 smithi150 bash[46191]: t=2023-12-06T14:56:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-06T14:56:42.103 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-06T14:56:42.130 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:41 smithi116 bash[25098]: cluster 2023-12-06T14:56:40.409130+0000 mgr.y (mgr.24352) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:42.130 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:41 smithi116 bash[25098]: audit 2023-12-06T14:56:40.940612+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:42.130 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:41 smithi116 bash[25098]: audit 2023-12-06T14:56:40.949463+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:42.130 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:41 smithi116 bash[30871]: cluster 2023-12-06T14:56:40.409130+0000 mgr.y (mgr.24352) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:42.130 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:41 smithi116 bash[30871]: audit 2023-12-06T14:56:40.940612+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:42.130 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:41 smithi116 bash[30871]: audit 2023-12-06T14:56:40.949463+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:42.131 INFO:teuthology.orchestra.run.smithi116.stdout:77309411389 2023-12-06T14:56:42.131 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T14:56:42.132 INFO:teuthology.orchestra.run.smithi116.stdout:197568495647 2023-12-06T14:56:42.133 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T14:56:42.227 INFO:teuthology.orchestra.run.smithi116.stdout:128849018924 2023-12-06T14:56:42.227 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T14:56:42.379 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-06T14:56:42.379 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-06T14:56:42.379 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-06T14:56:42.379 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-06T14:56:42.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-06T14:56:42.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-06T14:56:42.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-06T14:56:42.380 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-06T14:56:42.411 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:42 smithi116 systemd[1]: Stopping Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T14:56:42.411 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:42 smithi116 bash[53942]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T14:56:42.411 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:42 smithi116 bash[50771]: level=info ts=2023-12-06T14:56:42.368Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T14:56:42.690 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=19.247914158s 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T14:56:42.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T14:56:42.692 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T14:56:42.692 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:43.293 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-06T14:56:43.294 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:42 smithi150 bash[46191]: t=2023-12-06T14:56:42+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T14:56:43.633 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:43 smithi150 bash[46191]: t=2023-12-06T14:56:43+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T14:56:43.633 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:43 smithi150 bash[46191]: t=2023-12-06T14:56:43+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T14:56:43.667 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:43 smithi116 bash[53955]: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T14:56:43.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:43 smithi116 bash[54058]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T14:56:43.925 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 14:56:43 smithi150 bash[46191]: t=2023-12-06T14:56:43+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T14:56:44.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:44 smithi150 bash[25259]: cluster 2023-12-06T14:56:42.409577+0000 mgr.y (mgr.24352) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:44.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:44 smithi150 bash[25259]: audit 2023-12-06T14:56:43.913901+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:44.247 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:44 smithi116 bash[25098]: cluster 2023-12-06T14:56:42.409577+0000 mgr.y (mgr.24352) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:44.247 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:44 smithi116 bash[25098]: audit 2023-12-06T14:56:43.913901+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:44.247 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:44 smithi116 bash[30871]: cluster 2023-12-06T14:56:42.409577+0000 mgr.y (mgr.24352) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:44.247 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:44 smithi116 bash[30871]: audit 2023-12-06T14:56:43.913901+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:44.247 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:43 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T14:56:44.247 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:43 smithi116 systemd[1]: Stopped Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:56:44.247 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:43 smithi116 systemd[1]: Started Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:56:44.249 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:44.249 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:44.250 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:44.250 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:45.257 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:45.257 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:45.257 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:56:45.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:45 smithi116 bash[25098]: cephadm 2023-12-06T14:56:43.917833+0000 mgr.y (mgr.24352) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T14:56:45.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:45 smithi116 bash[25098]: cephadm 2023-12-06T14:56:43.923360+0000 mgr.y (mgr.24352) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T14:56:45.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:45 smithi116 bash[30871]: cephadm 2023-12-06T14:56:43.917833+0000 mgr.y (mgr.24352) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T14:56:45.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:45 smithi116 bash[30871]: cephadm 2023-12-06T14:56:43.923360+0000 mgr.y (mgr.24352) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T14:56:45.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:45 smithi150 bash[25259]: cephadm 2023-12-06T14:56:43.917833+0000 mgr.y (mgr.24352) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T14:56:45.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:45 smithi150 bash[25259]: cephadm 2023-12-06T14:56:43.923360+0000 mgr.y (mgr.24352) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T14:56:46.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:46 smithi150 bash[25259]: cluster 2023-12-06T14:56:44.410129+0000 mgr.y (mgr.24352) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:46.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:46 smithi116 bash[25098]: cluster 2023-12-06T14:56:44.410129+0000 mgr.y (mgr.24352) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:46.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:46 smithi116 bash[30871]: cluster 2023-12-06T14:56:44.410129+0000 mgr.y (mgr.24352) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:46.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:46 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:56:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:56:47.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:47 smithi150 bash[25259]: cluster 2023-12-06T14:56:46.410802+0000 mgr.y (mgr.24352) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:47.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:47 smithi150 bash[25259]: audit 2023-12-06T14:56:46.606503+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:47.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:47 smithi150 bash[25259]: audit 2023-12-06T14:56:46.618907+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:47.877 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:47 smithi116 bash[25098]: cluster 2023-12-06T14:56:46.410802+0000 mgr.y (mgr.24352) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:47.878 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:47 smithi116 bash[25098]: audit 2023-12-06T14:56:46.606503+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:47.878 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:47 smithi116 bash[25098]: audit 2023-12-06T14:56:46.618907+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:47.878 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:47 smithi116 bash[30871]: cluster 2023-12-06T14:56:46.410802+0000 mgr.y (mgr.24352) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:47.878 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:47 smithi116 bash[30871]: audit 2023-12-06T14:56:46.606503+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:47.878 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:47 smithi116 bash[30871]: audit 2023-12-06T14:56:46.618907+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:49.190 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:48 smithi150 systemd[1]: Stopping Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T14:56:49.191 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:48 smithi150 bash[47328]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T14:56:49.191 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T14:56:49.191 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T14:56:49.191 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T14:56:49.191 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.018Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.019Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T14:56:49.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.019Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T14:56:49.193 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[44141]: ts=2023-12-06T14:56:49.019Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T14:56:49.834 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[25259]: cluster 2023-12-06T14:56:48.411531+0000 mgr.y (mgr.24352) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:49.834 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[47338]: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T14:56:49.834 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 bash[47374]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T14:56:49.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:49 smithi116 bash[25098]: cluster 2023-12-06T14:56:48.411531+0000 mgr.y (mgr.24352) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:49.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:49 smithi116 bash[30871]: cluster 2023-12-06T14:56:48.411531+0000 mgr.y (mgr.24352) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:50.190 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T14:56:50.190 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 systemd[1]: Stopped Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:56:50.190 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:49 smithi150 systemd[1]: Started Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T14:56:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.888322+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.895693+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.896253+0000 mgr.y (mgr.24352) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.897996+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.898420+0000 mgr.y (mgr.24352) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.905989+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.914986+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.915745+0000 mgr.y (mgr.24352) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.929051+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.929829+0000 mgr.y (mgr.24352) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.931510+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.932186+0000 mgr.y (mgr.24352) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-12-06T14:56:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.942812+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.948251+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.950039+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.951594+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.964574+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.973270+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.975041+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.976185+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[30871]: audit 2023-12-06T14:56:49.985316+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.888322+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.895693+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.896253+0000 mgr.y (mgr.24352) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.897996+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.898420+0000 mgr.y (mgr.24352) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.905989+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.914986+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.915745+0000 mgr.y (mgr.24352) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.929051+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.929829+0000 mgr.y (mgr.24352) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.931510+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.932186+0000 mgr.y (mgr.24352) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.942812+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.948251+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.950039+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.951594+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.964574+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.973270+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:51.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.975041+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:51.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.976185+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:51.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:50 smithi116 bash[25098]: audit 2023-12-06T14:56:49.985316+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.888322+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.895693+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.896253+0000 mgr.y (mgr.24352) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.897996+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.898420+0000 mgr.y (mgr.24352) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.905989+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.914986+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.915745+0000 mgr.y (mgr.24352) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.929051+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.929829+0000 mgr.y (mgr.24352) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.931510+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.932186+0000 mgr.y (mgr.24352) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-12-06T14:56:51.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.942812+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.948251+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.950039+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.951594+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.964574+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.973270+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.975041+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.976185+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:50 smithi150 bash[25259]: audit 2023-12-06T14:56:49.985316+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:56:51.657 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.520Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T14:56:51.658 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.520Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T14:56:51.658 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.525Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.116 port=9094 2023-12-06T14:56:51.658 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.527Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T14:56:51.690 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.360Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.360Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.360Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.360Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi150 (none))" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.360Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.360Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.364Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.364Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.366Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.369Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.369Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.258µs 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.369Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.371Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.371Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-06T14:56:51.691 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.371Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=35.384µs wal_replay_duration=1.80071ms total_replay_duration=1.850963ms 2023-12-06T14:56:51.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.373Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T14:56:51.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.373Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T14:56:51.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.373Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T14:56:51.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.400Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=27.243351ms db_storage=840ns remote_storage=1.466µs web_handler=442ns query_engine=953ns scrape=380.195µs scrape_sd=33.629µs notify=24.198µs notify_sd=16.791µs rules=26.432668ms 2023-12-06T14:56:51.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[47403]: ts=2023-12-06T14:56:51.400Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T14:56:51.921 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.575Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T14:56:51.921 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.575Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T14:56:51.921 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.579Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T14:56:51.921 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:51.579Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T14:56:52.264 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[25098]: cluster 2023-12-06T14:56:50.412049+0000 mgr.y (mgr.24352) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:52.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:51 smithi116 bash[30871]: cluster 2023-12-06T14:56:50.412049+0000 mgr.y (mgr.24352) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:52.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:51 smithi150 bash[25259]: cluster 2023-12-06T14:56:50.412049+0000 mgr.y (mgr.24352) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:53.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:56:53 smithi116 bash[54086]: level=info ts=2023-12-06T14:56:53.528Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000790757s 2023-12-06T14:56:54.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:54 smithi116 bash[25098]: cluster 2023-12-06T14:56:52.412719+0000 mgr.y (mgr.24352) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:54.328 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:54 smithi116 bash[30871]: cluster 2023-12-06T14:56:52.412719+0000 mgr.y (mgr.24352) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:54.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:54 smithi150 bash[25259]: cluster 2023-12-06T14:56:52.412719+0000 mgr.y (mgr.24352) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:55.573 INFO:teuthology.orchestra.run.smithi116.stdout:107374182456 2023-12-06T14:56:56.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:56 smithi116 bash[30871]: cluster 2023-12-06T14:56:54.413405+0000 mgr.y (mgr.24352) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:56.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:56 smithi116 bash[30871]: audit 2023-12-06T14:56:55.571048+0000 mon.c (mon.1) 70 : audit [DBG] from='client.? 172.21.15.116:0/2167516083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T14:56:56.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:56 smithi116 bash[25098]: cluster 2023-12-06T14:56:54.413405+0000 mgr.y (mgr.24352) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:56.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:56 smithi116 bash[25098]: audit 2023-12-06T14:56:55.571048+0000 mon.c (mon.1) 70 : audit [DBG] from='client.? 172.21.15.116:0/2167516083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T14:56:56.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:56 smithi150 bash[25259]: cluster 2023-12-06T14:56:54.413405+0000 mgr.y (mgr.24352) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:56.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:56 smithi150 bash[25259]: audit 2023-12-06T14:56:55.571048+0000 mon.c (mon.1) 70 : audit [DBG] from='client.? 172.21.15.116:0/2167516083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T14:56:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:56:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:56:56] "GET /metrics HTTP/1.1" 200 191505 "" "Prometheus/2.33.4" 2023-12-06T14:56:58.057 INFO:teuthology.orchestra.run.smithi116.stdout:34359738450 2023-12-06T14:56:58.081 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:56:57 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:56:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:56:58.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:58 smithi116 bash[25098]: cluster 2023-12-06T14:56:56.414103+0000 mgr.y (mgr.24352) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:58.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:56:58 smithi116 bash[25098]: audit 2023-12-06T14:56:58.055733+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.116:0/3196978765' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T14:56:58.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:58 smithi116 bash[30871]: cluster 2023-12-06T14:56:56.414103+0000 mgr.y (mgr.24352) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:58.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:56:58 smithi116 bash[30871]: audit 2023-12-06T14:56:58.055733+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.116:0/3196978765' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T14:56:58.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:58 smithi150 bash[25259]: cluster 2023-12-06T14:56:56.414103+0000 mgr.y (mgr.24352) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:56:58.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:56:58 smithi150 bash[25259]: audit 2023-12-06T14:56:58.055733+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.116:0/3196978765' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T14:57:00.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182451 got 107374182456 for osd.3 2023-12-06T14:57:00.298 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:00.353 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:00 smithi116 bash[25098]: cluster 2023-12-06T14:56:58.414842+0000 mgr.y (mgr.24352) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:00.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:00 smithi116 bash[30871]: cluster 2023-12-06T14:56:58.414842+0000 mgr.y (mgr.24352) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:00.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:00 smithi150 bash[25259]: cluster 2023-12-06T14:56:58.414842+0000 mgr.y (mgr.24352) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:00.454 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738446 got 34359738450 for osd.0 2023-12-06T14:57:00.454 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:01.142 INFO:teuthology.orchestra.run.smithi116.stdout:163208757290 2023-12-06T14:57:01.441 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:01 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:57:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:01.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 14:57:01 smithi116 bash[54086]: level=info ts=2023-12-06T14:57:01.532Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004794583s 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[25098]: cluster 2023-12-06T14:57:00.415468+0000 mgr.y (mgr.24352) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[25098]: audit 2023-12-06T14:57:01.066430+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[25098]: audit 2023-12-06T14:57:01.074585+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[25098]: audit 2023-12-06T14:57:01.139895+0000 mon.a (mon.0) 854 : audit [DBG] from='client.? 172.21.15.116:0/625066384' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[30871]: cluster 2023-12-06T14:57:00.415468+0000 mgr.y (mgr.24352) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[30871]: audit 2023-12-06T14:57:01.066430+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[30871]: audit 2023-12-06T14:57:01.074585+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:02.255 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:02 smithi116 bash[30871]: audit 2023-12-06T14:57:01.139895+0000 mon.a (mon.0) 854 : audit [DBG] from='client.? 172.21.15.116:0/625066384' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T14:57:02.372 INFO:teuthology.orchestra.run.smithi116.stdout:197568495651 2023-12-06T14:57:02.403 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:02 smithi150 bash[25259]: cluster 2023-12-06T14:57:00.415468+0000 mgr.y (mgr.24352) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:02.403 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:02 smithi150 bash[25259]: audit 2023-12-06T14:57:01.066430+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:02.403 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:02 smithi150 bash[25259]: audit 2023-12-06T14:57:01.074585+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:02.403 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:02 smithi150 bash[25259]: audit 2023-12-06T14:57:01.139895+0000 mon.a (mon.0) 854 : audit [DBG] from='client.? 172.21.15.116:0/625066384' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T14:57:03.344 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:03 smithi116 bash[25098]: audit 2023-12-06T14:57:02.370462+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.116:0/552488650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T14:57:03.345 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:03 smithi116 bash[30871]: audit 2023-12-06T14:57:02.370462+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.116:0/552488650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T14:57:03.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757286 got 163208757290 for osd.5 2023-12-06T14:57:03.346 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:03.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:03 smithi150 bash[25259]: audit 2023-12-06T14:57:02.370462+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.116:0/552488650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T14:57:04.206 INFO:teuthology.orchestra.run.smithi116.stdout:128849018929 2023-12-06T14:57:04.230 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495647 got 197568495651 for osd.6 2023-12-06T14:57:04.230 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:04.368 INFO:teuthology.orchestra.run.smithi116.stdout:231928234012 2023-12-06T14:57:04.391 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:04 smithi116 bash[25098]: cluster 2023-12-06T14:57:02.416071+0000 mgr.y (mgr.24352) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:04.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:04 smithi116 bash[30871]: cluster 2023-12-06T14:57:02.416071+0000 mgr.y (mgr.24352) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:04.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:04 smithi150 bash[25259]: cluster 2023-12-06T14:57:02.416071+0000 mgr.y (mgr.24352) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:04.485 INFO:teuthology.orchestra.run.smithi116.stdout:55834574923 2023-12-06T14:57:04.681 INFO:teuthology.orchestra.run.smithi116.stdout:77309411394 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[25098]: audit 2023-12-06T14:57:04.204183+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.116:0/1455028757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[25098]: audit 2023-12-06T14:57:04.366148+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.116:0/2256612079' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[25098]: audit 2023-12-06T14:57:04.483511+0000 mon.c (mon.1) 72 : audit [DBG] from='client.? 172.21.15.116:0/1007605456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[25098]: audit 2023-12-06T14:57:04.679104+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.116:0/1523252961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[30871]: audit 2023-12-06T14:57:04.204183+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.116:0/1455028757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[30871]: audit 2023-12-06T14:57:04.366148+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.116:0/2256612079' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[30871]: audit 2023-12-06T14:57:04.483511+0000 mon.c (mon.1) 72 : audit [DBG] from='client.? 172.21.15.116:0/1007605456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T14:57:05.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:05 smithi116 bash[30871]: audit 2023-12-06T14:57:04.679104+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.116:0/1523252961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T14:57:05.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:05 smithi150 bash[25259]: audit 2023-12-06T14:57:04.204183+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.116:0/1455028757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T14:57:05.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:05 smithi150 bash[25259]: audit 2023-12-06T14:57:04.366148+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.116:0/2256612079' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T14:57:05.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:05 smithi150 bash[25259]: audit 2023-12-06T14:57:04.483511+0000 mon.c (mon.1) 72 : audit [DBG] from='client.? 172.21.15.116:0/1007605456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T14:57:05.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:05 smithi150 bash[25259]: audit 2023-12-06T14:57:04.679104+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.116:0/1523252961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T14:57:06.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:06 smithi116 bash[25098]: cluster 2023-12-06T14:57:04.416476+0000 mgr.y (mgr.24352) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:06.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:06 smithi116 bash[30871]: cluster 2023-12-06T14:57:04.416476+0000 mgr.y (mgr.24352) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:06.373 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:06 smithi150 bash[25259]: cluster 2023-12-06T14:57:04.416476+0000 mgr.y (mgr.24352) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:06.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:06 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:57:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:07.212 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018924 got 128849018929 for osd.4 2023-12-06T14:57:07.212 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:07.270 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:06] "GET /metrics HTTP/1.1" 200 191500 "" "Prometheus/2.33.4" 2023-12-06T14:57:07.302 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574917 got 55834574923 for osd.1 2023-12-06T14:57:07.303 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:07.303 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234006 got 231928234012 for osd.7 2023-12-06T14:57:07.303 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:07.403 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411389 got 77309411394 for osd.2 2023-12-06T14:57:07.403 DEBUG:teuthology.parallel:result is None 2023-12-06T14:57:07.403 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T14:57:07.404 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T14:57:07.917 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:57:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[25098]: cluster 2023-12-06T14:57:06.417141+0000 mgr.y (mgr.24352) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[25098]: audit 2023-12-06T14:57:06.737738+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[25098]: audit 2023-12-06T14:57:06.749066+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[25098]: audit 2023-12-06T14:57:07.629838+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[25098]: audit 2023-12-06T14:57:07.642408+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[30871]: cluster 2023-12-06T14:57:06.417141+0000 mgr.y (mgr.24352) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:07.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[30871]: audit 2023-12-06T14:57:06.737738+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[30871]: audit 2023-12-06T14:57:06.749066+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[30871]: audit 2023-12-06T14:57:07.629838+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:07.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:07 smithi116 bash[30871]: audit 2023-12-06T14:57:07.642408+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:08.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:57:07 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:57:08.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:07 smithi150 bash[25259]: cluster 2023-12-06T14:57:06.417141+0000 mgr.y (mgr.24352) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:08.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:07 smithi150 bash[25259]: audit 2023-12-06T14:57:06.737738+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:08.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:07 smithi150 bash[25259]: audit 2023-12-06T14:57:06.749066+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:08.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:07 smithi150 bash[25259]: audit 2023-12-06T14:57:07.629838+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:08.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:07 smithi150 bash[25259]: audit 2023-12-06T14:57:07.642408+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:09.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:09 smithi150 bash[25259]: cluster 2023-12-06T14:57:08.417777+0000 mgr.y (mgr.24352) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:09 smithi116 bash[25098]: cluster 2023-12-06T14:57:08.417777+0000 mgr.y (mgr.24352) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:10.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:09 smithi116 bash[30871]: cluster 2023-12-06T14:57:08.417777+0000 mgr.y (mgr.24352) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:10.261 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:57:11.049 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:10 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:57:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:11 smithi116 bash[25098]: cluster 2023-12-06T14:57:10.418386+0000 mgr.y (mgr.24352) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:11 smithi116 bash[25098]: audit 2023-12-06T14:57:10.738401+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:11 smithi116 bash[25098]: audit 2023-12-06T14:57:10.757388+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:12.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:11 smithi116 bash[30871]: cluster 2023-12-06T14:57:10.418386+0000 mgr.y (mgr.24352) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:12.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:11 smithi116 bash[30871]: audit 2023-12-06T14:57:10.738401+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:12.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:11 smithi116 bash[30871]: audit 2023-12-06T14:57:10.757388+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:12.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:11 smithi150 bash[25259]: cluster 2023-12-06T14:57:10.418386+0000 mgr.y (mgr.24352) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:12.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:11 smithi150 bash[25259]: audit 2023-12-06T14:57:10.738401+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:12.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:11 smithi150 bash[25259]: audit 2023-12-06T14:57:10.757388+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:13.257 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:57:13.260 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2023-12-06T14:57:14.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:14 smithi116 bash[25098]: cluster 2023-12-06T14:57:12.419017+0000 mgr.y (mgr.24352) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:14.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:14 smithi116 bash[25098]: audit 2023-12-06T14:57:13.246994+0000 mgr.y (mgr.24352) 92 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:57:14.347 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:14 smithi116 bash[30871]: cluster 2023-12-06T14:57:12.419017+0000 mgr.y (mgr.24352) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:14.347 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:14 smithi116 bash[30871]: audit 2023-12-06T14:57:13.246994+0000 mgr.y (mgr.24352) 92 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:57:14.348 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":59,"stamp":"2023-12-06T14:57:12.418695+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":48788,"kb_used_data":6100,"kb_used_omap":0,"kb_used_meta":42624,"kb_avail":749912428,"statfs":{"total":767960285184,"available":767910326272,"internally_reserved":0,"allocated":6246400,"data_stored":3489189,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43646976},"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.003511"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-06T14:55:20.799520+0000","last_change":"2023-12-06T14:54:55.067934+0000","last_active":"2023-12-06T14:55:20.799520+0000","last_peered":"2023-12-06T14:55:20.799520+0000","last_clean":"2023-12-06T14:55:20.799520+0000","last_became_active":"2023-12-06T14:54:55.067048+0000","last_became_peered":"2023-12-06T14:54:55.067048+0000","last_unstale":"2023-12-06T14:55:20.799520+0000","last_undegraded":"2023-12-06T14:55:20.799520+0000","last_fullsized":"2023-12-06T14:55:20.799520+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T14:51:40.032411+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T14:51:40.032411+0000","last_clean_scrub_stamp":"2023-12-06T14:51:40.032411+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-07T15:15:49.846596+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":231928234014,"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":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.90600000000000003,"15min":0.90000000000000002},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.4079999999999999,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.96499999999999997,"15min":0.96699999999999997},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.3480000000000001,"5min":1.55,"15min":1.55},"last":0.75700000000000001}]},{"osd":1,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":1.0369999999999999,"15min":1.052},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.5589999999999999,"5min":1.907,"15min":1.907},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.94099999999999995,"15min":0.93999999999999995},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.298,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.69099999999999995}]},{"osd":2,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.94999999999999996,"15min":0.94999999999999996},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.1220000000000001,"5min":1.427,"15min":1.427},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.96899999999999997,"5min":1.022,"15min":1.0309999999999999},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.325,"5min":1.492,"15min":1.492},"last":0.58199999999999996}]},{"osd":3,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.94699999999999995,"15min":0.94399999999999995},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.71799999999999997},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.109,"15min":1.123},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3049999999999999,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.82899999999999996}]},{"osd":4,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.052,"15min":1.0640000000000001},"min":{"1min":0.57699999999999996,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.359,"5min":2.0990000000000002,"15min":2.0990000000000002},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.95199999999999996,"5min":1.026,"15min":1.038},"min":{"1min":0.55900000000000005,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.242,"5min":1.6850000000000001,"15min":1.6850000000000001},"last":0.86799999999999999}]},{"osd":5,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.131,"15min":1.151},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.4810000000000001,"5min":1.8360000000000001,"15min":1.8360000000000001},"last":0.89100000000000001},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.1339999999999999,"15min":1.1399999999999999},"min":{"1min":0.63,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.444,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":1.0600000000000001}]},{"osd":6,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.167,"15min":1.171},"min":{"1min":0.70199999999999996,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.5009999999999999,"5min":1.645,"15min":1.645},"last":1.113},{"interface":"front","average":{"1min":1.107,"5min":1.1719999999999999,"15min":1.1830000000000001},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4350000000000001,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":0.93300000000000005}]}]},{"osd":6,"up_from":46,"seq":197568495654,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"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":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":1.645,"5min":1.089,"15min":0.996},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":11.617000000000001,"5min":11.617000000000001,"15min":11.617000000000001},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.97999999999999998,"15min":0.996},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2070000000000001,"5min":1.294,"15min":1.294},"last":0.995}]},{"osd":1,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":1.02,"15min":1.028},"min":{"1min":0.73999999999999999,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.504,"5min":1.722,"15min":1.722},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.995,"5min":0.97599999999999998,"15min":0.97299999999999998},"min":{"1min":0.81599999999999995,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.1799999999999999,"5min":1.24,"15min":1.24},"last":0.93799999999999994}]},{"osd":2,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.94099999999999995,"15min":0.94299999999999995},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.143,"5min":1.282,"15min":1.282},"last":1.083},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0669999999999999,"15min":1.0700000000000001},"min":{"1min":0.76500000000000001,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.4390000000000001,"5min":1.496,"15min":1.496},"last":0.89000000000000001}]},{"osd":3,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.036,"15min":1.0429999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.208,"5min":1.611,"15min":1.611},"last":1.006},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.141,"15min":1.1519999999999999},"min":{"1min":0.82099999999999995,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.4359999999999999,"5min":1.8660000000000001,"15min":1.8660000000000001},"last":0.92900000000000005}]},{"osd":4,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.998,"15min":1.0109999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1299999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.083,"15min":1.095},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.3300000000000001,"5min":1.77,"15min":1.77},"last":0.72999999999999998}]},{"osd":5,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":1.1319999999999999,"15min":1.1579999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.206,"5min":2.2669999999999999,"15min":2.2669999999999999},"last":0.80800000000000005},{"interface":"front","average":{"1min":1.151,"5min":1.2470000000000001,"15min":1.2629999999999999},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.5800000000000001,"5min":2.4060000000000001,"15min":2.4060000000000001},"last":0.82599999999999996}]},{"osd":7,"last update":"Wed Dec 6 14:56:52 2023","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.1930000000000001,"15min":1.2050000000000001},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.204,"5min":1.3,"15min":1.3160000000000001},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.5429999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.046}]}]},{"osd":1,"up_from":13,"seq":55834574925,"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":"Wed Dec 6 14:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.69899999999999995,"15min":0.61899999999999999},"min":{"1min":0.47799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.749,"15min":0.66800000000000004},"min":{"1min":0.56899999999999995,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.90600000000000003}]},{"osd":2,"last update":"Wed Dec 6 14:56:48 2023","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.73299999999999998,"15min":0.73499999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.89000000000000001,"5min":2.1800000000000002,"15min":2.1800000000000002},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.84799999999999998,"15min":0.78400000000000003},"min":{"1min":0.57299999999999995,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1699999999999999,"5min":1.282,"15min":1.282},"last":0.96599999999999997}]},{"osd":3,"last update":"Wed Dec 6 14:56:29 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.90800000000000003,"15min":0.85699999999999998},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.3839999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.1339999999999999},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.84999999999999998,"15min":0.81999999999999995},"min":{"1min":0.71699999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.2709999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.70999999999999996}]},{"osd":4,"last update":"Wed Dec 6 14:57:05 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1060000000000001,"15min":1.0780000000000001},"min":{"1min":0.92000000000000004,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.5149999999999999,"5min":2.149,"15min":2.149},"last":1.0409999999999999},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0589999999999999,"15min":1.0609999999999999},"min":{"1min":0.77000000000000002,"5min":0.628,"15min":0.628},"max":{"1min":1.3280000000000001,"5min":1.8300000000000001,"15min":1.8300000000000001},"last":1.282}]},{"osd":5,"last update":"Wed Dec 6 14:56:38 2023","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.753,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.399,"5min":1.427,"15min":1.427},"last":1.3720000000000001},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.2150000000000001,"15min":1.2010000000000001},"min":{"1min":0.78600000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":1.464}]},{"osd":6,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.1319999999999999,"15min":1.121},"min":{"1min":0.82499999999999996,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.3380000000000001,"5min":1.292,"15min":1.284},"min":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.579,"5min":1.579,"15min":1.579},"last":1.415}]},{"osd":7,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":1.3069999999999999,"5min":1.3740000000000001,"15min":1.385},"min":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.6719999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.341},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.2749999999999999,"15min":1.284},"min":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"max":{"1min":1.4970000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":1.1799999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738453,"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":"Wed Dec 6 14:57:10 2023","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.69199999999999995,"15min":0.59999999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":1.1579999999999999},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.83299999999999996,"15min":0.68600000000000005},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.3089999999999999}]},{"osd":2,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.73799999999999999,"15min":0.69499999999999995},"min":{"1min":0.57599999999999996,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.2470000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.747,"5min":0.73599999999999999,"15min":0.69699999999999995},"min":{"1min":0.51900000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.876,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.81699999999999995}]},{"osd":3,"last update":"Wed Dec 6 14:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.83099999999999996,"15min":0.84199999999999997},"min":{"1min":0.71499999999999997,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1419999999999999,"5min":1.403,"15min":1.403},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.89500000000000002,"15min":0.879},"min":{"1min":0.60799999999999998,"5min":0.505,"15min":0.505},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.216}]},{"osd":4,"last update":"Wed Dec 6 14:57:10 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.026,"15min":1.04},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.5389999999999999,"5min":1.704,"15min":1.704},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.232,"5min":1.091,"15min":1.048},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":1.2689999999999999}]},{"osd":5,"last update":"Wed Dec 6 14:56:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0600000000000001,"15min":1.05},"min":{"1min":0.76500000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":1.014},{"interface":"front","average":{"1min":1.2849999999999999,"5min":1.141,"15min":1.113},"min":{"1min":0.77700000000000002,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.782,"5min":1.782,"15min":1.782},"last":1.615}]},{"osd":6,"last update":"Wed Dec 6 14:56:16 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.1220000000000001,"15min":1.1279999999999999},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.4410000000000001,"5min":1.47,"15min":1.47},"last":1.2410000000000001},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.1180000000000001,"15min":1.1040000000000001},"min":{"1min":0.91100000000000003,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.3779999999999999}]},{"osd":7,"last update":"Wed Dec 6 14:56:58 2023","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2370000000000001,"15min":1.23},"min":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":1.2809999999999999},{"interface":"front","average":{"1min":1.391,"5min":1.2849999999999999,"15min":1.2669999999999999},"min":{"1min":1.0960000000000001,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.9099999999999999,"5min":1.9099999999999999,"15min":1.9099999999999999},"last":1.673}]}]},{"osd":2,"up_from":18,"seq":77309411396,"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":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":0.72799999999999998,"5min":0.69799999999999995,"15min":0.64900000000000002},"min":{"1min":0.498,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.0940000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.629},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.79900000000000004,"15min":0.71999999999999997},"min":{"1min":0.51800000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.2949999999999999,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.68200000000000005}]},{"osd":1,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.75800000000000001,"15min":0.72899999999999998},"min":{"1min":0.54100000000000004,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.81699999999999995,"15min":0.749},"min":{"1min":0.53100000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.83299999999999996}]},{"osd":3,"last update":"Wed Dec 6 14:56:28 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.84599999999999997,"15min":0.86599999999999999},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.86399999999999999,"15min":0.86799999999999999},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.79600000000000004}]},{"osd":4,"last update":"Wed Dec 6 14:57:03 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.081,"15min":1.089},"min":{"1min":0.82699999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.071,"15min":1.0800000000000001},"min":{"1min":0.75600000000000001,"5min":0.628,"15min":0.628},"max":{"1min":1.4199999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":0.97899999999999998}]},{"osd":5,"last update":"Wed Dec 6 14:56:39 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.071,"15min":1.079},"min":{"1min":0.78800000000000003,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.3779999999999999,"5min":1.518,"15min":1.518},"last":0.92400000000000004},{"interface":"front","average":{"1min":1.151,"5min":1.1479999999999999,"15min":1.157},"min":{"1min":0.79800000000000004,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.6339999999999999,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":1.369}]},{"osd":6,"last update":"Wed Dec 6 14:56:15 2023","interfaces":[{"interface":"back","average":{"1min":1.242,"5min":1.167,"15min":1.155},"min":{"1min":0.90700000000000003,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.478,"5min":1.571,"15min":1.571},"last":0.93600000000000005},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.224,"15min":1.2270000000000001},"min":{"1min":0.91200000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.7,"5min":1.7,"15min":1.7},"last":1.0680000000000001}]},{"osd":7,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":1.234,"5min":1.2310000000000001,"15min":1.2310000000000001},"min":{"1min":0.89600000000000002,"5min":0.86899999999999999,"15min":0.86899999999999999},"max":{"1min":1.736,"5min":1.736,"15min":1.736},"last":1.4399999999999999},{"interface":"front","average":{"1min":1.2569999999999999,"5min":1.2729999999999999,"15min":1.2749999999999999},"min":{"1min":0.95699999999999996,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.52,"5min":1.52,"15min":1.52},"last":1.248}]}]},{"osd":3,"up_from":25,"seq":107374182460,"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":"Wed Dec 6 14:56:32 2023","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.71999999999999997,"15min":0.73399999999999999},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.84199999999999997,"5min":1.552,"15min":1.552},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.84899999999999998,"15min":0.82899999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.036,"5min":2.5819999999999999,"15min":2.5819999999999999},"last":0.93300000000000005}]},{"osd":1,"last update":"Wed Dec 6 14:56:32 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.82699999999999996,"15min":0.80000000000000004},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.1399999999999999,"5min":2.7440000000000002,"15min":2.7440000000000002},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.71599999999999997,"5min":0.79300000000000004,"15min":0.79900000000000004},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.0209999999999999,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.746}]},{"osd":2,"last update":"Wed Dec 6 14:56:32 2023","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.86899999999999999,"15min":0.84999999999999998},"min":{"1min":0.629,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.071,"5min":2.8300000000000001,"15min":2.8300000000000001},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.89500000000000002,"15min":0.878},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.123,"5min":2.698,"15min":2.698},"last":0.78600000000000003}]},{"osd":4,"last update":"Wed Dec 6 14:57:04 2023","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":1.022,"15min":1.026},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.393,"5min":1.8799999999999999,"15min":1.8799999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0760000000000001,"15min":1.0580000000000001},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.5049999999999999,"5min":3.8420000000000001,"15min":3.8420000000000001},"last":1.177}]},{"osd":5,"last update":"Wed Dec 6 14:56:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.0940000000000001,"15min":1.0960000000000001},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.2529999999999999,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.135,"15min":1.125},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.4530000000000001,"5min":2.177,"15min":2.177},"last":0.91000000000000003}]},{"osd":6,"last update":"Wed Dec 6 14:56:14 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.306,"15min":1.3340000000000001},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.595,"5min":2.254,"15min":2.254},"last":1.2749999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.3129999999999999,"15min":1.3400000000000001},"min":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"max":{"1min":1.5129999999999999,"5min":2.137,"15min":2.137},"last":1.1439999999999999}]},{"osd":7,"last update":"Wed Dec 6 14:56:57 2023","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.286,"15min":1.302},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.5660000000000001,"5min":2.0230000000000001,"15min":2.0230000000000001},"last":1.206},{"interface":"front","average":{"1min":1.109,"5min":1.3560000000000001,"15min":1.397},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.573,"5min":3.7400000000000002,"15min":3.7400000000000002},"last":1.089}]}]},{"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":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.85399999999999998,"15min":0.85799999999999998},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.2010000000000001,"5min":1.288,"15min":1.288},"last":0.629},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.89900000000000002,"15min":0.84099999999999997},"min":{"1min":0.63,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":2.4660000000000002,"5min":2.4660000000000002,"15min":2.4660000000000002},"last":0.96499999999999997}]},{"osd":1,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.89400000000000002,"15min":0.88400000000000001},"min":{"1min":0.60899999999999999,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.282,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.79900000000000004},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.92900000000000005,"15min":0.92500000000000004},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.145,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.57899999999999996}]},{"osd":2,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.92500000000000004,"15min":0.90300000000000002},"min":{"1min":0.66800000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.2609999999999999,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.96999999999999997,"15min":0.95799999999999996},"min":{"1min":0.628,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":2.3929999999999998,"5min":2.3929999999999998,"15min":2.3929999999999998},"last":0.68100000000000005}]},{"osd":3,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.95199999999999996,"15min":0.92600000000000005},"min":{"1min":0.67500000000000004,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1899999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.98199999999999998,"15min":0.98699999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.268,"5min":1.349,"15min":1.349},"last":0.58999999999999997}]},{"osd":5,"last update":"Wed Dec 6 14:56:43 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.94999999999999996,"15min":0.95099999999999996},"min":{"1min":0.65900000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.4079999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.0640000000000001,"15min":1.046},"min":{"1min":0.629,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.4650000000000001,"5min":1.472,"15min":1.472},"last":0.55500000000000005}]},{"osd":6,"last update":"Wed Dec 6 14:56:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.04,"15min":1.0409999999999999},"min":{"1min":0.61799999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.51,"5min":1.633,"15min":1.633},"last":0.50600000000000001},{"interface":"front","average":{"1min":1.147,"5min":1.091,"15min":1.0820000000000001},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":0.91500000000000004}]},{"osd":7,"last update":"Wed Dec 6 14:56:55 2023","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.1539999999999999,"15min":1.1679999999999999},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.5329999999999999,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.64100000000000001},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.1779999999999999,"15min":1.1879999999999999},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4770000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.746}]}]},{"osd":5,"up_from":38,"seq":163208757293,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5628,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739524,"statfs":{"total":95995035648,"available":95989272576,"internally_reserved":0,"allocated":577536,"data_stored":237518,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.94299999999999995,"15min":0.97399999999999998},"min":{"1min":0.57099999999999995,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.2,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95099999999999996,"15min":0.95499999999999996},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.25,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.93600000000000005}]},{"osd":1,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.90200000000000002,"15min":0.89600000000000002},"min":{"1min":0.73799999999999999,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.91100000000000003,"15min":0.89900000000000002},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2709999999999999,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.0800000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.91400000000000003,"15min":0.91200000000000003},"min":{"1min":0.64600000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2450000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.874},{"interface":"front","average":{"1min":0.99299999999999999,"5min":1.002,"15min":1.01},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.80300000000000005}]},{"osd":3,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.98499999999999999,"15min":1.0109999999999999},"min":{"1min":0.72099999999999997,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.246,"5min":1.53,"15min":1.53},"last":0.77900000000000003},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.0409999999999999,"15min":1.044},"min":{"1min":0.76100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.278,"5min":1.446,"15min":1.446},"last":0.85599999999999998}]},{"osd":4,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.87,"15min":0.85299999999999998},"min":{"1min":0.58799999999999997,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2729999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":1.23},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.95099999999999996,"15min":0.94199999999999995},"min":{"1min":0.70299999999999996,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":0.90300000000000002}]},{"osd":6,"last update":"Wed Dec 6 14:56:14 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":1.0289999999999999,"15min":1.0409999999999999},"min":{"1min":0.59499999999999997,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.232,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.079,"5min":1.1160000000000001,"15min":1.1220000000000001},"min":{"1min":0.65800000000000003,"5min":0.497,"15min":0.497},"max":{"1min":1.4199999999999999,"5min":1.595,"15min":1.595},"last":0.89400000000000002}]},{"osd":7,"last update":"Wed Dec 6 14:56:55 2023","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.1359999999999999,"15min":1.1200000000000001},"min":{"1min":0.65900000000000003,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.8540000000000001,"5min":1.8540000000000001,"15min":1.8540000000000001},"last":0.68100000000000005},{"interface":"front","average":{"1min":1.208,"5min":1.1160000000000001,"15min":1.101},"min":{"1min":0.84799999999999998,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.7110000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.157}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T14:57:14.349 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T14:57:14.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:14 smithi150 bash[25259]: cluster 2023-12-06T14:57:12.419017+0000 mgr.y (mgr.24352) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:14.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:14 smithi150 bash[25259]: audit 2023-12-06T14:57:13.246994+0000 mgr.y (mgr.24352) 92 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:57:16.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:16 smithi116 bash[30871]: cluster 2023-12-06T14:57:14.419639+0000 mgr.y (mgr.24352) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:16.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:16 smithi116 bash[25098]: cluster 2023-12-06T14:57:14.419639+0000 mgr.y (mgr.24352) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:16.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:16 smithi150 bash[25259]: cluster 2023-12-06T14:57:14.419639+0000 mgr.y (mgr.24352) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:17.077 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:57:17.393 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:16] "GET /metrics HTTP/1.1" 200 191500 "" "Prometheus/2.33.4" 2023-12-06T14:57:17.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:17 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:57:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:18.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:57:17 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:57:18.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:18 smithi150 bash[25259]: cluster 2023-12-06T14:57:16.420153+0000 mgr.y (mgr.24352) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:18.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:18 smithi150 bash[25259]: audit 2023-12-06T14:57:17.379339+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:18.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:18 smithi150 bash[25259]: audit 2023-12-06T14:57:17.388796+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:18.738 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:18 smithi116 bash[25098]: cluster 2023-12-06T14:57:16.420153+0000 mgr.y (mgr.24352) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:18.738 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:18 smithi116 bash[25098]: audit 2023-12-06T14:57:17.379339+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:18.739 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:18 smithi116 bash[25098]: audit 2023-12-06T14:57:17.388796+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:18.739 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:18 smithi116 bash[30871]: cluster 2023-12-06T14:57:16.420153+0000 mgr.y (mgr.24352) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:18.739 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:18 smithi116 bash[30871]: audit 2023-12-06T14:57:17.379339+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:18.739 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:18 smithi116 bash[30871]: audit 2023-12-06T14:57:17.388796+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:20 smithi116 bash[25098]: cluster 2023-12-06T14:57:18.420867+0000 mgr.y (mgr.24352) 95 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:20.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:20 smithi116 bash[30871]: cluster 2023-12-06T14:57:18.420867+0000 mgr.y (mgr.24352) 95 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:20.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:20 smithi150 bash[25259]: cluster 2023-12-06T14:57:18.420867+0000 mgr.y (mgr.24352) 95 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:20.776 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:57:20.779 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2023-12-06T14:57:21.596 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":63,"stamp":"2023-12-06T14:57:20.421595+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":48788,"kb_used_data":6100,"kb_used_omap":0,"kb_used_meta":42624,"kb_avail":749912428,"statfs":{"total":767960285184,"available":767910326272,"internally_reserved":0,"allocated":6246400,"data_stored":3489189,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43646976},"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.004118"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-06T14:55:20.799520+0000","last_change":"2023-12-06T14:54:55.067934+0000","last_active":"2023-12-06T14:55:20.799520+0000","last_peered":"2023-12-06T14:55:20.799520+0000","last_clean":"2023-12-06T14:55:20.799520+0000","last_became_active":"2023-12-06T14:54:55.067048+0000","last_became_peered":"2023-12-06T14:54:55.067048+0000","last_unstale":"2023-12-06T14:55:20.799520+0000","last_undegraded":"2023-12-06T14:55:20.799520+0000","last_fullsized":"2023-12-06T14:55:20.799520+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T14:51:40.032411+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T14:51:40.032411+0000","last_clean_scrub_stamp":"2023-12-06T14:51:40.032411+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-07T15:15:49.846596+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":231928234015,"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":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.90600000000000003,"15min":0.90000000000000002},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.4079999999999999,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.2689999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.96499999999999997,"15min":0.96699999999999997},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.3480000000000001,"5min":1.55,"15min":1.55},"last":0.874}]},{"osd":1,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":1.0369999999999999,"15min":1.052},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.5589999999999999,"5min":1.907,"15min":1.907},"last":1.151},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.94099999999999995,"15min":0.93999999999999995},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.298,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.022}]},{"osd":2,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.94999999999999996,"15min":0.94999999999999996},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.1220000000000001,"5min":1.427,"15min":1.427},"last":1.232},{"interface":"front","average":{"1min":0.96899999999999997,"5min":1.022,"15min":1.0309999999999999},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.325,"5min":1.492,"15min":1.492},"last":0.96899999999999997}]},{"osd":3,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.94699999999999995,"15min":0.94399999999999995},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.109,"15min":1.123},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3049999999999999,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.373}]},{"osd":4,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.052,"15min":1.0640000000000001},"min":{"1min":0.57699999999999996,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.359,"5min":2.0990000000000002,"15min":2.0990000000000002},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.95199999999999996,"5min":1.026,"15min":1.038},"min":{"1min":0.55900000000000005,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.242,"5min":1.6850000000000001,"15min":1.6850000000000001},"last":1.0700000000000001}]},{"osd":5,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.131,"15min":1.151},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.4810000000000001,"5min":1.8360000000000001,"15min":1.8360000000000001},"last":1.3280000000000001},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.1339999999999999,"15min":1.1399999999999999},"min":{"1min":0.63,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.444,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":1.2030000000000001}]},{"osd":6,"last update":"Wed Dec 6 14:56:53 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.167,"15min":1.171},"min":{"1min":0.70199999999999996,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.5009999999999999,"5min":1.645,"15min":1.645},"last":1.131},{"interface":"front","average":{"1min":1.107,"5min":1.1719999999999999,"15min":1.1830000000000001},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4350000000000001,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.3}]}]},{"osd":6,"up_from":46,"seq":197568495655,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"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":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":1.645,"5min":1.089,"15min":0.996},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":11.617000000000001,"5min":11.617000000000001,"15min":11.617000000000001},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.97999999999999998,"15min":0.996},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2070000000000001,"5min":1.294,"15min":1.294},"last":1.383}]},{"osd":1,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":1.02,"15min":1.028},"min":{"1min":0.73999999999999999,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.504,"5min":1.722,"15min":1.722},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.995,"5min":0.97599999999999998,"15min":0.97299999999999998},"min":{"1min":0.81599999999999995,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.1799999999999999,"5min":1.24,"15min":1.24},"last":1.3120000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.94099999999999995,"15min":0.94299999999999995},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.143,"5min":1.282,"15min":1.282},"last":1.081},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0669999999999999,"15min":1.0700000000000001},"min":{"1min":0.76500000000000001,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.4390000000000001,"5min":1.496,"15min":1.496},"last":1.218}]},{"osd":3,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.036,"15min":1.0429999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.208,"5min":1.611,"15min":1.611},"last":1.262},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.141,"15min":1.1519999999999999},"min":{"1min":0.82099999999999995,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.4359999999999999,"5min":1.8660000000000001,"15min":1.8660000000000001},"last":1.0069999999999999}]},{"osd":4,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.998,"15min":1.0109999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1299999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.083,"15min":1.095},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.3300000000000001,"5min":1.77,"15min":1.77},"last":1.3959999999999999}]},{"osd":5,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":1.1319999999999999,"15min":1.1579999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.206,"5min":2.2669999999999999,"15min":2.2669999999999999},"last":1.4870000000000001},{"interface":"front","average":{"1min":1.151,"5min":1.2470000000000001,"15min":1.2629999999999999},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.5800000000000001,"5min":2.4060000000000001,"15min":2.4060000000000001},"last":1.1359999999999999}]},{"osd":7,"last update":"Wed Dec 6 14:56:52 2023","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.1930000000000001,"15min":1.2050000000000001},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.4319999999999999},{"interface":"front","average":{"1min":1.204,"5min":1.3,"15min":1.3160000000000001},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.5429999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.3009999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574926,"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":"Wed Dec 6 14:57:14 2023","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.74099999999999999,"15min":0.63300000000000001},"min":{"1min":0.60599999999999998,"5min":0.46700000000000003,"15min":0.35799999999999998},"max":{"1min":1.2529999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.78800000000000003,"15min":0.68100000000000005},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.42399999999999999},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.83499999999999996}]},{"osd":2,"last update":"Wed Dec 6 14:56:48 2023","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.73299999999999998,"15min":0.73499999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.89000000000000001,"5min":2.1800000000000002,"15min":2.1800000000000002},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.84799999999999998,"15min":0.78400000000000003},"min":{"1min":0.57299999999999995,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1699999999999999,"5min":1.282,"15min":1.282},"last":0.77500000000000002}]},{"osd":3,"last update":"Wed Dec 6 14:56:29 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.90800000000000003,"15min":0.85699999999999998},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.3839999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.84999999999999998,"15min":0.81999999999999995},"min":{"1min":0.71699999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.2709999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.63600000000000001}]},{"osd":4,"last update":"Wed Dec 6 14:57:05 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1060000000000001,"15min":1.0780000000000001},"min":{"1min":0.92000000000000004,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.5149999999999999,"5min":2.149,"15min":2.149},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0589999999999999,"15min":1.0609999999999999},"min":{"1min":0.77000000000000002,"5min":0.628,"15min":0.628},"max":{"1min":1.3280000000000001,"5min":1.8300000000000001,"15min":1.8300000000000001},"last":1.204}]},{"osd":5,"last update":"Wed Dec 6 14:56:38 2023","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.753,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.399,"5min":1.427,"15min":1.427},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.2150000000000001,"15min":1.2010000000000001},"min":{"1min":0.78600000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":1.179}]},{"osd":6,"last update":"Wed Dec 6 14:56:17 2023","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.1319999999999999,"15min":1.121},"min":{"1min":0.82499999999999996,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.014},{"interface":"front","average":{"1min":1.3380000000000001,"5min":1.292,"15min":1.284},"min":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.579,"5min":1.579,"15min":1.579},"last":1.329}]},{"osd":7,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":1.3069999999999999,"5min":1.3740000000000001,"15min":1.385},"min":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.6719999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.2410000000000001},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.2749999999999999,"15min":1.284},"min":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"max":{"1min":1.4970000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":1.1359999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738454,"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":"Wed Dec 6 14:57:10 2023","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.69199999999999995,"15min":0.59999999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.83299999999999996,"15min":0.68600000000000005},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.95999999999999996}]},{"osd":2,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.73799999999999999,"15min":0.69499999999999995},"min":{"1min":0.57599999999999996,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.2470000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.747,"5min":0.73599999999999999,"15min":0.69699999999999995},"min":{"1min":0.51900000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.876,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.01}]},{"osd":3,"last update":"Wed Dec 6 14:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.83099999999999996,"15min":0.84199999999999997},"min":{"1min":0.71499999999999997,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1419999999999999,"5min":1.403,"15min":1.403},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.89500000000000002,"15min":0.879},"min":{"1min":0.60799999999999998,"5min":0.505,"15min":0.505},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.135}]},{"osd":4,"last update":"Wed Dec 6 14:57:10 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.026,"15min":1.04},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.5389999999999999,"5min":1.704,"15min":1.704},"last":1.105},{"interface":"front","average":{"1min":1.232,"5min":1.091,"15min":1.048},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":1.23}]},{"osd":5,"last update":"Wed Dec 6 14:56:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0600000000000001,"15min":1.05},"min":{"1min":0.76500000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":1.1850000000000001},{"interface":"front","average":{"1min":1.2849999999999999,"5min":1.141,"15min":1.113},"min":{"1min":0.77700000000000002,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.782,"5min":1.782,"15min":1.782},"last":1.3}]},{"osd":6,"last update":"Wed Dec 6 14:56:16 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.1220000000000001,"15min":1.1279999999999999},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.4410000000000001,"5min":1.47,"15min":1.47},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.1180000000000001,"15min":1.1040000000000001},"min":{"1min":0.91100000000000003,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.321}]},{"osd":7,"last update":"Wed Dec 6 14:56:58 2023","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2370000000000001,"15min":1.23},"min":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":1.395},{"interface":"front","average":{"1min":1.391,"5min":1.2849999999999999,"15min":1.2669999999999999},"min":{"1min":1.0960000000000001,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.9099999999999999,"5min":1.9099999999999999,"15min":1.9099999999999999},"last":1.379}]}]},{"osd":2,"up_from":18,"seq":77309411397,"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":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":0.72799999999999998,"5min":0.69799999999999995,"15min":0.64900000000000002},"min":{"1min":0.498,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.0940000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.79900000000000004,"15min":0.71999999999999997},"min":{"1min":0.51800000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.2949999999999999,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.96899999999999997}]},{"osd":1,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.75800000000000001,"15min":0.72899999999999998},"min":{"1min":0.54100000000000004,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.81699999999999995,"15min":0.749},"min":{"1min":0.53100000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.75900000000000001}]},{"osd":3,"last update":"Wed Dec 6 14:56:28 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.84599999999999997,"15min":0.86599999999999999},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.87},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.86399999999999999,"15min":0.86799999999999999},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.82799999999999996}]},{"osd":4,"last update":"Wed Dec 6 14:57:03 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.081,"15min":1.089},"min":{"1min":0.82699999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.024},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.071,"15min":1.0800000000000001},"min":{"1min":0.75600000000000001,"5min":0.628,"15min":0.628},"max":{"1min":1.4199999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.492}]},{"osd":5,"last update":"Wed Dec 6 14:56:39 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.071,"15min":1.079},"min":{"1min":0.78800000000000003,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.3779999999999999,"5min":1.518,"15min":1.518},"last":1.4059999999999999},{"interface":"front","average":{"1min":1.151,"5min":1.1479999999999999,"15min":1.157},"min":{"1min":0.79800000000000004,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.6339999999999999,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":1.2150000000000001}]},{"osd":6,"last update":"Wed Dec 6 14:56:15 2023","interfaces":[{"interface":"back","average":{"1min":1.242,"5min":1.167,"15min":1.155},"min":{"1min":0.90700000000000003,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.478,"5min":1.571,"15min":1.571},"last":1.605},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.224,"15min":1.2270000000000001},"min":{"1min":0.91200000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.7,"5min":1.7,"15min":1.7},"last":1.5860000000000001}]},{"osd":7,"last update":"Wed Dec 6 14:56:54 2023","interfaces":[{"interface":"back","average":{"1min":1.234,"5min":1.2310000000000001,"15min":1.2310000000000001},"min":{"1min":0.89600000000000002,"5min":0.86899999999999999,"15min":0.86899999999999999},"max":{"1min":1.736,"5min":1.736,"15min":1.736},"last":1.262},{"interface":"front","average":{"1min":1.2569999999999999,"5min":1.2729999999999999,"15min":1.2749999999999999},"min":{"1min":0.95699999999999996,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.52,"5min":1.52,"15min":1.52},"last":1.466}]}]},{"osd":3,"up_from":25,"seq":107374182461,"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":"Wed Dec 6 14:56:32 2023","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.71999999999999997,"15min":0.73399999999999999},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.84199999999999997,"5min":1.552,"15min":1.552},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.84899999999999998,"15min":0.82899999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.036,"5min":2.5819999999999999,"15min":2.5819999999999999},"last":0.93300000000000005}]},{"osd":1,"last update":"Wed Dec 6 14:56:32 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.82699999999999996,"15min":0.80000000000000004},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.1399999999999999,"5min":2.7440000000000002,"15min":2.7440000000000002},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.71599999999999997,"5min":0.79300000000000004,"15min":0.79900000000000004},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.0209999999999999,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.746}]},{"osd":2,"last update":"Wed Dec 6 14:56:32 2023","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.86899999999999999,"15min":0.84999999999999998},"min":{"1min":0.629,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.071,"5min":2.8300000000000001,"15min":2.8300000000000001},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.89500000000000002,"15min":0.878},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.123,"5min":2.698,"15min":2.698},"last":0.78600000000000003}]},{"osd":4,"last update":"Wed Dec 6 14:57:04 2023","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":1.022,"15min":1.026},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.393,"5min":1.8799999999999999,"15min":1.8799999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0760000000000001,"15min":1.0580000000000001},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.5049999999999999,"5min":3.8420000000000001,"15min":3.8420000000000001},"last":1.177}]},{"osd":5,"last update":"Wed Dec 6 14:56:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.0940000000000001,"15min":1.0960000000000001},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.2529999999999999,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.135,"15min":1.125},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.4530000000000001,"5min":2.177,"15min":2.177},"last":0.91000000000000003}]},{"osd":6,"last update":"Wed Dec 6 14:56:14 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.306,"15min":1.3340000000000001},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.595,"5min":2.254,"15min":2.254},"last":1.2749999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.3129999999999999,"15min":1.3400000000000001},"min":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"max":{"1min":1.5129999999999999,"5min":2.137,"15min":2.137},"last":1.1439999999999999}]},{"osd":7,"last update":"Wed Dec 6 14:56:57 2023","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.286,"15min":1.302},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.5660000000000001,"5min":2.0230000000000001,"15min":2.0230000000000001},"last":1.206},{"interface":"front","average":{"1min":1.109,"5min":1.3560000000000001,"15min":1.397},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.573,"5min":3.7400000000000002,"15min":3.7400000000000002},"last":1.089}]}]},{"osd":4,"up_from":30,"seq":128849018932,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.85399999999999998,"15min":0.85799999999999998},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.2010000000000001,"5min":1.288,"15min":1.288},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.89900000000000002,"15min":0.84099999999999997},"min":{"1min":0.63,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":2.4660000000000002,"5min":2.4660000000000002,"15min":2.4660000000000002},"last":1.0109999999999999}]},{"osd":1,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.89400000000000002,"15min":0.88400000000000001},"min":{"1min":0.60899999999999999,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.282,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.173},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.92900000000000005,"15min":0.92500000000000004},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.145,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.95299999999999996}]},{"osd":2,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.92500000000000004,"15min":0.90300000000000002},"min":{"1min":0.66800000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.2609999999999999,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.143},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.96999999999999997,"15min":0.95799999999999996},"min":{"1min":0.628,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":2.3929999999999998,"5min":2.3929999999999998,"15min":2.3929999999999998},"last":1.1160000000000001}]},{"osd":3,"last update":"Wed Dec 6 14:57:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.95199999999999996,"15min":0.92600000000000005},"min":{"1min":0.67500000000000004,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1899999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.98199999999999998,"15min":0.98699999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.268,"5min":1.349,"15min":1.349},"last":1.089}]},{"osd":5,"last update":"Wed Dec 6 14:56:43 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.94999999999999996,"15min":0.95099999999999996},"min":{"1min":0.65900000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.4079999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":0.93600000000000005},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.0640000000000001,"15min":1.046},"min":{"1min":0.629,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.4650000000000001,"5min":1.472,"15min":1.472},"last":1.23}]},{"osd":6,"last update":"Wed Dec 6 14:56:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.04,"15min":1.0409999999999999},"min":{"1min":0.61799999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.51,"5min":1.633,"15min":1.633},"last":0.88900000000000001},{"interface":"front","average":{"1min":1.147,"5min":1.091,"15min":1.0820000000000001},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":0.78700000000000003}]},{"osd":7,"last update":"Wed Dec 6 14:56:55 2023","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.1539999999999999,"15min":1.1679999999999999},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.5329999999999999,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.1779999999999999,"15min":1.1879999999999999},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4770000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.046}]}]},{"osd":5,"up_from":38,"seq":163208757294,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5628,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739524,"statfs":{"total":95995035648,"available":95989272576,"internally_reserved":0,"allocated":577536,"data_stored":237518,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.94299999999999995,"15min":0.97399999999999998},"min":{"1min":0.57099999999999995,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.2,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95099999999999996,"15min":0.95499999999999996},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.25,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.63900000000000001}]},{"osd":1,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.90200000000000002,"15min":0.89600000000000002},"min":{"1min":0.73799999999999999,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.91100000000000003,"15min":0.89900000000000002},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2709999999999999,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.82699999999999996}]},{"osd":2,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.91400000000000003,"15min":0.91200000000000003},"min":{"1min":0.64600000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2450000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.99299999999999999,"5min":1.002,"15min":1.01},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":1.2869999999999999}]},{"osd":3,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.98499999999999999,"15min":1.0109999999999999},"min":{"1min":0.72099999999999997,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.246,"5min":1.53,"15min":1.53},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.0409999999999999,"15min":1.044},"min":{"1min":0.76100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.278,"5min":1.446,"15min":1.446},"last":1.194}]},{"osd":4,"last update":"Wed Dec 6 14:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.87,"15min":0.85299999999999998},"min":{"1min":0.58799999999999997,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2729999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.95099999999999996,"15min":0.94199999999999995},"min":{"1min":0.70299999999999996,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.0389999999999999}]},{"osd":6,"last update":"Wed Dec 6 14:57:16 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.64800000000000002,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.2450000000000001},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.1499999999999999,"15min":1.1339999999999999},"min":{"1min":0.51200000000000001,"5min":0.497,"15min":0.497},"max":{"1min":2.5779999999999998,"5min":2.5779999999999998,"15min":2.5779999999999998},"last":1.389}]},{"osd":7,"last update":"Wed Dec 6 14:56:55 2023","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.1359999999999999,"15min":1.1200000000000001},"min":{"1min":0.65900000000000003,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.8540000000000001,"5min":1.8540000000000001,"15min":1.8540000000000001},"last":1.337},{"interface":"front","average":{"1min":1.208,"5min":1.1160000000000001,"15min":1.101},"min":{"1min":0.84799999999999998,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.7110000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.115}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T14:57:21.598 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T14:57:21.598 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T14:57:21.598 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T14:57:21.598 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4424379a-9446-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[25098]: audit 2023-12-06T14:57:20.735145+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[25098]: audit 2023-12-06T14:57:20.735761+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[25098]: audit 2023-12-06T14:57:20.747568+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[25098]: audit 2023-12-06T14:57:20.748704+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[30871]: audit 2023-12-06T14:57:20.735145+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[30871]: audit 2023-12-06T14:57:20.735761+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:57:21.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[30871]: audit 2023-12-06T14:57:20.747568+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:57:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:21 smithi116 bash[30871]: audit 2023-12-06T14:57:20.748704+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:57:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:21 smithi150 bash[25259]: audit 2023-12-06T14:57:20.735145+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:57:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:21 smithi150 bash[25259]: audit 2023-12-06T14:57:20.735761+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:57:21.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:21 smithi150 bash[25259]: audit 2023-12-06T14:57:20.747568+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:57:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:21 smithi150 bash[25259]: audit 2023-12-06T14:57:20.748704+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:57:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:22 smithi116 bash[25098]: cluster 2023-12-06T14:57:20.421976+0000 mgr.y (mgr.24352) 96 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:22 smithi116 bash[25098]: audit 2023-12-06T14:57:20.766751+0000 mgr.y (mgr.24352) 97 : audit [DBG] from='client.24520 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:57:22.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:22 smithi116 bash[30871]: cluster 2023-12-06T14:57:20.421976+0000 mgr.y (mgr.24352) 96 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:22.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:22 smithi116 bash[30871]: audit 2023-12-06T14:57:20.766751+0000 mgr.y (mgr.24352) 97 : audit [DBG] from='client.24520 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:57:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:22 smithi150 bash[25259]: cluster 2023-12-06T14:57:20.421976+0000 mgr.y (mgr.24352) 96 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:22.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:22 smithi150 bash[25259]: audit 2023-12-06T14:57:20.766751+0000 mgr.y (mgr.24352) 97 : audit [DBG] from='client.24520 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:57:23.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:23 smithi116 bash[25098]: cluster 2023-12-06T14:57:22.422782+0000 mgr.y (mgr.24352) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:23.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:23 smithi116 bash[30871]: cluster 2023-12-06T14:57:22.422782+0000 mgr.y (mgr.24352) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:23.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:23 smithi150 bash[25259]: cluster 2023-12-06T14:57:22.422782+0000 mgr.y (mgr.24352) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:24.338 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T14:57:25.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:25 smithi116 bash[25098]: cluster 2023-12-06T14:57:24.423495+0000 mgr.y (mgr.24352) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:25.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:25 smithi116 bash[30871]: cluster 2023-12-06T14:57:24.423495+0000 mgr.y (mgr.24352) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:25.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:25 smithi150 bash[25259]: cluster 2023-12-06T14:57:24.423495+0000 mgr.y (mgr.24352) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:27.241 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:26 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:26] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2023-12-06T14:57:28.075 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:57:27 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:57:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:28 smithi116 bash[25098]: cluster 2023-12-06T14:57:26.424160+0000 mgr.y (mgr.24352) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:28.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:28 smithi116 bash[30871]: cluster 2023-12-06T14:57:26.424160+0000 mgr.y (mgr.24352) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:28.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:28 smithi150 bash[25259]: cluster 2023-12-06T14:57:26.424160+0000 mgr.y (mgr.24352) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:28.700 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T14:57:28.700 INFO:teuthology.orchestra.run.smithi116.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T14:57:28.850 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:28 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:57:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:29.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[25098]: cluster 2023-12-06T14:57:28.424574+0000 mgr.y (mgr.24352) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:29.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[25098]: audit 2023-12-06T14:57:28.526655+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:29.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[25098]: audit 2023-12-06T14:57:28.538401+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:29.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[25098]: audit 2023-12-06T14:57:28.697710+0000 mon.a (mon.0) 870 : audit [DBG] from='client.? 172.21.15.116:0/51909752' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T14:57:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[30871]: cluster 2023-12-06T14:57:28.424574+0000 mgr.y (mgr.24352) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[30871]: audit 2023-12-06T14:57:28.526655+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[30871]: audit 2023-12-06T14:57:28.538401+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:29 smithi116 bash[30871]: audit 2023-12-06T14:57:28.697710+0000 mon.a (mon.0) 870 : audit [DBG] from='client.? 172.21.15.116:0/51909752' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T14:57:29.904 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T14:57:29.905 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T14:57:29.905 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T14:57:29.914 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T14:57:29.915 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-06T14:57:29.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:29 smithi150 bash[25259]: cluster 2023-12-06T14:57:28.424574+0000 mgr.y (mgr.24352) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:29.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:29 smithi150 bash[25259]: audit 2023-12-06T14:57:28.526655+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:29.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:29 smithi150 bash[25259]: audit 2023-12-06T14:57:28.538401+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:29 smithi150 bash[25259]: audit 2023-12-06T14:57:28.697710+0000 mon.a (mon.0) 870 : audit [DBG] from='client.? 172.21.15.116:0/51909752' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T14:57:31.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:31 smithi116 bash[25098]: cluster 2023-12-06T14:57:30.425152+0000 mgr.y (mgr.24352) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:31.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:31 smithi116 bash[30871]: cluster 2023-12-06T14:57:30.425152+0000 mgr.y (mgr.24352) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:31.940 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:31 smithi150 bash[25259]: cluster 2023-12-06T14:57:30.425152+0000 mgr.y (mgr.24352) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:33.914 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T14:57:33.924 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T14:57:33.924 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-06T14:57:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[25098]: cluster 2023-12-06T14:57:32.425790+0000 mgr.y (mgr.24352) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[25098]: audit 2023-12-06T14:57:33.147545+0000 mon.a (mon.0) 871 : audit [INF] from='client.? 172.21.15.116:0/3258195003' entity='client.admin' 2023-12-06T14:57:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[25098]: audit 2023-12-06T14:57:33.161946+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:57:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[25098]: audit 2023-12-06T14:57:33.163513+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:57:34.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[25098]: audit 2023-12-06T14:57:33.171339+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[30871]: cluster 2023-12-06T14:57:32.425790+0000 mgr.y (mgr.24352) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[30871]: audit 2023-12-06T14:57:33.147545+0000 mon.a (mon.0) 871 : audit [INF] from='client.? 172.21.15.116:0/3258195003' entity='client.admin' 2023-12-06T14:57:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[30871]: audit 2023-12-06T14:57:33.161946+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:57:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[30871]: audit 2023-12-06T14:57:33.163513+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:57:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:34 smithi116 bash[30871]: audit 2023-12-06T14:57:33.171339+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:34.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:34 smithi150 bash[25259]: cluster 2023-12-06T14:57:32.425790+0000 mgr.y (mgr.24352) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:34.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:34 smithi150 bash[25259]: audit 2023-12-06T14:57:33.147545+0000 mon.a (mon.0) 871 : audit [INF] from='client.? 172.21.15.116:0/3258195003' entity='client.admin' 2023-12-06T14:57:34.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:34 smithi150 bash[25259]: audit 2023-12-06T14:57:33.161946+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:57:34.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:34 smithi150 bash[25259]: audit 2023-12-06T14:57:33.163513+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:57:34.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:34 smithi150 bash[25259]: audit 2023-12-06T14:57:33.171339+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:36.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:36 smithi116 bash[25098]: cluster 2023-12-06T14:57:34.426382+0000 mgr.y (mgr.24352) 104 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:36.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:36 smithi116 bash[30871]: cluster 2023-12-06T14:57:34.426382+0000 mgr.y (mgr.24352) 104 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:36.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:36 smithi150 bash[25259]: cluster 2023-12-06T14:57:34.426382+0000 mgr.y (mgr.24352) 104 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:37.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:36 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:36] "GET /metrics HTTP/1.1" 200 191487 "" "Prometheus/2.33.4" 2023-12-06T14:57:37.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:37 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:57:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:38.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:57:37 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:57:38.260 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T14:57:38.260 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "e5148a24-5c9d-4bec-b2d8-2debe233e34a", 2023-12-06T14:57:38.260 INFO:teuthology.orchestra.run.smithi116.stdout: "name": "r", 2023-12-06T14:57:38.260 INFO:teuthology.orchestra.run.smithi116.stdout: "current_period": "f76e30ba-2de8-428a-8d05-0aa3838a02fa", 2023-12-06T14:57:38.260 INFO:teuthology.orchestra.run.smithi116.stdout: "epoch": 1 2023-12-06T14:57:38.260 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[25098]: cluster 2023-12-06T14:57:36.426991+0000 mgr.y (mgr.24352) 105 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[25098]: cluster 2023-12-06T14:57:37.214962+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[25098]: audit 2023-12-06T14:57:37.222628+0000 mon.a (mon.0) 874 : audit [INF] from='client.? 172.21.15.116:0/297656955' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[25098]: audit 2023-12-06T14:57:37.510500+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[25098]: audit 2023-12-06T14:57:37.519285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[30871]: cluster 2023-12-06T14:57:36.426991+0000 mgr.y (mgr.24352) 105 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:38.492 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[30871]: cluster 2023-12-06T14:57:37.214962+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T14:57:38.493 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[30871]: audit 2023-12-06T14:57:37.222628+0000 mon.a (mon.0) 874 : audit [INF] from='client.? 172.21.15.116:0/297656955' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T14:57:38.493 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[30871]: audit 2023-12-06T14:57:37.510500+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:38.493 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:38 smithi116 bash[30871]: audit 2023-12-06T14:57:37.519285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:38.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:38 smithi150 bash[25259]: cluster 2023-12-06T14:57:36.426991+0000 mgr.y (mgr.24352) 105 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:38 smithi150 bash[25259]: cluster 2023-12-06T14:57:37.214962+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T14:57:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:38 smithi150 bash[25259]: audit 2023-12-06T14:57:37.222628+0000 mon.a (mon.0) 874 : audit [INF] from='client.? 172.21.15.116:0/297656955' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T14:57:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:38 smithi150 bash[25259]: audit 2023-12-06T14:57:37.510500+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:38 smithi150 bash[25259]: audit 2023-12-06T14:57:37.519285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:39.090 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-06T14:57:39.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:39 smithi116 bash[25098]: audit 2023-12-06T14:57:38.221588+0000 mon.a (mon.0) 877 : audit [INF] from='client.? 172.21.15.116:0/297656955' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T14:57:39.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:39 smithi116 bash[25098]: cluster 2023-12-06T14:57:38.222792+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T14:57:39.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:39 smithi116 bash[25098]: cluster 2023-12-06T14:57:39.221131+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T14:57:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:39 smithi116 bash[30871]: audit 2023-12-06T14:57:38.221588+0000 mon.a (mon.0) 877 : audit [INF] from='client.? 172.21.15.116:0/297656955' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T14:57:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:39 smithi116 bash[30871]: cluster 2023-12-06T14:57:38.222792+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T14:57:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:39 smithi116 bash[30871]: cluster 2023-12-06T14:57:39.221131+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T14:57:39.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:39 smithi150 bash[25259]: audit 2023-12-06T14:57:38.221588+0000 mon.a (mon.0) 877 : audit [INF] from='client.? 172.21.15.116:0/297656955' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T14:57:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:39 smithi150 bash[25259]: cluster 2023-12-06T14:57:38.222792+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T14:57:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:39 smithi150 bash[25259]: cluster 2023-12-06T14:57:39.221131+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T14:57:40.372 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:40 smithi150 bash[25259]: cluster 2023-12-06T14:57:38.427561+0000 mgr.y (mgr.24352) 106 : cluster [DBG] pgmap v74: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:40 smithi116 bash[25098]: cluster 2023-12-06T14:57:38.427561+0000 mgr.y (mgr.24352) 106 : cluster [DBG] pgmap v74: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:40.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:40 smithi116 bash[30871]: cluster 2023-12-06T14:57:38.427561+0000 mgr.y (mgr.24352) 106 : cluster [DBG] pgmap v74: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:42.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:42 smithi116 bash[25098]: cluster 2023-12-06T14:57:40.428120+0000 mgr.y (mgr.24352) 107 : cluster [DBG] pgmap v76: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:42 smithi116 bash[30871]: cluster 2023-12-06T14:57:40.428120+0000 mgr.y (mgr.24352) 107 : cluster [DBG] pgmap v76: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:42.530 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "a05735e8-89bb-4480-9dea-705f8fae7385", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "name": "default", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "api_name": "default", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "is_master": "true", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "endpoints": [], 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "hostnames": [], 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "hostnames_s3website": [], 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "master_zone": "", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "zones": [], 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "placement_targets": [], 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "default_placement": "", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "realm_id": "e5148a24-5c9d-4bec-b2d8-2debe233e34a", 2023-12-06T14:57:42.531 INFO:teuthology.orchestra.run.smithi116.stdout: "sync_policy": { 2023-12-06T14:57:42.532 INFO:teuthology.orchestra.run.smithi116.stdout: "groups": [] 2023-12-06T14:57:42.532 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:57:42.532 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T14:57:42.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:42 smithi150 bash[25259]: cluster 2023-12-06T14:57:40.428120+0000 mgr.y (mgr.24352) 107 : cluster [DBG] pgmap v76: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:57:43.647 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-06T14:57:44.571 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:44 smithi116 bash[25098]: cluster 2023-12-06T14:57:42.429065+0000 mgr.y (mgr.24352) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-06T14:57:44.571 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:44 smithi116 bash[30871]: cluster 2023-12-06T14:57:42.429065+0000 mgr.y (mgr.24352) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-06T14:57:44.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:44 smithi150 bash[25259]: cluster 2023-12-06T14:57:42.429065+0000 mgr.y (mgr.24352) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-06T14:57:46.306 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:46 smithi116 bash[25098]: cluster 2023-12-06T14:57:44.429811+0000 mgr.y (mgr.24352) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s 2023-12-06T14:57:46.306 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:46 smithi116 bash[30871]: cluster 2023-12-06T14:57:44.429811+0000 mgr.y (mgr.24352) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s 2023-12-06T14:57:46.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:46 smithi150 bash[25259]: cluster 2023-12-06T14:57:44.429811+0000 mgr.y (mgr.24352) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s 2023-12-06T14:57:47.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:46 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:46] "GET /metrics HTTP/1.1" 200 191487 "" "Prometheus/2.33.4" 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "60f624e6-c22e-438b-acd1-77daa1112e02", 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "name": "z", 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "domain_root": "z.rgw.meta:root", 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "control_pool": "z.rgw.control", 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-06T14:57:47.778 INFO:teuthology.orchestra.run.smithi116.stdout: "log_pool": "z.rgw.log", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "otp_pool": "z.rgw.otp", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "system_key": { 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "access_key": "", 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "secret_key": "" 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: "placement_pools": [ 2023-12-06T14:57:47.779 INFO:teuthology.orchestra.run.smithi116.stdout: { 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "key": "default-placement", 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "val": { 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "storage_classes": { 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "STANDARD": { 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "index_type": 0 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "realm_id": "e5148a24-5c9d-4bec-b2d8-2debe233e34a", 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-06T14:57:47.780 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T14:57:48.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:57:47 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:57:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:48 smithi116 bash[25098]: cluster 2023-12-06T14:57:46.430659+0000 mgr.y (mgr.24352) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 498 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-06T14:57:48.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:48 smithi116 bash[30871]: cluster 2023-12-06T14:57:46.430659+0000 mgr.y (mgr.24352) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 498 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-06T14:57:48.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:48 smithi150 bash[25259]: cluster 2023-12-06T14:57:46.430659+0000 mgr.y (mgr.24352) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 498 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-06T14:57:49.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:48 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:57:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:49.183 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-06T14:57:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:49 smithi116 bash[25098]: cluster 2023-12-06T14:57:48.431289+0000 mgr.y (mgr.24352) 111 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-06T14:57:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:49 smithi116 bash[25098]: audit 2023-12-06T14:57:48.704364+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:50.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:49 smithi116 bash[25098]: audit 2023-12-06T14:57:48.715091+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:49 smithi116 bash[30871]: cluster 2023-12-06T14:57:48.431289+0000 mgr.y (mgr.24352) 111 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-06T14:57:50.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:49 smithi116 bash[30871]: audit 2023-12-06T14:57:48.704364+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:50.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:49 smithi116 bash[30871]: audit 2023-12-06T14:57:48.715091+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:50.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:49 smithi150 bash[25259]: cluster 2023-12-06T14:57:48.431289+0000 mgr.y (mgr.24352) 111 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-06T14:57:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:49 smithi150 bash[25259]: audit 2023-12-06T14:57:48.704364+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:49 smithi150 bash[25259]: audit 2023-12-06T14:57:48.715091+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:52.120 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:51 smithi116 bash[25098]: cluster 2023-12-06T14:57:50.431961+0000 mgr.y (mgr.24352) 112 : cluster [DBG] pgmap v81: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 365 B/s rd, 1004 B/s wr, 1 op/s 2023-12-06T14:57:52.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:51 smithi116 bash[30871]: cluster 2023-12-06T14:57:50.431961+0000 mgr.y (mgr.24352) 112 : cluster [DBG] pgmap v81: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 365 B/s rd, 1004 B/s wr, 1 op/s 2023-12-06T14:57:52.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:51 smithi150 bash[25259]: cluster 2023-12-06T14:57:50.431961+0000 mgr.y (mgr.24352) 112 : cluster [DBG] pgmap v81: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 365 B/s rd, 1004 B/s wr, 1 op/s 2023-12-06T14:57:54.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:54 smithi116 bash[25098]: cluster 2023-12-06T14:57:52.432754+0000 mgr.y (mgr.24352) 113 : cluster [DBG] pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-06T14:57:54.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:54 smithi116 bash[25098]: cluster 2023-12-06T14:57:53.184574+0000 mon.a (mon.0) 882 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T14:57:54.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:54 smithi116 bash[25098]: audit 2023-12-06T14:57:53.186221+0000 mon.a (mon.0) 883 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T14:57:54.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:54 smithi116 bash[30871]: cluster 2023-12-06T14:57:52.432754+0000 mgr.y (mgr.24352) 113 : cluster [DBG] pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-06T14:57:54.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:54 smithi116 bash[30871]: cluster 2023-12-06T14:57:53.184574+0000 mon.a (mon.0) 882 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T14:57:54.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:54 smithi116 bash[30871]: audit 2023-12-06T14:57:53.186221+0000 mon.a (mon.0) 883 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T14:57:54.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:54 smithi150 bash[25259]: cluster 2023-12-06T14:57:52.432754+0000 mgr.y (mgr.24352) 113 : cluster [DBG] pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-06T14:57:54.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:54 smithi150 bash[25259]: cluster 2023-12-06T14:57:53.184574+0000 mon.a (mon.0) 882 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T14:57:54.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:54 smithi150 bash[25259]: audit 2023-12-06T14:57:53.186221+0000 mon.a (mon.0) 883 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T14:57:55.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:55 smithi116 bash[25098]: audit 2023-12-06T14:57:54.190687+0000 mon.a (mon.0) 884 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T14:57:55.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:55 smithi116 bash[25098]: cluster 2023-12-06T14:57:54.191211+0000 mon.a (mon.0) 885 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T14:57:55.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:55 smithi116 bash[30871]: audit 2023-12-06T14:57:54.190687+0000 mon.a (mon.0) 884 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T14:57:55.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:55 smithi116 bash[30871]: cluster 2023-12-06T14:57:54.191211+0000 mon.a (mon.0) 885 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T14:57:55.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:55 smithi150 bash[25259]: audit 2023-12-06T14:57:54.190687+0000 mon.a (mon.0) 884 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T14:57:55.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:55 smithi150 bash[25259]: cluster 2023-12-06T14:57:54.191211+0000 mon.a (mon.0) 885 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T14:57:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[25098]: cluster 2023-12-06T14:57:54.433293+0000 mgr.y (mgr.24352) 114 : cluster [DBG] pgmap v85: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-06T14:57:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[25098]: cluster 2023-12-06T14:57:55.212641+0000 mon.a (mon.0) 886 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T14:57:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[25098]: audit 2023-12-06T14:57:55.217320+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T14:57:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[30871]: cluster 2023-12-06T14:57:54.433293+0000 mgr.y (mgr.24352) 114 : cluster [DBG] pgmap v85: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-06T14:57:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[30871]: cluster 2023-12-06T14:57:55.212641+0000 mon.a (mon.0) 886 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T14:57:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[30871]: audit 2023-12-06T14:57:55.217320+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T14:57:56.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:56 smithi150 bash[25259]: cluster 2023-12-06T14:57:54.433293+0000 mgr.y (mgr.24352) 114 : cluster [DBG] pgmap v85: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-06T14:57:56.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:56 smithi150 bash[25259]: cluster 2023-12-06T14:57:55.212641+0000 mon.a (mon.0) 886 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T14:57:56.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:56 smithi150 bash[25259]: audit 2023-12-06T14:57:55.217320+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T14:57:57.229 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:56] "GET /metrics HTTP/1.1" 200 192914 "" "Prometheus/2.33.4" 2023-12-06T14:57:57.660 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:57 smithi116 bash[25098]: audit 2023-12-06T14:57:56.215686+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T14:57:57.661 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:57 smithi116 bash[25098]: cluster 2023-12-06T14:57:56.216087+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T14:57:57.661 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:57 smithi116 bash[30871]: audit 2023-12-06T14:57:56.215686+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T14:57:57.661 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:57 smithi116 bash[30871]: cluster 2023-12-06T14:57:56.216087+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T14:57:57.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:57 smithi150 bash[25259]: audit 2023-12-06T14:57:56.215686+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.116:0/3032913526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T14:57:57.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:57 smithi150 bash[25259]: cluster 2023-12-06T14:57:56.216087+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T14:57:57.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:57:57 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:57:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:57:58.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:57:57 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:57:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:57:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[25098]: cluster 2023-12-06T14:57:56.434325+0000 mgr.y (mgr.24352) 115 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T14:57:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[25098]: cluster 2023-12-06T14:57:57.240137+0000 mon.a (mon.0) 890 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T14:57:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[25098]: audit 2023-12-06T14:57:57.248098+0000 mon.a (mon.0) 891 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T14:57:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[25098]: audit 2023-12-06T14:57:57.646898+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[25098]: audit 2023-12-06T14:57:57.657238+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[30871]: cluster 2023-12-06T14:57:56.434325+0000 mgr.y (mgr.24352) 115 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T14:57:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[30871]: cluster 2023-12-06T14:57:57.240137+0000 mon.a (mon.0) 890 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T14:57:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[30871]: audit 2023-12-06T14:57:57.248098+0000 mon.a (mon.0) 891 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T14:57:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[30871]: audit 2023-12-06T14:57:57.646898+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:58 smithi116 bash[30871]: audit 2023-12-06T14:57:57.657238+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:58.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:58 smithi150 bash[25259]: cluster 2023-12-06T14:57:56.434325+0000 mgr.y (mgr.24352) 115 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T14:57:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:58 smithi150 bash[25259]: cluster 2023-12-06T14:57:57.240137+0000 mon.a (mon.0) 890 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T14:57:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:58 smithi150 bash[25259]: audit 2023-12-06T14:57:57.248098+0000 mon.a (mon.0) 891 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T14:57:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:58 smithi150 bash[25259]: audit 2023-12-06T14:57:57.646898+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:58 smithi150 bash[25259]: audit 2023-12-06T14:57:57.657238+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:57:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[25098]: audit 2023-12-06T14:57:58.244640+0000 mon.a (mon.0) 894 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T14:57:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[25098]: cluster 2023-12-06T14:57:58.244852+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T14:57:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[25098]: audit 2023-12-06T14:57:58.248811+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T14:57:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[25098]: audit 2023-12-06T14:57:59.249676+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T14:57:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[25098]: cluster 2023-12-06T14:57:59.249770+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T14:57:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[25098]: audit 2023-12-06T14:57:59.251972+0000 mon.a (mon.0) 899 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T14:57:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[30871]: audit 2023-12-06T14:57:58.244640+0000 mon.a (mon.0) 894 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T14:57:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[30871]: cluster 2023-12-06T14:57:58.244852+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T14:57:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[30871]: audit 2023-12-06T14:57:58.248811+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T14:57:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[30871]: audit 2023-12-06T14:57:59.249676+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T14:57:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[30871]: cluster 2023-12-06T14:57:59.249770+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T14:57:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:57:59 smithi116 bash[30871]: audit 2023-12-06T14:57:59.251972+0000 mon.a (mon.0) 899 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T14:57:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:59 smithi150 bash[25259]: audit 2023-12-06T14:57:58.244640+0000 mon.a (mon.0) 894 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T14:57:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:59 smithi150 bash[25259]: cluster 2023-12-06T14:57:58.244852+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T14:57:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:59 smithi150 bash[25259]: audit 2023-12-06T14:57:58.248811+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T14:57:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:59 smithi150 bash[25259]: audit 2023-12-06T14:57:59.249676+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T14:57:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:59 smithi150 bash[25259]: cluster 2023-12-06T14:57:59.249770+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T14:57:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:57:59 smithi150 bash[25259]: audit 2023-12-06T14:57:59.251972+0000 mon.a (mon.0) 899 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T14:58:00.367 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "aa24d6f7-8715-48d6-8210-323fead1148d", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "epoch": 1, 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "predecessor_uuid": "f76e30ba-2de8-428a-8d05-0aa3838a02fa", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "sync_status": [], 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "period_map": { 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "aa24d6f7-8715-48d6-8210-323fead1148d", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "zonegroups": [ 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: { 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "a05735e8-89bb-4480-9dea-705f8fae7385", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "name": "default", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "api_name": "default", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "is_master": "true", 2023-12-06T14:58:00.368 INFO:teuthology.orchestra.run.smithi116.stdout: "endpoints": [], 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "hostnames": [], 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "hostnames_s3website": [], 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "master_zone": "60f624e6-c22e-438b-acd1-77daa1112e02", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "zones": [ 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: { 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "id": "60f624e6-c22e-438b-acd1-77daa1112e02", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "name": "z", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "endpoints": [], 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "log_meta": "false", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "log_data": "false", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "bucket_index_max_shards": 11, 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "read_only": "false", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "tier_type": "", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "sync_from_all": "true", 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "sync_from": [], 2023-12-06T14:58:00.369 INFO:teuthology.orchestra.run.smithi116.stdout: "redirect_zone": "" 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "placement_targets": [ 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: { 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "name": "default-placement", 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "tags": [], 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "storage_classes": [ 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "STANDARD" 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "default_placement": "default-placement", 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "realm_id": "e5148a24-5c9d-4bec-b2d8-2debe233e34a", 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "sync_policy": { 2023-12-06T14:58:00.370 INFO:teuthology.orchestra.run.smithi116.stdout: "groups": [] 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "short_zone_ids": [ 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: { 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "key": "60f624e6-c22e-438b-acd1-77daa1112e02", 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "val": 1611257850 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "master_zonegroup": "a05735e8-89bb-4480-9dea-705f8fae7385", 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "master_zone": "60f624e6-c22e-438b-acd1-77daa1112e02", 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "period_config": { 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "bucket_quota": { 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "enabled": false, 2023-12-06T14:58:00.371 INFO:teuthology.orchestra.run.smithi116.stdout: "check_on_raw": false, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_size": -1, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_size_kb": 0, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_objects": -1 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "user_quota": { 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "enabled": false, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "check_on_raw": false, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_size": -1, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_size_kb": 0, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_objects": -1 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "user_ratelimit": { 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_read_ops": 0, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_write_ops": 0, 2023-12-06T14:58:00.372 INFO:teuthology.orchestra.run.smithi116.stdout: "max_read_bytes": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_write_bytes": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "enabled": false 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "bucket_ratelimit": { 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_read_ops": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_write_ops": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_read_bytes": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_write_bytes": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "enabled": false 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "anonymous_ratelimit": { 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_read_ops": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_write_ops": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_read_bytes": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "max_write_bytes": 0, 2023-12-06T14:58:00.373 INFO:teuthology.orchestra.run.smithi116.stdout: "enabled": false 2023-12-06T14:58:00.374 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T14:58:00.374 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T14:58:00.374 INFO:teuthology.orchestra.run.smithi116.stdout: "realm_id": "e5148a24-5c9d-4bec-b2d8-2debe233e34a", 2023-12-06T14:58:00.374 INFO:teuthology.orchestra.run.smithi116.stdout: "realm_name": "r", 2023-12-06T14:58:00.374 INFO:teuthology.orchestra.run.smithi116.stdout: "realm_epoch": 2 2023-12-06T14:58:00.374 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T14:58:00.580 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:00 smithi116 bash[25098]: cluster 2023-12-06T14:57:58.435105+0000 mgr.y (mgr.24352) 116 : cluster [DBG] pgmap v91: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T14:58:00.580 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:00 smithi116 bash[25098]: audit 2023-12-06T14:58:00.249123+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T14:58:00.580 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:00 smithi116 bash[25098]: cluster 2023-12-06T14:58:00.249315+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T14:58:00.581 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:00 smithi116 bash[30871]: cluster 2023-12-06T14:57:58.435105+0000 mgr.y (mgr.24352) 116 : cluster [DBG] pgmap v91: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T14:58:00.581 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:00 smithi116 bash[30871]: audit 2023-12-06T14:58:00.249123+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T14:58:00.581 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:00 smithi116 bash[30871]: cluster 2023-12-06T14:58:00.249315+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T14:58:00.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:00 smithi150 bash[25259]: cluster 2023-12-06T14:57:58.435105+0000 mgr.y (mgr.24352) 116 : cluster [DBG] pgmap v91: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T14:58:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:00 smithi150 bash[25259]: audit 2023-12-06T14:58:00.249123+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.116:0/695151597' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T14:58:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:00 smithi150 bash[25259]: cluster 2023-12-06T14:58:00.249315+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T14:58:01.243 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-06T14:58:02.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:02 smithi150 bash[25259]: cluster 2023-12-06T14:58:00.435819+0000 mgr.y (mgr.24352) 117 : cluster [DBG] pgmap v94: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:02.565 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:02 smithi116 bash[25098]: cluster 2023-12-06T14:58:00.435819+0000 mgr.y (mgr.24352) 117 : cluster [DBG] pgmap v94: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:02.565 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:02 smithi116 bash[30871]: cluster 2023-12-06T14:58:00.435819+0000 mgr.y (mgr.24352) 117 : cluster [DBG] pgmap v94: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:04.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:04 smithi116 bash[25098]: cluster 2023-12-06T14:58:02.437362+0000 mgr.y (mgr.24352) 118 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-06T14:58:04.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:04 smithi116 bash[30871]: cluster 2023-12-06T14:58:02.437362+0000 mgr.y (mgr.24352) 118 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-06T14:58:04.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:04 smithi150 bash[25259]: cluster 2023-12-06T14:58:02.437362+0000 mgr.y (mgr.24352) 118 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-06T14:58:05.246 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled rgw.foo update... 2023-12-06T14:58:06.509 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: cluster 2023-12-06T14:58:04.438133+0000 mgr.y (mgr.24352) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-06T14:58:06.509 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.230845+0000 mgr.y (mgr.24352) 120 : audit [DBG] from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:06.509 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: cephadm 2023-12-06T14:58:05.235373+0000 mgr.y (mgr.24352) 121 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T14:58:06.509 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.243536+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.509 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.277704+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.283378+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.291650+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.304780+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.312339+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: cephadm 2023-12-06T14:58:05.313355+0000 mgr.y (mgr.24352) 122 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.318502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.319486+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.319906+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.324266+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.332583+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: audit 2023-12-06T14:58:05.334112+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:06.510 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25098]: cephadm 2023-12-06T14:58:05.335621+0000 mgr.y (mgr.24352) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi116.roplpj on smithi116 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: cluster 2023-12-06T14:58:04.438133+0000 mgr.y (mgr.24352) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.230845+0000 mgr.y (mgr.24352) 120 : audit [DBG] from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: cephadm 2023-12-06T14:58:05.235373+0000 mgr.y (mgr.24352) 121 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.243536+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.277704+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.283378+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.291650+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.304780+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.312339+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: cephadm 2023-12-06T14:58:05.313355+0000 mgr.y (mgr.24352) 122 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.318502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.511 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.319486+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:06.512 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.319906+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:06.512 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.324266+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:06.512 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.332583+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.512 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: audit 2023-12-06T14:58:05.334112+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:06.512 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[30871]: cephadm 2023-12-06T14:58:05.335621+0000 mgr.y (mgr.24352) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi116.roplpj on smithi116 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: cluster 2023-12-06T14:58:04.438133+0000 mgr.y (mgr.24352) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.230845+0000 mgr.y (mgr.24352) 120 : audit [DBG] from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: cephadm 2023-12-06T14:58:05.235373+0000 mgr.y (mgr.24352) 121 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.243536+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.277704+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.283378+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.291650+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.304780+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.312339+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: cephadm 2023-12-06T14:58:05.313355+0000 mgr.y (mgr.24352) 122 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.318502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.319486+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.319906+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.324266+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.332583+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: audit 2023-12-06T14:58:05.334112+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:06 smithi150 bash[25259]: cephadm 2023-12-06T14:58:05.335621+0000 mgr.y (mgr.24352) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi116.roplpj on smithi116 2023-12-06T14:58:07.260 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:06] "GET /metrics HTTP/1.1" 200 196845 "" "Prometheus/2.33.4" 2023-12-06T14:58:07.262 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw smpl' 2023-12-06T14:58:08.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:58:07 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:58:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:08 smithi116 bash[25098]: cluster 2023-12-06T14:58:06.439521+0000 mgr.y (mgr.24352) 124 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-06T14:58:08.612 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:08 smithi116 bash[30871]: cluster 2023-12-06T14:58:06.439521+0000 mgr.y (mgr.24352) 124 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-06T14:58:08.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:08 smithi150 bash[25259]: cluster 2023-12-06T14:58:06.439521+0000 mgr.y (mgr.24352) 124 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-06T14:58:09.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:08 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:58:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: cluster 2023-12-06T14:58:08.440247+0000 mgr.y (mgr.24352) 125 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 890 B/s rd, 1002 B/s wr, 2 op/s 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:08.868669+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:08.876467+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:09.831150+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:09.834267+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:09.834717+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:09.839520+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:09.848116+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.129 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:09 smithi150 bash[25259]: audit 2023-12-06T14:58:09.849455+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: cluster 2023-12-06T14:58:08.440247+0000 mgr.y (mgr.24352) 125 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 890 B/s rd, 1002 B/s wr, 2 op/s 2023-12-06T14:58:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:08.868669+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:08.876467+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:09.831150+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:09.834267+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:09.834717+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:09.839520+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:09.848116+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[25098]: audit 2023-12-06T14:58:09.849455+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: cluster 2023-12-06T14:58:08.440247+0000 mgr.y (mgr.24352) 125 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 890 B/s rd, 1002 B/s wr, 2 op/s 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:08.868669+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:08.876467+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:09.831150+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:09.834267+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:09.834717+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:09.839520+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:09.848116+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:09 smithi116 bash[30871]: audit 2023-12-06T14:58:09.849455+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:10 smithi116 bash[25098]: cephadm 2023-12-06T14:58:09.850647+0000 mgr.y (mgr.24352) 126 : cephadm [INF] Deploying daemon rgw.foo.smithi150.vkcumf on smithi150 2023-12-06T14:58:11.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:10 smithi116 bash[30871]: cephadm 2023-12-06T14:58:09.850647+0000 mgr.y (mgr.24352) 126 : cephadm [INF] Deploying daemon rgw.foo.smithi150.vkcumf on smithi150 2023-12-06T14:58:11.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:10 smithi150 bash[25259]: cephadm 2023-12-06T14:58:09.850647+0000 mgr.y (mgr.24352) 126 : cephadm [INF] Deploying daemon rgw.foo.smithi150.vkcumf on smithi150 2023-12-06T14:58:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:11 smithi116 bash[25098]: cluster 2023-12-06T14:58:10.441139+0000 mgr.y (mgr.24352) 127 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 803 B/s rd, 904 B/s wr, 2 op/s 2023-12-06T14:58:12.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:11 smithi116 bash[30871]: cluster 2023-12-06T14:58:10.441139+0000 mgr.y (mgr.24352) 127 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 803 B/s rd, 904 B/s wr, 2 op/s 2023-12-06T14:58:12.179 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:11 smithi150 bash[25259]: cluster 2023-12-06T14:58:10.441139+0000 mgr.y (mgr.24352) 127 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 803 B/s rd, 904 B/s wr, 2 op/s 2023-12-06T14:58:12.697 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled rgw.smpl update... 2023-12-06T14:58:13.672 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph osd pool create foo' 2023-12-06T14:58:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: cluster 2023-12-06T14:58:12.442872+0000 mgr.y (mgr.24352) 128 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 767 B/s wr, 1 op/s 2023-12-06T14:58:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:12.688015+0000 mgr.y (mgr.24352) 129 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: cephadm 2023-12-06T14:58:12.689338+0000 mgr.y (mgr.24352) 130 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:12.693684+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:12.738777+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:12.743106+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:12.744282+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: cephadm 2023-12-06T14:58:12.750167+0000 mgr.y (mgr.24352) 131 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:13.270612+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:13.279556+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:13.291022+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: cephadm 2023-12-06T14:58:13.291897+0000 mgr.y (mgr.24352) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:13.302816+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:13.303804+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: cephadm 2023-12-06T14:58:13.310602+0000 mgr.y (mgr.24352) 133 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[25098]: audit 2023-12-06T14:58:13.648061+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: cluster 2023-12-06T14:58:12.442872+0000 mgr.y (mgr.24352) 128 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 767 B/s wr, 1 op/s 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:12.688015+0000 mgr.y (mgr.24352) 129 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: cephadm 2023-12-06T14:58:12.689338+0000 mgr.y (mgr.24352) 130 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:12.693684+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:12.738777+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:12.743106+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:12.744282+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: cephadm 2023-12-06T14:58:12.750167+0000 mgr.y (mgr.24352) 131 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:13.270612+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:13.279556+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:13.291022+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: cephadm 2023-12-06T14:58:13.291897+0000 mgr.y (mgr.24352) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:13.302816+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:13.303804+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: cephadm 2023-12-06T14:58:13.310602+0000 mgr.y (mgr.24352) 133 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:13 smithi116 bash[30871]: audit 2023-12-06T14:58:13.648061+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: cluster 2023-12-06T14:58:12.442872+0000 mgr.y (mgr.24352) 128 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 767 B/s wr, 1 op/s 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:12.688015+0000 mgr.y (mgr.24352) 129 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: cephadm 2023-12-06T14:58:12.689338+0000 mgr.y (mgr.24352) 130 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:12.693684+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:12.738777+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:12.743106+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:12.744282+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:14.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: cephadm 2023-12-06T14:58:12.750167+0000 mgr.y (mgr.24352) 131 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:13.270612+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:13.279556+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:13.291022+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: cephadm 2023-12-06T14:58:13.291897+0000 mgr.y (mgr.24352) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:13.302816+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:13.303804+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: cephadm 2023-12-06T14:58:13.310602+0000 mgr.y (mgr.24352) 133 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:13 smithi150 bash[25259]: audit 2023-12-06T14:58:13.648061+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:14.844 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:14 smithi150 bash[25259]: cephadm 2023-12-06T14:58:13.649349+0000 mgr.y (mgr.24352) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:15.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:14 smithi116 bash[25098]: cephadm 2023-12-06T14:58:13.649349+0000 mgr.y (mgr.24352) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:15.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:14 smithi116 bash[30871]: cephadm 2023-12-06T14:58:13.649349+0000 mgr.y (mgr.24352) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:15.964 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:15 smithi116 bash[25098]: cluster 2023-12-06T14:58:14.443850+0000 mgr.y (mgr.24352) 135 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:15.964 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:15 smithi116 bash[25098]: audit 2023-12-06T14:58:15.537755+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:15.964 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:15 smithi116 bash[30871]: cluster 2023-12-06T14:58:14.443850+0000 mgr.y (mgr.24352) 135 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:15.964 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:15 smithi116 bash[30871]: audit 2023-12-06T14:58:15.537755+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:16.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:15 smithi150 bash[25259]: cluster 2023-12-06T14:58:14.443850+0000 mgr.y (mgr.24352) 135 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:16.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:15 smithi150 bash[25259]: audit 2023-12-06T14:58:15.537755+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:17.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:16] "GET /metrics HTTP/1.1" 200 196845 "" "Prometheus/2.33.4" 2023-12-06T14:58:18.117 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:58:17 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:58:18.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:17 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:18 smithi150 bash[25259]: cluster 2023-12-06T14:58:16.445848+0000 mgr.y (mgr.24352) 136 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 3.0 KiB/s wr, 183 op/s 2023-12-06T14:58:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:18 smithi150 bash[25259]: audit 2023-12-06T14:58:17.780157+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:18 smithi116 bash[25098]: cluster 2023-12-06T14:58:16.445848+0000 mgr.y (mgr.24352) 136 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 3.0 KiB/s wr, 183 op/s 2023-12-06T14:58:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:18 smithi116 bash[25098]: audit 2023-12-06T14:58:17.780157+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:18.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:18 smithi116 bash[30871]: cluster 2023-12-06T14:58:16.445848+0000 mgr.y (mgr.24352) 136 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 3.0 KiB/s wr, 183 op/s 2023-12-06T14:58:18.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:18 smithi116 bash[30871]: audit 2023-12-06T14:58:17.780157+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:19.016 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:18 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:58:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:20.190 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:19 smithi150 bash[25259]: cluster 2023-12-06T14:58:18.446706+0000 mgr.y (mgr.24352) 137 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 3.0 KiB/s wr, 183 op/s 2023-12-06T14:58:20.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:19 smithi150 bash[25259]: audit 2023-12-06T14:58:18.816188+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:20.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:19 smithi150 bash[25259]: audit 2023-12-06T14:58:19.462977+0000 mon.c (mon.1) 88 : audit [INF] from='client.? 172.21.15.116:0/3615533869' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T14:58:20.205 INFO:teuthology.orchestra.run.smithi116.stderr:pool 'foo' created 2023-12-06T14:58:20.228 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:20.228 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[30871]: cluster 2023-12-06T14:58:18.446706+0000 mgr.y (mgr.24352) 137 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 3.0 KiB/s wr, 183 op/s 2023-12-06T14:58:20.228 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[30871]: audit 2023-12-06T14:58:18.816188+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:20.228 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[30871]: audit 2023-12-06T14:58:19.462977+0000 mon.c (mon.1) 88 : audit [INF] from='client.? 172.21.15.116:0/3615533869' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T14:58:20.228 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[25098]: cluster 2023-12-06T14:58:18.446706+0000 mgr.y (mgr.24352) 137 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 3.0 KiB/s wr, 183 op/s 2023-12-06T14:58:20.228 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[25098]: audit 2023-12-06T14:58:18.816188+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:20.229 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:19 smithi116 bash[25098]: audit 2023-12-06T14:58:19.462977+0000 mon.c (mon.1) 88 : audit [INF] from='client.? 172.21.15.116:0/3615533869' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T14:58:20.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:58:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:19.463407+0000 mon.a (mon.0) 925 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:19.931854+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:19.939811+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.191732+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: cluster 2023-12-06T14:58:20.191873+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.478149+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.488068+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.488334+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.491983+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.739129+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:21.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.739762+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.752677+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.753355+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.783310+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.793978+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.808592+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.810836+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.811606+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.817640+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.826972+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[25098]: audit 2023-12-06T14:58:20.830663+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:19.463407+0000 mon.a (mon.0) 925 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:19.931854+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.109 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:19.939811+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.191732+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: cluster 2023-12-06T14:58:20.191873+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.478149+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.488068+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.488334+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.491983+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.739129+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.739762+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.752677+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.753355+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.783310+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.793978+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.808592+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.110 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.810836+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:21.111 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.811606+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:21.111 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.817640+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:21.111 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.826972+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.111 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:20 smithi116 bash[30871]: audit 2023-12-06T14:58:20.830663+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:21.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:19.463407+0000 mon.a (mon.0) 925 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T14:58:21.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:19.931854+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:19.939811+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.191732+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: cluster 2023-12-06T14:58:20.191873+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.478149+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.488068+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.488334+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.491983+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.739129+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.739762+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.752677+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.753355+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.783310+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.793978+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.808592+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.810836+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.811606+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.817640+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.826972+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:20 smithi150 bash[25259]: audit 2023-12-06T14:58:20.830663+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:21.202 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'rbd pool init foo' 2023-12-06T14:58:22.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[25098]: cluster 2023-12-06T14:58:20.447431+0000 mgr.y (mgr.24352) 138 : cluster [DBG] pgmap v105: 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 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[25098]: cephadm 2023-12-06T14:58:20.803253+0000 mgr.y (mgr.24352) 139 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[25098]: cephadm 2023-12-06T14:58:20.832430+0000 mgr.y (mgr.24352) 140 : cephadm [INF] Deploying daemon rgw.smpl.smithi116.ivsfoh on smithi116 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[25098]: cluster 2023-12-06T14:58:21.202404+0000 mon.a (mon.0) 940 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[30871]: cluster 2023-12-06T14:58:20.447431+0000 mgr.y (mgr.24352) 138 : cluster [DBG] pgmap v105: 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 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[30871]: cephadm 2023-12-06T14:58:20.803253+0000 mgr.y (mgr.24352) 139 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[30871]: cephadm 2023-12-06T14:58:20.832430+0000 mgr.y (mgr.24352) 140 : cephadm [INF] Deploying daemon rgw.smpl.smithi116.ivsfoh on smithi116 2023-12-06T14:58:22.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:22 smithi116 bash[30871]: cluster 2023-12-06T14:58:21.202404+0000 mon.a (mon.0) 940 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T14:58:22.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:22 smithi150 bash[25259]: cluster 2023-12-06T14:58:20.447431+0000 mgr.y (mgr.24352) 138 : cluster [DBG] pgmap v105: 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 2023-12-06T14:58:22.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:22 smithi150 bash[25259]: cephadm 2023-12-06T14:58:20.803253+0000 mgr.y (mgr.24352) 139 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T14:58:22.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:22 smithi150 bash[25259]: cephadm 2023-12-06T14:58:20.832430+0000 mgr.y (mgr.24352) 140 : cephadm [INF] Deploying daemon rgw.smpl.smithi116.ivsfoh on smithi116 2023-12-06T14:58:22.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:22 smithi150 bash[25259]: cluster 2023-12-06T14:58:21.202404+0000 mon.a (mon.0) 940 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T14:58:23.512 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:23 smithi116 bash[25098]: cluster 2023-12-06T14:58:22.215934+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T14:58:23.512 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:23 smithi116 bash[25098]: audit 2023-12-06T14:58:22.293899+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:23.512 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:23 smithi116 bash[25098]: audit 2023-12-06T14:58:22.300938+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:23.513 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:23 smithi116 bash[30871]: cluster 2023-12-06T14:58:22.215934+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T14:58:23.513 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:23 smithi116 bash[30871]: audit 2023-12-06T14:58:22.293899+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:23.513 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:23 smithi116 bash[30871]: audit 2023-12-06T14:58:22.300938+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:23.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:23 smithi150 bash[25259]: cluster 2023-12-06T14:58:22.215934+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T14:58:23.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:23 smithi150 bash[25259]: audit 2023-12-06T14:58:22.293899+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:23.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:23 smithi150 bash[25259]: audit 2023-12-06T14:58:22.300938+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:24.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:24 smithi116 bash[25098]: cluster 2023-12-06T14:58:22.448261+0000 mgr.y (mgr.24352) 141 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:24.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:24 smithi116 bash[30871]: cluster 2023-12-06T14:58:22.448261+0000 mgr.y (mgr.24352) 141 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:24.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:24 smithi150 bash[25259]: cluster 2023-12-06T14:58:22.448261+0000 mgr.y (mgr.24352) 141 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: cluster 2023-12-06T14:58:24.449087+0000 mgr.y (mgr.24352) 142 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: audit 2023-12-06T14:58:25.825940+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: audit 2023-12-06T14:58:25.828391+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: audit 2023-12-06T14:58:25.828837+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: audit 2023-12-06T14:58:25.833909+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: audit 2023-12-06T14:58:25.842943+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25098]: audit 2023-12-06T14:58:25.844376+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: cluster 2023-12-06T14:58:24.449087+0000 mgr.y (mgr.24352) 142 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: audit 2023-12-06T14:58:25.825940+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: audit 2023-12-06T14:58:25.828391+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: audit 2023-12-06T14:58:25.828837+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: audit 2023-12-06T14:58:25.833909+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: audit 2023-12-06T14:58:25.842943+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[30871]: audit 2023-12-06T14:58:25.844376+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:26.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: cluster 2023-12-06T14:58:24.449087+0000 mgr.y (mgr.24352) 142 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: audit 2023-12-06T14:58:25.825940+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: audit 2023-12-06T14:58:25.828391+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: audit 2023-12-06T14:58:25.828837+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:58:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: audit 2023-12-06T14:58:25.833909+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:58:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: audit 2023-12-06T14:58:25.842943+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:26 smithi150 bash[25259]: audit 2023-12-06T14:58:25.844376+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:27.137 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:26 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:26] "GET /metrics HTTP/1.1" 200 207961 "" "Prometheus/2.33.4" 2023-12-06T14:58:27.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:27 smithi116 bash[25098]: cephadm 2023-12-06T14:58:25.845982+0000 mgr.y (mgr.24352) 143 : cephadm [INF] Deploying daemon rgw.smpl.smithi150.wouxyl on smithi150 2023-12-06T14:58:27.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:27 smithi116 bash[25098]: audit 2023-12-06T14:58:26.423354+0000 mon.c (mon.1) 97 : audit [INF] from='client.? 172.21.15.116:0/751940029' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T14:58:27.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:27 smithi116 bash[25098]: audit 2023-12-06T14:58:26.423907+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T14:58:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:27 smithi116 bash[30871]: cephadm 2023-12-06T14:58:25.845982+0000 mgr.y (mgr.24352) 143 : cephadm [INF] Deploying daemon rgw.smpl.smithi150.wouxyl on smithi150 2023-12-06T14:58:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:27 smithi116 bash[30871]: audit 2023-12-06T14:58:26.423354+0000 mon.c (mon.1) 97 : audit [INF] from='client.? 172.21.15.116:0/751940029' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T14:58:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:27 smithi116 bash[30871]: audit 2023-12-06T14:58:26.423907+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T14:58:27.644 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:27 smithi150 bash[25259]: cephadm 2023-12-06T14:58:25.845982+0000 mgr.y (mgr.24352) 143 : cephadm [INF] Deploying daemon rgw.smpl.smithi150.wouxyl on smithi150 2023-12-06T14:58:27.644 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:27 smithi150 bash[25259]: audit 2023-12-06T14:58:26.423354+0000 mon.c (mon.1) 97 : audit [INF] from='client.? 172.21.15.116:0/751940029' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T14:58:27.644 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:27 smithi150 bash[25259]: audit 2023-12-06T14:58:26.423907+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T14:58:27.940 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:58:27 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:58:28.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:28 smithi150 bash[25259]: cluster 2023-12-06T14:58:26.450700+0000 mgr.y (mgr.24352) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:28.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:28 smithi150 bash[25259]: audit 2023-12-06T14:58:27.315745+0000 mon.a (mon.0) 949 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T14:58:28.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:28 smithi150 bash[25259]: cluster 2023-12-06T14:58:27.316056+0000 mon.a (mon.0) 950 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T14:58:28.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:28 smithi116 bash[25098]: cluster 2023-12-06T14:58:26.450700+0000 mgr.y (mgr.24352) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:28.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:28 smithi116 bash[25098]: audit 2023-12-06T14:58:27.315745+0000 mon.a (mon.0) 949 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T14:58:28.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:28 smithi116 bash[25098]: cluster 2023-12-06T14:58:27.316056+0000 mon.a (mon.0) 950 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T14:58:28.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:28 smithi116 bash[30871]: cluster 2023-12-06T14:58:26.450700+0000 mgr.y (mgr.24352) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:28.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:28 smithi116 bash[30871]: audit 2023-12-06T14:58:27.315745+0000 mon.a (mon.0) 949 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T14:58:28.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:28 smithi116 bash[30871]: cluster 2023-12-06T14:58:27.316056+0000 mon.a (mon.0) 950 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: cluster 2023-12-06T14:58:28.338891+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: audit 2023-12-06T14:58:28.904610+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: audit 2023-12-06T14:58:28.909881+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: audit 2023-12-06T14:58:28.911503+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: audit 2023-12-06T14:58:29.229969+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: audit 2023-12-06T14:58:29.237183+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:29.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[25098]: audit 2023-12-06T14:58:29.238051+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: cluster 2023-12-06T14:58:28.338891+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: audit 2023-12-06T14:58:28.904610+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: audit 2023-12-06T14:58:28.909881+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: audit 2023-12-06T14:58:28.911503+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: audit 2023-12-06T14:58:29.229969+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: audit 2023-12-06T14:58:29.237183+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:29.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:29 smithi116 bash[30871]: audit 2023-12-06T14:58:29.238051+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: cluster 2023-12-06T14:58:28.338891+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: audit 2023-12-06T14:58:28.904610+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: audit 2023-12-06T14:58:28.909881+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: audit 2023-12-06T14:58:28.911503+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: audit 2023-12-06T14:58:29.229969+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: audit 2023-12-06T14:58:29.237183+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:29.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:29 smithi150 bash[25259]: audit 2023-12-06T14:58:29.238051+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[25098]: cluster 2023-12-06T14:58:28.451476+0000 mgr.y (mgr.24352) 145 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[25098]: cephadm 2023-12-06T14:58:28.922425+0000 mgr.y (mgr.24352) 146 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[25098]: cephadm 2023-12-06T14:58:29.230663+0000 mgr.y (mgr.24352) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[25098]: cephadm 2023-12-06T14:58:29.242611+0000 mgr.y (mgr.24352) 148 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[25098]: cluster 2023-12-06T14:58:29.342379+0000 mon.a (mon.0) 954 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[25098]: audit 2023-12-06T14:58:29.571615+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:30.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[30871]: cluster 2023-12-06T14:58:28.451476+0000 mgr.y (mgr.24352) 145 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:30.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[30871]: cephadm 2023-12-06T14:58:28.922425+0000 mgr.y (mgr.24352) 146 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:30.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[30871]: cephadm 2023-12-06T14:58:29.230663+0000 mgr.y (mgr.24352) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:30.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[30871]: cephadm 2023-12-06T14:58:29.242611+0000 mgr.y (mgr.24352) 148 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:30.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[30871]: cluster 2023-12-06T14:58:29.342379+0000 mon.a (mon.0) 954 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T14:58:30.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:30 smithi116 bash[30871]: audit 2023-12-06T14:58:29.571615+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:30 smithi150 bash[25259]: cluster 2023-12-06T14:58:28.451476+0000 mgr.y (mgr.24352) 145 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:30 smithi150 bash[25259]: cephadm 2023-12-06T14:58:28.922425+0000 mgr.y (mgr.24352) 146 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:30 smithi150 bash[25259]: cephadm 2023-12-06T14:58:29.230663+0000 mgr.y (mgr.24352) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:30 smithi150 bash[25259]: cephadm 2023-12-06T14:58:29.242611+0000 mgr.y (mgr.24352) 148 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T14:58:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:30 smithi150 bash[25259]: cluster 2023-12-06T14:58:29.342379+0000 mon.a (mon.0) 954 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T14:58:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:30 smithi150 bash[25259]: audit 2023-12-06T14:58:29.571615+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:30.937 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-06T14:58:31.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:31 smithi116 bash[25098]: cephadm 2023-12-06T14:58:29.575815+0000 mgr.y (mgr.24352) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:31.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:31 smithi116 bash[25098]: audit 2023-12-06T14:58:30.552149+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:31.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:31 smithi116 bash[30871]: cephadm 2023-12-06T14:58:29.575815+0000 mgr.y (mgr.24352) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:31.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:31 smithi116 bash[30871]: audit 2023-12-06T14:58:30.552149+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:31.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:31 smithi150 bash[25259]: cephadm 2023-12-06T14:58:29.575815+0000 mgr.y (mgr.24352) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:31.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:31 smithi150 bash[25259]: audit 2023-12-06T14:58:30.552149+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:32.615 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:32 smithi150 bash[25259]: cluster 2023-12-06T14:58:30.452168+0000 mgr.y (mgr.24352) 150 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:32.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:32 smithi116 bash[25098]: cluster 2023-12-06T14:58:30.452168+0000 mgr.y (mgr.24352) 150 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:32.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:32 smithi116 bash[30871]: cluster 2023-12-06T14:58:30.452168+0000 mgr.y (mgr.24352) 150 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:34.532 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:34 smithi116 bash[25098]: cluster 2023-12-06T14:58:32.454070+0000 mgr.y (mgr.24352) 151 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 87 MiB used, 715 GiB / 715 GiB avail; 228 KiB/s rd, 682 B/s wr, 346 op/s 2023-12-06T14:58:34.533 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:34 smithi116 bash[30871]: cluster 2023-12-06T14:58:32.454070+0000 mgr.y (mgr.24352) 151 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 87 MiB used, 715 GiB / 715 GiB avail; 228 KiB/s rd, 682 B/s wr, 346 op/s 2023-12-06T14:58:34.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:34 smithi150 bash[25259]: cluster 2023-12-06T14:58:32.454070+0000 mgr.y (mgr.24352) 151 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 87 MiB used, 715 GiB / 715 GiB avail; 228 KiB/s rd, 682 B/s wr, 346 op/s 2023-12-06T14:58:35.633 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled iscsi.foo update... 2023-12-06T14:58:36.550 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 120' 2023-12-06T14:58:36.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:58:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25098]: cluster 2023-12-06T14:58:34.454858+0000 mgr.y (mgr.24352) 152 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 87 MiB used, 715 GiB / 715 GiB avail; 192 KiB/s rd, 573 B/s wr, 291 op/s 2023-12-06T14:58:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25098]: audit 2023-12-06T14:58:35.630316+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25098]: audit 2023-12-06T14:58:35.659007+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25098]: audit 2023-12-06T14:58:35.660673+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25098]: audit 2023-12-06T14:58:35.669280+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[30871]: cluster 2023-12-06T14:58:34.454858+0000 mgr.y (mgr.24352) 152 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 87 MiB used, 715 GiB / 715 GiB avail; 192 KiB/s rd, 573 B/s wr, 291 op/s 2023-12-06T14:58:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[30871]: audit 2023-12-06T14:58:35.630316+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[30871]: audit 2023-12-06T14:58:35.659007+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[30871]: audit 2023-12-06T14:58:35.660673+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[30871]: audit 2023-12-06T14:58:35.669280+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:36.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:36 smithi150 bash[25259]: cluster 2023-12-06T14:58:34.454858+0000 mgr.y (mgr.24352) 152 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 87 MiB used, 715 GiB / 715 GiB avail; 192 KiB/s rd, 573 B/s wr, 291 op/s 2023-12-06T14:58:36.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:36 smithi150 bash[25259]: audit 2023-12-06T14:58:35.630316+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:36.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:36 smithi150 bash[25259]: audit 2023-12-06T14:58:35.659007+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:36.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:36 smithi150 bash[25259]: audit 2023-12-06T14:58:35.660673+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:36.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:36 smithi150 bash[25259]: audit 2023-12-06T14:58:35.669280+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:37.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:36 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:36] "GET /metrics HTTP/1.1" 200 214930 "" "Prometheus/2.33.4" 2023-12-06T14:58:37.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:37.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[25098]: audit 2023-12-06T14:58:35.617835+0000 mgr.y (mgr.24352) 153 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:37.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[25098]: cephadm 2023-12-06T14:58:35.622648+0000 mgr.y (mgr.24352) 154 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T14:58:37.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[25098]: cephadm 2023-12-06T14:58:35.671534+0000 mgr.y (mgr.24352) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:37.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[25098]: audit 2023-12-06T14:58:36.490258+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:37.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[25098]: cluster 2023-12-06T14:58:37.186927+0000 mon.a (mon.0) 960 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T14:58:37.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[30871]: audit 2023-12-06T14:58:35.617835+0000 mgr.y (mgr.24352) 153 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:37.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[30871]: cephadm 2023-12-06T14:58:35.622648+0000 mgr.y (mgr.24352) 154 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T14:58:37.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[30871]: cephadm 2023-12-06T14:58:35.671534+0000 mgr.y (mgr.24352) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:37.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[30871]: audit 2023-12-06T14:58:36.490258+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:37.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:37 smithi116 bash[30871]: cluster 2023-12-06T14:58:37.186927+0000 mon.a (mon.0) 960 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T14:58:37.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:37 smithi150 bash[25259]: audit 2023-12-06T14:58:35.617835+0000 mgr.y (mgr.24352) 153 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:37.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:37 smithi150 bash[25259]: cephadm 2023-12-06T14:58:35.622648+0000 mgr.y (mgr.24352) 154 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T14:58:37.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:37 smithi150 bash[25259]: cephadm 2023-12-06T14:58:35.671534+0000 mgr.y (mgr.24352) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:37.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:37 smithi150 bash[25259]: audit 2023-12-06T14:58:36.490258+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:37.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:37 smithi150 bash[25259]: cluster 2023-12-06T14:58:37.186927+0000 mon.a (mon.0) 960 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T14:58:38.149 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:58:37 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:58:38.207 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:58:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:38.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:38 smithi150 bash[25259]: cluster 2023-12-06T14:58:36.456614+0000 mgr.y (mgr.24352) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 168 KiB/s rd, 504 B/s wr, 256 op/s 2023-12-06T14:58:38.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:38 smithi150 bash[25259]: audit 2023-12-06T14:58:37.601711+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:38 smithi150 bash[25259]: audit 2023-12-06T14:58:38.130864+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:38 smithi150 bash[25259]: audit 2023-12-06T14:58:38.141539+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[25098]: cluster 2023-12-06T14:58:36.456614+0000 mgr.y (mgr.24352) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 168 KiB/s rd, 504 B/s wr, 256 op/s 2023-12-06T14:58:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[25098]: audit 2023-12-06T14:58:37.601711+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[25098]: audit 2023-12-06T14:58:38.130864+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[25098]: audit 2023-12-06T14:58:38.141539+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[30871]: cluster 2023-12-06T14:58:36.456614+0000 mgr.y (mgr.24352) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 168 KiB/s rd, 504 B/s wr, 256 op/s 2023-12-06T14:58:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[30871]: audit 2023-12-06T14:58:37.601711+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[30871]: audit 2023-12-06T14:58:38.130864+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:38 smithi116 bash[30871]: audit 2023-12-06T14:58:38.141539+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:39.566 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:39 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: cluster 2023-12-06T14:58:38.457346+0000 mgr.y (mgr.24352) 157 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 150 KiB/s rd, 449 B/s wr, 228 op/s 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.217198+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.226148+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.248383+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.250390+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.263116+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: cephadm 2023-12-06T14:58:39.271801+0000 mgr.y (mgr.24352) 158 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.280667+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.281208+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.287756+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: audit 2023-12-06T14:58:39.296657+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[25098]: cephadm 2023-12-06T14:58:39.298436+0000 mgr.y (mgr.24352) 159 : cephadm [INF] Deploying daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T14:58:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: cluster 2023-12-06T14:58:38.457346+0000 mgr.y (mgr.24352) 157 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 150 KiB/s rd, 449 B/s wr, 228 op/s 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.217198+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.226148+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.248383+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.250390+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.263116+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: cephadm 2023-12-06T14:58:39.271801+0000 mgr.y (mgr.24352) 158 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.280667+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.281208+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.287756+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: audit 2023-12-06T14:58:39.296657+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:40 smithi116 bash[30871]: cephadm 2023-12-06T14:58:39.298436+0000 mgr.y (mgr.24352) 159 : cephadm [INF] Deploying daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T14:58:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: cluster 2023-12-06T14:58:38.457346+0000 mgr.y (mgr.24352) 157 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 150 KiB/s rd, 449 B/s wr, 228 op/s 2023-12-06T14:58:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.217198+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.226148+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.248383+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.250390+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.263116+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: cephadm 2023-12-06T14:58:39.271801+0000 mgr.y (mgr.24352) 158 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.280667+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.281208+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.287756+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: audit 2023-12-06T14:58:39.296657+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:40 smithi150 bash[25259]: cephadm 2023-12-06T14:58:39.298436+0000 mgr.y (mgr.24352) 159 : cephadm [INF] Deploying daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T14:58:42.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:42 smithi116 bash[25098]: cluster 2023-12-06T14:58:40.458124+0000 mgr.y (mgr.24352) 160 : cluster [DBG] pgmap v121: 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 2023-12-06T14:58:42.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:42 smithi116 bash[25098]: cluster 2023-12-06T14:58:41.239274+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2023-12-06T14:58:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:42 smithi116 bash[30871]: cluster 2023-12-06T14:58:40.458124+0000 mgr.y (mgr.24352) 160 : cluster [DBG] pgmap v121: 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 2023-12-06T14:58:42.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:42 smithi116 bash[30871]: cluster 2023-12-06T14:58:41.239274+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2023-12-06T14:58:42.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:42 smithi150 bash[25259]: cluster 2023-12-06T14:58:40.458124+0000 mgr.y (mgr.24352) 160 : cluster [DBG] pgmap v121: 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 2023-12-06T14:58:42.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:42 smithi150 bash[25259]: cluster 2023-12-06T14:58:41.239274+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2023-12-06T14:58:43.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.270633+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.274358+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.275630+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.286016+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: cephadm 2023-12-06T14:58:42.288575+0000 mgr.y (mgr.24352) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.295167+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.295894+0000 mgr.y (mgr.24352) 162 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: cephadm 2023-12-06T14:58:42.297138+0000 mgr.y (mgr.24352) 163 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.297401+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.297958+0000 mgr.y (mgr.24352) 164 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.305015+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.308982+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.309882+0000 mgr.y (mgr.24352) 165 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T14:58:43.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.322085+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.323960+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.324940+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: audit 2023-12-06T14:58:42.331455+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[25098]: cephadm 2023-12-06T14:58:42.332061+0000 mgr.y (mgr.24352) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.270633+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.274358+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.275630+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.286016+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: cephadm 2023-12-06T14:58:42.288575+0000 mgr.y (mgr.24352) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.295167+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.295894+0000 mgr.y (mgr.24352) 162 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T14:58:43.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: cephadm 2023-12-06T14:58:42.297138+0000 mgr.y (mgr.24352) 163 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.297401+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.297958+0000 mgr.y (mgr.24352) 164 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.305015+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.308982+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.309882+0000 mgr.y (mgr.24352) 165 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.322085+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.323960+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.324940+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: audit 2023-12-06T14:58:42.331455+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:43 smithi116 bash[30871]: cephadm 2023-12-06T14:58:42.332061+0000 mgr.y (mgr.24352) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:43.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.270633+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.274358+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:43.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.275630+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:43.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.286016+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: cephadm 2023-12-06T14:58:42.288575+0000 mgr.y (mgr.24352) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.295167+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.295894+0000 mgr.y (mgr.24352) 162 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: cephadm 2023-12-06T14:58:42.297138+0000 mgr.y (mgr.24352) 163 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.297401+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.297958+0000 mgr.y (mgr.24352) 164 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.305015+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.308982+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.309882+0000 mgr.y (mgr.24352) 165 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.322085+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.323960+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.324940+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: audit 2023-12-06T14:58:42.331455+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:43.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:43 smithi150 bash[25259]: cephadm 2023-12-06T14:58:42.332061+0000 mgr.y (mgr.24352) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T14:58:44.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:44 smithi116 bash[25098]: cluster 2023-12-06T14:58:42.459075+0000 mgr.y (mgr.24352) 167 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:44.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:44 smithi116 bash[30871]: cluster 2023-12-06T14:58:42.459075+0000 mgr.y (mgr.24352) 167 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:44.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:44 smithi150 bash[25259]: cluster 2023-12-06T14:58:42.459075+0000 mgr.y (mgr.24352) 167 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:45.346 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:45 smithi116 bash[30871]: audit 2023-12-06T14:58:45.140983+0000 mon.c (mon.1) 115 : audit [DBG] from='client.? 172.21.15.116:0/1224591655' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T14:58:45.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:45 smithi116 bash[25098]: audit 2023-12-06T14:58:45.140983+0000 mon.c (mon.1) 115 : audit [DBG] from='client.? 172.21.15.116:0/1224591655' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T14:58:45.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:45 smithi150 bash[25259]: audit 2023-12-06T14:58:45.140983+0000 mon.c (mon.1) 115 : audit [DBG] from='client.? 172.21.15.116:0/1224591655' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[25098]: cluster 2023-12-06T14:58:44.459642+0000 mgr.y (mgr.24352) 168 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[25098]: audit 2023-12-06T14:58:45.504644+0000 mon.c (mon.1) 116 : audit [INF] from='client.? 172.21.15.116:0/2930914837' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]: dispatch 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[25098]: audit 2023-12-06T14:58:45.505759+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]: dispatch 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[25098]: audit 2023-12-06T14:58:45.565280+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[30871]: cluster 2023-12-06T14:58:44.459642+0000 mgr.y (mgr.24352) 168 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[30871]: audit 2023-12-06T14:58:45.504644+0000 mon.c (mon.1) 116 : audit [INF] from='client.? 172.21.15.116:0/2930914837' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]: dispatch 2023-12-06T14:58:46.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[30871]: audit 2023-12-06T14:58:45.505759+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]: dispatch 2023-12-06T14:58:46.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[30871]: audit 2023-12-06T14:58:45.565280+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:46 smithi150 bash[25259]: cluster 2023-12-06T14:58:44.459642+0000 mgr.y (mgr.24352) 168 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:46 smithi150 bash[25259]: audit 2023-12-06T14:58:45.504644+0000 mon.c (mon.1) 116 : audit [INF] from='client.? 172.21.15.116:0/2930914837' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]: dispatch 2023-12-06T14:58:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:46 smithi150 bash[25259]: audit 2023-12-06T14:58:45.505759+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]: dispatch 2023-12-06T14:58:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:46 smithi150 bash[25259]: audit 2023-12-06T14:58:45.565280+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:47.364 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:46 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:46] "GET /metrics HTTP/1.1" 200 214930 "" "Prometheus/2.33.4" 2023-12-06T14:58:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:47 smithi116 bash[25098]: audit 2023-12-06T14:58:46.357403+0000 mon.a (mon.0) 977 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]': finished 2023-12-06T14:58:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:47 smithi116 bash[25098]: cluster 2023-12-06T14:58:46.357514+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T14:58:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:47 smithi116 bash[25098]: audit 2023-12-06T14:58:46.733971+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.116:0/1251611258' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/4074157736"}]: dispatch 2023-12-06T14:58:47.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:47 smithi116 bash[30871]: audit 2023-12-06T14:58:46.357403+0000 mon.a (mon.0) 977 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]': finished 2023-12-06T14:58:47.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:47 smithi116 bash[30871]: cluster 2023-12-06T14:58:46.357514+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T14:58:47.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:47 smithi116 bash[30871]: audit 2023-12-06T14:58:46.733971+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.116:0/1251611258' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/4074157736"}]: dispatch 2023-12-06T14:58:47.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:47 smithi150 bash[25259]: audit 2023-12-06T14:58:46.357403+0000 mon.a (mon.0) 977 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2104978858"}]': finished 2023-12-06T14:58:47.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:47 smithi150 bash[25259]: cluster 2023-12-06T14:58:46.357514+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T14:58:47.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:47 smithi150 bash[25259]: audit 2023-12-06T14:58:46.733971+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.116:0/1251611258' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/4074157736"}]: dispatch 2023-12-06T14:58:48.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:58:47 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:58:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[25098]: cluster 2023-12-06T14:58:46.461463+0000 mgr.y (mgr.24352) 169 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 220 B/s rd, 110 B/s wr, 1 op/s 2023-12-06T14:58:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[25098]: audit 2023-12-06T14:58:47.368213+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.116:0/1251611258' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/4074157736"}]': finished 2023-12-06T14:58:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[25098]: cluster 2023-12-06T14:58:47.368271+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T14:58:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[25098]: audit 2023-12-06T14:58:47.727197+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.116:0/3090765292' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/257577104"}]: dispatch 2023-12-06T14:58:48.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[30871]: cluster 2023-12-06T14:58:46.461463+0000 mgr.y (mgr.24352) 169 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 220 B/s rd, 110 B/s wr, 1 op/s 2023-12-06T14:58:48.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[30871]: audit 2023-12-06T14:58:47.368213+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.116:0/1251611258' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/4074157736"}]': finished 2023-12-06T14:58:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[30871]: cluster 2023-12-06T14:58:47.368271+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T14:58:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[30871]: audit 2023-12-06T14:58:47.727197+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.116:0/3090765292' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/257577104"}]: dispatch 2023-12-06T14:58:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:48 smithi150 bash[25259]: cluster 2023-12-06T14:58:46.461463+0000 mgr.y (mgr.24352) 169 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 220 B/s rd, 110 B/s wr, 1 op/s 2023-12-06T14:58:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:48 smithi150 bash[25259]: audit 2023-12-06T14:58:47.368213+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.116:0/1251611258' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/4074157736"}]': finished 2023-12-06T14:58:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:48 smithi150 bash[25259]: cluster 2023-12-06T14:58:47.368271+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T14:58:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:48 smithi150 bash[25259]: audit 2023-12-06T14:58:47.727197+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.116:0/3090765292' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/257577104"}]: dispatch 2023-12-06T14:58:49.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:48 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[25098]: audit 2023-12-06T14:58:48.378716+0000 mon.a (mon.0) 983 : audit [INF] from='client.? 172.21.15.116:0/3090765292' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/257577104"}]': finished 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[25098]: cluster 2023-12-06T14:58:48.378996+0000 mon.a (mon.0) 984 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[25098]: audit 2023-12-06T14:58:48.758357+0000 mon.c (mon.1) 117 : audit [INF] from='client.? 172.21.15.116:0/280048425' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]: dispatch 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[25098]: audit 2023-12-06T14:58:48.759021+0000 mon.a (mon.0) 985 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]: dispatch 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[25098]: audit 2023-12-06T14:58:48.763540+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[30871]: audit 2023-12-06T14:58:48.378716+0000 mon.a (mon.0) 983 : audit [INF] from='client.? 172.21.15.116:0/3090765292' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/257577104"}]': finished 2023-12-06T14:58:49.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[30871]: cluster 2023-12-06T14:58:48.378996+0000 mon.a (mon.0) 984 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T14:58:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[30871]: audit 2023-12-06T14:58:48.758357+0000 mon.c (mon.1) 117 : audit [INF] from='client.? 172.21.15.116:0/280048425' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]: dispatch 2023-12-06T14:58:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[30871]: audit 2023-12-06T14:58:48.759021+0000 mon.a (mon.0) 985 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]: dispatch 2023-12-06T14:58:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:49 smithi116 bash[30871]: audit 2023-12-06T14:58:48.763540+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:49.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:49 smithi150 bash[25259]: audit 2023-12-06T14:58:48.378716+0000 mon.a (mon.0) 983 : audit [INF] from='client.? 172.21.15.116:0/3090765292' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/257577104"}]': finished 2023-12-06T14:58:49.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:49 smithi150 bash[25259]: cluster 2023-12-06T14:58:48.378996+0000 mon.a (mon.0) 984 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T14:58:49.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:49 smithi150 bash[25259]: audit 2023-12-06T14:58:48.758357+0000 mon.c (mon.1) 117 : audit [INF] from='client.? 172.21.15.116:0/280048425' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]: dispatch 2023-12-06T14:58:49.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:49 smithi150 bash[25259]: audit 2023-12-06T14:58:48.759021+0000 mon.a (mon.0) 985 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]: dispatch 2023-12-06T14:58:49.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:49 smithi150 bash[25259]: audit 2023-12-06T14:58:48.763540+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:50.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:58:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:50.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[25098]: cluster 2023-12-06T14:58:48.462166+0000 mgr.y (mgr.24352) 170 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 1 op/s 2023-12-06T14:58:50.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[25098]: audit 2023-12-06T14:58:49.388443+0000 mon.a (mon.0) 987 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]': finished 2023-12-06T14:58:50.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[25098]: cluster 2023-12-06T14:58:49.388528+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T14:58:50.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[25098]: audit 2023-12-06T14:58:49.751176+0000 mon.a (mon.0) 989 : audit [INF] from='client.? 172.21.15.116:0/987515643' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/4074157736"}]: dispatch 2023-12-06T14:58:50.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[30871]: cluster 2023-12-06T14:58:48.462166+0000 mgr.y (mgr.24352) 170 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 1 op/s 2023-12-06T14:58:50.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[30871]: audit 2023-12-06T14:58:49.388443+0000 mon.a (mon.0) 987 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]': finished 2023-12-06T14:58:50.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[30871]: cluster 2023-12-06T14:58:49.388528+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T14:58:50.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:50 smithi116 bash[30871]: audit 2023-12-06T14:58:49.751176+0000 mon.a (mon.0) 989 : audit [INF] from='client.? 172.21.15.116:0/987515643' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/4074157736"}]: dispatch 2023-12-06T14:58:50.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:50 smithi150 bash[25259]: cluster 2023-12-06T14:58:48.462166+0000 mgr.y (mgr.24352) 170 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 1 op/s 2023-12-06T14:58:50.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:50 smithi150 bash[25259]: audit 2023-12-06T14:58:49.388443+0000 mon.a (mon.0) 987 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/988622812"}]': finished 2023-12-06T14:58:50.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:50 smithi150 bash[25259]: cluster 2023-12-06T14:58:49.388528+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T14:58:50.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:50 smithi150 bash[25259]: audit 2023-12-06T14:58:49.751176+0000 mon.a (mon.0) 989 : audit [INF] from='client.? 172.21.15.116:0/987515643' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/4074157736"}]: dispatch 2023-12-06T14:58:51.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.387512+0000 mon.a (mon.0) 990 : audit [INF] from='client.? 172.21.15.116:0/987515643' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/4074157736"}]': finished 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: cluster 2023-12-06T14:58:50.387683+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.554082+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.565217+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.571916+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.573058+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.584244+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[30871]: audit 2023-12-06T14:58:50.740528+0000 mon.a (mon.0) 995 : audit [INF] from='client.? 172.21.15.116:0/641037347' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3770074276"}]: dispatch 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.387512+0000 mon.a (mon.0) 990 : audit [INF] from='client.? 172.21.15.116:0/987515643' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/4074157736"}]': finished 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: cluster 2023-12-06T14:58:50.387683+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.554082+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.565217+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.571916+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.573058+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.584244+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:51 smithi116 bash[25098]: audit 2023-12-06T14:58:50.740528+0000 mon.a (mon.0) 995 : audit [INF] from='client.? 172.21.15.116:0/641037347' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3770074276"}]: dispatch 2023-12-06T14:58:51.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.387512+0000 mon.a (mon.0) 990 : audit [INF] from='client.? 172.21.15.116:0/987515643' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/4074157736"}]': finished 2023-12-06T14:58:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: cluster 2023-12-06T14:58:50.387683+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T14:58:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.554082+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.565217+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.571916+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.573058+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:58:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.584244+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:51 smithi150 bash[25259]: audit 2023-12-06T14:58:50.740528+0000 mon.a (mon.0) 995 : audit [INF] from='client.? 172.21.15.116:0/641037347' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3770074276"}]: dispatch 2023-12-06T14:58:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[25098]: cluster 2023-12-06T14:58:50.462919+0000 mgr.y (mgr.24352) 171 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[25098]: audit 2023-12-06T14:58:51.591154+0000 mon.a (mon.0) 996 : audit [INF] from='client.? 172.21.15.116:0/641037347' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3770074276"}]': finished 2023-12-06T14:58:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[25098]: cluster 2023-12-06T14:58:51.591375+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T14:58:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[25098]: audit 2023-12-06T14:58:51.955139+0000 mon.a (mon.0) 998 : audit [INF] from='client.? 172.21.15.116:0/1889887056' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3019604048"}]: dispatch 2023-12-06T14:58:52.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[30871]: cluster 2023-12-06T14:58:50.462919+0000 mgr.y (mgr.24352) 171 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:52.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[30871]: audit 2023-12-06T14:58:51.591154+0000 mon.a (mon.0) 996 : audit [INF] from='client.? 172.21.15.116:0/641037347' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3770074276"}]': finished 2023-12-06T14:58:52.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[30871]: cluster 2023-12-06T14:58:51.591375+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T14:58:52.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:52 smithi116 bash[30871]: audit 2023-12-06T14:58:51.955139+0000 mon.a (mon.0) 998 : audit [INF] from='client.? 172.21.15.116:0/1889887056' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3019604048"}]: dispatch 2023-12-06T14:58:52.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:52 smithi150 bash[25259]: cluster 2023-12-06T14:58:50.462919+0000 mgr.y (mgr.24352) 171 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:58:52.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:52 smithi150 bash[25259]: audit 2023-12-06T14:58:51.591154+0000 mon.a (mon.0) 996 : audit [INF] from='client.? 172.21.15.116:0/641037347' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3770074276"}]': finished 2023-12-06T14:58:52.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:52 smithi150 bash[25259]: cluster 2023-12-06T14:58:51.591375+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T14:58:52.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:52 smithi150 bash[25259]: audit 2023-12-06T14:58:51.955139+0000 mon.a (mon.0) 998 : audit [INF] from='client.? 172.21.15.116:0/1889887056' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3019604048"}]: dispatch 2023-12-06T14:58:53.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:53 smithi150 bash[25259]: cluster 2023-12-06T14:58:52.463808+0000 mgr.y (mgr.24352) 172 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:53.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:53 smithi150 bash[25259]: audit 2023-12-06T14:58:52.595675+0000 mon.a (mon.0) 999 : audit [INF] from='client.? 172.21.15.116:0/1889887056' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3019604048"}]': finished 2023-12-06T14:58:53.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:53 smithi150 bash[25259]: cluster 2023-12-06T14:58:52.596443+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T14:58:53.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:53 smithi150 bash[25259]: audit 2023-12-06T14:58:52.946422+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? 172.21.15.116:0/2433685981' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1675326624"}]: dispatch 2023-12-06T14:58:53.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[25098]: cluster 2023-12-06T14:58:52.463808+0000 mgr.y (mgr.24352) 172 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:53.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[25098]: audit 2023-12-06T14:58:52.595675+0000 mon.a (mon.0) 999 : audit [INF] from='client.? 172.21.15.116:0/1889887056' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3019604048"}]': finished 2023-12-06T14:58:53.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[25098]: cluster 2023-12-06T14:58:52.596443+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T14:58:53.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[25098]: audit 2023-12-06T14:58:52.946422+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? 172.21.15.116:0/2433685981' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1675326624"}]: dispatch 2023-12-06T14:58:53.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[30871]: cluster 2023-12-06T14:58:52.463808+0000 mgr.y (mgr.24352) 172 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:53.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[30871]: audit 2023-12-06T14:58:52.595675+0000 mon.a (mon.0) 999 : audit [INF] from='client.? 172.21.15.116:0/1889887056' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3019604048"}]': finished 2023-12-06T14:58:53.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[30871]: cluster 2023-12-06T14:58:52.596443+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T14:58:53.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:53 smithi116 bash[30871]: audit 2023-12-06T14:58:52.946422+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? 172.21.15.116:0/2433685981' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1675326624"}]: dispatch 2023-12-06T14:58:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[25098]: audit 2023-12-06T14:58:53.602852+0000 mon.a (mon.0) 1002 : audit [INF] from='client.? 172.21.15.116:0/2433685981' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1675326624"}]': finished 2023-12-06T14:58:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[25098]: cluster 2023-12-06T14:58:53.603022+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T14:58:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[25098]: audit 2023-12-06T14:58:53.960596+0000 mon.c (mon.1) 120 : audit [INF] from='client.? 172.21.15.116:0/3940551992' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]: dispatch 2023-12-06T14:58:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[25098]: audit 2023-12-06T14:58:53.961626+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]: dispatch 2023-12-06T14:58:54.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[30871]: audit 2023-12-06T14:58:53.602852+0000 mon.a (mon.0) 1002 : audit [INF] from='client.? 172.21.15.116:0/2433685981' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1675326624"}]': finished 2023-12-06T14:58:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[30871]: cluster 2023-12-06T14:58:53.603022+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T14:58:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[30871]: audit 2023-12-06T14:58:53.960596+0000 mon.c (mon.1) 120 : audit [INF] from='client.? 172.21.15.116:0/3940551992' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]: dispatch 2023-12-06T14:58:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:54 smithi116 bash[30871]: audit 2023-12-06T14:58:53.961626+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]: dispatch 2023-12-06T14:58:54.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:54 smithi150 bash[25259]: audit 2023-12-06T14:58:53.602852+0000 mon.a (mon.0) 1002 : audit [INF] from='client.? 172.21.15.116:0/2433685981' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1675326624"}]': finished 2023-12-06T14:58:54.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:54 smithi150 bash[25259]: cluster 2023-12-06T14:58:53.603022+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T14:58:54.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:54 smithi150 bash[25259]: audit 2023-12-06T14:58:53.960596+0000 mon.c (mon.1) 120 : audit [INF] from='client.? 172.21.15.116:0/3940551992' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]: dispatch 2023-12-06T14:58:54.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:54 smithi150 bash[25259]: audit 2023-12-06T14:58:53.961626+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]: dispatch 2023-12-06T14:58:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[25098]: cluster 2023-12-06T14:58:54.464708+0000 mgr.y (mgr.24352) 173 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[25098]: audit 2023-12-06T14:58:54.613648+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]': finished 2023-12-06T14:58:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[25098]: cluster 2023-12-06T14:58:54.613796+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T14:58:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[25098]: audit 2023-12-06T14:58:54.824859+0000 mgr.y (mgr.24352) 174 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:58:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[25098]: audit 2023-12-06T14:58:54.977572+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.116:0/894041120' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/927063938"}]: dispatch 2023-12-06T14:58:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[30871]: cluster 2023-12-06T14:58:54.464708+0000 mgr.y (mgr.24352) 173 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[30871]: audit 2023-12-06T14:58:54.613648+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]': finished 2023-12-06T14:58:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[30871]: cluster 2023-12-06T14:58:54.613796+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T14:58:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[30871]: audit 2023-12-06T14:58:54.824859+0000 mgr.y (mgr.24352) 174 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:58:55.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:55 smithi116 bash[30871]: audit 2023-12-06T14:58:54.977572+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.116:0/894041120' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/927063938"}]: dispatch 2023-12-06T14:58:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:55 smithi150 bash[25259]: cluster 2023-12-06T14:58:54.464708+0000 mgr.y (mgr.24352) 173 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:55 smithi150 bash[25259]: audit 2023-12-06T14:58:54.613648+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/216201846"}]': finished 2023-12-06T14:58:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:55 smithi150 bash[25259]: cluster 2023-12-06T14:58:54.613796+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T14:58:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:55 smithi150 bash[25259]: audit 2023-12-06T14:58:54.824859+0000 mgr.y (mgr.24352) 174 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:58:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:55 smithi150 bash[25259]: audit 2023-12-06T14:58:54.977572+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.116:0/894041120' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/927063938"}]: dispatch 2023-12-06T14:58:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[25098]: audit 2023-12-06T14:58:55.626754+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? 172.21.15.116:0/894041120' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/927063938"}]': finished 2023-12-06T14:58:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[25098]: cluster 2023-12-06T14:58:55.626835+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T14:58:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[25098]: audit 2023-12-06T14:58:55.990587+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.116:0/2731112804' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1994867760"}]: dispatch 2023-12-06T14:58:56.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[30871]: audit 2023-12-06T14:58:55.626754+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? 172.21.15.116:0/894041120' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/927063938"}]': finished 2023-12-06T14:58:56.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[30871]: cluster 2023-12-06T14:58:55.626835+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T14:58:56.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[30871]: audit 2023-12-06T14:58:55.990587+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.116:0/2731112804' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1994867760"}]: dispatch 2023-12-06T14:58:56.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:56 smithi150 bash[25259]: audit 2023-12-06T14:58:55.626754+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? 172.21.15.116:0/894041120' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/927063938"}]': finished 2023-12-06T14:58:56.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:56 smithi150 bash[25259]: cluster 2023-12-06T14:58:55.626835+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T14:58:56.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:56 smithi150 bash[25259]: audit 2023-12-06T14:58:55.990587+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.116:0/2731112804' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1994867760"}]: dispatch 2023-12-06T14:58:57.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:56] "GET /metrics HTTP/1.1" 200 214918 "" "Prometheus/2.33.4" 2023-12-06T14:58:57.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:58:56 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:58:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:58:57.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: cluster 2023-12-06T14:58:56.466489+0000 mgr.y (mgr.24352) 175 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: audit 2023-12-06T14:58:56.635496+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? 172.21.15.116:0/2731112804' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1994867760"}]': finished 2023-12-06T14:58:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: cluster 2023-12-06T14:58:56.635581+0000 mon.a (mon.0) 1012 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T14:58:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: audit 2023-12-06T14:58:56.974312+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: audit 2023-12-06T14:58:56.982478+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: audit 2023-12-06T14:58:57.001357+0000 mon.c (mon.1) 121 : audit [INF] from='client.? 172.21.15.116:0/1797618788' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]: dispatch 2023-12-06T14:58:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[25098]: audit 2023-12-06T14:58:57.002104+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]: dispatch 2023-12-06T14:58:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: cluster 2023-12-06T14:58:56.466489+0000 mgr.y (mgr.24352) 175 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: audit 2023-12-06T14:58:56.635496+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? 172.21.15.116:0/2731112804' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1994867760"}]': finished 2023-12-06T14:58:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: cluster 2023-12-06T14:58:56.635581+0000 mon.a (mon.0) 1012 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T14:58:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: audit 2023-12-06T14:58:56.974312+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: audit 2023-12-06T14:58:56.982478+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: audit 2023-12-06T14:58:57.001357+0000 mon.c (mon.1) 121 : audit [INF] from='client.? 172.21.15.116:0/1797618788' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]: dispatch 2023-12-06T14:58:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:57 smithi116 bash[30871]: audit 2023-12-06T14:58:57.002104+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]: dispatch 2023-12-06T14:58:57.941 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:58:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:58:57.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: cluster 2023-12-06T14:58:56.466489+0000 mgr.y (mgr.24352) 175 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:58:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: audit 2023-12-06T14:58:56.635496+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? 172.21.15.116:0/2731112804' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1994867760"}]': finished 2023-12-06T14:58:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: cluster 2023-12-06T14:58:56.635581+0000 mon.a (mon.0) 1012 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T14:58:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: audit 2023-12-06T14:58:56.974312+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: audit 2023-12-06T14:58:56.982478+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:58:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: audit 2023-12-06T14:58:57.001357+0000 mon.c (mon.1) 121 : audit [INF] from='client.? 172.21.15.116:0/1797618788' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]: dispatch 2023-12-06T14:58:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:57 smithi150 bash[25259]: audit 2023-12-06T14:58:57.002104+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]: dispatch 2023-12-06T14:58:59.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:58 smithi116 bash[25098]: audit 2023-12-06T14:58:57.988571+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]': finished 2023-12-06T14:58:59.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:58 smithi116 bash[25098]: cluster 2023-12-06T14:58:57.988758+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T14:58:59.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:58 smithi116 bash[25098]: audit 2023-12-06T14:58:58.356344+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.116:0/695018908' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1142456977"}]: dispatch 2023-12-06T14:58:59.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:58 smithi116 bash[30871]: audit 2023-12-06T14:58:57.988571+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]': finished 2023-12-06T14:58:59.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:58 smithi116 bash[30871]: cluster 2023-12-06T14:58:57.988758+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T14:58:59.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:58 smithi116 bash[30871]: audit 2023-12-06T14:58:58.356344+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.116:0/695018908' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1142456977"}]: dispatch 2023-12-06T14:58:59.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:58 smithi150 bash[25259]: audit 2023-12-06T14:58:57.988571+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/957384782"}]': finished 2023-12-06T14:58:59.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:58 smithi150 bash[25259]: cluster 2023-12-06T14:58:57.988758+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T14:58:59.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:58 smithi150 bash[25259]: audit 2023-12-06T14:58:58.356344+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.116:0/695018908' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1142456977"}]: dispatch 2023-12-06T14:59:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[25098]: cluster 2023-12-06T14:58:58.467239+0000 mgr.y (mgr.24352) 176 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[25098]: audit 2023-12-06T14:58:58.997300+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.116:0/695018908' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1142456977"}]': finished 2023-12-06T14:59:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[25098]: cluster 2023-12-06T14:58:58.997448+0000 mon.a (mon.0) 1020 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T14:59:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[25098]: audit 2023-12-06T14:58:59.359031+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.116:0/2347341513' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2739520503"}]: dispatch 2023-12-06T14:59:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[30871]: cluster 2023-12-06T14:58:58.467239+0000 mgr.y (mgr.24352) 176 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[30871]: audit 2023-12-06T14:58:58.997300+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.116:0/695018908' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1142456977"}]': finished 2023-12-06T14:59:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[30871]: cluster 2023-12-06T14:58:58.997448+0000 mon.a (mon.0) 1020 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T14:59:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:58:59 smithi116 bash[30871]: audit 2023-12-06T14:58:59.359031+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.116:0/2347341513' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2739520503"}]: dispatch 2023-12-06T14:59:00.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:59 smithi150 bash[25259]: cluster 2023-12-06T14:58:58.467239+0000 mgr.y (mgr.24352) 176 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:00.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:59 smithi150 bash[25259]: audit 2023-12-06T14:58:58.997300+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.116:0/695018908' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1142456977"}]': finished 2023-12-06T14:59:00.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:59 smithi150 bash[25259]: cluster 2023-12-06T14:58:58.997448+0000 mon.a (mon.0) 1020 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T14:59:00.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:58:59 smithi150 bash[25259]: audit 2023-12-06T14:58:59.359031+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.116:0/2347341513' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2739520503"}]: dispatch 2023-12-06T14:59:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:01 smithi116 bash[25098]: audit 2023-12-06T14:59:00.007913+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? 172.21.15.116:0/2347341513' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2739520503"}]': finished 2023-12-06T14:59:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:01 smithi116 bash[25098]: cluster 2023-12-06T14:59:00.008138+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T14:59:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:01 smithi116 bash[25098]: audit 2023-12-06T14:59:00.376419+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.116:0/1727377232' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1994867760"}]: dispatch 2023-12-06T14:59:01.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:01 smithi116 bash[30871]: audit 2023-12-06T14:59:00.007913+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? 172.21.15.116:0/2347341513' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2739520503"}]': finished 2023-12-06T14:59:01.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:01 smithi116 bash[30871]: cluster 2023-12-06T14:59:00.008138+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T14:59:01.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:01 smithi116 bash[30871]: audit 2023-12-06T14:59:00.376419+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.116:0/1727377232' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1994867760"}]: dispatch 2023-12-06T14:59:01.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:01 smithi150 bash[25259]: audit 2023-12-06T14:59:00.007913+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? 172.21.15.116:0/2347341513' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2739520503"}]': finished 2023-12-06T14:59:01.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:01 smithi150 bash[25259]: cluster 2023-12-06T14:59:00.008138+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T14:59:01.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:01 smithi150 bash[25259]: audit 2023-12-06T14:59:00.376419+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.116:0/1727377232' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1994867760"}]: dispatch 2023-12-06T14:59:02.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[30871]: cluster 2023-12-06T14:59:00.467953+0000 mgr.y (mgr.24352) 177 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:59:02.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[30871]: audit 2023-12-06T14:59:01.016118+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.116:0/1727377232' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1994867760"}]': finished 2023-12-06T14:59:02.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[30871]: cluster 2023-12-06T14:59:01.016294+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T14:59:02.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[30871]: audit 2023-12-06T14:59:01.385006+0000 mon.c (mon.1) 122 : audit [INF] from='client.? 172.21.15.116:0/4205631564' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]: dispatch 2023-12-06T14:59:02.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[30871]: audit 2023-12-06T14:59:01.385704+0000 mon.a (mon.0) 1027 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]: dispatch 2023-12-06T14:59:02.040 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[25098]: cluster 2023-12-06T14:59:00.467953+0000 mgr.y (mgr.24352) 177 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:59:02.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[25098]: audit 2023-12-06T14:59:01.016118+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.116:0/1727377232' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1994867760"}]': finished 2023-12-06T14:59:02.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[25098]: cluster 2023-12-06T14:59:01.016294+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T14:59:02.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[25098]: audit 2023-12-06T14:59:01.385006+0000 mon.c (mon.1) 122 : audit [INF] from='client.? 172.21.15.116:0/4205631564' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]: dispatch 2023-12-06T14:59:02.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:02 smithi116 bash[25098]: audit 2023-12-06T14:59:01.385704+0000 mon.a (mon.0) 1027 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]: dispatch 2023-12-06T14:59:02.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:02 smithi150 bash[25259]: cluster 2023-12-06T14:59:00.467953+0000 mgr.y (mgr.24352) 177 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:59:02.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:02 smithi150 bash[25259]: audit 2023-12-06T14:59:01.016118+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.116:0/1727377232' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/1994867760"}]': finished 2023-12-06T14:59:02.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:02 smithi150 bash[25259]: cluster 2023-12-06T14:59:01.016294+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T14:59:02.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:02 smithi150 bash[25259]: audit 2023-12-06T14:59:01.385006+0000 mon.c (mon.1) 122 : audit [INF] from='client.? 172.21.15.116:0/4205631564' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]: dispatch 2023-12-06T14:59:02.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:02 smithi150 bash[25259]: audit 2023-12-06T14:59:01.385704+0000 mon.a (mon.0) 1027 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]: dispatch 2023-12-06T14:59:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:03 smithi116 bash[25098]: audit 2023-12-06T14:59:02.031480+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]': finished 2023-12-06T14:59:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:03 smithi116 bash[25098]: cluster 2023-12-06T14:59:02.031696+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T14:59:03.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:03 smithi116 bash[30871]: audit 2023-12-06T14:59:02.031480+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]': finished 2023-12-06T14:59:03.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:03 smithi116 bash[30871]: cluster 2023-12-06T14:59:02.031696+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T14:59:03.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:03 smithi150 bash[25259]: audit 2023-12-06T14:59:02.031480+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/1142456977"}]': finished 2023-12-06T14:59:03.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:03 smithi150 bash[25259]: cluster 2023-12-06T14:59:02.031696+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T14:59:04.600 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:04 smithi116 bash[25098]: cluster 2023-12-06T14:59:02.468688+0000 mgr.y (mgr.24352) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:04.601 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:04 smithi116 bash[30871]: cluster 2023-12-06T14:59:02.468688+0000 mgr.y (mgr.24352) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:04.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:04 smithi150 bash[25259]: cluster 2023-12-06T14:59:02.468688+0000 mgr.y (mgr.24352) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:06.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:06 smithi116 bash[25098]: cluster 2023-12-06T14:59:04.469512+0000 mgr.y (mgr.24352) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 934 B/s rd, 0 op/s 2023-12-06T14:59:06.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:06 smithi116 bash[25098]: audit 2023-12-06T14:59:04.833506+0000 mgr.y (mgr.24352) 180 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:06.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:06 smithi116 bash[30871]: cluster 2023-12-06T14:59:04.469512+0000 mgr.y (mgr.24352) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 934 B/s rd, 0 op/s 2023-12-06T14:59:06.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:06 smithi116 bash[30871]: audit 2023-12-06T14:59:04.833506+0000 mgr.y (mgr.24352) 180 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:06 smithi150 bash[25259]: cluster 2023-12-06T14:59:04.469512+0000 mgr.y (mgr.24352) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 934 B/s rd, 0 op/s 2023-12-06T14:59:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:06 smithi150 bash[25259]: audit 2023-12-06T14:59:04.833506+0000 mgr.y (mgr.24352) 180 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:07.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:06] "GET /metrics HTTP/1.1" 200 214954 "" "Prometheus/2.33.4" 2023-12-06T14:59:07.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:07 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:59:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:59:08.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:59:07 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:59:08.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:08 smithi116 bash[30871]: cluster 2023-12-06T14:59:06.471202+0000 mgr.y (mgr.24352) 181 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-06T14:59:08.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:08 smithi116 bash[30871]: audit 2023-12-06T14:59:07.485160+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:08.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:08 smithi116 bash[30871]: audit 2023-12-06T14:59:07.497051+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:08 smithi116 bash[25098]: cluster 2023-12-06T14:59:06.471202+0000 mgr.y (mgr.24352) 181 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-06T14:59:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:08 smithi116 bash[25098]: audit 2023-12-06T14:59:07.485160+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:08.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:08 smithi116 bash[25098]: audit 2023-12-06T14:59:07.497051+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:08 smithi150 bash[25259]: cluster 2023-12-06T14:59:06.471202+0000 mgr.y (mgr.24352) 181 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-06T14:59:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:08 smithi150 bash[25259]: audit 2023-12-06T14:59:07.485160+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:08 smithi150 bash[25259]: audit 2023-12-06T14:59:07.497051+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:10.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:10 smithi116 bash[30871]: cluster 2023-12-06T14:59:08.472009+0000 mgr.y (mgr.24352) 182 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:10.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:10 smithi116 bash[25098]: cluster 2023-12-06T14:59:08.472009+0000 mgr.y (mgr.24352) 182 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:10.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:10 smithi150 bash[25259]: cluster 2023-12-06T14:59:08.472009+0000 mgr.y (mgr.24352) 182 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:12.602 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:12 smithi150 bash[25259]: cluster 2023-12-06T14:59:10.472747+0000 mgr.y (mgr.24352) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T14:59:12.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:12 smithi116 bash[30871]: cluster 2023-12-06T14:59:10.472747+0000 mgr.y (mgr.24352) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T14:59:12.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:12 smithi116 bash[25098]: cluster 2023-12-06T14:59:10.472747+0000 mgr.y (mgr.24352) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T14:59:14.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:14 smithi150 bash[25259]: cluster 2023-12-06T14:59:12.474467+0000 mgr.y (mgr.24352) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2023-12-06T14:59:14.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:14 smithi116 bash[30871]: cluster 2023-12-06T14:59:12.474467+0000 mgr.y (mgr.24352) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2023-12-06T14:59:14.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:14 smithi116 bash[25098]: cluster 2023-12-06T14:59:12.474467+0000 mgr.y (mgr.24352) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2023-12-06T14:59:16.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:16 smithi116 bash[30871]: cluster 2023-12-06T14:59:14.475245+0000 mgr.y (mgr.24352) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:16.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:16 smithi116 bash[30871]: audit 2023-12-06T14:59:14.838736+0000 mgr.y (mgr.24352) 186 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:16 smithi116 bash[25098]: cluster 2023-12-06T14:59:14.475245+0000 mgr.y (mgr.24352) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:16 smithi116 bash[25098]: audit 2023-12-06T14:59:14.838736+0000 mgr.y (mgr.24352) 186 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:16.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:16 smithi150 bash[25259]: cluster 2023-12-06T14:59:14.475245+0000 mgr.y (mgr.24352) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:16.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:16 smithi150 bash[25259]: audit 2023-12-06T14:59:14.838736+0000 mgr.y (mgr.24352) 186 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:17.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:16] "GET /metrics HTTP/1.1" 200 214954 "" "Prometheus/2.33.4" 2023-12-06T14:59:17.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:17 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:59:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:59:18.141 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:59:17 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:59:18.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:18 smithi116 bash[30871]: cluster 2023-12-06T14:59:16.476967+0000 mgr.y (mgr.24352) 187 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:18.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:18 smithi116 bash[30871]: audit 2023-12-06T14:59:17.138818+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:18.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:18 smithi116 bash[30871]: audit 2023-12-06T14:59:17.150000+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:18.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:18 smithi116 bash[25098]: cluster 2023-12-06T14:59:16.476967+0000 mgr.y (mgr.24352) 187 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:18.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:18 smithi116 bash[25098]: audit 2023-12-06T14:59:17.138818+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:18.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:18 smithi116 bash[25098]: audit 2023-12-06T14:59:17.150000+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:18 smithi150 bash[25259]: cluster 2023-12-06T14:59:16.476967+0000 mgr.y (mgr.24352) 187 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:18 smithi150 bash[25259]: audit 2023-12-06T14:59:17.138818+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:18 smithi150 bash[25259]: audit 2023-12-06T14:59:17.150000+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:20.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:20 smithi116 bash[30871]: cluster 2023-12-06T14:59:18.477686+0000 mgr.y (mgr.24352) 188 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:20.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:20 smithi116 bash[25098]: cluster 2023-12-06T14:59:18.477686+0000 mgr.y (mgr.24352) 188 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:20.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:20 smithi150 bash[25259]: cluster 2023-12-06T14:59:18.477686+0000 mgr.y (mgr.24352) 188 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:21.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.416596+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.416874+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.417217+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.417459+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.417672+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.418570+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.419005+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.419426+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.743552+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.744383+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.757859+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:21.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[30871]: audit 2023-12-06T14:59:20.758617+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.416596+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.416874+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.417217+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.417459+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.417672+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.418570+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.419005+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.419426+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.743552+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:21.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.744383+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:21.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.757859+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:21.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:21 smithi116 bash[25098]: audit 2023-12-06T14:59:20.758617+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:21.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.416596+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.416874+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.417217+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.417459+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.417672+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.418570+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.419005+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.419426+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.743552+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.744383+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.757859+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:21 smithi150 bash[25259]: audit 2023-12-06T14:59:20.758617+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:22.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[25098]: cluster 2023-12-06T14:59:20.478384+0000 mgr.y (mgr.24352) 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 2023-12-06T14:59:22.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[25098]: audit 2023-12-06T14:59:21.160081+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-12-06T14:59:22.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[25098]: audit 2023-12-06T14:59:21.160209+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-06T14:59:22.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[25098]: audit 2023-12-06T14:59:21.160315+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[25098]: audit 2023-12-06T14:59:21.160372+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[25098]: cluster 2023-12-06T14:59:21.160435+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[30871]: cluster 2023-12-06T14:59:20.478384+0000 mgr.y (mgr.24352) 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 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[30871]: audit 2023-12-06T14:59:21.160081+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[30871]: audit 2023-12-06T14:59:21.160209+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[30871]: audit 2023-12-06T14:59:21.160315+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[30871]: audit 2023-12-06T14:59:21.160372+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-06T14:59:22.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:22 smithi116 bash[30871]: cluster 2023-12-06T14:59:21.160435+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T14:59:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:22 smithi150 bash[25259]: cluster 2023-12-06T14:59:20.478384+0000 mgr.y (mgr.24352) 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 2023-12-06T14:59:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:22 smithi150 bash[25259]: audit 2023-12-06T14:59:21.160081+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-12-06T14:59:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:22 smithi150 bash[25259]: audit 2023-12-06T14:59:21.160209+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-06T14:59:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:22 smithi150 bash[25259]: audit 2023-12-06T14:59:21.160315+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-06T14:59:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:22 smithi150 bash[25259]: audit 2023-12-06T14:59:21.160372+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-06T14:59:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:22 smithi150 bash[25259]: cluster 2023-12-06T14:59:21.160435+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T14:59:23.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:23 smithi150 bash[25259]: cluster 2023-12-06T14:59:22.164856+0000 mon.a (mon.0) 1045 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T14:59:23.581 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:23 smithi116 bash[25098]: cluster 2023-12-06T14:59:22.164856+0000 mon.a (mon.0) 1045 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T14:59:23.581 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:23 smithi116 bash[30871]: cluster 2023-12-06T14:59:22.164856+0000 mon.a (mon.0) 1045 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T14:59:24.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:24 smithi116 bash[25098]: cluster 2023-12-06T14:59:22.479209+0000 mgr.y (mgr.24352) 190 : cluster [DBG] pgmap v160: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:24.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:24 smithi116 bash[30871]: cluster 2023-12-06T14:59:22.479209+0000 mgr.y (mgr.24352) 190 : cluster [DBG] pgmap v160: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:24.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:24 smithi150 bash[25259]: cluster 2023-12-06T14:59:22.479209+0000 mgr.y (mgr.24352) 190 : cluster [DBG] pgmap v160: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:26 smithi116 bash[25098]: cluster 2023-12-06T14:59:24.480158+0000 mgr.y (mgr.24352) 191 : cluster [DBG] pgmap v161: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T14:59:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:26 smithi116 bash[25098]: audit 2023-12-06T14:59:24.849558+0000 mgr.y (mgr.24352) 192 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:26.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:26 smithi116 bash[30871]: cluster 2023-12-06T14:59:24.480158+0000 mgr.y (mgr.24352) 191 : cluster [DBG] pgmap v161: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T14:59:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:26 smithi116 bash[30871]: audit 2023-12-06T14:59:24.849558+0000 mgr.y (mgr.24352) 192 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:26 smithi150 bash[25259]: cluster 2023-12-06T14:59:24.480158+0000 mgr.y (mgr.24352) 191 : cluster [DBG] pgmap v161: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T14:59:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:26 smithi150 bash[25259]: audit 2023-12-06T14:59:24.849558+0000 mgr.y (mgr.24352) 192 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:27.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:26 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:26] "GET /metrics HTTP/1.1" 200 214910 "" "Prometheus/2.33.4" 2023-12-06T14:59:27.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:27 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:59:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:59:28.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:59:27 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:59:28.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:28 smithi116 bash[25098]: cluster 2023-12-06T14:59:26.482002+0000 mgr.y (mgr.24352) 193 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:28.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:28 smithi116 bash[25098]: audit 2023-12-06T14:59:27.623913+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:28.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:28 smithi116 bash[25098]: audit 2023-12-06T14:59:27.633993+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:28.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:28 smithi116 bash[30871]: cluster 2023-12-06T14:59:26.482002+0000 mgr.y (mgr.24352) 193 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:28.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:28 smithi116 bash[30871]: audit 2023-12-06T14:59:27.623913+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:28.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:28 smithi116 bash[30871]: audit 2023-12-06T14:59:27.633993+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:28 smithi150 bash[25259]: cluster 2023-12-06T14:59:26.482002+0000 mgr.y (mgr.24352) 193 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:28 smithi150 bash[25259]: audit 2023-12-06T14:59:27.623913+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:28 smithi150 bash[25259]: audit 2023-12-06T14:59:27.633993+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:30.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:30 smithi116 bash[25098]: cluster 2023-12-06T14:59:28.482780+0000 mgr.y (mgr.24352) 194 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:30.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:30 smithi116 bash[30871]: cluster 2023-12-06T14:59:28.482780+0000 mgr.y (mgr.24352) 194 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:30 smithi150 bash[25259]: cluster 2023-12-06T14:59:28.482780+0000 mgr.y (mgr.24352) 194 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:32.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:32 smithi150 bash[25259]: cluster 2023-12-06T14:59:30.483519+0000 mgr.y (mgr.24352) 195 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T14:59:32.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:32 smithi116 bash[30871]: cluster 2023-12-06T14:59:30.483519+0000 mgr.y (mgr.24352) 195 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T14:59:32.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:32 smithi116 bash[25098]: cluster 2023-12-06T14:59:30.483519+0000 mgr.y (mgr.24352) 195 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T14:59:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:34 smithi150 bash[25259]: cluster 2023-12-06T14:59:32.485397+0000 mgr.y (mgr.24352) 196 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 991 B/s rd, 0 op/s 2023-12-06T14:59:34.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:34 smithi116 bash[25098]: cluster 2023-12-06T14:59:32.485397+0000 mgr.y (mgr.24352) 196 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 991 B/s rd, 0 op/s 2023-12-06T14:59:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:34 smithi116 bash[30871]: cluster 2023-12-06T14:59:32.485397+0000 mgr.y (mgr.24352) 196 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 991 B/s rd, 0 op/s 2023-12-06T14:59:36.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:36 smithi150 bash[25259]: cluster 2023-12-06T14:59:34.486296+0000 mgr.y (mgr.24352) 197 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:36.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:36 smithi150 bash[25259]: audit 2023-12-06T14:59:34.860568+0000 mgr.y (mgr.24352) 198 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:36.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:36 smithi116 bash[30871]: cluster 2023-12-06T14:59:34.486296+0000 mgr.y (mgr.24352) 197 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:36.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:36 smithi116 bash[30871]: audit 2023-12-06T14:59:34.860568+0000 mgr.y (mgr.24352) 198 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:36 smithi116 bash[25098]: cluster 2023-12-06T14:59:34.486296+0000 mgr.y (mgr.24352) 197 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:36 smithi116 bash[25098]: audit 2023-12-06T14:59:34.860568+0000 mgr.y (mgr.24352) 198 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:37.322 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:36 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:36] "GET /metrics HTTP/1.1" 200 214905 "" "Prometheus/2.33.4" 2023-12-06T14:59:37.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:37 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:59:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:59:38.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:59:37 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:59:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:38 smithi116 bash[30871]: cluster 2023-12-06T14:59:36.487940+0000 mgr.y (mgr.24352) 199 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:38 smithi116 bash[30871]: audit 2023-12-06T14:59:37.308248+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:38 smithi116 bash[30871]: audit 2023-12-06T14:59:37.318561+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:38 smithi116 bash[25098]: cluster 2023-12-06T14:59:36.487940+0000 mgr.y (mgr.24352) 199 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:38 smithi116 bash[25098]: audit 2023-12-06T14:59:37.308248+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:38.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:38 smithi116 bash[25098]: audit 2023-12-06T14:59:37.318561+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:38 smithi150 bash[25259]: cluster 2023-12-06T14:59:36.487940+0000 mgr.y (mgr.24352) 199 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:38 smithi150 bash[25259]: audit 2023-12-06T14:59:37.308248+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:38 smithi150 bash[25259]: audit 2023-12-06T14:59:37.318561+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:40 smithi116 bash[25098]: cluster 2023-12-06T14:59:38.488734+0000 mgr.y (mgr.24352) 200 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:40.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:40 smithi116 bash[30871]: cluster 2023-12-06T14:59:38.488734+0000 mgr.y (mgr.24352) 200 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:40 smithi150 bash[25259]: cluster 2023-12-06T14:59:38.488734+0000 mgr.y (mgr.24352) 200 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:42.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:42 smithi116 bash[25098]: cluster 2023-12-06T14:59:40.489486+0000 mgr.y (mgr.24352) 201 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:42.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:42 smithi116 bash[30871]: cluster 2023-12-06T14:59:40.489486+0000 mgr.y (mgr.24352) 201 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:42.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:42 smithi150 bash[25259]: cluster 2023-12-06T14:59:40.489486+0000 mgr.y (mgr.24352) 201 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:44.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:44 smithi116 bash[25098]: cluster 2023-12-06T14:59:42.490496+0000 mgr.y (mgr.24352) 202 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:44.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:44 smithi116 bash[30871]: cluster 2023-12-06T14:59:42.490496+0000 mgr.y (mgr.24352) 202 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:44.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:44 smithi150 bash[25259]: cluster 2023-12-06T14:59:42.490496+0000 mgr.y (mgr.24352) 202 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:46.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:46 smithi116 bash[25098]: cluster 2023-12-06T14:59:44.491218+0000 mgr.y (mgr.24352) 203 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:46.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:46 smithi116 bash[25098]: audit 2023-12-06T14:59:44.869605+0000 mgr.y (mgr.24352) 204 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:46.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:46 smithi116 bash[30871]: cluster 2023-12-06T14:59:44.491218+0000 mgr.y (mgr.24352) 203 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:46.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:46 smithi116 bash[30871]: audit 2023-12-06T14:59:44.869605+0000 mgr.y (mgr.24352) 204 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:46 smithi150 bash[25259]: cluster 2023-12-06T14:59:44.491218+0000 mgr.y (mgr.24352) 203 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:46 smithi150 bash[25259]: audit 2023-12-06T14:59:44.869605+0000 mgr.y (mgr.24352) 204 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:47.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:46 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:46] "GET /metrics HTTP/1.1" 200 214905 "" "Prometheus/2.33.4" 2023-12-06T14:59:48.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:47 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:14:59:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:59:48.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:59:47 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:59:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:48 smithi116 bash[25098]: cluster 2023-12-06T14:59:46.492810+0000 mgr.y (mgr.24352) 205 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:48 smithi116 bash[25098]: audit 2023-12-06T14:59:47.758812+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:48 smithi116 bash[25098]: audit 2023-12-06T14:59:47.768829+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:48.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:48 smithi116 bash[30871]: cluster 2023-12-06T14:59:46.492810+0000 mgr.y (mgr.24352) 205 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:48.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:48 smithi116 bash[30871]: audit 2023-12-06T14:59:47.758812+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:48 smithi116 bash[30871]: audit 2023-12-06T14:59:47.768829+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:48 smithi150 bash[25259]: cluster 2023-12-06T14:59:46.492810+0000 mgr.y (mgr.24352) 205 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:48 smithi150 bash[25259]: audit 2023-12-06T14:59:47.758812+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:48 smithi150 bash[25259]: audit 2023-12-06T14:59:47.768829+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:50.621 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:50 smithi150 bash[25259]: cluster 2023-12-06T14:59:48.493556+0000 mgr.y (mgr.24352) 206 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:50.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:50 smithi116 bash[25098]: cluster 2023-12-06T14:59:48.493556+0000 mgr.y (mgr.24352) 206 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:50.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:50 smithi116 bash[30871]: cluster 2023-12-06T14:59:48.493556+0000 mgr.y (mgr.24352) 206 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[25098]: audit 2023-12-06T14:59:50.596947+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:59:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[25098]: audit 2023-12-06T14:59:50.599107+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:59:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[25098]: audit 2023-12-06T14:59:50.898943+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[25098]: audit 2023-12-06T14:59:50.912780+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[30871]: audit 2023-12-06T14:59:50.596947+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:59:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[30871]: audit 2023-12-06T14:59:50.599107+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:59:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[30871]: audit 2023-12-06T14:59:50.898943+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:51.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:51 smithi116 bash[30871]: audit 2023-12-06T14:59:50.912780+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:51.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:51 smithi150 bash[25259]: audit 2023-12-06T14:59:50.596947+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:59:51.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:51 smithi150 bash[25259]: audit 2023-12-06T14:59:50.599107+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:59:51.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:51 smithi150 bash[25259]: audit 2023-12-06T14:59:50.898943+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:51.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:51 smithi150 bash[25259]: audit 2023-12-06T14:59:50.912780+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:52.658 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:52 smithi150 bash[25259]: cluster 2023-12-06T14:59:50.494321+0000 mgr.y (mgr.24352) 207 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:52 smithi116 bash[25098]: cluster 2023-12-06T14:59:50.494321+0000 mgr.y (mgr.24352) 207 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:52.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:52 smithi116 bash[30871]: cluster 2023-12-06T14:59:50.494321+0000 mgr.y (mgr.24352) 207 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:54.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:54 smithi116 bash[25098]: cluster 2023-12-06T14:59:52.501751+0000 mgr.y (mgr.24352) 208 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:54.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:54 smithi116 bash[30871]: cluster 2023-12-06T14:59:52.501751+0000 mgr.y (mgr.24352) 208 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:54.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:54 smithi150 bash[25259]: cluster 2023-12-06T14:59:52.501751+0000 mgr.y (mgr.24352) 208 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:56.613 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:56 smithi150 bash[25259]: cluster 2023-12-06T14:59:54.502518+0000 mgr.y (mgr.24352) 209 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:56.613 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:56 smithi150 bash[25259]: audit 2023-12-06T14:59:54.880911+0000 mgr.y (mgr.24352) 210 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:56 smithi116 bash[25098]: cluster 2023-12-06T14:59:54.502518+0000 mgr.y (mgr.24352) 209 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:56 smithi116 bash[25098]: audit 2023-12-06T14:59:54.880911+0000 mgr.y (mgr.24352) 210 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:56 smithi116 bash[30871]: cluster 2023-12-06T14:59:54.502518+0000 mgr.y (mgr.24352) 209 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T14:59:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:56 smithi116 bash[30871]: audit 2023-12-06T14:59:54.880911+0000 mgr.y (mgr.24352) 210 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T14:59:57.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:56] "GET /metrics HTTP/1.1" 200 214903 "" "Prometheus/2.33.4" 2023-12-06T14:59:57.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 14:59:57 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:14:59:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T14:59:58.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 14:59:57 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:14:59:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T14:59:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:58 smithi116 bash[25098]: cluster 2023-12-06T14:59:56.504164+0000 mgr.y (mgr.24352) 211 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:58 smithi116 bash[25098]: audit 2023-12-06T14:59:57.453481+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 14:59:58 smithi116 bash[25098]: audit 2023-12-06T14:59:57.464350+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:58.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:58 smithi116 bash[30871]: cluster 2023-12-06T14:59:56.504164+0000 mgr.y (mgr.24352) 211 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:58.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:58 smithi116 bash[30871]: audit 2023-12-06T14:59:57.453481+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 14:59:58 smithi116 bash[30871]: audit 2023-12-06T14:59:57.464350+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:58 smithi150 bash[25259]: cluster 2023-12-06T14:59:56.504164+0000 mgr.y (mgr.24352) 211 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T14:59:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:58 smithi150 bash[25259]: audit 2023-12-06T14:59:57.453481+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T14:59:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 14:59:58 smithi150 bash[25259]: audit 2023-12-06T14:59:57.464350+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:00.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:00 smithi116 bash[25098]: cluster 2023-12-06T14:59:58.504962+0000 mgr.y (mgr.24352) 212 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:00.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:00 smithi116 bash[25098]: cluster 2023-12-06T15:00:00.000132+0000 mon.a (mon.0) 1056 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:00.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:00 smithi116 bash[30871]: cluster 2023-12-06T14:59:58.504962+0000 mgr.y (mgr.24352) 212 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:00.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:00 smithi116 bash[30871]: cluster 2023-12-06T15:00:00.000132+0000 mon.a (mon.0) 1056 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:00 smithi150 bash[25259]: cluster 2023-12-06T14:59:58.504962+0000 mgr.y (mgr.24352) 212 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:00 smithi150 bash[25259]: cluster 2023-12-06T15:00:00.000132+0000 mon.a (mon.0) 1056 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:02.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:02 smithi116 bash[25098]: cluster 2023-12-06T15:00:00.505666+0000 mgr.y (mgr.24352) 213 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:02.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:02 smithi116 bash[30871]: cluster 2023-12-06T15:00:00.505666+0000 mgr.y (mgr.24352) 213 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:02.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:02 smithi150 bash[25259]: cluster 2023-12-06T15:00:00.505666+0000 mgr.y (mgr.24352) 213 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:04.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:04 smithi116 bash[25098]: cluster 2023-12-06T15:00:02.507494+0000 mgr.y (mgr.24352) 214 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:04.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:04 smithi116 bash[30871]: cluster 2023-12-06T15:00:02.507494+0000 mgr.y (mgr.24352) 214 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:04.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:04 smithi150 bash[25259]: cluster 2023-12-06T15:00:02.507494+0000 mgr.y (mgr.24352) 214 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:06 smithi116 bash[25098]: cluster 2023-12-06T15:00:04.508361+0000 mgr.y (mgr.24352) 215 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:06 smithi116 bash[25098]: audit 2023-12-06T15:00:04.889563+0000 mgr.y (mgr.24352) 216 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:06.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:06 smithi116 bash[30871]: cluster 2023-12-06T15:00:04.508361+0000 mgr.y (mgr.24352) 215 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:06.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:06 smithi116 bash[30871]: audit 2023-12-06T15:00:04.889563+0000 mgr.y (mgr.24352) 216 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:06 smithi150 bash[25259]: cluster 2023-12-06T15:00:04.508361+0000 mgr.y (mgr.24352) 215 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:06 smithi150 bash[25259]: audit 2023-12-06T15:00:04.889563+0000 mgr.y (mgr.24352) 216 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:07.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:06] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-06T15:00:08.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:07 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:00:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:00:08.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:00:07 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:00:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:08 smithi116 bash[25098]: cluster 2023-12-06T15:00:06.510039+0000 mgr.y (mgr.24352) 217 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:08 smithi116 bash[25098]: audit 2023-12-06T15:00:07.890897+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:08 smithi116 bash[25098]: audit 2023-12-06T15:00:07.902282+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:08 smithi116 bash[30871]: cluster 2023-12-06T15:00:06.510039+0000 mgr.y (mgr.24352) 217 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:08 smithi116 bash[30871]: audit 2023-12-06T15:00:07.890897+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:08 smithi116 bash[30871]: audit 2023-12-06T15:00:07.902282+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:08 smithi150 bash[25259]: cluster 2023-12-06T15:00:06.510039+0000 mgr.y (mgr.24352) 217 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:08 smithi150 bash[25259]: audit 2023-12-06T15:00:07.890897+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:08 smithi150 bash[25259]: audit 2023-12-06T15:00:07.902282+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:10.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:10 smithi116 bash[25098]: cluster 2023-12-06T15:00:08.510772+0000 mgr.y (mgr.24352) 218 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:10.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:10 smithi116 bash[30871]: cluster 2023-12-06T15:00:08.510772+0000 mgr.y (mgr.24352) 218 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:10.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:10 smithi150 bash[25259]: cluster 2023-12-06T15:00:08.510772+0000 mgr.y (mgr.24352) 218 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:12.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:12 smithi116 bash[25098]: cluster 2023-12-06T15:00:10.511539+0000 mgr.y (mgr.24352) 219 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:12.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:12 smithi116 bash[30871]: cluster 2023-12-06T15:00:10.511539+0000 mgr.y (mgr.24352) 219 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:12.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:12 smithi150 bash[25259]: cluster 2023-12-06T15:00:10.511539+0000 mgr.y (mgr.24352) 219 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:14.635 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:14 smithi150 bash[25259]: cluster 2023-12-06T15:00:12.513374+0000 mgr.y (mgr.24352) 220 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:14.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:14 smithi116 bash[25098]: cluster 2023-12-06T15:00:12.513374+0000 mgr.y (mgr.24352) 220 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:14.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:14 smithi116 bash[30871]: cluster 2023-12-06T15:00:12.513374+0000 mgr.y (mgr.24352) 220 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:16 smithi116 bash[25098]: cluster 2023-12-06T15:00:14.514254+0000 mgr.y (mgr.24352) 221 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:16 smithi116 bash[25098]: audit 2023-12-06T15:00:14.900647+0000 mgr.y (mgr.24352) 222 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:16.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:16 smithi116 bash[30871]: cluster 2023-12-06T15:00:14.514254+0000 mgr.y (mgr.24352) 221 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:16.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:16 smithi116 bash[30871]: audit 2023-12-06T15:00:14.900647+0000 mgr.y (mgr.24352) 222 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:16.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:16 smithi150 bash[25259]: cluster 2023-12-06T15:00:14.514254+0000 mgr.y (mgr.24352) 221 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:16.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:16 smithi150 bash[25259]: audit 2023-12-06T15:00:14.900647+0000 mgr.y (mgr.24352) 222 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:17.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:16] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-06T15:00:17.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:17 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:00:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:00:17.941 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:00:17 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:00:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:18 smithi116 bash[25098]: cluster 2023-12-06T15:00:16.515984+0000 mgr.y (mgr.24352) 223 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:18 smithi116 bash[25098]: audit 2023-12-06T15:00:17.593199+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:18 smithi116 bash[25098]: audit 2023-12-06T15:00:17.602957+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:18 smithi116 bash[30871]: cluster 2023-12-06T15:00:16.515984+0000 mgr.y (mgr.24352) 223 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:18 smithi116 bash[30871]: audit 2023-12-06T15:00:17.593199+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:18 smithi116 bash[30871]: audit 2023-12-06T15:00:17.602957+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:18.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:18 smithi150 bash[25259]: cluster 2023-12-06T15:00:16.515984+0000 mgr.y (mgr.24352) 223 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:18.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:18 smithi150 bash[25259]: audit 2023-12-06T15:00:17.593199+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:18.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:18 smithi150 bash[25259]: audit 2023-12-06T15:00:17.602957+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:20.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:20 smithi150 bash[25259]: cluster 2023-12-06T15:00:18.516733+0000 mgr.y (mgr.24352) 224 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:20 smithi116 bash[25098]: cluster 2023-12-06T15:00:18.516733+0000 mgr.y (mgr.24352) 224 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:20.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:20 smithi116 bash[30871]: cluster 2023-12-06T15:00:18.516733+0000 mgr.y (mgr.24352) 224 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:21 smithi150 bash[25259]: audit 2023-12-06T15:00:20.753005+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:21 smithi150 bash[25259]: audit 2023-12-06T15:00:20.753903+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:21.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:21 smithi150 bash[25259]: audit 2023-12-06T15:00:20.765585+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:21 smithi150 bash[25259]: audit 2023-12-06T15:00:20.766330+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:21.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[25098]: audit 2023-12-06T15:00:20.753005+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:21.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[25098]: audit 2023-12-06T15:00:20.753903+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[25098]: audit 2023-12-06T15:00:20.765585+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[25098]: audit 2023-12-06T15:00:20.766330+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[30871]: audit 2023-12-06T15:00:20.753005+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[30871]: audit 2023-12-06T15:00:20.753903+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[30871]: audit 2023-12-06T15:00:20.765585+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:21 smithi116 bash[30871]: audit 2023-12-06T15:00:20.766330+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:22 smithi116 bash[25098]: cluster 2023-12-06T15:00:20.517443+0000 mgr.y (mgr.24352) 225 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:22.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:22 smithi116 bash[30871]: cluster 2023-12-06T15:00:20.517443+0000 mgr.y (mgr.24352) 225 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:22.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:22 smithi150 bash[25259]: cluster 2023-12-06T15:00:20.517443+0000 mgr.y (mgr.24352) 225 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:23.606 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:23 smithi116 bash[25098]: cluster 2023-12-06T15:00:22.519568+0000 mgr.y (mgr.24352) 226 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:23 smithi116 bash[30871]: cluster 2023-12-06T15:00:22.519568+0000 mgr.y (mgr.24352) 226 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:23.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:23 smithi150 bash[25259]: cluster 2023-12-06T15:00:22.519568+0000 mgr.y (mgr.24352) 226 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:25.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:25 smithi116 bash[25098]: cluster 2023-12-06T15:00:24.520379+0000 mgr.y (mgr.24352) 227 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:25.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:25 smithi116 bash[25098]: audit 2023-12-06T15:00:24.909930+0000 mgr.y (mgr.24352) 228 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:25.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:25 smithi116 bash[30871]: cluster 2023-12-06T15:00:24.520379+0000 mgr.y (mgr.24352) 227 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:25.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:25 smithi116 bash[30871]: audit 2023-12-06T15:00:24.909930+0000 mgr.y (mgr.24352) 228 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:25.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:25 smithi150 bash[25259]: cluster 2023-12-06T15:00:24.520379+0000 mgr.y (mgr.24352) 227 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:25.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:25 smithi150 bash[25259]: audit 2023-12-06T15:00:24.909930+0000 mgr.y (mgr.24352) 228 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:27.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:26 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:26] "GET /metrics HTTP/1.1" 200 214890 "" "Prometheus/2.33.4" 2023-12-06T15:00:28.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:00:27 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:00:28.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:00:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:00:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[25098]: cluster 2023-12-06T15:00:26.522134+0000 mgr.y (mgr.24352) 229 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:28.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[25098]: audit 2023-12-06T15:00:28.028045+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:28.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[25098]: audit 2023-12-06T15:00:28.037688+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:28.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[30871]: cluster 2023-12-06T15:00:26.522134+0000 mgr.y (mgr.24352) 229 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:28.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[30871]: audit 2023-12-06T15:00:28.028045+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:28.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:28 smithi116 bash[30871]: audit 2023-12-06T15:00:28.037688+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:28 smithi150 bash[25259]: cluster 2023-12-06T15:00:26.522134+0000 mgr.y (mgr.24352) 229 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:28 smithi150 bash[25259]: audit 2023-12-06T15:00:28.028045+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:28 smithi150 bash[25259]: audit 2023-12-06T15:00:28.037688+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:30.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:30 smithi116 bash[25098]: cluster 2023-12-06T15:00:28.522913+0000 mgr.y (mgr.24352) 230 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:30.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:30 smithi116 bash[30871]: cluster 2023-12-06T15:00:28.522913+0000 mgr.y (mgr.24352) 230 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:30.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:30 smithi150 bash[25259]: cluster 2023-12-06T15:00:28.522913+0000 mgr.y (mgr.24352) 230 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:32.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:32 smithi116 bash[25098]: cluster 2023-12-06T15:00:30.523707+0000 mgr.y (mgr.24352) 231 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:32.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:32 smithi116 bash[30871]: cluster 2023-12-06T15:00:30.523707+0000 mgr.y (mgr.24352) 231 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:32.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:32 smithi150 bash[25259]: cluster 2023-12-06T15:00:30.523707+0000 mgr.y (mgr.24352) 231 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:34.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:34 smithi150 bash[25259]: cluster 2023-12-06T15:00:32.525486+0000 mgr.y (mgr.24352) 232 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:34.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:34 smithi116 bash[25098]: cluster 2023-12-06T15:00:32.525486+0000 mgr.y (mgr.24352) 232 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:34 smithi116 bash[30871]: cluster 2023-12-06T15:00:32.525486+0000 mgr.y (mgr.24352) 232 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:36.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:36 smithi150 bash[25259]: cluster 2023-12-06T15:00:34.526273+0000 mgr.y (mgr.24352) 233 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:36.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:36 smithi150 bash[25259]: audit 2023-12-06T15:00:34.921332+0000 mgr.y (mgr.24352) 234 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:36 smithi116 bash[25098]: cluster 2023-12-06T15:00:34.526273+0000 mgr.y (mgr.24352) 233 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:36.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:36 smithi116 bash[25098]: audit 2023-12-06T15:00:34.921332+0000 mgr.y (mgr.24352) 234 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:36.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:36 smithi116 bash[30871]: cluster 2023-12-06T15:00:34.526273+0000 mgr.y (mgr.24352) 233 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:36.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:36 smithi116 bash[30871]: audit 2023-12-06T15:00:34.921332+0000 mgr.y (mgr.24352) 234 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:37.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:36 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:36] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-06T15:00:38.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:37 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:00:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:00:38.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:00:37 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:00:38.550 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:38 smithi150 bash[25259]: cluster 2023-12-06T15:00:36.527967+0000 mgr.y (mgr.24352) 235 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:38.550 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:38 smithi150 bash[25259]: audit 2023-12-06T15:00:37.737199+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:38.550 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:38 smithi150 bash[25259]: audit 2023-12-06T15:00:37.748791+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:38 smithi116 bash[25098]: cluster 2023-12-06T15:00:36.527967+0000 mgr.y (mgr.24352) 235 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:38 smithi116 bash[25098]: audit 2023-12-06T15:00:37.737199+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:38 smithi116 bash[25098]: audit 2023-12-06T15:00:37.748791+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:38 smithi116 bash[30871]: cluster 2023-12-06T15:00:36.527967+0000 mgr.y (mgr.24352) 235 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:38 smithi116 bash[30871]: audit 2023-12-06T15:00:37.737199+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:38 smithi116 bash[30871]: audit 2023-12-06T15:00:37.748791+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:40 smithi116 bash[25098]: cluster 2023-12-06T15:00:38.528766+0000 mgr.y (mgr.24352) 236 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:40.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:40 smithi116 bash[30871]: cluster 2023-12-06T15:00:38.528766+0000 mgr.y (mgr.24352) 236 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:40 smithi150 bash[25259]: cluster 2023-12-06T15:00:38.528766+0000 mgr.y (mgr.24352) 236 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:41.715 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T15:00:42.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:42 smithi116 bash[25098]: cluster 2023-12-06T15:00:40.529503+0000 mgr.y (mgr.24352) 237 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:42.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:42 smithi116 bash[30871]: cluster 2023-12-06T15:00:40.529503+0000 mgr.y (mgr.24352) 237 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:42.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:42 smithi150 bash[25259]: cluster 2023-12-06T15:00:40.529503+0000 mgr.y (mgr.24352) 237 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:44.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:44 smithi116 bash[25098]: cluster 2023-12-06T15:00:42.531281+0000 mgr.y (mgr.24352) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:44.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:44 smithi116 bash[30871]: cluster 2023-12-06T15:00:42.531281+0000 mgr.y (mgr.24352) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:44.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:44 smithi150 bash[25259]: cluster 2023-12-06T15:00:42.531281+0000 mgr.y (mgr.24352) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:46.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:46 smithi116 bash[25098]: cluster 2023-12-06T15:00:44.532072+0000 mgr.y (mgr.24352) 239 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:46.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:46 smithi116 bash[25098]: audit 2023-12-06T15:00:44.929524+0000 mgr.y (mgr.24352) 240 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:46.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:46 smithi116 bash[30871]: cluster 2023-12-06T15:00:44.532072+0000 mgr.y (mgr.24352) 239 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:46.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:46 smithi116 bash[30871]: audit 2023-12-06T15:00:44.929524+0000 mgr.y (mgr.24352) 240 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:46 smithi150 bash[25259]: cluster 2023-12-06T15:00:44.532072+0000 mgr.y (mgr.24352) 239 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:46 smithi150 bash[25259]: audit 2023-12-06T15:00:44.929524+0000 mgr.y (mgr.24352) 240 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:47.332 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:46 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:46] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-06T15:00:47.748 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T15:00:48.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:00:47 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:00:48.324 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:00:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:00:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[25098]: cluster 2023-12-06T15:00:46.533272+0000 mgr.y (mgr.24352) 241 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[25098]: audit 2023-12-06T15:00:48.158451+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[25098]: audit 2023-12-06T15:00:48.169810+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[30871]: cluster 2023-12-06T15:00:46.533272+0000 mgr.y (mgr.24352) 241 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[30871]: audit 2023-12-06T15:00:48.158451+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:48 smithi116 bash[30871]: audit 2023-12-06T15:00:48.169810+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:48 smithi150 bash[25259]: cluster 2023-12-06T15:00:46.533272+0000 mgr.y (mgr.24352) 241 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:48 smithi150 bash[25259]: audit 2023-12-06T15:00:48.158451+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:48.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:48 smithi150 bash[25259]: audit 2023-12-06T15:00:48.169810+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:50.631 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:50 smithi116 bash[25098]: cluster 2023-12-06T15:00:48.533975+0000 mgr.y (mgr.24352) 242 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:50.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:50 smithi116 bash[30871]: cluster 2023-12-06T15:00:48.533975+0000 mgr.y (mgr.24352) 242 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:50.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:50 smithi150 bash[25259]: cluster 2023-12-06T15:00:48.533975+0000 mgr.y (mgr.24352) 242 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:51.535 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:51 smithi116 bash[30871]: audit 2023-12-06T15:00:50.925999+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:51.535 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:51 smithi116 bash[30871]: audit 2023-12-06T15:00:50.928080+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:51.535 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:51 smithi116 bash[30871]: audit 2023-12-06T15:00:50.941930+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:51.535 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:51 smithi116 bash[25098]: audit 2023-12-06T15:00:50.925999+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:51.535 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:51 smithi116 bash[25098]: audit 2023-12-06T15:00:50.928080+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:51.535 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:51 smithi116 bash[25098]: audit 2023-12-06T15:00:50.941930+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:51.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:51 smithi150 bash[25259]: audit 2023-12-06T15:00:50.925999+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:51 smithi150 bash[25259]: audit 2023-12-06T15:00:50.928080+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:51.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:51 smithi150 bash[25259]: audit 2023-12-06T15:00:50.941930+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:52.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:52 smithi116 bash[25098]: cluster 2023-12-06T15:00:50.534647+0000 mgr.y (mgr.24352) 243 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:52.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:52 smithi116 bash[30871]: cluster 2023-12-06T15:00:50.534647+0000 mgr.y (mgr.24352) 243 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:52.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:52 smithi150 bash[25259]: cluster 2023-12-06T15:00:50.534647+0000 mgr.y (mgr.24352) 243 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:52.742 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T15:00:54.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:54 smithi116 bash[25098]: cluster 2023-12-06T15:00:52.536379+0000 mgr.y (mgr.24352) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:54.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:54 smithi116 bash[30871]: cluster 2023-12-06T15:00:52.536379+0000 mgr.y (mgr.24352) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:54.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:54 smithi150 bash[25259]: cluster 2023-12-06T15:00:52.536379+0000 mgr.y (mgr.24352) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:56.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:56 smithi116 bash[25098]: cluster 2023-12-06T15:00:54.537154+0000 mgr.y (mgr.24352) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:56.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:56 smithi116 bash[25098]: audit 2023-12-06T15:00:54.937998+0000 mgr.y (mgr.24352) 246 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:56.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:56 smithi116 bash[30871]: cluster 2023-12-06T15:00:54.537154+0000 mgr.y (mgr.24352) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:56.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:56 smithi116 bash[30871]: audit 2023-12-06T15:00:54.937998+0000 mgr.y (mgr.24352) 246 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:56.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:56 smithi150 bash[25259]: cluster 2023-12-06T15:00:54.537154+0000 mgr.y (mgr.24352) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:00:56.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:56 smithi150 bash[25259]: audit 2023-12-06T15:00:54.937998+0000 mgr.y (mgr.24352) 246 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:00:56.793 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T15:00:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:56] "GET /metrics HTTP/1.1" 200 214869 "" "Prometheus/2.33.4" 2023-12-06T15:00:58.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:00:57 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:00:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:00:58.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:00:57 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:00:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:00:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:58 smithi116 bash[25098]: cluster 2023-12-06T15:00:56.538759+0000 mgr.y (mgr.24352) 247 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:58 smithi116 bash[25098]: audit 2023-12-06T15:00:57.885485+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:00:58 smithi116 bash[25098]: audit 2023-12-06T15:00:57.912855+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:58 smithi116 bash[30871]: cluster 2023-12-06T15:00:56.538759+0000 mgr.y (mgr.24352) 247 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:58 smithi116 bash[30871]: audit 2023-12-06T15:00:57.885485+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:00:58 smithi116 bash[30871]: audit 2023-12-06T15:00:57.912855+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:58 smithi150 bash[25259]: cluster 2023-12-06T15:00:56.538759+0000 mgr.y (mgr.24352) 247 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:00:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:58 smithi150 bash[25259]: audit 2023-12-06T15:00:57.885485+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:00:58.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:00:58 smithi150 bash[25259]: audit 2023-12-06T15:00:57.912855+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:00.054 INFO:teuthology.orchestra.run.smithi116.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[25098]: cluster 2023-12-06T15:00:58.539538+0000 mgr.y (mgr.24352) 248 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[25098]: audit 2023-12-06T15:01:00.049826+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[25098]: audit 2023-12-06T15:01:00.087017+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[25098]: audit 2023-12-06T15:01:00.088788+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[25098]: audit 2023-12-06T15:01:00.098237+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[30871]: cluster 2023-12-06T15:00:58.539538+0000 mgr.y (mgr.24352) 248 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[30871]: audit 2023-12-06T15:01:00.049826+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[30871]: audit 2023-12-06T15:01:00.087017+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[30871]: audit 2023-12-06T15:01:00.088788+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:00 smithi116 bash[30871]: audit 2023-12-06T15:01:00.098237+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:00 smithi150 bash[25259]: cluster 2023-12-06T15:00:58.539538+0000 mgr.y (mgr.24352) 248 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:00 smithi150 bash[25259]: audit 2023-12-06T15:01:00.049826+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:00 smithi150 bash[25259]: audit 2023-12-06T15:01:00.087017+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:00 smithi150 bash[25259]: audit 2023-12-06T15:01:00.088788+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:00 smithi150 bash[25259]: audit 2023-12-06T15:01:00.098237+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:01.066 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T15:01:01.076 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T15:01:01.076 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-06T15:01:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:01 smithi116 bash[25098]: audit 2023-12-06T15:01:00.039846+0000 mgr.y (mgr.24352) 249 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:01 smithi116 bash[25098]: cephadm 2023-12-06T15:01:00.041723+0000 mgr.y (mgr.24352) 250 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:01 smithi116 bash[25098]: cephadm 2023-12-06T15:01:00.111679+0000 mgr.y (mgr.24352) 251 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:01.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:01 smithi116 bash[30871]: audit 2023-12-06T15:01:00.039846+0000 mgr.y (mgr.24352) 249 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:01.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:01 smithi116 bash[30871]: cephadm 2023-12-06T15:01:00.041723+0000 mgr.y (mgr.24352) 250 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:01.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:01 smithi116 bash[30871]: cephadm 2023-12-06T15:01:00.111679+0000 mgr.y (mgr.24352) 251 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:01.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:01 smithi150 bash[25259]: audit 2023-12-06T15:01:00.039846+0000 mgr.y (mgr.24352) 249 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:01.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:01 smithi150 bash[25259]: cephadm 2023-12-06T15:01:00.041723+0000 mgr.y (mgr.24352) 250 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:01.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:01 smithi150 bash[25259]: cephadm 2023-12-06T15:01:00.111679+0000 mgr.y (mgr.24352) 251 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:01:02.635 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:02 smithi116 bash[25098]: cluster 2023-12-06T15:01:00.540560+0000 mgr.y (mgr.24352) 252 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:02.636 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:02 smithi116 bash[30871]: cluster 2023-12-06T15:01:00.540560+0000 mgr.y (mgr.24352) 252 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:02.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:02 smithi150 bash[25259]: cluster 2023-12-06T15:01:00.540560+0000 mgr.y (mgr.24352) 252 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:04.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:04 smithi116 bash[30871]: cluster 2023-12-06T15:01:02.542370+0000 mgr.y (mgr.24352) 253 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:04.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:04 smithi116 bash[25098]: cluster 2023-12-06T15:01:02.542370+0000 mgr.y (mgr.24352) 253 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:04.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:04 smithi150 bash[25259]: cluster 2023-12-06T15:01:02.542370+0000 mgr.y (mgr.24352) 253 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:04.786 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 17s ago 12m - - 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 7s ago 12m - - 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (4m) 17s ago 5m 15.1M - ba2b418f427c 53d9850f215d 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (4m) 7s ago 4m 47.4M - 8.3.5 dad864ee21e9 70523263c5b2 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (2m) 17s ago 2m 46.8M - 3.5 e1d6a67b021e ccce99b906db 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443 running (11m) 7s ago 11m 406M - 17.2.0 e1d6a67b021e c7141244482e 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:9283 running (13m) 17s ago 13m 461M - 17.2.0 e1d6a67b021e ab6ac752cf6d 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (13m) 17s ago 13m 57.2M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (11m) 7s ago 11m 48.7M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (11m) 17s ago 11m 47.3M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (5m) 17s ago 5m 16.1M - 1dbe0e931976 203239de6b59 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (5m) 7s ago 5m 11.9M - 1dbe0e931976 34c9239d5ea5 2023-12-06T15:01:05.527 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (10m) 17s ago 10m 55.0M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (10m) 17s ago 10m 57.1M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (9m) 17s ago 9m 53.8M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (8m) 17s ago 8m 53.6M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (8m) 7s ago 8m 54.4M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (7m) 7s ago 7m 52.8M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (7m) 7s ago 7m 51.1M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (6m) 7s ago 6m 53.2M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (4m) 7s ago 5m 58.7M - 514e6a882f6e 9ab27548a5ea 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (2m) 17s ago 2m 84.0M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (2m) 7s ago 2m 84.4M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (2m) 17s ago 2m 84.1M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:01:05.528 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (2m) 7s ago 2m 84.2M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:01:05.943 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:01:05.943 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:01:05.943 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:01:05.943 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:05.943 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:01:05.943 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:01:05.944 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T15:01:06.318 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:01:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[25098]: cluster 2023-12-06T15:01:04.543063+0000 mgr.y (mgr.24352) 254 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[25098]: audit 2023-12-06T15:01:04.764821+0000 mgr.y (mgr.24352) 255 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[25098]: audit 2023-12-06T15:01:04.946877+0000 mgr.y (mgr.24352) 256 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[25098]: audit 2023-12-06T15:01:05.141955+0000 mgr.y (mgr.24352) 257 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[25098]: audit 2023-12-06T15:01:05.940428+0000 mon.c (mon.1) 137 : audit [DBG] from='client.? 172.21.15.116:0/2494552849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:01:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[30871]: cluster 2023-12-06T15:01:04.543063+0000 mgr.y (mgr.24352) 254 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[30871]: audit 2023-12-06T15:01:04.764821+0000 mgr.y (mgr.24352) 255 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[30871]: audit 2023-12-06T15:01:04.946877+0000 mgr.y (mgr.24352) 256 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[30871]: audit 2023-12-06T15:01:05.141955+0000 mgr.y (mgr.24352) 257 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[30871]: audit 2023-12-06T15:01:05.940428+0000 mon.c (mon.1) 137 : audit [DBG] from='client.? 172.21.15.116:0/2494552849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:01:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:06 smithi150 bash[25259]: cluster 2023-12-06T15:01:04.543063+0000 mgr.y (mgr.24352) 254 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:06 smithi150 bash[25259]: audit 2023-12-06T15:01:04.764821+0000 mgr.y (mgr.24352) 255 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:06 smithi150 bash[25259]: audit 2023-12-06T15:01:04.946877+0000 mgr.y (mgr.24352) 256 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:06 smithi150 bash[25259]: audit 2023-12-06T15:01:05.141955+0000 mgr.y (mgr.24352) 257 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:06 smithi150 bash[25259]: audit 2023-12-06T15:01:05.940428+0000 mon.c (mon.1) 137 : audit [DBG] from='client.? 172.21.15.116:0/2494552849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:01:06.757 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:01:07.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:06] "GET /metrics HTTP/1.1" 200 214848 "" "Prometheus/2.33.4" 2023-12-06T15:01:07.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:07 smithi116 bash[25098]: audit 2023-12-06T15:01:05.506560+0000 mgr.y (mgr.24352) 258 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:07 smithi116 bash[25098]: audit 2023-12-06T15:01:06.314951+0000 mgr.y (mgr.24352) 259 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:07 smithi116 bash[25098]: audit 2023-12-06T15:01:06.754537+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.116:0/3339441768' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:01:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:07 smithi116 bash[30871]: audit 2023-12-06T15:01:05.506560+0000 mgr.y (mgr.24352) 258 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:07 smithi116 bash[30871]: audit 2023-12-06T15:01:06.314951+0000 mgr.y (mgr.24352) 259 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:07 smithi116 bash[30871]: audit 2023-12-06T15:01:06.754537+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.116:0/3339441768' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:01:07.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:07 smithi150 bash[25259]: audit 2023-12-06T15:01:05.506560+0000 mgr.y (mgr.24352) 258 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:07.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:07 smithi150 bash[25259]: audit 2023-12-06T15:01:06.314951+0000 mgr.y (mgr.24352) 259 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:07.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:07 smithi150 bash[25259]: audit 2023-12-06T15:01:06.754537+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.116:0/3339441768' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:01:08.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:01:07 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:01:08.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:01:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:01:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[25098]: cluster 2023-12-06T15:01:06.544680+0000 mgr.y (mgr.24352) 260 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:08.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[25098]: audit 2023-12-06T15:01:08.306426+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:08.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[25098]: audit 2023-12-06T15:01:08.316883+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[30871]: cluster 2023-12-06T15:01:06.544680+0000 mgr.y (mgr.24352) 260 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[30871]: audit 2023-12-06T15:01:08.306426+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:08 smithi116 bash[30871]: audit 2023-12-06T15:01:08.316883+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:08 smithi150 bash[25259]: cluster 2023-12-06T15:01:06.544680+0000 mgr.y (mgr.24352) 260 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:08 smithi150 bash[25259]: audit 2023-12-06T15:01:08.306426+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:08 smithi150 bash[25259]: audit 2023-12-06T15:01:08.316883+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:10.601 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:10 smithi116 bash[25098]: cluster 2023-12-06T15:01:08.545532+0000 mgr.y (mgr.24352) 261 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:10.601 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:10 smithi116 bash[30871]: cluster 2023-12-06T15:01:08.545532+0000 mgr.y (mgr.24352) 261 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:10.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:10 smithi150 bash[25259]: cluster 2023-12-06T15:01:08.545532+0000 mgr.y (mgr.24352) 261 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:12.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:12 smithi116 bash[25098]: cluster 2023-12-06T15:01:10.546357+0000 mgr.y (mgr.24352) 262 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:12.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:12 smithi116 bash[30871]: cluster 2023-12-06T15:01:10.546357+0000 mgr.y (mgr.24352) 262 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:12.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:12 smithi150 bash[25259]: cluster 2023-12-06T15:01:10.546357+0000 mgr.y (mgr.24352) 262 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:14.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:14 smithi116 bash[25098]: cluster 2023-12-06T15:01:12.547527+0000 mgr.y (mgr.24352) 263 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:14.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:14 smithi116 bash[30871]: cluster 2023-12-06T15:01:12.547527+0000 mgr.y (mgr.24352) 263 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:14.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:14 smithi150 bash[25259]: cluster 2023-12-06T15:01:12.547527+0000 mgr.y (mgr.24352) 263 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:16 smithi116 bash[25098]: cluster 2023-12-06T15:01:14.548106+0000 mgr.y (mgr.24352) 264 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:16 smithi116 bash[25098]: audit 2023-12-06T15:01:14.957445+0000 mgr.y (mgr.24352) 265 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:16.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:16 smithi116 bash[30871]: cluster 2023-12-06T15:01:14.548106+0000 mgr.y (mgr.24352) 264 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:16.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:16 smithi116 bash[30871]: audit 2023-12-06T15:01:14.957445+0000 mgr.y (mgr.24352) 265 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:16.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:16 smithi150 bash[25259]: cluster 2023-12-06T15:01:14.548106+0000 mgr.y (mgr.24352) 264 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:16.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:16 smithi150 bash[25259]: audit 2023-12-06T15:01:14.957445+0000 mgr.y (mgr.24352) 265 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:17.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:16] "GET /metrics HTTP/1.1" 200 214848 "" "Prometheus/2.33.4" 2023-12-06T15:01:18.056 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:01:17 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:01:18.357 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:01:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:01:18.641 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:18 smithi150 bash[25259]: cluster 2023-12-06T15:01:16.549650+0000 mgr.y (mgr.24352) 266 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:18.641 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:18 smithi150 bash[25259]: audit 2023-12-06T15:01:18.041208+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:18.641 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:18 smithi150 bash[25259]: audit 2023-12-06T15:01:18.051065+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[25098]: cluster 2023-12-06T15:01:16.549650+0000 mgr.y (mgr.24352) 266 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[25098]: audit 2023-12-06T15:01:18.041208+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:18.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[25098]: audit 2023-12-06T15:01:18.051065+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[30871]: cluster 2023-12-06T15:01:16.549650+0000 mgr.y (mgr.24352) 266 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[30871]: audit 2023-12-06T15:01:18.041208+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:18 smithi116 bash[30871]: audit 2023-12-06T15:01:18.051065+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:20.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:20 smithi150 bash[25259]: cluster 2023-12-06T15:01:18.550266+0000 mgr.y (mgr.24352) 267 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:20.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:20 smithi116 bash[25098]: cluster 2023-12-06T15:01:18.550266+0000 mgr.y (mgr.24352) 267 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:20.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:20 smithi116 bash[30871]: cluster 2023-12-06T15:01:18.550266+0000 mgr.y (mgr.24352) 267 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:21.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[25098]: audit 2023-12-06T15:01:20.759247+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[25098]: audit 2023-12-06T15:01:20.760077+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[25098]: audit 2023-12-06T15:01:20.772014+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[25098]: audit 2023-12-06T15:01:20.772783+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[30871]: audit 2023-12-06T15:01:20.759247+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[30871]: audit 2023-12-06T15:01:20.760077+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[30871]: audit 2023-12-06T15:01:20.772014+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:21.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:21 smithi116 bash[30871]: audit 2023-12-06T15:01:20.772783+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:21 smithi150 bash[25259]: audit 2023-12-06T15:01:20.759247+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:21 smithi150 bash[25259]: audit 2023-12-06T15:01:20.760077+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:21 smithi150 bash[25259]: audit 2023-12-06T15:01:20.772014+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:21.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:21 smithi150 bash[25259]: audit 2023-12-06T15:01:20.772783+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:22.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:22 smithi116 bash[25098]: cluster 2023-12-06T15:01:20.550963+0000 mgr.y (mgr.24352) 268 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:22.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:22 smithi116 bash[30871]: cluster 2023-12-06T15:01:20.550963+0000 mgr.y (mgr.24352) 268 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:22.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:22 smithi150 bash[25259]: cluster 2023-12-06T15:01:20.550963+0000 mgr.y (mgr.24352) 268 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:24.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:24 smithi116 bash[25098]: cluster 2023-12-06T15:01:22.552455+0000 mgr.y (mgr.24352) 269 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:24.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:24 smithi116 bash[30871]: cluster 2023-12-06T15:01:22.552455+0000 mgr.y (mgr.24352) 269 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:24.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:24 smithi150 bash[25259]: cluster 2023-12-06T15:01:22.552455+0000 mgr.y (mgr.24352) 269 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:26 smithi116 bash[25098]: cluster 2023-12-06T15:01:24.553214+0000 mgr.y (mgr.24352) 270 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:26.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:26 smithi116 bash[25098]: audit 2023-12-06T15:01:24.965451+0000 mgr.y (mgr.24352) 271 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:26.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:26 smithi116 bash[30871]: cluster 2023-12-06T15:01:24.553214+0000 mgr.y (mgr.24352) 270 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:26.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:26 smithi116 bash[30871]: audit 2023-12-06T15:01:24.965451+0000 mgr.y (mgr.24352) 271 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:26.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:26 smithi150 bash[25259]: cluster 2023-12-06T15:01:24.553214+0000 mgr.y (mgr.24352) 270 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:26.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:26 smithi150 bash[25259]: audit 2023-12-06T15:01:24.965451+0000 mgr.y (mgr.24352) 271 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:27.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:26 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:26] "GET /metrics HTTP/1.1" 200 214849 "" "Prometheus/2.33.4" 2023-12-06T15:01:28.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:01:27 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:01:28.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:28 smithi116 bash[25098]: cluster 2023-12-06T15:01:26.554939+0000 mgr.y (mgr.24352) 272 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:28.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:28 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:01:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:01:28.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:28 smithi116 bash[30871]: cluster 2023-12-06T15:01:26.554939+0000 mgr.y (mgr.24352) 272 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:28.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:28 smithi150 bash[25259]: cluster 2023-12-06T15:01:26.554939+0000 mgr.y (mgr.24352) 272 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:29 smithi116 bash[25098]: audit 2023-12-06T15:01:28.442657+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:29 smithi116 bash[25098]: audit 2023-12-06T15:01:28.451553+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:29 smithi116 bash[30871]: audit 2023-12-06T15:01:28.442657+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:29 smithi116 bash[30871]: audit 2023-12-06T15:01:28.451553+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:29 smithi150 bash[25259]: audit 2023-12-06T15:01:28.442657+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:29 smithi150 bash[25259]: audit 2023-12-06T15:01:28.451553+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:30.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:30 smithi116 bash[25098]: cluster 2023-12-06T15:01:28.555660+0000 mgr.y (mgr.24352) 273 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:30.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:30 smithi116 bash[30871]: cluster 2023-12-06T15:01:28.555660+0000 mgr.y (mgr.24352) 273 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:30.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:30 smithi150 bash[25259]: cluster 2023-12-06T15:01:28.555660+0000 mgr.y (mgr.24352) 273 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:31.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:31 smithi116 bash[25098]: cluster 2023-12-06T15:01:30.556278+0000 mgr.y (mgr.24352) 274 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:31.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:31 smithi116 bash[30871]: cluster 2023-12-06T15:01:30.556278+0000 mgr.y (mgr.24352) 274 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:31.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:31 smithi150 bash[25259]: cluster 2023-12-06T15:01:30.556278+0000 mgr.y (mgr.24352) 274 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:34.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:34 smithi116 bash[25098]: cluster 2023-12-06T15:01:32.557624+0000 mgr.y (mgr.24352) 275 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:34 smithi116 bash[30871]: cluster 2023-12-06T15:01:32.557624+0000 mgr.y (mgr.24352) 275 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:34.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:34 smithi150 bash[25259]: cluster 2023-12-06T15:01:32.557624+0000 mgr.y (mgr.24352) 275 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:36.593 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:36 smithi150 bash[25259]: cluster 2023-12-06T15:01:34.558359+0000 mgr.y (mgr.24352) 276 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:36.593 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:36 smithi150 bash[25259]: audit 2023-12-06T15:01:34.973297+0000 mgr.y (mgr.24352) 277 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:36.717 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:36 smithi116 bash[25098]: cluster 2023-12-06T15:01:34.558359+0000 mgr.y (mgr.24352) 276 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:36.717 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:36 smithi116 bash[25098]: audit 2023-12-06T15:01:34.973297+0000 mgr.y (mgr.24352) 277 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:36.717 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:36 smithi116 bash[30871]: cluster 2023-12-06T15:01:34.558359+0000 mgr.y (mgr.24352) 276 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:36.717 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:36 smithi116 bash[30871]: audit 2023-12-06T15:01:34.973297+0000 mgr.y (mgr.24352) 277 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:37.196 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:01:37.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:36 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:36] "GET /metrics HTTP/1.1" 200 214815 "" "Prometheus/2.33.4" 2023-12-06T15:01:37.984 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 9s ago 12m - - 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 19s ago 12m - - 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (4m) 9s ago 5m 13.9M - ba2b418f427c 53d9850f215d 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (5m) 19s ago 5m 47.5M - 8.3.5 dad864ee21e9 70523263c5b2 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (2m) 9s ago 2m 47.0M - 3.5 e1d6a67b021e ccce99b906db 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443 running (11m) 19s ago 11m 406M - 17.2.0 e1d6a67b021e c7141244482e 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:9283 running (13m) 9s ago 13m 463M - 17.2.0 e1d6a67b021e ab6ac752cf6d 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (14m) 9s ago 14m 58.4M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (12m) 19s ago 12m 49.1M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (12m) 9s ago 12m 48.2M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (5m) 9s ago 5m 12.3M - 1dbe0e931976 203239de6b59 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (5m) 19s ago 5m 12.2M - 1dbe0e931976 34c9239d5ea5 2023-12-06T15:01:37.985 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (11m) 9s ago 11m 55.4M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (10m) 9s ago 10m 57.4M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (10m) 9s ago 10m 54.0M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (9m) 9s ago 9m 54.0M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (8m) 19s ago 8m 54.6M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (8m) 19s ago 8m 52.9M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (7m) 19s ago 7m 51.1M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (6m) 19s ago 6m 53.2M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (4m) 19s ago 5m 58.7M - 514e6a882f6e 9ab27548a5ea 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (3m) 9s ago 3m 84.2M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (3m) 19s ago 3m 84.4M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (3m) 9s ago 3m 84.3M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:01:37.986 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (3m) 19s ago 3m 84.4M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:01:38.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:01:37 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:01:38.455 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:01:38.456 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:01:38.457 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:01:38.457 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:01:38.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:01:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:01:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[25098]: cluster 2023-12-06T15:01:36.559539+0000 mgr.y (mgr.24352) 278 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[25098]: audit 2023-12-06T15:01:37.175763+0000 mgr.y (mgr.24352) 279 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:38.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[25098]: audit 2023-12-06T15:01:38.172409+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:38.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[25098]: audit 2023-12-06T15:01:38.181201+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[30871]: cluster 2023-12-06T15:01:36.559539+0000 mgr.y (mgr.24352) 278 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[30871]: audit 2023-12-06T15:01:37.175763+0000 mgr.y (mgr.24352) 279 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[30871]: audit 2023-12-06T15:01:38.172409+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:38 smithi116 bash[30871]: audit 2023-12-06T15:01:38.181201+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:38 smithi150 bash[25259]: cluster 2023-12-06T15:01:36.559539+0000 mgr.y (mgr.24352) 278 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:38.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:38 smithi150 bash[25259]: audit 2023-12-06T15:01:37.175763+0000 mgr.y (mgr.24352) 279 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:38.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:38 smithi150 bash[25259]: audit 2023-12-06T15:01:38.172409+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:38.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:38 smithi150 bash[25259]: audit 2023-12-06T15:01:38.181201+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T15:01:38.857 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:01:39.325 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:01:39.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:39 smithi116 bash[25098]: audit 2023-12-06T15:01:37.581349+0000 mgr.y (mgr.24352) 280 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:39.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:39 smithi116 bash[25098]: audit 2023-12-06T15:01:37.962660+0000 mgr.y (mgr.24352) 281 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:39.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:39 smithi116 bash[25098]: audit 2023-12-06T15:01:38.452851+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.116:0/2739741243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:01:39.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:39 smithi116 bash[30871]: audit 2023-12-06T15:01:37.581349+0000 mgr.y (mgr.24352) 280 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:39.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:39 smithi116 bash[30871]: audit 2023-12-06T15:01:37.962660+0000 mgr.y (mgr.24352) 281 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:39.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:39 smithi116 bash[30871]: audit 2023-12-06T15:01:38.452851+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.116:0/2739741243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:01:39.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:39 smithi150 bash[25259]: audit 2023-12-06T15:01:37.581349+0000 mgr.y (mgr.24352) 280 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:39.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:39 smithi150 bash[25259]: audit 2023-12-06T15:01:37.962660+0000 mgr.y (mgr.24352) 281 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:39.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:39 smithi150 bash[25259]: audit 2023-12-06T15:01:38.452851+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.116:0/2739741243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:01:40.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:40 smithi150 bash[25259]: cluster 2023-12-06T15:01:38.560058+0000 mgr.y (mgr.24352) 282 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:40.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:40 smithi150 bash[25259]: audit 2023-12-06T15:01:38.854246+0000 mgr.y (mgr.24352) 283 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:40.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:40 smithi150 bash[25259]: audit 2023-12-06T15:01:39.322504+0000 mon.a (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.116:0/1023266065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:01:40.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:40 smithi116 bash[25098]: cluster 2023-12-06T15:01:38.560058+0000 mgr.y (mgr.24352) 282 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:40 smithi116 bash[25098]: audit 2023-12-06T15:01:38.854246+0000 mgr.y (mgr.24352) 283 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:40 smithi116 bash[25098]: audit 2023-12-06T15:01:39.322504+0000 mon.a (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.116:0/1023266065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:01:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:40 smithi116 bash[30871]: cluster 2023-12-06T15:01:38.560058+0000 mgr.y (mgr.24352) 282 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:40 smithi116 bash[30871]: audit 2023-12-06T15:01:38.854246+0000 mgr.y (mgr.24352) 283 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:40 smithi116 bash[30871]: audit 2023-12-06T15:01:39.322504+0000 mon.a (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.116:0/1023266065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:01:42.535 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:42 smithi116 bash[25098]: cluster 2023-12-06T15:01:40.560768+0000 mgr.y (mgr.24352) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:42.536 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:42 smithi116 bash[30871]: cluster 2023-12-06T15:01:40.560768+0000 mgr.y (mgr.24352) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:42.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:42 smithi150 bash[25259]: cluster 2023-12-06T15:01:40.560768+0000 mgr.y (mgr.24352) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:44.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[25098]: cluster 2023-12-06T15:01:42.561853+0000 mgr.y (mgr.24352) 285 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[25098]: audit 2023-12-06T15:01:43.540303+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[25098]: audit 2023-12-06T15:01:43.542673+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[25098]: audit 2023-12-06T15:01:43.550494+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[30871]: cluster 2023-12-06T15:01:42.561853+0000 mgr.y (mgr.24352) 285 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[30871]: audit 2023-12-06T15:01:43.540303+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[30871]: audit 2023-12-06T15:01:43.542673+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:44 smithi116 bash[30871]: audit 2023-12-06T15:01:43.550494+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:44 smithi150 bash[25259]: cluster 2023-12-06T15:01:42.561853+0000 mgr.y (mgr.24352) 285 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:44 smithi150 bash[25259]: audit 2023-12-06T15:01:43.540303+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:44 smithi150 bash[25259]: audit 2023-12-06T15:01:43.542673+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:44 smithi150 bash[25259]: audit 2023-12-06T15:01:43.550494+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:45.288 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[30871]: cephadm 2023-12-06T15:01:43.541304+0000 mgr.y (mgr.24352) 286 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T15:01:45.288 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[30871]: cephadm 2023-12-06T15:01:43.541415+0000 mgr.y (mgr.24352) 287 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T15:01:45.288 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[30871]: cephadm 2023-12-06T15:01:43.555027+0000 mgr.y (mgr.24352) 288 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:01:45.288 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[30871]: cephadm 2023-12-06T15:01:43.795048+0000 mgr.y (mgr.24352) 289 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi150 2023-12-06T15:01:45.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[25098]: cephadm 2023-12-06T15:01:43.541304+0000 mgr.y (mgr.24352) 286 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T15:01:45.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[25098]: cephadm 2023-12-06T15:01:43.541415+0000 mgr.y (mgr.24352) 287 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T15:01:45.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[25098]: cephadm 2023-12-06T15:01:43.555027+0000 mgr.y (mgr.24352) 288 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:01:45.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:45 smithi116 bash[25098]: cephadm 2023-12-06T15:01:43.795048+0000 mgr.y (mgr.24352) 289 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi150 2023-12-06T15:01:45.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:45 smithi150 bash[25259]: cephadm 2023-12-06T15:01:43.541304+0000 mgr.y (mgr.24352) 286 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T15:01:45.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:45 smithi150 bash[25259]: cephadm 2023-12-06T15:01:43.541415+0000 mgr.y (mgr.24352) 287 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T15:01:45.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:45 smithi150 bash[25259]: cephadm 2023-12-06T15:01:43.555027+0000 mgr.y (mgr.24352) 288 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:01:45.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:45 smithi150 bash[25259]: cephadm 2023-12-06T15:01:43.795048+0000 mgr.y (mgr.24352) 289 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi150 2023-12-06T15:01:46.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:46 smithi116 bash[25098]: cluster 2023-12-06T15:01:44.562669+0000 mgr.y (mgr.24352) 290 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:46.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:46 smithi116 bash[25098]: audit 2023-12-06T15:01:44.983767+0000 mgr.y (mgr.24352) 291 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:46.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:46 smithi116 bash[30871]: cluster 2023-12-06T15:01:44.562669+0000 mgr.y (mgr.24352) 290 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:46.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:46 smithi116 bash[30871]: audit 2023-12-06T15:01:44.983767+0000 mgr.y (mgr.24352) 291 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:46.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:46 smithi150 bash[25259]: cluster 2023-12-06T15:01:44.562669+0000 mgr.y (mgr.24352) 290 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:46 smithi150 bash[25259]: audit 2023-12-06T15:01:44.983767+0000 mgr.y (mgr.24352) 291 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:47.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:46 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:46] "GET /metrics HTTP/1.1" 200 214815 "" "Prometheus/2.33.4" 2023-12-06T15:01:48.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:01:47 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:01:48.588 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:48 smithi116 bash[25098]: cluster 2023-12-06T15:01:46.564354+0000 mgr.y (mgr.24352) 292 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:48.588 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:48 smithi116 bash[30871]: cluster 2023-12-06T15:01:46.564354+0000 mgr.y (mgr.24352) 292 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:48.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:48 smithi150 bash[25259]: cluster 2023-12-06T15:01:46.564354+0000 mgr.y (mgr.24352) 292 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:48.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:48 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:01:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:01:49.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:49 smithi116 bash[25098]: cluster 2023-12-06T15:01:48.565137+0000 mgr.y (mgr.24352) 293 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:49.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:49 smithi116 bash[25098]: audit 2023-12-06T15:01:48.574944+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:49 smithi116 bash[25098]: audit 2023-12-06T15:01:48.583272+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:49.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:49 smithi116 bash[30871]: cluster 2023-12-06T15:01:48.565137+0000 mgr.y (mgr.24352) 293 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:49.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:49 smithi116 bash[30871]: audit 2023-12-06T15:01:48.574944+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:49.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:49 smithi116 bash[30871]: audit 2023-12-06T15:01:48.583272+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:49.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:49 smithi150 bash[25259]: cluster 2023-12-06T15:01:48.565137+0000 mgr.y (mgr.24352) 293 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:49.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:49 smithi150 bash[25259]: audit 2023-12-06T15:01:48.574944+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:49.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:49 smithi150 bash[25259]: audit 2023-12-06T15:01:48.583272+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:51.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:51 smithi116 bash[25098]: cluster 2023-12-06T15:01:50.565922+0000 mgr.y (mgr.24352) 294 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:51.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:51 smithi116 bash[30871]: cluster 2023-12-06T15:01:50.565922+0000 mgr.y (mgr.24352) 294 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:51.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:51 smithi150 bash[25259]: cluster 2023-12-06T15:01:50.565922+0000 mgr.y (mgr.24352) 294 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:53.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:01:53 smithi116 bash[54086]: level=warn ts=2023-12-06T15:01:53.548Z 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.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs" 2023-12-06T15:01:53.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:01:53 smithi116 bash[54086]: level=warn ts=2023-12-06T15:01:53.548Z 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.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:01:54.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:54 smithi116 bash[25098]: cluster 2023-12-06T15:01:52.567648+0000 mgr.y (mgr.24352) 295 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:54 smithi116 bash[30871]: cluster 2023-12-06T15:01:52.567648+0000 mgr.y (mgr.24352) 295 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:54.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:54 smithi150 bash[25259]: cluster 2023-12-06T15:01:52.567648+0000 mgr.y (mgr.24352) 295 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:56 smithi116 bash[25098]: cluster 2023-12-06T15:01:54.568423+0000 mgr.y (mgr.24352) 296 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:56.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:56 smithi116 bash[25098]: audit 2023-12-06T15:01:54.986705+0000 mgr.y (mgr.24352) 297 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:56 smithi116 bash[30871]: cluster 2023-12-06T15:01:54.568423+0000 mgr.y (mgr.24352) 296 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:56 smithi116 bash[30871]: audit 2023-12-06T15:01:54.986705+0000 mgr.y (mgr.24352) 297 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:56.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:56 smithi150 bash[25259]: cluster 2023-12-06T15:01:54.568423+0000 mgr.y (mgr.24352) 296 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:01:56.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:56 smithi150 bash[25259]: audit 2023-12-06T15:01:54.986705+0000 mgr.y (mgr.24352) 297 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:01:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:56] "GET /metrics HTTP/1.1" 200 214826 "" "Prometheus/2.33.4" 2023-12-06T15:01:58.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:01:57 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:01:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:01:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:58 smithi116 bash[25098]: cluster 2023-12-06T15:01:56.570033+0000 mgr.y (mgr.24352) 298 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:58.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:01:58 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:01:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:01:58.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:58 smithi116 bash[30871]: cluster 2023-12-06T15:01:56.570033+0000 mgr.y (mgr.24352) 298 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:58.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:58 smithi150 bash[25259]: cluster 2023-12-06T15:01:56.570033+0000 mgr.y (mgr.24352) 298 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:01:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:59 smithi116 bash[25098]: audit 2023-12-06T15:01:58.367549+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:01:59 smithi116 bash[25098]: audit 2023-12-06T15:01:58.377399+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:59 smithi116 bash[30871]: audit 2023-12-06T15:01:58.367549+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:01:59 smithi116 bash[30871]: audit 2023-12-06T15:01:58.377399+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:59.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:59 smithi150 bash[25259]: audit 2023-12-06T15:01:58.367549+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:01:59.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:01:59 smithi150 bash[25259]: audit 2023-12-06T15:01:58.377399+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:00.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:00 smithi116 bash[25098]: cluster 2023-12-06T15:01:58.570741+0000 mgr.y (mgr.24352) 299 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:00.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:00 smithi116 bash[30871]: cluster 2023-12-06T15:01:58.570741+0000 mgr.y (mgr.24352) 299 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:00 smithi150 bash[25259]: cluster 2023-12-06T15:01:58.570741+0000 mgr.y (mgr.24352) 299 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:02.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:02 smithi116 bash[25098]: cluster 2023-12-06T15:02:00.571485+0000 mgr.y (mgr.24352) 300 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:02 smithi116 bash[30871]: cluster 2023-12-06T15:02:00.571485+0000 mgr.y (mgr.24352) 300 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:02.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:02 smithi150 bash[25259]: cluster 2023-12-06T15:02:00.571485+0000 mgr.y (mgr.24352) 300 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:03.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:03 smithi116 bash[54086]: level=error ts=2023-12-06T15:02:03.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:03.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:03 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:03.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs" 2023-12-06T15:02:03.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:03 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:03.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:04 smithi116 bash[25098]: cluster 2023-12-06T15:02:02.573253+0000 mgr.y (mgr.24352) 301 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:04 smithi116 bash[30871]: cluster 2023-12-06T15:02:02.573253+0000 mgr.y (mgr.24352) 301 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:04 smithi150 bash[25259]: cluster 2023-12-06T15:02:02.573253+0000 mgr.y (mgr.24352) 301 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:06 smithi116 bash[25098]: cluster 2023-12-06T15:02:04.574023+0000 mgr.y (mgr.24352) 302 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:06.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:06 smithi116 bash[25098]: audit 2023-12-06T15:02:04.997605+0000 mgr.y (mgr.24352) 303 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:06 smithi116 bash[30871]: cluster 2023-12-06T15:02:04.574023+0000 mgr.y (mgr.24352) 302 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:06 smithi116 bash[30871]: audit 2023-12-06T15:02:04.997605+0000 mgr.y (mgr.24352) 303 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:06 smithi150 bash[25259]: cluster 2023-12-06T15:02:04.574023+0000 mgr.y (mgr.24352) 302 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:06 smithi150 bash[25259]: audit 2023-12-06T15:02:04.997605+0000 mgr.y (mgr.24352) 303 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:07.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:06] "GET /metrics HTTP/1.1" 200 214824 "" "Prometheus/2.33.4" 2023-12-06T15:02:08.191 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:07 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:02:08.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:08 smithi116 bash[25098]: cluster 2023-12-06T15:02:06.575691+0000 mgr.y (mgr.24352) 304 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:08.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:08 smithi116 bash[30871]: cluster 2023-12-06T15:02:06.575691+0000 mgr.y (mgr.24352) 304 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:08.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:08 smithi150 bash[25259]: cluster 2023-12-06T15:02:06.575691+0000 mgr.y (mgr.24352) 304 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:09.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:08 smithi116 bash[25373]: 172.21.15.116 - - [06/Dec/2023:15:02:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:02:09.702 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:02:10.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:09 smithi116 bash[25098]: cluster 2023-12-06T15:02:08.576445+0000 mgr.y (mgr.24352) 305 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:10.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:09 smithi116 bash[25098]: audit 2023-12-06T15:02:08.711756+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:10.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:09 smithi116 bash[25098]: audit 2023-12-06T15:02:08.722552+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:10.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:09 smithi116 bash[30871]: cluster 2023-12-06T15:02:08.576445+0000 mgr.y (mgr.24352) 305 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:10.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:09 smithi116 bash[30871]: audit 2023-12-06T15:02:08.711756+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:10.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:09 smithi116 bash[30871]: audit 2023-12-06T15:02:08.722552+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:10.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:09 smithi150 bash[25259]: cluster 2023-12-06T15:02:08.576445+0000 mgr.y (mgr.24352) 305 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:10.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:09 smithi150 bash[25259]: audit 2023-12-06T15:02:08.711756+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:10.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:09 smithi150 bash[25259]: audit 2023-12-06T15:02:08.722552+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:10.406 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 1s ago 13m - - 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 12s ago 13m - - 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (5m) 1s ago 6m 17.7M - ba2b418f427c 53d9850f215d 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (5m) 12s ago 5m 47.8M - 8.3.5 dad864ee21e9 70523263c5b2 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (3m) 1s ago 3m 47.2M - 3.5 e1d6a67b021e ccce99b906db 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443 running (12m) 12s ago 12m 407M - 17.2.0 e1d6a67b021e c7141244482e 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:9283 running (14m) 1s ago 14m 464M - 17.2.0 e1d6a67b021e ab6ac752cf6d 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (14m) 1s ago 14m 59.7M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (12m) 12s ago 12m 50.4M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (12m) 1s ago 12m 49.8M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (6m) 1s ago 6m 15.0M - 1dbe0e931976 203239de6b59 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (6m) 12s ago 6m 11.5M - 1dbe0e931976 34c9239d5ea5 2023-12-06T15:02:10.407 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (12m) 1s ago 12m 56.0M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (11m) 1s ago 11m 57.9M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (10m) 1s ago 10m 54.5M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (9m) 1s ago 10m 54.5M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (9m) 12s ago 9m 55.2M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (8m) 12s ago 8m 53.5M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (8m) 12s ago 8m 51.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (7m) 12s ago 7m 53.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (5m) 12s ago 6m 58.8M - 514e6a882f6e 9ab27548a5ea 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (4m) 1s ago 4m 84.4M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (3m) 12s ago 3m 84.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (3m) 1s ago 3m 84.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:02:10.408 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (3m) 12s ago 3m 84.5M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:02:10.819 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:02:10.820 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:02:10.820 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:10.820 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:02:10.820 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:02:10.820 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:02:10.820 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:02:10.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:10 smithi116 bash[25098]: audit 2023-12-06T15:02:09.684848+0000 mgr.y (mgr.24352) 306 : audit [DBG] from='client.25066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:10.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:10 smithi116 bash[25098]: audit 2023-12-06T15:02:10.043990+0000 mgr.y (mgr.24352) 307 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:10.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:10 smithi116 bash[25098]: audit 2023-12-06T15:02:10.383568+0000 mgr.y (mgr.24352) 308 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:10.998 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:10 smithi116 bash[30871]: audit 2023-12-06T15:02:09.684848+0000 mgr.y (mgr.24352) 306 : audit [DBG] from='client.25066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:10.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:10 smithi116 bash[30871]: audit 2023-12-06T15:02:10.043990+0000 mgr.y (mgr.24352) 307 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:10.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:10 smithi116 bash[30871]: audit 2023-12-06T15:02:10.383568+0000 mgr.y (mgr.24352) 308 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:10 smithi150 bash[25259]: audit 2023-12-06T15:02:09.684848+0000 mgr.y (mgr.24352) 306 : audit [DBG] from='client.25066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:10 smithi150 bash[25259]: audit 2023-12-06T15:02:10.043990+0000 mgr.y (mgr.24352) 307 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:10 smithi150 bash[25259]: audit 2023-12-06T15:02:10.383568+0000 mgr.y (mgr.24352) 308 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image on host smithi150" 2023-12-06T15:02:11.195 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:02:11.607 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:02:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[25098]: cluster 2023-12-06T15:02:10.577030+0000 mgr.y (mgr.24352) 309 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[25098]: audit 2023-12-06T15:02:10.815838+0000 mon.c (mon.1) 141 : audit [DBG] from='client.? 172.21.15.116:0/2215828946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[25098]: audit 2023-12-06T15:02:11.191752+0000 mgr.y (mgr.24352) 310 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[25098]: audit 2023-12-06T15:02:11.605023+0000 mon.c (mon.1) 142 : audit [DBG] from='client.? 172.21.15.116:0/605434870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[30871]: cluster 2023-12-06T15:02:10.577030+0000 mgr.y (mgr.24352) 309 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[30871]: audit 2023-12-06T15:02:10.815838+0000 mon.c (mon.1) 141 : audit [DBG] from='client.? 172.21.15.116:0/2215828946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[30871]: audit 2023-12-06T15:02:11.191752+0000 mgr.y (mgr.24352) 310 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:11 smithi116 bash[30871]: audit 2023-12-06T15:02:11.605023+0000 mon.c (mon.1) 142 : audit [DBG] from='client.? 172.21.15.116:0/605434870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:02:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:11 smithi150 bash[25259]: cluster 2023-12-06T15:02:10.577030+0000 mgr.y (mgr.24352) 309 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:11 smithi150 bash[25259]: audit 2023-12-06T15:02:10.815838+0000 mon.c (mon.1) 141 : audit [DBG] from='client.? 172.21.15.116:0/2215828946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:02:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:11 smithi150 bash[25259]: audit 2023-12-06T15:02:11.191752+0000 mgr.y (mgr.24352) 310 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:11 smithi150 bash[25259]: audit 2023-12-06T15:02:11.605023+0000 mon.c (mon.1) 142 : audit [DBG] from='client.? 172.21.15.116:0/605434870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:02:13.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:13 smithi116 bash[54086]: level=error ts=2023-12-06T15:02:13.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:13.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:13 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:13.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:13.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:13 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:13.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.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs" 2023-12-06T15:02:14.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:14 smithi116 bash[25098]: cluster 2023-12-06T15:02:12.578670+0000 mgr.y (mgr.24352) 311 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:14.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:14 smithi116 bash[30871]: cluster 2023-12-06T15:02:12.578670+0000 mgr.y (mgr.24352) 311 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:14.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:14 smithi150 bash[25259]: cluster 2023-12-06T15:02:12.578670+0000 mgr.y (mgr.24352) 311 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:16.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:16 smithi116 bash[25098]: cluster 2023-12-06T15:02:14.579422+0000 mgr.y (mgr.24352) 312 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:16.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:16 smithi116 bash[25098]: audit 2023-12-06T15:02:15.009076+0000 mgr.y (mgr.24352) 313 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:16.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:16 smithi116 bash[30871]: cluster 2023-12-06T15:02:14.579422+0000 mgr.y (mgr.24352) 312 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:16.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:16 smithi116 bash[30871]: audit 2023-12-06T15:02:15.009076+0000 mgr.y (mgr.24352) 313 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:16.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:16 smithi150 bash[25259]: cluster 2023-12-06T15:02:14.579422+0000 mgr.y (mgr.24352) 312 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:16.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:16 smithi150 bash[25259]: audit 2023-12-06T15:02:15.009076+0000 mgr.y (mgr.24352) 313 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:17.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:16] "GET /metrics HTTP/1.1" 200 214824 "" "Prometheus/2.33.4" 2023-12-06T15:02:18.190 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:17 smithi150 bash[26257]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:02:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:18 smithi150 bash[25259]: cluster 2023-12-06T15:02:16.581101+0000 mgr.y (mgr.24352) 314 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:18.525 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:18 smithi116 bash[25098]: cluster 2023-12-06T15:02:16.581101+0000 mgr.y (mgr.24352) 314 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:18.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:18 smithi116 bash[30871]: cluster 2023-12-06T15:02:16.581101+0000 mgr.y (mgr.24352) 314 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:18.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:18 smithi116 bash[25373]: 172.21.15.150 - - [06/Dec/2023:15:02:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:18.508252+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:18.519609+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: cluster 2023-12-06T15:02:18.581859+0000 mgr.y (mgr.24352) 315 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: cephadm 2023-12-06T15:02:19.178601+0000 mgr.y (mgr.24352) 316 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:19.189257+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:19.191513+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:02:19.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:19.192499+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:02:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:19.194818+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:02:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: audit 2023-12-06T15:02:19.196817+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:19 smithi150 bash[25259]: cephadm 2023-12-06T15:02:19.198441+0000 mgr.y (mgr.24352) 317 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:18.508252+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:18.519609+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: cluster 2023-12-06T15:02:18.581859+0000 mgr.y (mgr.24352) 315 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: cephadm 2023-12-06T15:02:19.178601+0000 mgr.y (mgr.24352) 316 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:19.189257+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:19.191513+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:19.192499+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:19.194818+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:02:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: audit 2023-12-06T15:02:19.196817+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[25098]: cephadm 2023-12-06T15:02:19.198441+0000 mgr.y (mgr.24352) 317 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:18.508252+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:18.519609+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: cluster 2023-12-06T15:02:18.581859+0000 mgr.y (mgr.24352) 315 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: cephadm 2023-12-06T15:02:19.178601+0000 mgr.y (mgr.24352) 316 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:19.189257+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:19.191513+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:19.192499+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:19.194818+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: audit 2023-12-06T15:02:19.196817+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:19 smithi116 bash[30871]: cephadm 2023-12-06T15:02:19.198441+0000 mgr.y (mgr.24352) 317 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:02:21.731 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:21 smithi150 systemd[1]: Stopping Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:02:21.732 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:21 smithi150 bash[25259]: cluster 2023-12-06T15:02:20.582573+0000 mgr.y (mgr.24352) 318 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:21.732 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:21 smithi150 bash[25259]: audit 2023-12-06T15:02:20.765286+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:21.732 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:21 smithi150 bash[25259]: audit 2023-12-06T15:02:20.766139+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:21.732 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:21 smithi150 bash[25259]: audit 2023-12-06T15:02:20.778927+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:21.732 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:21 smithi150 bash[25259]: audit 2023-12-06T15:02:20.779694+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[25098]: cluster 2023-12-06T15:02:20.582573+0000 mgr.y (mgr.24352) 318 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[25098]: audit 2023-12-06T15:02:20.765286+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[25098]: audit 2023-12-06T15:02:20.766139+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[25098]: audit 2023-12-06T15:02:20.778927+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[25098]: audit 2023-12-06T15:02:20.779694+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[30871]: cluster 2023-12-06T15:02:20.582573+0000 mgr.y (mgr.24352) 318 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[30871]: audit 2023-12-06T15:02:20.765286+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[30871]: audit 2023-12-06T15:02:20.766139+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:21.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[30871]: audit 2023-12-06T15:02:20.778927+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:21.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:21 smithi116 bash[30871]: audit 2023-12-06T15:02:20.779694+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:22.052 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:21 smithi150 bash[55439]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr.x 2023-12-06T15:02:22.633 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:22 smithi150 bash[55449]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:02:22.633 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:22 smithi150 bash[55493]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr.x 2023-12-06T15:02:22.911 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:22 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:02:22.911 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:22 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T15:02:22.911 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:22 smithi150 systemd[1]: Stopped Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:02:22.911 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:22 smithi150 systemd[1]: Started Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:02:23.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[54086]: level=error ts=2023-12-06T15:02:23.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:23.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02: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.150:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:02:23.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:23.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:24 smithi150 bash[55562]: debug 2023-12-06T15:02:24.089+0000 7f154f2c3700 1 -- 172.21.15.150:0/651710429 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cf65bb61a0 con 0x55cf66936800 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: cluster 2023-12-06T15:02:22.584306+0000 mgr.y (mgr.24352) 319 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.929748+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.933237+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.934984+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.945717+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: cephadm 2023-12-06T15:02:22.946595+0000 mgr.y (mgr.24352) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:02:24.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.952048+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: cephadm 2023-12-06T15:02:22.956048+0000 mgr.y (mgr.24352) 321 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:02:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: cephadm 2023-12-06T15:02:22.959465+0000 mgr.y (mgr.24352) 322 : cephadm [INF] Failing over to other MGR 2023-12-06T15:02:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.959830+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:02:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: audit 2023-12-06T15:02:22.960637+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:02:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:23 smithi150 bash[25259]: cluster 2023-12-06T15:02:22.969213+0000 mon.a (mon.0) 1104 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T15:02:24.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25373]: debug ignoring --setuser ceph since I am not root 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25373]: ignoring --setgroup ceph since I am not root 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25373]: debug 2023-12-06T15:02:24.000+0000 7fdd0fcb5700 1 -- 172.21.15.116:0/1279254625 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558cc2678340 con 0x558cc33f4c00 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25373]: debug 2023-12-06T15:02:24.152+0000 7fdd18711000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: cluster 2023-12-06T15:02:22.584306+0000 mgr.y (mgr.24352) 319 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.929748+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.933237+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.934984+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.945717+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: cephadm 2023-12-06T15:02:22.946595+0000 mgr.y (mgr.24352) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:02:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.952048+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: cephadm 2023-12-06T15:02:22.956048+0000 mgr.y (mgr.24352) 321 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: cephadm 2023-12-06T15:02:22.959465+0000 mgr.y (mgr.24352) 322 : cephadm [INF] Failing over to other MGR 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.959830+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: audit 2023-12-06T15:02:22.960637+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[25098]: cluster 2023-12-06T15:02:22.969213+0000 mon.a (mon.0) 1104 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: cluster 2023-12-06T15:02:22.584306+0000 mgr.y (mgr.24352) 319 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.929748+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.933237+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.934984+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.945717+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24352 ' entity='mgr.y' 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: cephadm 2023-12-06T15:02:22.946595+0000 mgr.y (mgr.24352) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.952048+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: cephadm 2023-12-06T15:02:22.956048+0000 mgr.y (mgr.24352) 321 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:02:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: cephadm 2023-12-06T15:02:22.959465+0000 mgr.y (mgr.24352) 322 : cephadm [INF] Failing over to other MGR 2023-12-06T15:02:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.959830+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.24352 172.21.15.116:0/3184001436' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:02:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: audit 2023-12-06T15:02:22.960637+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:02:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:23 smithi116 bash[30871]: cluster 2023-12-06T15:02:22.969213+0000 mon.a (mon.0) 1104 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T15:02:24.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:24 smithi150 bash[55562]: debug 2023-12-06T15:02:24.257+0000 7f1559469200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:02:25.106 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:24.718Z 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.116:8443//api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:02:25.106 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25098]: audit 2023-12-06T15:02:23.956168+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T15:02:25.106 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25098]: cluster 2023-12-06T15:02:23.956312+0000 mon.a (mon.0) 1106 : cluster [DBG] mgrmap e21: x(active, starting, since 0.994206s) 2023-12-06T15:02:25.107 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25373]: debug 2023-12-06T15:02:24.812+0000 7fdd18711000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:02:25.107 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[25373]: debug 2023-12-06T15:02:24.936+0000 7fdd18711000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:02:25.107 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[30871]: audit 2023-12-06T15:02:23.956168+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T15:02:25.107 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:24 smithi116 bash[30871]: cluster 2023-12-06T15:02:23.956312+0000 mon.a (mon.0) 1106 : cluster [DBG] mgrmap e21: x(active, starting, since 0.994206s) 2023-12-06T15:02:25.263 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:25 smithi150 bash[55562]: debug 2023-12-06T15:02:25.157+0000 7f1559469200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:02:25.263 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:24 smithi150 bash[25259]: audit 2023-12-06T15:02:23.956168+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.24352 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T15:02:25.263 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:24 smithi150 bash[25259]: cluster 2023-12-06T15:02:23.956312+0000 mon.a (mon.0) 1106 : cluster [DBG] mgrmap e21: x(active, starting, since 0.994206s) 2023-12-06T15:02:25.418 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:25 smithi116 bash[25373]: debug 2023-12-06T15:02:25.100+0000 7fdd18711000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:02:25.625 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:25 smithi150 bash[55562]: debug 2023-12-06T15:02:25.257+0000 7f1559469200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:02:25.625 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:25 smithi150 bash[55562]: debug 2023-12-06T15:02:25.357+0000 7f1559469200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:02:25.727 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:25 smithi116 bash[25373]: debug 2023-12-06T15:02:25.428+0000 7fdd18711000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:02:25.728 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:25 smithi116 bash[25373]: debug 2023-12-06T15:02:25.520+0000 7fdd18711000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:02:25.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:25 smithi150 bash[55562]: debug 2023-12-06T15:02:25.621+0000 7f1559469200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:02:26.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:25 smithi116 bash[25373]: debug 2023-12-06T15:02:25.724+0000 7fdd18711000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:02:26.350 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:25 smithi150 bash[55562]: debug 2023-12-06T15:02:25.973+0000 7f1559469200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:02:26.350 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:26 smithi150 bash[55562]: debug 2023-12-06T15:02:26.129+0000 7f1559469200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:02:26.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:26 smithi150 bash[55562]: debug 2023-12-06T15:02:26.345+0000 7f1559469200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:02:26.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:26 smithi116 bash[25373]: debug 2023-12-06T15:02:26.600+0000 7fdd18711000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:02:26.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:26 smithi116 bash[25373]: debug 2023-12-06T15:02:26.712+0000 7fdd18711000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:02:27.280 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:26 smithi116 bash[25373]: debug 2023-12-06T15:02:26.920+0000 7fdd18711000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:02:27.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:27 smithi150 bash[55562]: debug 2023-12-06T15:02:27.353+0000 7f1559469200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:02:27.633 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:27 smithi116 bash[25373]: debug 2023-12-06T15:02:27.292+0000 7fdd18711000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:02:27.903 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:27 smithi116 bash[25373]: debug 2023-12-06T15:02:27.628+0000 7fdd18711000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:02:27.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:27 smithi150 bash[55562]: debug 2023-12-06T15:02:27.465+0000 7f1559469200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:02:27.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:27 smithi150 bash[55562]: debug 2023-12-06T15:02:27.581+0000 7f1559469200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:02:28.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:28 smithi116 bash[25373]: debug 2023-12-06T15:02:27.996+0000 7fdd18711000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:02:28.380 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:28 smithi150 bash[55562]: debug 2023-12-06T15:02:28.057+0000 7f1559469200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:02:28.380 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:28 smithi150 bash[55562]: debug 2023-12-06T15:02:28.285+0000 7f1559469200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:02:28.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:28 smithi116 bash[25373]: debug 2023-12-06T15:02:28.272+0000 7fdd18711000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:02:29.103 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:28 smithi116 bash[25373]: debug 2023-12-06T15:02:28.984+0000 7fdd18711000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:02:29.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:28 smithi150 bash[55562]: debug 2023-12-06T15:02:28.789+0000 7f1559469200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:02:29.384 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:29 smithi116 bash[25373]: debug 2023-12-06T15:02:29.100+0000 7fdd18711000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:02:29.384 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:29 smithi116 bash[25373]: debug 2023-12-06T15:02:29.264+0000 7fdd18711000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:02:29.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:29 smithi116 bash[25373]: debug 2023-12-06T15:02:29.380+0000 7fdd18711000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:02:29.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:29 smithi116 bash[25373]: debug 2023-12-06T15:02:29.520+0000 7fdd18711000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:02:29.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:29 smithi150 bash[55562]: debug 2023-12-06T15:02:29.289+0000 7f1559469200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:02:30.124 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:29 smithi116 bash[25373]: debug 2023-12-06T15:02:29.816+0000 7fdd18711000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:02:30.124 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:29 smithi116 bash[25373]: debug 2023-12-06T15:02:29.940+0000 7fdd18711000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:02:30.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:29 smithi150 bash[55562]: debug 2023-12-06T15:02:29.833+0000 7f1559469200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:02:30.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:29 smithi150 bash[55562]: debug 2023-12-06T15:02:29.945+0000 7f1559469200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:02:30.392 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:30 smithi116 bash[25373]: debug 2023-12-06T15:02:30.120+0000 7fdd18711000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:02:30.393 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:30 smithi116 bash[25373]: debug 2023-12-06T15:02:30.240+0000 7fdd18711000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:02:30.567 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:30 smithi150 bash[55562]: debug 2023-12-06T15:02:30.297+0000 7f1559469200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:02:30.567 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:30 smithi150 bash[55562]: debug 2023-12-06T15:02:30.413+0000 7f1559469200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:02:30.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:30 smithi150 bash[55562]: debug 2023-12-06T15:02:30.561+0000 7f1559469200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:02:30.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:30 smithi150 bash[55562]: debug 2023-12-06T15:02:30.681+0000 7f1559469200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:02:30.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:30 smithi150 bash[55562]: debug 2023-12-06T15:02:30.805+0000 7f1559469200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:02:31.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25098]: cluster 2023-12-06T15:02:31.109799+0000 mon.a (mon.0) 1107 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25098]: audit 2023-12-06T15:02:31.111212+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25098]: audit 2023-12-06T15:02:31.112151+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25098]: audit 2023-12-06T15:02:31.117932+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25098]: audit 2023-12-06T15:02:31.121136+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25373]: debug 2023-12-06T15:02:31.104+0000 7fdd18711000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25373]: [06/Dec/2023:15:02:31] ENGINE Bus STARTING 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25373]: CherryPy Checker: 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25373]: The Application mounted at '' has an empty config. 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25373]: [06/Dec/2023:15:02:31] ENGINE Serving on http://:::9283 2023-12-06T15:02:31.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[25373]: [06/Dec/2023:15:02:31] ENGINE Bus STARTED 2023-12-06T15:02:31.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[30871]: cluster 2023-12-06T15:02:31.109799+0000 mon.a (mon.0) 1107 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:02:31.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[30871]: audit 2023-12-06T15:02:31.111212+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:02:31.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[30871]: audit 2023-12-06T15:02:31.112151+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:02:31.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[30871]: audit 2023-12-06T15:02:31.117932+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:02:31.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[30871]: audit 2023-12-06T15:02:31.121136+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:02:31.441 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[55562]: debug 2023-12-06T15:02:30.997+0000 7f1559469200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:02:31.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[55562]: debug 2023-12-06T15:02:31.121+0000 7f1559469200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:02:31.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[25259]: cluster 2023-12-06T15:02:31.109799+0000 mon.a (mon.0) 1107 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:02:31.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[25259]: audit 2023-12-06T15:02:31.111212+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:02:31.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[25259]: audit 2023-12-06T15:02:31.112151+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:02:31.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[25259]: audit 2023-12-06T15:02:31.117932+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:02:31.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:31 smithi150 bash[25259]: audit 2023-12-06T15:02:31.121136+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.116:0/3824567155' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:02:32.168 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:31 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:31.698Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:32.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:32 smithi150 bash[25259]: cluster 2023-12-06T15:02:31.175505+0000 mon.a (mon.0) 1108 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2023-12-06T15:02:32.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:32 smithi150 bash[55562]: debug 2023-12-06T15:02:32.393+0000 7f1559469200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:02:32.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:32 smithi116 bash[25098]: cluster 2023-12-06T15:02:31.175505+0000 mon.a (mon.0) 1108 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2023-12-06T15:02:32.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:32 smithi116 bash[30871]: cluster 2023-12-06T15:02:31.175505+0000 mon.a (mon.0) 1108 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2023-12-06T15:02:33.519 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[25098]: cluster 2023-12-06T15:02:32.398405+0000 mon.a (mon.0) 1109 : cluster [INF] Active manager daemon x restarted 2023-12-06T15:02:33.519 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[25098]: cluster 2023-12-06T15:02:32.399801+0000 mon.a (mon.0) 1110 : cluster [INF] Activating manager daemon x 2023-12-06T15:02:33.519 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[25098]: cluster 2023-12-06T15:02:32.409726+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T15:02:33.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[30871]: cluster 2023-12-06T15:02:32.398405+0000 mon.a (mon.0) 1109 : cluster [INF] Active manager daemon x restarted 2023-12-06T15:02:33.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[30871]: cluster 2023-12-06T15:02:32.399801+0000 mon.a (mon.0) 1110 : cluster [INF] Activating manager daemon x 2023-12-06T15:02:33.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[30871]: cluster 2023-12-06T15:02:32.409726+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T15:02:33.547 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[55562]: [06/Dec/2023:15:02:33] ENGINE Bus STARTING 2023-12-06T15:02:33.547 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[25259]: cluster 2023-12-06T15:02:32.398405+0000 mon.a (mon.0) 1109 : cluster [INF] Active manager daemon x restarted 2023-12-06T15:02:33.547 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[25259]: cluster 2023-12-06T15:02:32.399801+0000 mon.a (mon.0) 1110 : cluster [INF] Activating manager daemon x 2023-12-06T15:02:33.547 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[25259]: cluster 2023-12-06T15:02:32.409726+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T15:02:33.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[54086]: level=error ts=2023-12-06T15:02:33.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.150:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:33.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:33.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.150:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:02:33.919 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:33 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:33.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:33.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[55562]: CherryPy Checker: 2023-12-06T15:02:33.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[55562]: The Application mounted at '' has an empty config. 2023-12-06T15:02:33.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[55562]: [06/Dec/2023:15:02:33] ENGINE Serving on http://:::9283 2023-12-06T15:02:33.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:33 smithi150 bash[55562]: [06/Dec/2023:15:02:33] ENGINE Bus STARTED 2023-12-06T15:02:34.669 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:34.458Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=3 err="Post \"https://172.21.15.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs" 2023-12-06T15:02:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cluster 2023-12-06T15:02:33.279428+0000 mon.a (mon.0) 1112 : cluster [DBG] mgrmap e23: x(active, starting, since 0.880055s), standbys: y 2023-12-06T15:02:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.287562+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.287858+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.288095+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.288965+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.289188+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.289502+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.289844+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.290109+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.290449+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.290739+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.291031+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.291324+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.291612+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.292724+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.293003+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.293671+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cluster 2023-12-06T15:02:33.303011+0000 mon.a (mon.0) 1113 : cluster [INF] Manager daemon x is now available 2023-12-06T15:02:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.354269+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:33.357000+0000 mgr.x (mgr.15210) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.363032+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:33.365447+0000 mgr.x (mgr.15210) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:33.366120+0000 mgr.x (mgr.15210) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:33.366220+0000 mgr.x (mgr.15210) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.372065+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.386373+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.396975+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.405511+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.406365+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.406552+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.406860+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.412215+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.415201+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:33.417950+0000 mgr.x (mgr.15210) 5 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:33.419290+0000 mgr.x (mgr.15210) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.450532+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.471570+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.472177+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.509871+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: audit 2023-12-06T15:02:33.510690+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.058058+0000 mgr.x (mgr.15210) 7 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:02:34.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.079581+0000 mgr.x (mgr.15210) 8 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cluster 2023-12-06T15:02:33.279428+0000 mon.a (mon.0) 1112 : cluster [DBG] mgrmap e23: x(active, starting, since 0.880055s), standbys: y 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.287562+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.287858+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.288095+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.288965+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.289188+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.289502+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.289844+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.290109+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.290449+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.290739+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.291031+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.291324+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:02:34.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.291612+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.292724+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.293003+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.293671+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cluster 2023-12-06T15:02:33.303011+0000 mon.a (mon.0) 1113 : cluster [INF] Manager daemon x is now available 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.354269+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:33.357000+0000 mgr.x (mgr.15210) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.363032+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:33.365447+0000 mgr.x (mgr.15210) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:33.366120+0000 mgr.x (mgr.15210) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:33.366220+0000 mgr.x (mgr.15210) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.372065+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.386373+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.396975+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.405511+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.406365+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.406552+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.406860+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.412215+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.415201+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:33.417950+0000 mgr.x (mgr.15210) 5 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:33.419290+0000 mgr.x (mgr.15210) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.450532+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.471570+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.472177+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.509871+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: audit 2023-12-06T15:02:33.510690+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.058058+0000 mgr.x (mgr.15210) 7 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:02:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:34 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.079581+0000 mgr.x (mgr.15210) 8 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:02:34.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cluster 2023-12-06T15:02:33.279428+0000 mon.a (mon.0) 1112 : cluster [DBG] mgrmap e23: x(active, starting, since 0.880055s), standbys: y 2023-12-06T15:02:34.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.287562+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.287858+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.288095+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.288965+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.289188+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.289502+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.289844+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.290109+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.290449+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.290739+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.291031+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.291324+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.291612+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:02:34.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.292724+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.293003+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.293671+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cluster 2023-12-06T15:02:33.303011+0000 mon.a (mon.0) 1113 : cluster [INF] Manager daemon x is now available 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.354269+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:33.357000+0000 mgr.x (mgr.15210) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.363032+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:33.365447+0000 mgr.x (mgr.15210) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:33.366120+0000 mgr.x (mgr.15210) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:33.366220+0000 mgr.x (mgr.15210) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.372065+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.386373+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.396975+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:34.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.405511+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.406365+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.406552+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.406860+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.412215+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.415201+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:33.417950+0000 mgr.x (mgr.15210) 5 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:33.419290+0000 mgr.x (mgr.15210) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.450532+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.471570+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.472177+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.509871+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: audit 2023-12-06T15:02:33.510690+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:34.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.058058+0000 mgr.x (mgr.15210) 7 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:02:34.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:34 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.079581+0000 mgr.x (mgr.15210) 8 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:02:35.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.222187+0000 mgr.x (mgr.15210) 9 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:02:35.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.244063+0000 mgr.x (mgr.15210) 10 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:02:35.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cluster 2023-12-06T15:02:34.292748+0000 mon.a (mon.0) 1122 : cluster [DBG] mgrmap e24: x(active, since 1.89337s), standbys: y 2023-12-06T15:02:35.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.314471+0000 mgr.x (mgr.15210) 11 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:35.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cluster 2023-12-06T15:02:34.322172+0000 mgr.x (mgr.15210) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.387343+0000 mgr.x (mgr.15210) 13 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.400266+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.408708+0000 mgr.x (mgr.15210) 14 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.424033+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.558763+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.568107+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.581298+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.592621+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.603171+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.611815+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.692524+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.700286+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.706132+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.715883+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.718340+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: audit 2023-12-06T15:02:34.719015+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.861486+0000 mgr.x (mgr.15210) 15 : cephadm [INF] [06/Dec/2023:15:02:34] ENGINE Bus STARTING 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:34.963672+0000 mgr.x (mgr.15210) 16 : cephadm [INF] [06/Dec/2023:15:02:34] ENGINE Serving on http://172.21.15.150:8765 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.222187+0000 mgr.x (mgr.15210) 9 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.244063+0000 mgr.x (mgr.15210) 10 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cluster 2023-12-06T15:02:34.292748+0000 mon.a (mon.0) 1122 : cluster [DBG] mgrmap e24: x(active, since 1.89337s), standbys: y 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.314471+0000 mgr.x (mgr.15210) 11 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cluster 2023-12-06T15:02:34.322172+0000 mgr.x (mgr.15210) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.387343+0000 mgr.x (mgr.15210) 13 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:02:35.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.400266+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.408708+0000 mgr.x (mgr.15210) 14 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.424033+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.558763+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.568107+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.581298+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.592621+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.603171+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.611815+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.692524+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.700286+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.706132+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.715883+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.718340+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: audit 2023-12-06T15:02:34.719015+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:02:35.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.861486+0000 mgr.x (mgr.15210) 15 : cephadm [INF] [06/Dec/2023:15:02:34] ENGINE Bus STARTING 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:34.963672+0000 mgr.x (mgr.15210) 16 : cephadm [INF] [06/Dec/2023:15:02:34] ENGINE Serving on http://172.21.15.150:8765 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:35.013130+0000 mgr.x (mgr.15210) 17 : cephadm [INF] Reconfiguring daemon agent.smithi116 on smithi116 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:35.092584+0000 mgr.x (mgr.15210) 18 : cephadm [INF] Deploying cephadm binary to smithi116 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:35.095404+0000 mgr.x (mgr.15210) 19 : cephadm [INF] [06/Dec/2023:15:02:35] ENGINE Serving on https://172.21.15.150:7150 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[25098]: cephadm 2023-12-06T15:02:35.095548+0000 mgr.x (mgr.15210) 20 : cephadm [INF] [06/Dec/2023:15:02:35] ENGINE Bus STARTED 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:35.013130+0000 mgr.x (mgr.15210) 17 : cephadm [INF] Reconfiguring daemon agent.smithi116 on smithi116 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:35.092584+0000 mgr.x (mgr.15210) 18 : cephadm [INF] Deploying cephadm binary to smithi116 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:35.095404+0000 mgr.x (mgr.15210) 19 : cephadm [INF] [06/Dec/2023:15:02:35] ENGINE Serving on https://172.21.15.150:7150 2023-12-06T15:02:35.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:35 smithi116 bash[30871]: cephadm 2023-12-06T15:02:35.095548+0000 mgr.x (mgr.15210) 20 : cephadm [INF] [06/Dec/2023:15:02:35] ENGINE Bus STARTED 2023-12-06T15:02:35.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.222187+0000 mgr.x (mgr.15210) 9 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:02:35.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.244063+0000 mgr.x (mgr.15210) 10 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cluster 2023-12-06T15:02:34.292748+0000 mon.a (mon.0) 1122 : cluster [DBG] mgrmap e24: x(active, since 1.89337s), standbys: y 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.314471+0000 mgr.x (mgr.15210) 11 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cluster 2023-12-06T15:02:34.322172+0000 mgr.x (mgr.15210) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.387343+0000 mgr.x (mgr.15210) 13 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.400266+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.408708+0000 mgr.x (mgr.15210) 14 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.424033+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.558763+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.568107+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.581298+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.592621+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.603171+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.611815+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.692524+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.700286+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.706132+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.715883+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.718340+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: audit 2023-12-06T15:02:34.719015+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.861486+0000 mgr.x (mgr.15210) 15 : cephadm [INF] [06/Dec/2023:15:02:34] ENGINE Bus STARTING 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:34.963672+0000 mgr.x (mgr.15210) 16 : cephadm [INF] [06/Dec/2023:15:02:34] ENGINE Serving on http://172.21.15.150:8765 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:35.013130+0000 mgr.x (mgr.15210) 17 : cephadm [INF] Reconfiguring daemon agent.smithi116 on smithi116 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:35.092584+0000 mgr.x (mgr.15210) 18 : cephadm [INF] Deploying cephadm binary to smithi116 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:35.095404+0000 mgr.x (mgr.15210) 19 : cephadm [INF] [06/Dec/2023:15:02:35] ENGINE Serving on https://172.21.15.150:7150 2023-12-06T15:02:35.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:35 smithi150 bash[25259]: cephadm 2023-12-06T15:02:35.095548+0000 mgr.x (mgr.15210) 20 : cephadm [INF] [06/Dec/2023:15:02:35] ENGINE Bus STARTED 2023-12-06T15:02:36.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:36 smithi116 bash[25098]: cluster 2023-12-06T15:02:35.292999+0000 mgr.x (mgr.15210) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:36.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:36 smithi116 bash[25098]: cluster 2023-12-06T15:02:35.412276+0000 mon.a (mon.0) 1136 : cluster [DBG] mgrmap e25: x(active, since 3s), standbys: y 2023-12-06T15:02:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:36 smithi116 bash[30871]: cluster 2023-12-06T15:02:35.292999+0000 mgr.x (mgr.15210) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:36 smithi116 bash[30871]: cluster 2023-12-06T15:02:35.412276+0000 mon.a (mon.0) 1136 : cluster [DBG] mgrmap e25: x(active, since 3s), standbys: y 2023-12-06T15:02:36.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:36 smithi150 bash[25259]: cluster 2023-12-06T15:02:35.292999+0000 mgr.x (mgr.15210) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:36.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:36 smithi150 bash[25259]: cluster 2023-12-06T15:02:35.412276+0000 mon.a (mon.0) 1136 : cluster [DBG] mgrmap e25: x(active, since 3s), standbys: y 2023-12-06T15:02:37.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:36 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:02:38.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:37 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:37] "GET /metrics HTTP/1.1" 200 35356 "" "Prometheus/2.33.4" 2023-12-06T15:02:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:38 smithi116 bash[25098]: cluster 2023-12-06T15:02:37.293669+0000 mgr.x (mgr.15210) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:38.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:38 smithi116 bash[25098]: cluster 2023-12-06T15:02:37.420840+0000 mon.a (mon.0) 1137 : cluster [DBG] mgrmap e26: x(active, since 5s), standbys: y 2023-12-06T15:02:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:38 smithi116 bash[30871]: cluster 2023-12-06T15:02:37.293669+0000 mgr.x (mgr.15210) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:38 smithi116 bash[30871]: cluster 2023-12-06T15:02:37.420840+0000 mon.a (mon.0) 1137 : cluster [DBG] mgrmap e26: x(active, since 5s), standbys: y 2023-12-06T15:02:38.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:38 smithi150 bash[25259]: cluster 2023-12-06T15:02:37.293669+0000 mgr.x (mgr.15210) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:38.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:38 smithi150 bash[25259]: cluster 2023-12-06T15:02:37.420840+0000 mon.a (mon.0) 1137 : cluster [DBG] mgrmap e26: x(active, since 5s), standbys: y 2023-12-06T15:02:39.850 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:39 smithi116 systemd[1]: Stopping Ceph node-exporter.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:02:40.114 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:39 smithi116 bash[70006]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T15:02:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[25098]: cluster 2023-12-06T15:02:39.294433+0000 mgr.x (mgr.15210) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[25098]: audit 2023-12-06T15:02:39.394266+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[25098]: audit 2023-12-06T15:02:39.405341+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[25098]: audit 2023-12-06T15:02:39.414967+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[25098]: cephadm 2023-12-06T15:02:39.420040+0000 mgr.x (mgr.15210) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T15:02:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[25098]: cephadm 2023-12-06T15:02:39.420868+0000 mgr.x (mgr.15210) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi116 2023-12-06T15:02:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[30871]: cluster 2023-12-06T15:02:39.294433+0000 mgr.x (mgr.15210) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[30871]: audit 2023-12-06T15:02:39.394266+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[30871]: audit 2023-12-06T15:02:39.405341+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[30871]: audit 2023-12-06T15:02:39.414967+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[30871]: cephadm 2023-12-06T15:02:39.420040+0000 mgr.x (mgr.15210) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T15:02:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[30871]: cephadm 2023-12-06T15:02:39.420868+0000 mgr.x (mgr.15210) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi116 2023-12-06T15:02:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:40 smithi150 bash[25259]: cluster 2023-12-06T15:02:39.294433+0000 mgr.x (mgr.15210) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:02:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:40 smithi150 bash[25259]: audit 2023-12-06T15:02:39.394266+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:40 smithi150 bash[25259]: audit 2023-12-06T15:02:39.405341+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:40 smithi150 bash[25259]: audit 2023-12-06T15:02:39.414967+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:40 smithi150 bash[25259]: cephadm 2023-12-06T15:02:39.420040+0000 mgr.x (mgr.15210) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T15:02:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:40 smithi150 bash[25259]: cephadm 2023-12-06T15:02:39.420868+0000 mgr.x (mgr.15210) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi116 2023-12-06T15:02:41.169 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[70015]: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T15:02:41.169 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:40 smithi116 bash[70053]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T15:02:41.169 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:40 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:02:41.169 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:40 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T15:02:41.169 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:40 smithi116 systemd[1]: Stopped Ceph node-exporter.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:02:41.169 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:40 smithi116 systemd[1]: Started Ceph node-exporter.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:02:42.032 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:02:42.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[25098]: audit 2023-12-06T15:02:41.007396+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[25098]: audit 2023-12-06T15:02:41.019465+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[25098]: cephadm 2023-12-06T15:02:41.039590+0000 mgr.x (mgr.15210) 26 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[25098]: cephadm 2023-12-06T15:02:41.056523+0000 mgr.x (mgr.15210) 27 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi116 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[30871]: audit 2023-12-06T15:02:41.007396+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[30871]: audit 2023-12-06T15:02:41.019465+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[30871]: cephadm 2023-12-06T15:02:41.039590+0000 mgr.x (mgr.15210) 26 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:02:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:42 smithi116 bash[30871]: cephadm 2023-12-06T15:02:41.056523+0000 mgr.x (mgr.15210) 27 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi116 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.993Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.993Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.994Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.994Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.995Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T15:02:42.170 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T15:02:42.171 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T15:02:42.172 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T15:02:42.173 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T15:02:42.173 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T15:02:42.173 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T15:02:42.173 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T15:02:42.173 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T15:02:42.173 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:02:41 smithi116 bash[70083]: ts=2023-12-06T15:02:41.996Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T15:02:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:42 smithi150 bash[25259]: audit 2023-12-06T15:02:41.007396+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:42 smithi150 bash[25259]: audit 2023-12-06T15:02:41.019465+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:42 smithi150 bash[25259]: cephadm 2023-12-06T15:02:41.039590+0000 mgr.x (mgr.15210) 26 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:02:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:42 smithi150 bash[25259]: cephadm 2023-12-06T15:02:41.056523+0000 mgr.x (mgr.15210) 27 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi116 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 starting - - - - 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 24s ago 13m - - 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (5m) 34s ago 6m 17.7M - ba2b418f427c 53d9850f215d 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (6m) 24s ago 6m 47.8M - 8.3.5 dad864ee21e9 70523263c5b2 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (4m) 34s ago 4m 47.2M - 3.5 e1d6a67b021e ccce99b906db 2023-12-06T15:02:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283 starting - - - - 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:9283 running (15m) 34s ago 15m 464M - 17.2.0 e1d6a67b021e ab6ac752cf6d 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (15m) 34s ago 15m 59.7M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (13m) 24s ago 13m 50.4M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (13m) 34s ago 13m 49.8M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 starting - - - - 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (6m) 24s ago 6m 11.5M - 1dbe0e931976 34c9239d5ea5 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (12m) 34s ago 12m 56.0M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (11m) 34s ago 11m 57.9M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (11m) 34s ago 11m 54.5M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (10m) 34s ago 10m 54.5M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (9m) 24s ago 9m 55.2M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (9m) 24s ago 9m 53.5M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:02:42.809 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (8m) 24s ago 8m 51.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:02:42.810 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (7m) 24s ago 8m 53.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:02:42.810 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (5m) 24s ago 7m 58.8M - 514e6a882f6e 9ab27548a5ea 2023-12-06T15:02:42.810 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (4m) 34s ago 4m 84.4M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:02:42.810 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (4m) 24s ago 4m 84.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:02:42.810 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (4m) 34s ago 4m 84.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:02:42.810 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (4m) 24s ago 4m 84.5M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:02:43.293 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:02:43.294 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:02:43.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[25098]: cluster 2023-12-06T15:02:41.296151+0000 mgr.x (mgr.15210) 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 2023-12-06T15:02:43.299 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[25098]: audit 2023-12-06T15:02:42.012106+0000 mgr.x (mgr.15210) 29 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:43.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[30871]: cluster 2023-12-06T15:02:41.296151+0000 mgr.x (mgr.15210) 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 2023-12-06T15:02:43.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[30871]: audit 2023-12-06T15:02:42.012106+0000 mgr.x (mgr.15210) 29 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:43.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:43 smithi150 bash[25259]: cluster 2023-12-06T15:02:41.296151+0000 mgr.x (mgr.15210) 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 2023-12-06T15:02:43.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:43 smithi150 bash[25259]: audit 2023-12-06T15:02:42.012106+0000 mgr.x (mgr.15210) 29 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:43.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[54086]: level=error ts=2023-12-06T15:02:43.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:43.669 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02: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.116:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.116 because it doesn't contain any IP SANs" 2023-12-06T15:02:43.669 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:43 smithi116 bash[54086]: level=warn ts=2023-12-06T15:02:43.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.150:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.150 because it doesn't contain any IP SANs" 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:02:43.751 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:02:44.292 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:02:44.322 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:44 smithi116 bash[25098]: audit 2023-12-06T15:02:42.409928+0000 mgr.x (mgr.15210) 30 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:44.322 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:44 smithi116 bash[25098]: audit 2023-12-06T15:02:42.781210+0000 mgr.x (mgr.15210) 31 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:44.322 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:44 smithi116 bash[25098]: audit 2023-12-06T15:02:43.290028+0000 mon.c (mon.1) 156 : audit [DBG] from='client.? 172.21.15.116:0/2091664428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:02:44.323 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:44 smithi116 bash[30871]: audit 2023-12-06T15:02:42.409928+0000 mgr.x (mgr.15210) 30 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:44.323 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:44 smithi116 bash[30871]: audit 2023-12-06T15:02:42.781210+0000 mgr.x (mgr.15210) 31 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:44.323 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:44 smithi116 bash[30871]: audit 2023-12-06T15:02:43.290028+0000 mon.c (mon.1) 156 : audit [DBG] from='client.? 172.21.15.116:0/2091664428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:02:44.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:44 smithi150 bash[25259]: audit 2023-12-06T15:02:42.409928+0000 mgr.x (mgr.15210) 30 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:44.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:44 smithi150 bash[25259]: audit 2023-12-06T15:02:42.781210+0000 mgr.x (mgr.15210) 31 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:44.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:44 smithi150 bash[25259]: audit 2023-12-06T15:02:43.290028+0000 mon.c (mon.1) 156 : audit [DBG] from='client.? 172.21.15.116:0/2091664428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:02:45.174 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:45 smithi150 bash[25259]: cluster 2023-12-06T15:02:43.296931+0000 mgr.x (mgr.15210) 32 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:02:45.174 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:45 smithi150 bash[25259]: audit 2023-12-06T15:02:43.748823+0000 mgr.x (mgr.15210) 33 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:45.174 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:45 smithi150 bash[25259]: audit 2023-12-06T15:02:44.289122+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.116:0/1579246125' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:02:45.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:45 smithi116 bash[25098]: cluster 2023-12-06T15:02:43.296931+0000 mgr.x (mgr.15210) 32 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:02:45.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:45 smithi116 bash[25098]: audit 2023-12-06T15:02:43.748823+0000 mgr.x (mgr.15210) 33 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:45.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:45 smithi116 bash[25098]: audit 2023-12-06T15:02:44.289122+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.116:0/1579246125' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:02:45.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:45 smithi116 bash[30871]: cluster 2023-12-06T15:02:43.296931+0000 mgr.x (mgr.15210) 32 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:02:45.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:45 smithi116 bash[30871]: audit 2023-12-06T15:02:43.748823+0000 mgr.x (mgr.15210) 33 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:45.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:45 smithi116 bash[30871]: audit 2023-12-06T15:02:44.289122+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.116:0/1579246125' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:02:46.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:46 smithi116 bash[25098]: audit 2023-12-06T15:02:44.322951+0000 mgr.x (mgr.15210) 34 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:46.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:46 smithi116 bash[30871]: audit 2023-12-06T15:02:44.322951+0000 mgr.x (mgr.15210) 34 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:46.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:46 smithi150 bash[25259]: audit 2023-12-06T15:02:44.322951+0000 mgr.x (mgr.15210) 34 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:47.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:47 smithi116 bash[25098]: cluster 2023-12-06T15:02:45.298615+0000 mgr.x (mgr.15210) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:02:47.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:46 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:02:47.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:47 smithi116 bash[30871]: cluster 2023-12-06T15:02:45.298615+0000 mgr.x (mgr.15210) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:02:47.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:47 smithi150 bash[25259]: cluster 2023-12-06T15:02:45.298615+0000 mgr.x (mgr.15210) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:02:48.107 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:47 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:47] "GET /metrics HTTP/1.1" 200 35356 "" "Prometheus/2.33.4" 2023-12-06T15:02:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:48 smithi150 bash[25259]: cluster 2023-12-06T15:02:47.299531+0000 mgr.x (mgr.15210) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:48.595 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:48 smithi116 bash[25098]: cluster 2023-12-06T15:02:47.299531+0000 mgr.x (mgr.15210) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:48.595 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:48 smithi116 bash[30871]: cluster 2023-12-06T15:02:47.299531+0000 mgr.x (mgr.15210) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:49 smithi116 bash[25098]: audit 2023-12-06T15:02:48.449425+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:49 smithi116 bash[30871]: audit 2023-12-06T15:02:48.449425+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:49.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:49 smithi150 bash[25259]: audit 2023-12-06T15:02:48.449425+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:50.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:50 smithi116 bash[25098]: cluster 2023-12-06T15:02:49.300575+0000 mgr.x (mgr.15210) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:50.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:50 smithi116 bash[30871]: cluster 2023-12-06T15:02:49.300575+0000 mgr.x (mgr.15210) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:50.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:50 smithi150 bash[25259]: cluster 2023-12-06T15:02:49.300575+0000 mgr.x (mgr.15210) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:51.419 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:51 smithi116 systemd[1]: Stopping Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:02:51.419 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:51 smithi116 bash[70917]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:02:51.419 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:51 smithi116 bash[54086]: level=info ts=2023-12-06T15:02:51.201Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:02:52.068 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:51 smithi116 bash[70927]: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T15:02:52.069 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:51 smithi116 bash[70964]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:02:52.361 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:52 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T15:02:52.361 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:52 smithi116 systemd[1]: Stopped Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:02:52.361 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:52 smithi116 systemd[1]: Started Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[25098]: cluster 2023-12-06T15:02:51.302093+0000 mgr.x (mgr.15210) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[25098]: audit 2023-12-06T15:02:52.135425+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[25098]: audit 2023-12-06T15:02:52.146920+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[25098]: audit 2023-12-06T15:02:52.199142+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[25098]: audit 2023-12-06T15:02:52.199688+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[25098]: audit 2023-12-06T15:02:52.212263+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[30871]: cluster 2023-12-06T15:02:51.302093+0000 mgr.x (mgr.15210) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[30871]: audit 2023-12-06T15:02:52.135425+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:52.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[30871]: audit 2023-12-06T15:02:52.146920+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:52.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[30871]: audit 2023-12-06T15:02:52.199142+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:02:52.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[30871]: audit 2023-12-06T15:02:52.199688+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:02:52.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:52 smithi116 bash[30871]: audit 2023-12-06T15:02:52.212263+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:52.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[47403]: ts=2023-12-06T15:02: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.150:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.116:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:02:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[25259]: cluster 2023-12-06T15:02:51.302093+0000 mgr.x (mgr.15210) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:02:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[25259]: audit 2023-12-06T15:02:52.135425+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[25259]: audit 2023-12-06T15:02:52.146920+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:02:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[25259]: audit 2023-12-06T15:02:52.199142+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:02:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[25259]: audit 2023-12-06T15:02:52.199688+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:02:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:52 smithi150 bash[25259]: audit 2023-12-06T15:02:52.212263+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:53 smithi150 bash[25259]: cephadm 2023-12-06T15:02:52.198831+0000 mgr.x (mgr.15210) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi116.yvomyx (dependencies changed)... 2023-12-06T15:02:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:53 smithi150 bash[25259]: cephadm 2023-12-06T15:02:52.213818+0000 mgr.x (mgr.15210) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T15:02:53.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:02:53 smithi150 bash[47403]: ts=2023-12-06T15:02:53.514Z caller=notifier.go:526 level=error component=notifier alertmanager=http://172.21.15.116:9093/api/v2/alerts count=5 msg="Error sending alert" err="Post \"http://172.21.15.116:9093/api/v2/alerts\": dial tcp 172.21.15.116:9093: connect: connection refused" 2023-12-06T15:02:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:53 smithi116 bash[25098]: cephadm 2023-12-06T15:02:52.198831+0000 mgr.x (mgr.15210) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi116.yvomyx (dependencies changed)... 2023-12-06T15:02:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:53 smithi116 bash[25098]: cephadm 2023-12-06T15:02:52.213818+0000 mgr.x (mgr.15210) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T15:02:53.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:53 smithi116 bash[30871]: cephadm 2023-12-06T15:02:52.198831+0000 mgr.x (mgr.15210) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi116.yvomyx (dependencies changed)... 2023-12-06T15:02:53.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:53 smithi116 bash[30871]: cephadm 2023-12-06T15:02:52.213818+0000 mgr.x (mgr.15210) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T15:02:54.333 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.123Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T15:02:54.333 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.123Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T15:02:54.334 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.125Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.116 port=9094 2023-12-06T15:02:54.334 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.128Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T15:02:54.334 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.182Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T15:02:54.334 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.182Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T15:02:54.334 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.185Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T15:02:54.334 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:54.186Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T15:02:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[25098]: cluster 2023-12-06T15:02:53.302858+0000 mgr.x (mgr.15210) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:54.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:54 smithi116 bash[30871]: cluster 2023-12-06T15:02:53.302858+0000 mgr.x (mgr.15210) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:54.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:54 smithi150 bash[25259]: cluster 2023-12-06T15:02:53.302858+0000 mgr.x (mgr.15210) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:55.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:55 smithi116 bash[25098]: audit 2023-12-06T15:02:54.331353+0000 mgr.x (mgr.15210) 42 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:55.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:55 smithi116 bash[30871]: audit 2023-12-06T15:02:54.331353+0000 mgr.x (mgr.15210) 42 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:55 smithi150 bash[25259]: audit 2023-12-06T15:02:54.331353+0000 mgr.x (mgr.15210) 42 : audit [DBG] from='client.14964 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:02:56.395 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:02:56 smithi116 bash[71002]: level=info ts=2023-12-06T15:02:56.129Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000972631s 2023-12-06T15:02:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:56 smithi116 bash[25098]: cluster 2023-12-06T15:02:55.304642+0000 mgr.x (mgr.15210) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:56 smithi116 bash[30871]: cluster 2023-12-06T15:02:55.304642+0000 mgr.x (mgr.15210) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:56.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:56 smithi150 bash[25259]: cluster 2023-12-06T15:02:55.304642+0000 mgr.x (mgr.15210) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:02:57.118 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:02:56 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:02:58.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:02:57 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:02:57] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.33.4" 2023-12-06T15:02:58.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:02:58 smithi116 bash[25098]: cluster 2023-12-06T15:02:57.305390+0000 mgr.x (mgr.15210) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:58.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:02:58 smithi116 bash[30871]: cluster 2023-12-06T15:02:57.305390+0000 mgr.x (mgr.15210) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:02:58.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:02:58 smithi150 bash[25259]: cluster 2023-12-06T15:02:57.305390+0000 mgr.x (mgr.15210) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: cluster 2023-12-06T15:02:59.306466+0000 mgr.x (mgr.15210) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: audit 2023-12-06T15:02:59.358905+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: audit 2023-12-06T15:02:59.374873+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: audit 2023-12-06T15:02:59.396095+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: audit 2023-12-06T15:02:59.396767+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: cephadm 2023-12-06T15:02:59.755414+0000 mgr.x (mgr.15210) 46 : cephadm [INF] Reconfiguring daemon agent.smithi150 on smithi150 2023-12-06T15:03:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[25098]: cephadm 2023-12-06T15:02:59.832177+0000 mgr.x (mgr.15210) 47 : cephadm [INF] Deploying cephadm binary to smithi150 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: cluster 2023-12-06T15:02:59.306466+0000 mgr.x (mgr.15210) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: audit 2023-12-06T15:02:59.358905+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: audit 2023-12-06T15:02:59.374873+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: audit 2023-12-06T15:02:59.396095+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: audit 2023-12-06T15:02:59.396767+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: cephadm 2023-12-06T15:02:59.755414+0000 mgr.x (mgr.15210) 46 : cephadm [INF] Reconfiguring daemon agent.smithi150 on smithi150 2023-12-06T15:03:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:00 smithi116 bash[30871]: cephadm 2023-12-06T15:02:59.832177+0000 mgr.x (mgr.15210) 47 : cephadm [INF] Deploying cephadm binary to smithi150 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: cluster 2023-12-06T15:02:59.306466+0000 mgr.x (mgr.15210) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: audit 2023-12-06T15:02:59.358905+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: audit 2023-12-06T15:02:59.374873+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: audit 2023-12-06T15:02:59.396095+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: audit 2023-12-06T15:02:59.396767+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: cephadm 2023-12-06T15:02:59.755414+0000 mgr.x (mgr.15210) 46 : cephadm [INF] Reconfiguring daemon agent.smithi150 on smithi150 2023-12-06T15:03:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:00 smithi150 bash[25259]: cephadm 2023-12-06T15:02:59.832177+0000 mgr.x (mgr.15210) 47 : cephadm [INF] Deploying cephadm binary to smithi150 2023-12-06T15:03:02.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:02 smithi116 bash[25098]: cluster 2023-12-06T15:03:01.307823+0000 mgr.x (mgr.15210) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:02.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:02 smithi116 bash[25098]: audit 2023-12-06T15:03:02.020277+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.116:0/2986109306' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:03:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:02 smithi116 bash[30871]: cluster 2023-12-06T15:03:01.307823+0000 mgr.x (mgr.15210) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:02 smithi116 bash[30871]: audit 2023-12-06T15:03:02.020277+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.116:0/2986109306' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:03:02.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:02 smithi150 bash[25259]: cluster 2023-12-06T15:03:01.307823+0000 mgr.x (mgr.15210) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:02.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:02 smithi150 bash[25259]: audit 2023-12-06T15:03:02.020277+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.116:0/2986109306' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:03:02.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:02 smithi150 bash[47403]: ts=2023-12-06T15:03: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.150:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.116:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:03:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:03 smithi116 bash[25098]: audit 2023-12-06T15:03:02.418157+0000 mon.a (mon.0) 1149 : audit [INF] from='client.? 172.21.15.116:0/3923634137' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2161368776"}]: dispatch 2023-12-06T15:03:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:03 smithi116 bash[30871]: audit 2023-12-06T15:03:02.418157+0000 mon.a (mon.0) 1149 : audit [INF] from='client.? 172.21.15.116:0/3923634137' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2161368776"}]: dispatch 2023-12-06T15:03:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:03 smithi150 bash[25259]: audit 2023-12-06T15:03:02.418157+0000 mon.a (mon.0) 1149 : audit [INF] from='client.? 172.21.15.116:0/3923634137' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2161368776"}]: dispatch 2023-12-06T15:03:04.359 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[71002]: level=info ts=2023-12-06T15:03:04.132Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004097871s 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[25098]: cluster 2023-12-06T15:03:03.308488+0000 mgr.x (mgr.15210) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[25098]: audit 2023-12-06T15:03:03.375927+0000 mon.a (mon.0) 1150 : audit [INF] from='client.? 172.21.15.116:0/3923634137' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2161368776"}]': finished 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[25098]: cluster 2023-12-06T15:03:03.375997+0000 mon.a (mon.0) 1151 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[25098]: audit 2023-12-06T15:03:03.453089+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[25098]: audit 2023-12-06T15:03:03.757300+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]: dispatch 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[25098]: audit 2023-12-06T15:03:03.757589+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.116:0/276966005' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]: dispatch 2023-12-06T15:03:04.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[30871]: cluster 2023-12-06T15:03:03.308488+0000 mgr.x (mgr.15210) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:03:04.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[30871]: audit 2023-12-06T15:03:03.375927+0000 mon.a (mon.0) 1150 : audit [INF] from='client.? 172.21.15.116:0/3923634137' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2161368776"}]': finished 2023-12-06T15:03:04.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[30871]: cluster 2023-12-06T15:03:03.375997+0000 mon.a (mon.0) 1151 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T15:03:04.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[30871]: audit 2023-12-06T15:03:03.453089+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:04.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[30871]: audit 2023-12-06T15:03:03.757300+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]: dispatch 2023-12-06T15:03:04.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:04 smithi116 bash[30871]: audit 2023-12-06T15:03:03.757589+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.116:0/276966005' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]: dispatch 2023-12-06T15:03:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:04 smithi150 bash[25259]: cluster 2023-12-06T15:03:03.308488+0000 mgr.x (mgr.15210) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:03:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:04 smithi150 bash[25259]: audit 2023-12-06T15:03:03.375927+0000 mon.a (mon.0) 1150 : audit [INF] from='client.? 172.21.15.116:0/3923634137' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/2161368776"}]': finished 2023-12-06T15:03:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:04 smithi150 bash[25259]: cluster 2023-12-06T15:03:03.375997+0000 mon.a (mon.0) 1151 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T15:03:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:04 smithi150 bash[25259]: audit 2023-12-06T15:03:03.453089+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:04 smithi150 bash[25259]: audit 2023-12-06T15:03:03.757300+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]: dispatch 2023-12-06T15:03:04.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:04 smithi150 bash[25259]: audit 2023-12-06T15:03:03.757589+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.116:0/276966005' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]: dispatch 2023-12-06T15:03:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: audit 2023-12-06T15:03:04.387028+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]': finished 2023-12-06T15:03:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: cluster 2023-12-06T15:03:04.387172+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T15:03:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: audit 2023-12-06T15:03:04.770625+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.116:0/112119203' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3613492081"}]: dispatch 2023-12-06T15:03:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: audit 2023-12-06T15:03:04.984948+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: audit 2023-12-06T15:03:04.996927+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: audit 2023-12-06T15:03:05.008202+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:05 smithi150 bash[25259]: cephadm 2023-12-06T15:03:05.013041+0000 mgr.x (mgr.15210) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: audit 2023-12-06T15:03:04.387028+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]': finished 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: cluster 2023-12-06T15:03:04.387172+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: audit 2023-12-06T15:03:04.770625+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.116:0/112119203' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3613492081"}]: dispatch 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: audit 2023-12-06T15:03:04.984948+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: audit 2023-12-06T15:03:04.996927+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: audit 2023-12-06T15:03:05.008202+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[25098]: cephadm 2023-12-06T15:03:05.013041+0000 mgr.x (mgr.15210) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: audit 2023-12-06T15:03:04.387028+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/1162930573"}]': finished 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: cluster 2023-12-06T15:03:04.387172+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: audit 2023-12-06T15:03:04.770625+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.116:0/112119203' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3613492081"}]: dispatch 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: audit 2023-12-06T15:03:04.984948+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: audit 2023-12-06T15:03:04.996927+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: audit 2023-12-06T15:03:05.008202+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:05.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:05 smithi116 bash[30871]: cephadm 2023-12-06T15:03:05.013041+0000 mgr.x (mgr.15210) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:03:06.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25098]: cephadm 2023-12-06T15:03:05.262439+0000 mgr.x (mgr.15210) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25098]: cluster 2023-12-06T15:03:05.309141+0000 mgr.x (mgr.15210) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 1 op/s 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25098]: audit 2023-12-06T15:03:05.399545+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.116:0/112119203' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3613492081"}]': finished 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25098]: cluster 2023-12-06T15:03:05.399643+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25098]: audit 2023-12-06T15:03:05.785641+0000 mon.c (mon.1) 159 : audit [INF] from='client.? 172.21.15.116:0/321329883' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]: dispatch 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25098]: audit 2023-12-06T15:03:05.786457+0000 mon.a (mon.0) 1161 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]: dispatch 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[30871]: cephadm 2023-12-06T15:03:05.262439+0000 mgr.x (mgr.15210) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[30871]: cluster 2023-12-06T15:03:05.309141+0000 mgr.x (mgr.15210) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 1 op/s 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[30871]: audit 2023-12-06T15:03:05.399545+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.116:0/112119203' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3613492081"}]': finished 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[30871]: cluster 2023-12-06T15:03:05.399643+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[30871]: audit 2023-12-06T15:03:05.785641+0000 mon.c (mon.1) 159 : audit [INF] from='client.? 172.21.15.116:0/321329883' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]: dispatch 2023-12-06T15:03:06.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[30871]: audit 2023-12-06T15:03:05.786457+0000 mon.a (mon.0) 1161 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]: dispatch 2023-12-06T15:03:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:06 smithi150 bash[25259]: cephadm 2023-12-06T15:03:05.262439+0000 mgr.x (mgr.15210) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T15:03:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:06 smithi150 bash[25259]: cluster 2023-12-06T15:03:05.309141+0000 mgr.x (mgr.15210) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 1 op/s 2023-12-06T15:03:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:06 smithi150 bash[25259]: audit 2023-12-06T15:03:05.399545+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.116:0/112119203' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3613492081"}]': finished 2023-12-06T15:03:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:06 smithi150 bash[25259]: cluster 2023-12-06T15:03:05.399643+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T15:03:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:06 smithi150 bash[25259]: audit 2023-12-06T15:03:05.785641+0000 mon.c (mon.1) 159 : audit [INF] from='client.? 172.21.15.116:0/321329883' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]: dispatch 2023-12-06T15:03:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:06 smithi150 bash[25259]: audit 2023-12-06T15:03:05.786457+0000 mon.a (mon.0) 1161 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]: dispatch 2023-12-06T15:03:07.245 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:06 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:03:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[25098]: audit 2023-12-06T15:03:06.404728+0000 mon.a (mon.0) 1162 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]': finished 2023-12-06T15:03:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[25098]: cluster 2023-12-06T15:03:06.404922+0000 mon.a (mon.0) 1163 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T15:03:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[25098]: audit 2023-12-06T15:03:06.854980+0000 mon.c (mon.1) 160 : audit [INF] from='client.? 172.21.15.116:0/1501104651' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]: dispatch 2023-12-06T15:03:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[25098]: audit 2023-12-06T15:03:06.855700+0000 mon.a (mon.0) 1164 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]: dispatch 2023-12-06T15:03:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[30871]: audit 2023-12-06T15:03:06.404728+0000 mon.a (mon.0) 1162 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]': finished 2023-12-06T15:03:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[30871]: cluster 2023-12-06T15:03:06.404922+0000 mon.a (mon.0) 1163 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T15:03:07.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[30871]: audit 2023-12-06T15:03:06.854980+0000 mon.c (mon.1) 160 : audit [INF] from='client.? 172.21.15.116:0/1501104651' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]: dispatch 2023-12-06T15:03:07.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:07 smithi116 bash[30871]: audit 2023-12-06T15:03:06.855700+0000 mon.a (mon.0) 1164 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]: dispatch 2023-12-06T15:03:07.676 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:07 smithi150 bash[25259]: audit 2023-12-06T15:03:06.404728+0000 mon.a (mon.0) 1162 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/502823533"}]': finished 2023-12-06T15:03:07.676 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:07 smithi150 bash[25259]: cluster 2023-12-06T15:03:06.404922+0000 mon.a (mon.0) 1163 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T15:03:07.676 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:07 smithi150 bash[25259]: audit 2023-12-06T15:03:06.854980+0000 mon.c (mon.1) 160 : audit [INF] from='client.? 172.21.15.116:0/1501104651' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]: dispatch 2023-12-06T15:03:07.676 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:07 smithi150 bash[25259]: audit 2023-12-06T15:03:06.855700+0000 mon.a (mon.0) 1164 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]: dispatch 2023-12-06T15:03:07.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:07 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:07] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[25098]: cluster 2023-12-06T15:03:07.309830+0000 mgr.x (mgr.15210) 53 : 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 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[25098]: audit 2023-12-06T15:03:07.431053+0000 mon.a (mon.0) 1165 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]': finished 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[25098]: cluster 2023-12-06T15:03:07.431174+0000 mon.a (mon.0) 1166 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[25098]: audit 2023-12-06T15:03:07.812433+0000 mon.a (mon.0) 1167 : audit [INF] from='client.? 172.21.15.116:0/554767301' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/159602973"}]: dispatch 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[30871]: cluster 2023-12-06T15:03:07.309830+0000 mgr.x (mgr.15210) 53 : 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 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[30871]: audit 2023-12-06T15:03:07.431053+0000 mon.a (mon.0) 1165 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]': finished 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[30871]: cluster 2023-12-06T15:03:07.431174+0000 mon.a (mon.0) 1166 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T15:03:08.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:08 smithi116 bash[30871]: audit 2023-12-06T15:03:07.812433+0000 mon.a (mon.0) 1167 : audit [INF] from='client.? 172.21.15.116:0/554767301' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/159602973"}]: dispatch 2023-12-06T15:03:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:08 smithi150 bash[25259]: cluster 2023-12-06T15:03:07.309830+0000 mgr.x (mgr.15210) 53 : 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 2023-12-06T15:03:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:08 smithi150 bash[25259]: audit 2023-12-06T15:03:07.431053+0000 mon.a (mon.0) 1165 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:0/3874495668"}]': finished 2023-12-06T15:03:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:08 smithi150 bash[25259]: cluster 2023-12-06T15:03:07.431174+0000 mon.a (mon.0) 1166 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T15:03:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:08 smithi150 bash[25259]: audit 2023-12-06T15:03:07.812433+0000 mon.a (mon.0) 1167 : audit [INF] from='client.? 172.21.15.116:0/554767301' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/159602973"}]: dispatch 2023-12-06T15:03:09.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:09 smithi150 bash[25259]: audit 2023-12-06T15:03:08.436603+0000 mon.a (mon.0) 1168 : audit [INF] from='client.? 172.21.15.116:0/554767301' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/159602973"}]': finished 2023-12-06T15:03:09.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:09 smithi150 bash[25259]: cluster 2023-12-06T15:03:08.436726+0000 mon.a (mon.0) 1169 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:03:09.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:09 smithi150 bash[25259]: audit 2023-12-06T15:03:08.822705+0000 mon.c (mon.1) 161 : audit [INF] from='client.? 172.21.15.116:0/810014395' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]: dispatch 2023-12-06T15:03:09.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:09 smithi150 bash[25259]: audit 2023-12-06T15:03:08.823446+0000 mon.a (mon.0) 1170 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]: dispatch 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[25098]: audit 2023-12-06T15:03:08.436603+0000 mon.a (mon.0) 1168 : audit [INF] from='client.? 172.21.15.116:0/554767301' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/159602973"}]': finished 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[25098]: cluster 2023-12-06T15:03:08.436726+0000 mon.a (mon.0) 1169 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[25098]: audit 2023-12-06T15:03:08.822705+0000 mon.c (mon.1) 161 : audit [INF] from='client.? 172.21.15.116:0/810014395' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]: dispatch 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[25098]: audit 2023-12-06T15:03:08.823446+0000 mon.a (mon.0) 1170 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]: dispatch 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[30871]: audit 2023-12-06T15:03:08.436603+0000 mon.a (mon.0) 1168 : audit [INF] from='client.? 172.21.15.116:0/554767301' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6801/159602973"}]': finished 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[30871]: cluster 2023-12-06T15:03:08.436726+0000 mon.a (mon.0) 1169 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[30871]: audit 2023-12-06T15:03:08.822705+0000 mon.c (mon.1) 161 : audit [INF] from='client.? 172.21.15.116:0/810014395' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]: dispatch 2023-12-06T15:03:09.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:09 smithi116 bash[30871]: audit 2023-12-06T15:03:08.823446+0000 mon.a (mon.0) 1170 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]: dispatch 2023-12-06T15:03:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:10 smithi116 bash[25098]: cluster 2023-12-06T15:03:09.310442+0000 mgr.x (mgr.15210) 54 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:03:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:10 smithi116 bash[25098]: audit 2023-12-06T15:03:09.452714+0000 mon.a (mon.0) 1171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]': finished 2023-12-06T15:03:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:10 smithi116 bash[25098]: cluster 2023-12-06T15:03:09.452864+0000 mon.a (mon.0) 1172 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:03:10.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:10 smithi116 bash[30871]: cluster 2023-12-06T15:03:09.310442+0000 mgr.x (mgr.15210) 54 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:03:10.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:10 smithi116 bash[30871]: audit 2023-12-06T15:03:09.452714+0000 mon.a (mon.0) 1171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]': finished 2023-12-06T15:03:10.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:10 smithi116 bash[30871]: cluster 2023-12-06T15:03:09.452864+0000 mon.a (mon.0) 1172 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:03:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:10 smithi150 bash[25259]: cluster 2023-12-06T15:03:09.310442+0000 mgr.x (mgr.15210) 54 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:03:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:10 smithi150 bash[25259]: audit 2023-12-06T15:03:09.452714+0000 mon.a (mon.0) 1171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi116.yvomyx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.116:6800/159602973"}]': finished 2023-12-06T15:03:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:10 smithi150 bash[25259]: cluster 2023-12-06T15:03:09.452864+0000 mon.a (mon.0) 1172 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:03:12.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:12 smithi150 bash[25259]: cluster 2023-12-06T15:03:11.310928+0000 mgr.x (mgr.15210) 55 : 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 2023-12-06T15:03:12.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:12 smithi150 bash[25259]: audit 2023-12-06T15:03:11.677114+0000 mgr.x (mgr.15210) 56 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:12.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:12 smithi150 bash[47403]: ts=2023-12-06T15:03:12.316Z 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.150:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.116:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:03:12.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:12 smithi116 bash[25098]: cluster 2023-12-06T15:03:11.310928+0000 mgr.x (mgr.15210) 55 : 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 2023-12-06T15:03:12.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:12 smithi116 bash[25098]: audit 2023-12-06T15:03:11.677114+0000 mgr.x (mgr.15210) 56 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:12.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:12 smithi116 bash[30871]: cluster 2023-12-06T15:03:11.310928+0000 mgr.x (mgr.15210) 55 : 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 2023-12-06T15:03:12.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:12 smithi116 bash[30871]: audit 2023-12-06T15:03:11.677114+0000 mgr.x (mgr.15210) 56 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:14.701 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:03:14.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:14 smithi116 bash[25098]: cluster 2023-12-06T15:03:13.311791+0000 mgr.x (mgr.15210) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T15:03:14.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:14 smithi116 bash[30871]: cluster 2023-12-06T15:03:13.311791+0000 mgr.x (mgr.15210) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T15:03:14.927 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:14 smithi150 bash[25259]: cluster 2023-12-06T15:03:13.311791+0000 mgr.x (mgr.15210) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 starting - - - - 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 starting - - - - 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 starting - - - - 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (6m) 56s ago 6m 47.8M - 8.3.5 dad864ee21e9 70523263c5b2 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 starting - - - - 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283 starting - - - - 2023-12-06T15:03:15.464 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:9283 running (15m) 66s ago 15m 464M - 17.2.0 e1d6a67b021e ab6ac752cf6d 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (15m) 66s ago 15m 59.7M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (13m) 56s ago 13m 50.4M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (14m) 66s ago 14m 49.8M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 starting - - - - 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (7m) 56s ago 7m 11.5M - 1dbe0e931976 34c9239d5ea5 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (13m) 66s ago 13m 56.0M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (12m) 66s ago 12m 57.9M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (11m) 66s ago 11m 54.5M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (11m) 66s ago 11m 54.5M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (10m) 56s ago 10m 55.2M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (9m) 56s ago 9m 53.5M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (9m) 56s ago 9m 51.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:03:15.465 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (8m) 56s ago 8m 53.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:03:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (6m) 56s ago 7m 58.8M - 514e6a882f6e 9ab27548a5ea 2023-12-06T15:03:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (5m) 66s ago 5m 84.4M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:03:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (5m) 56s ago 5m 84.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:03:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (4m) 66s ago 4m 84.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:03:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (4m) 56s ago 4m 84.5M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:03:15.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:15 smithi150 bash[25259]: audit 2023-12-06T15:03:14.682916+0000 mgr.x (mgr.15210) 58 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:15.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:15 smithi150 bash[25259]: audit 2023-12-06T15:03:15.073248+0000 mgr.x (mgr.15210) 59 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:15.905 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:03:15.906 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:03:15.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:15 smithi116 bash[25098]: audit 2023-12-06T15:03:14.682916+0000 mgr.x (mgr.15210) 58 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:15.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:15 smithi116 bash[25098]: audit 2023-12-06T15:03:15.073248+0000 mgr.x (mgr.15210) 59 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:15.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:15 smithi116 bash[30871]: audit 2023-12-06T15:03:14.682916+0000 mgr.x (mgr.15210) 58 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:15.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:15 smithi116 bash[30871]: audit 2023-12-06T15:03:15.073248+0000 mgr.x (mgr.15210) 59 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:03:16.304 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:03:16.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[25098]: cluster 2023-12-06T15:03:15.313529+0000 mgr.x (mgr.15210) 60 : 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 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[25098]: audit 2023-12-06T15:03:15.437299+0000 mgr.x (mgr.15210) 61 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[25098]: audit 2023-12-06T15:03:15.901464+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.116:0/4207474234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[30871]: cluster 2023-12-06T15:03:15.313529+0000 mgr.x (mgr.15210) 60 : 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 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[30871]: audit 2023-12-06T15:03:15.437299+0000 mgr.x (mgr.15210) 61 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[30871]: audit 2023-12-06T15:03:15.901464+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.116:0/4207474234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:03:16.753 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:03:16.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:16 smithi150 bash[25259]: cluster 2023-12-06T15:03:15.313529+0000 mgr.x (mgr.15210) 60 : 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 2023-12-06T15:03:16.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:16 smithi150 bash[25259]: audit 2023-12-06T15:03:15.437299+0000 mgr.x (mgr.15210) 61 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:16.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:16 smithi150 bash[25259]: audit 2023-12-06T15:03:15.901464+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.116:0/4207474234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:03:17.251 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:16 smithi116 bash[25373]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:03:17.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:17 smithi116 bash[25098]: audit 2023-12-06T15:03:16.301849+0000 mgr.x (mgr.15210) 62 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:17.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:17 smithi116 bash[25098]: audit 2023-12-06T15:03:16.750470+0000 mon.a (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.116:0/1583978805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:03:17.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:17 smithi116 bash[30871]: audit 2023-12-06T15:03:16.301849+0000 mgr.x (mgr.15210) 62 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:17.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:17 smithi116 bash[30871]: audit 2023-12-06T15:03:16.750470+0000 mon.a (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.116:0/1583978805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:03:17.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:17 smithi150 bash[25259]: audit 2023-12-06T15:03:16.301849+0000 mgr.x (mgr.15210) 62 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:17.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:17 smithi150 bash[25259]: audit 2023-12-06T15:03:16.750470+0000 mon.a (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.116:0/1583978805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:03:18.113 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:17 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:17] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2023-12-06T15:03:18.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:18 smithi116 bash[25098]: cluster 2023-12-06T15:03:17.314330+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:18.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:18 smithi116 bash[25098]: audit 2023-12-06T15:03:18.454424+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:18 smithi116 bash[30871]: cluster 2023-12-06T15:03:17.314330+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:18.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:18 smithi116 bash[30871]: audit 2023-12-06T15:03:18.454424+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:18.749 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 systemd[1]: Stopping Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:03:18.749 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[25259]: cluster 2023-12-06T15:03:17.314330+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:18.749 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[25259]: audit 2023-12-06T15:03:18.454424+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:19.070 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[57928]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:03:19.070 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.836Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:03:19.070 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.836Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.836Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.836Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.836Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.836Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.837Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.837Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.837Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.838Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.838Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:03:19.071 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:18 smithi150 bash[47403]: ts=2023-12-06T15:03:18.838Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:03:19.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:19 smithi150 bash[57938]: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T15:03:19.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:19 smithi150 bash[57974]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:03:19.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:19 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T15:03:19.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:19 smithi150 systemd[1]: Stopped Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:19.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:19 smithi150 systemd[1]: Started Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[25098]: cluster 2023-12-06T15:03:19.315379+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[25098]: audit 2023-12-06T15:03:19.692024+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[25098]: audit 2023-12-06T15:03:19.705977+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[25098]: cephadm 2023-12-06T15:03:19.726361+0000 mgr.x (mgr.15210) 65 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[25098]: cephadm 2023-12-06T15:03:19.726999+0000 mgr.x (mgr.15210) 66 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi150 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[30871]: cluster 2023-12-06T15:03:19.315379+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[30871]: audit 2023-12-06T15:03:19.692024+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:21.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[30871]: audit 2023-12-06T15:03:19.705977+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:21.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[30871]: cephadm 2023-12-06T15:03:19.726361+0000 mgr.x (mgr.15210) 65 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T15:03:21.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:20 smithi116 bash[30871]: cephadm 2023-12-06T15:03:19.726999+0000 mgr.x (mgr.15210) 66 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi150 2023-12-06T15:03:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:20 smithi150 bash[25259]: cluster 2023-12-06T15:03:19.315379+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:21.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:20 smithi150 bash[25259]: audit 2023-12-06T15:03:19.692024+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:20 smithi150 bash[25259]: audit 2023-12-06T15:03:19.705977+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:20 smithi150 bash[25259]: cephadm 2023-12-06T15:03:19.726361+0000 mgr.x (mgr.15210) 65 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T15:03:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:20 smithi150 bash[25259]: cephadm 2023-12-06T15:03:19.726999+0000 mgr.x (mgr.15210) 66 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi150 2023-12-06T15:03:21.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.502Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T15:03:21.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.502Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T15:03:21.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.502Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.503Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi150 (none))" 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.503Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.503Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.507Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.508Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.510Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.514Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.514Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.34µs 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.514Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T15:03:21.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.516Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-06T15:03:22.394 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.943Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-06T15:03:22.394 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.943Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-06T15:03:22.394 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.944Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=52.571µs wal_replay_duration=429.063424ms total_replay_duration=429.139681ms 2023-12-06T15:03:22.395 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.950Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T15:03:22.395 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.950Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T15:03:22.395 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.950Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T15:03:22.395 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.982Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=32.232258ms db_storage=1.37µs remote_storage=2.259µs web_handler=768ns query_engine=1.214µs scrape=574.477µs scrape_sd=195.09µs notify=24.147µs notify_sd=18.889µs rules=30.720621ms 2023-12-06T15:03:22.395 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:21 smithi150 bash[58002]: ts=2023-12-06T15:03:21.983Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T15:03:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:22 smithi150 bash[25259]: cluster 2023-12-06T15:03:21.316804+0000 mgr.x (mgr.15210) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2023-12-06T15:03:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:22 smithi150 bash[25259]: audit 2023-12-06T15:03:21.687061+0000 mgr.x (mgr.15210) 68 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:23.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:22 smithi116 bash[25098]: cluster 2023-12-06T15:03:21.316804+0000 mgr.x (mgr.15210) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2023-12-06T15:03:23.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:22 smithi116 bash[25098]: audit 2023-12-06T15:03:21.687061+0000 mgr.x (mgr.15210) 68 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:23.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:22 smithi116 bash[30871]: cluster 2023-12-06T15:03:21.316804+0000 mgr.x (mgr.15210) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2023-12-06T15:03:23.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:22 smithi116 bash[30871]: audit 2023-12-06T15:03:21.687061+0000 mgr.x (mgr.15210) 68 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:23.511 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:23 smithi150 systemd[1]: Stopping Ceph node-exporter.b for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:03:23.512 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:23 smithi150 bash[58203]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T15:03:24.139 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:23 smithi150 bash[58212]: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T15:03:24.139 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:23 smithi150 bash[58250]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T15:03:24.139 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:24 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:03:24.139 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:24 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T15:03:24.139 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:24 smithi150 systemd[1]: Stopped Ceph node-exporter.b for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:24.139 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:24 smithi150 systemd[1]: Started Ceph node-exporter.b for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:25.125 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[25098]: cluster 2023-12-06T15:03:23.317520+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:25.125 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[25098]: audit 2023-12-06T15:03:24.132769+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[25098]: audit 2023-12-06T15:03:24.143870+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[25098]: audit 2023-12-06T15:03:24.211590+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[25098]: audit 2023-12-06T15:03:24.222295+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[25098]: audit 2023-12-06T15:03:24.231068+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[30871]: cluster 2023-12-06T15:03:23.317520+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[30871]: audit 2023-12-06T15:03:24.132769+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[30871]: audit 2023-12-06T15:03:24.143870+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[30871]: audit 2023-12-06T15:03:24.211590+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[30871]: audit 2023-12-06T15:03:24.222295+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.126 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:24 smithi116 bash[30871]: audit 2023-12-06T15:03:24.231068+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:03:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:24 smithi150 bash[25259]: cluster 2023-12-06T15:03:23.317520+0000 mgr.x (mgr.15210) 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 2023-12-06T15:03:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:24 smithi150 bash[25259]: audit 2023-12-06T15:03:24.132769+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:24 smithi150 bash[25259]: audit 2023-12-06T15:03:24.143870+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:24 smithi150 bash[25259]: audit 2023-12-06T15:03:24.211590+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:24 smithi150 bash[25259]: audit 2023-12-06T15:03:24.222295+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:24 smithi150 bash[25259]: audit 2023-12-06T15:03:24.231068+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:03:25.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[25259]: cephadm 2023-12-06T15:03:24.151986+0000 mgr.x (mgr.15210) 70 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T15:03:25.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[25259]: cephadm 2023-12-06T15:03:24.166190+0000 mgr.x (mgr.15210) 71 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T15:03:25.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[25259]: audit 2023-12-06T15:03:24.231901+0000 mgr.x (mgr.15210) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:03:25.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[25259]: cephadm 2023-12-06T15:03:24.236221+0000 mgr.x (mgr.15210) 73 : cephadm [INF] Reconfiguring daemon grafana.a on smithi150 2023-12-06T15:03:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[25098]: cephadm 2023-12-06T15:03:24.151986+0000 mgr.x (mgr.15210) 70 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T15:03:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[25098]: cephadm 2023-12-06T15:03:24.166190+0000 mgr.x (mgr.15210) 71 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T15:03:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[25098]: audit 2023-12-06T15:03:24.231901+0000 mgr.x (mgr.15210) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:03:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[25098]: cephadm 2023-12-06T15:03:24.236221+0000 mgr.x (mgr.15210) 73 : cephadm [INF] Reconfiguring daemon grafana.a on smithi150 2023-12-06T15:03:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[30871]: cephadm 2023-12-06T15:03:24.151986+0000 mgr.x (mgr.15210) 70 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T15:03:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[30871]: cephadm 2023-12-06T15:03:24.166190+0000 mgr.x (mgr.15210) 71 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T15:03:26.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[30871]: audit 2023-12-06T15:03:24.231901+0000 mgr.x (mgr.15210) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:03:26.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:25 smithi116 bash[30871]: cephadm 2023-12-06T15:03:24.236221+0000 mgr.x (mgr.15210) 73 : cephadm [INF] Reconfiguring daemon grafana.a on smithi150 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.995Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.995Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.996Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.996Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T15:03:26.443 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T15:03:26.444 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T15:03:26.445 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.997Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T15:03:26.446 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:03:25 smithi150 bash[58278]: ts=2023-12-06T15:03:25.998Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T15:03:26.876 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:26 smithi150 bash[25259]: cluster 2023-12-06T15:03:25.319243+0000 mgr.x (mgr.15210) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:27.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:26 smithi116 bash[25098]: cluster 2023-12-06T15:03:25.319243+0000 mgr.x (mgr.15210) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:27.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:26 smithi116 bash[30871]: cluster 2023-12-06T15:03:25.319243+0000 mgr.x (mgr.15210) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:28.644 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:28 smithi150 bash[25259]: cluster 2023-12-06T15:03:27.320092+0000 mgr.x (mgr.15210) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:28.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:28 smithi116 bash[25098]: cluster 2023-12-06T15:03:27.320092+0000 mgr.x (mgr.15210) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:28.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:28 smithi116 bash[30871]: cluster 2023-12-06T15:03:27.320092+0000 mgr.x (mgr.15210) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:30.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:30 smithi116 bash[25098]: cluster 2023-12-06T15:03:29.320956+0000 mgr.x (mgr.15210) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:30.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:30 smithi116 bash[30871]: cluster 2023-12-06T15:03:29.320956+0000 mgr.x (mgr.15210) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:30.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:30 smithi150 bash[25259]: cluster 2023-12-06T15:03:29.320956+0000 mgr.x (mgr.15210) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:31.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:31 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:31] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.33.4" 2023-12-06T15:03:32.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:32 smithi116 bash[25098]: cluster 2023-12-06T15:03:31.322012+0000 mgr.x (mgr.15210) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:32.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:32 smithi116 bash[25098]: audit 2023-12-06T15:03:31.698467+0000 mgr.x (mgr.15210) 78 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:32.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:32 smithi116 bash[30871]: cluster 2023-12-06T15:03:31.322012+0000 mgr.x (mgr.15210) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:32.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:32 smithi116 bash[30871]: audit 2023-12-06T15:03:31.698467+0000 mgr.x (mgr.15210) 78 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:32.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:32 smithi150 bash[25259]: cluster 2023-12-06T15:03:31.322012+0000 mgr.x (mgr.15210) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:32.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:32 smithi150 bash[25259]: audit 2023-12-06T15:03:31.698467+0000 mgr.x (mgr.15210) 78 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:34.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:34 smithi116 bash[30871]: cluster 2023-12-06T15:03:33.322588+0000 mgr.x (mgr.15210) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:34.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:34 smithi116 bash[30871]: audit 2023-12-06T15:03:33.454831+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:34.647 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:34 smithi116 bash[25098]: cluster 2023-12-06T15:03:33.322588+0000 mgr.x (mgr.15210) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:34.648 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:34 smithi116 bash[25098]: audit 2023-12-06T15:03:33.454831+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:34.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:34 smithi150 bash[25259]: cluster 2023-12-06T15:03:33.322588+0000 mgr.x (mgr.15210) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:34.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:34 smithi150 bash[25259]: audit 2023-12-06T15:03:33.454831+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:36.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:36 smithi116 bash[25098]: cluster 2023-12-06T15:03:35.324074+0000 mgr.x (mgr.15210) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:36.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:36 smithi116 bash[30871]: cluster 2023-12-06T15:03:35.324074+0000 mgr.x (mgr.15210) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:36.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:36 smithi150 bash[25259]: cluster 2023-12-06T15:03:35.324074+0000 mgr.x (mgr.15210) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:38.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:38 smithi150 bash[25259]: cluster 2023-12-06T15:03:37.324731+0000 mgr.x (mgr.15210) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:38.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:38 smithi116 bash[25098]: cluster 2023-12-06T15:03:37.324731+0000 mgr.x (mgr.15210) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:38.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:38 smithi116 bash[30871]: cluster 2023-12-06T15:03:37.324731+0000 mgr.x (mgr.15210) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:38.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:38 smithi150 bash[58002]: ts=2023-12-06T15:03: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:03:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:40 smithi116 bash[25098]: cluster 2023-12-06T15:03:39.325988+0000 mgr.x (mgr.15210) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:40 smithi116 bash[30871]: cluster 2023-12-06T15:03:39.325988+0000 mgr.x (mgr.15210) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:40.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:40 smithi150 bash[25259]: cluster 2023-12-06T15:03:39.325988+0000 mgr.x (mgr.15210) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:41.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:41 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:41] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.33.4" 2023-12-06T15:03:42.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:42 smithi116 bash[25098]: cluster 2023-12-06T15:03:41.327413+0000 mgr.x (mgr.15210) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:42.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:42 smithi116 bash[25098]: audit 2023-12-06T15:03:41.707846+0000 mgr.x (mgr.15210) 84 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:42.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:42 smithi116 bash[30871]: cluster 2023-12-06T15:03:41.327413+0000 mgr.x (mgr.15210) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:42.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:42 smithi116 bash[30871]: audit 2023-12-06T15:03:41.707846+0000 mgr.x (mgr.15210) 84 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:42.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:42 smithi150 bash[25259]: cluster 2023-12-06T15:03:41.327413+0000 mgr.x (mgr.15210) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:42.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:42 smithi150 bash[25259]: audit 2023-12-06T15:03:41.707846+0000 mgr.x (mgr.15210) 84 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:44 smithi116 bash[25098]: cluster 2023-12-06T15:03:43.328195+0000 mgr.x (mgr.15210) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:44 smithi116 bash[30871]: cluster 2023-12-06T15:03:43.328195+0000 mgr.x (mgr.15210) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:44 smithi150 bash[25259]: cluster 2023-12-06T15:03:43.328195+0000 mgr.x (mgr.15210) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:46.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:46 smithi116 bash[25098]: cluster 2023-12-06T15:03:45.330258+0000 mgr.x (mgr.15210) 86 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:46.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:46 smithi116 bash[30871]: cluster 2023-12-06T15:03:45.330258+0000 mgr.x (mgr.15210) 86 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:46.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:46 smithi150 bash[25259]: cluster 2023-12-06T15:03:45.330258+0000 mgr.x (mgr.15210) 86 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:47.161 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 starting - - - - 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 starting - - - - 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 starting - - - - 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (7m) 89s ago 7m 47.8M - 8.3.5 dad864ee21e9 70523263c5b2 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 starting - - - - 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283 starting - - - - 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:9283 running (16m) 99s ago 16m 464M - 17.2.0 e1d6a67b021e ab6ac752cf6d 2023-12-06T15:03:47.917 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (16m) 99s ago 16m 59.7M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (14m) 89s ago 14m 50.4M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (14m) 99s ago 14m 49.8M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 starting - - - - 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 starting - - - - 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (13m) 99s ago 13m 56.0M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (12m) 99s ago 13m 57.9M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (12m) 99s ago 12m 54.5M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (11m) 99s ago 11m 54.5M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (10m) 89s ago 11m 55.2M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (10m) 89s ago 10m 53.5M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (9m) 89s ago 9m 51.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:03:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (9m) 89s ago 9m 53.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:03:47.919 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 starting - - - - 2023-12-06T15:03:47.919 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (5m) 99s ago 5m 84.4M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:03:47.919 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (5m) 89s ago 5m 84.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:03:47.919 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (5m) 99s ago 5m 84.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:03:47.919 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (5m) 89s ago 5m 84.5M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:03:48.366 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:03:48.366 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:03:48.366 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:03:48.367 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:03:48.368 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:03:48.368 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:03:48.567 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[25259]: audit 2023-12-06T15:03:47.143483+0000 mgr.x (mgr.15210) 87 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.567 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[25259]: cluster 2023-12-06T15:03:47.330998+0000 mgr.x (mgr.15210) 88 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:48.567 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[25259]: audit 2023-12-06T15:03:47.522601+0000 mgr.x (mgr.15210) 89 : audit [DBG] from='client.25279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.567 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[25259]: audit 2023-12-06T15:03:47.890871+0000 mgr.x (mgr.15210) 90 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[25098]: audit 2023-12-06T15:03:47.143483+0000 mgr.x (mgr.15210) 87 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[25098]: cluster 2023-12-06T15:03:47.330998+0000 mgr.x (mgr.15210) 88 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[25098]: audit 2023-12-06T15:03:47.522601+0000 mgr.x (mgr.15210) 89 : audit [DBG] from='client.25279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[25098]: audit 2023-12-06T15:03:47.890871+0000 mgr.x (mgr.15210) 90 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[30871]: audit 2023-12-06T15:03:47.143483+0000 mgr.x (mgr.15210) 87 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[30871]: cluster 2023-12-06T15:03:47.330998+0000 mgr.x (mgr.15210) 88 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[30871]: audit 2023-12-06T15:03:47.522601+0000 mgr.x (mgr.15210) 89 : audit [DBG] from='client.25279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:48 smithi116 bash[30871]: audit 2023-12-06T15:03:47.890871+0000 mgr.x (mgr.15210) 90 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:03:48.733 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:03:48.829 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:48 smithi150 systemd[1]: Stopping Ceph grafana.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:03:48.829 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[59110]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-grafana.a 2023-12-06T15:03:48.829 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[46191]: t=2023-12-06T15:03:48+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T15:03:48.829 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[46191]: t=2023-12-06T15:03:48+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-06T15:03:48.829 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:48 smithi150 bash[58002]: ts=2023-12-06T15:03:48.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:03:49.180 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:03:49.550 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[59120]: ceph-4424379a-9446-11ee-95a2-87774f69a715-grafana-a 2023-12-06T15:03:49.550 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[59192]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-grafana.a 2023-12-06T15:03:49.551 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[25259]: audit 2023-12-06T15:03:48.362872+0000 mon.a (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.116:0/223545537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:03:49.551 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[25259]: audit 2023-12-06T15:03:48.455163+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:49.551 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[25259]: audit 2023-12-06T15:03:48.730666+0000 mgr.x (mgr.15210) 91 : audit [DBG] from='client.25220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:49.551 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[25259]: audit 2023-12-06T15:03:49.176965+0000 mon.c (mon.1) 163 : audit [DBG] from='client.? 172.21.15.116:0/851345268' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:03:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[25098]: audit 2023-12-06T15:03:48.362872+0000 mon.a (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.116:0/223545537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:03:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[25098]: audit 2023-12-06T15:03:48.455163+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[25098]: audit 2023-12-06T15:03:48.730666+0000 mgr.x (mgr.15210) 91 : audit [DBG] from='client.25220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[25098]: audit 2023-12-06T15:03:49.176965+0000 mon.c (mon.1) 163 : audit [DBG] from='client.? 172.21.15.116:0/851345268' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:03:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[30871]: audit 2023-12-06T15:03:48.362872+0000 mon.a (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.116:0/223545537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:03:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[30871]: audit 2023-12-06T15:03:48.455163+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:49.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[30871]: audit 2023-12-06T15:03:48.730666+0000 mgr.x (mgr.15210) 91 : audit [DBG] from='client.25220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:49.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:49 smithi116 bash[30871]: audit 2023-12-06T15:03:49.176965+0000 mon.c (mon.1) 163 : audit [DBG] from='client.? 172.21.15.116:0/851345268' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:03:49.890 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:49 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T15:03:49.891 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:49 smithi150 systemd[1]: Stopped Ceph grafana.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:49.891 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:49 smithi150 systemd[1]: Started Ceph grafana.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:49.891 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STOPPING 2023-12-06T15:03:49.891 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:03:49.891 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STOPPED 2023-12-06T15:03:49.891 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STARTING 2023-12-06T15:03:49.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Serving on http://:::9283 2023-12-06T15:03:49.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STARTED 2023-12-06T15:03:49.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STOPPING 2023-12-06T15:03:49.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:03:49.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STOPPED 2023-12-06T15:03:49.943 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:49 smithi150 bash[55562]: [06/Dec/2023:15:03:49] ENGINE Bus STARTING 2023-12-06T15:03:50.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Serving on http://:::9283 2023-12-06T15:03:50.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Bus STARTED 2023-12-06T15:03:50.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Bus STOPPING 2023-12-06T15:03:50.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:03:50.193 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Bus STOPPED 2023-12-06T15:03:50.193 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Bus STARTING 2023-12-06T15:03:50.193 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Serving on http://:::9283 2023-12-06T15:03:50.193 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[55562]: [06/Dec/2023:15:03:50] ENGINE Bus STARTED 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: cluster 2023-12-06T15:03:49.332588+0000 mgr.x (mgr.15210) 92 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.672363+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.681672+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.719258+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.720165+0000 mgr.x (mgr.15210) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.722175+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.722589+0000 mgr.x (mgr.15210) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.732410+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.748469+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.749780+0000 mgr.x (mgr.15210) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.777063+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: cephadm 2023-12-06T15:03:49.783412+0000 mgr.x (mgr.15210) 96 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.783975+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.784812+0000 mgr.x (mgr.15210) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.787635+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.788758+0000 mgr.x (mgr.15210) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.796588+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.806686+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.807607+0000 mgr.x (mgr.15210) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:03:50.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.809426+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.810304+0000 mgr.x (mgr.15210) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.819852+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.848862+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.850057+0000 mgr.x (mgr.15210) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.852873+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.853477+0000 mgr.x (mgr.15210) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.864707+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: audit 2023-12-06T15:03:49.896061+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:50.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:50 smithi150 bash[25259]: cephadm 2023-12-06T15:03:49.897679+0000 mgr.x (mgr.15210) 103 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: cluster 2023-12-06T15:03:49.332588+0000 mgr.x (mgr.15210) 92 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.672363+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.681672+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.719258+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.720165+0000 mgr.x (mgr.15210) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.722175+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.722589+0000 mgr.x (mgr.15210) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.732410+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.748469+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.749780+0000 mgr.x (mgr.15210) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.777063+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: cephadm 2023-12-06T15:03:49.783412+0000 mgr.x (mgr.15210) 96 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.783975+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.784812+0000 mgr.x (mgr.15210) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.787635+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.788758+0000 mgr.x (mgr.15210) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.796588+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.806686+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.807607+0000 mgr.x (mgr.15210) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: cluster 2023-12-06T15:03:49.332588+0000 mgr.x (mgr.15210) 92 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.672363+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.681672+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.719258+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.720165+0000 mgr.x (mgr.15210) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.722175+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.722589+0000 mgr.x (mgr.15210) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.732410+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.748469+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.749780+0000 mgr.x (mgr.15210) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.777063+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: cephadm 2023-12-06T15:03:49.783412+0000 mgr.x (mgr.15210) 96 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.783975+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.784812+0000 mgr.x (mgr.15210) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.787635+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.788758+0000 mgr.x (mgr.15210) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.796588+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.806686+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:03:51.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.807607+0000 mgr.x (mgr.15210) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.809426+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.810304+0000 mgr.x (mgr.15210) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.819852+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.848862+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.850057+0000 mgr.x (mgr.15210) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.852873+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.853477+0000 mgr.x (mgr.15210) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.864707+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: audit 2023-12-06T15:03:49.896061+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:51.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[25098]: cephadm 2023-12-06T15:03:49.897679+0000 mgr.x (mgr.15210) 103 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.809426+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.810304+0000 mgr.x (mgr.15210) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.819852+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.848862+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.850057+0000 mgr.x (mgr.15210) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.852873+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.853477+0000 mgr.x (mgr.15210) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.864707+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: audit 2023-12-06T15:03:49.896061+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:51.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:50 smithi116 bash[30871]: cephadm 2023-12-06T15:03:49.897679+0000 mgr.x (mgr.15210) 103 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:03:51.557 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:03:51] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.33.4" 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T15:03:51.558 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=1.088917ms 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T15:03:51.559 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T15:03:51.823 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T15:03:51.823 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-06T15:03:51.823 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T15:03:52.192 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-06T15:03:52.192 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T15:03:52.192 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T15:03:52.192 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:03:51 smithi150 bash[59261]: t=2023-12-06T15:03:51+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T15:03:52.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:52 smithi150 bash[25259]: cluster 2023-12-06T15:03:51.333362+0000 mgr.x (mgr.15210) 104 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:52.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:52 smithi150 bash[25259]: audit 2023-12-06T15:03:51.719216+0000 mgr.x (mgr.15210) 105 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:53.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:52 smithi116 bash[25098]: cluster 2023-12-06T15:03:51.333362+0000 mgr.x (mgr.15210) 104 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:53.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:52 smithi116 bash[25098]: audit 2023-12-06T15:03:51.719216+0000 mgr.x (mgr.15210) 105 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:53.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:52 smithi116 bash[30871]: cluster 2023-12-06T15:03:51.333362+0000 mgr.x (mgr.15210) 104 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:53.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:52 smithi116 bash[30871]: audit 2023-12-06T15:03:51.719216+0000 mgr.x (mgr.15210) 105 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:03:54.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: cephadm 2023-12-06T15:03:52.821893+0000 mgr.x (mgr.15210) 106 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:03:54.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: audit 2023-12-06T15:03:52.829329+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:54.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: audit 2023-12-06T15:03:52.834184+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: audit 2023-12-06T15:03:52.834958+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: audit 2023-12-06T15:03:52.837787+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: audit 2023-12-06T15:03:52.839486+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[25098]: cephadm 2023-12-06T15:03:52.841157+0000 mgr.x (mgr.15210) 107 : cephadm [INF] Deploying daemon mgr.y on smithi116 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: cephadm 2023-12-06T15:03:52.821893+0000 mgr.x (mgr.15210) 106 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: audit 2023-12-06T15:03:52.829329+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: audit 2023-12-06T15:03:52.834184+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: audit 2023-12-06T15:03:52.834958+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: audit 2023-12-06T15:03:52.837787+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: audit 2023-12-06T15:03:52.839486+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:54.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:53 smithi116 bash[30871]: cephadm 2023-12-06T15:03:52.841157+0000 mgr.x (mgr.15210) 107 : cephadm [INF] Deploying daemon mgr.y on smithi116 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: cephadm 2023-12-06T15:03:52.821893+0000 mgr.x (mgr.15210) 106 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: audit 2023-12-06T15:03:52.829329+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: audit 2023-12-06T15:03:52.834184+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: audit 2023-12-06T15:03:52.834958+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: audit 2023-12-06T15:03:52.837787+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: audit 2023-12-06T15:03:52.839486+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:54.188 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:53 smithi150 bash[25259]: cephadm 2023-12-06T15:03:52.841157+0000 mgr.x (mgr.15210) 107 : cephadm [INF] Deploying daemon mgr.y on smithi116 2023-12-06T15:03:55.108 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:54 smithi116 bash[25098]: cluster 2023-12-06T15:03:53.334149+0000 mgr.x (mgr.15210) 108 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:55.109 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:54 smithi116 bash[30871]: cluster 2023-12-06T15:03:53.334149+0000 mgr.x (mgr.15210) 108 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:55.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:54 smithi150 bash[25259]: cluster 2023-12-06T15:03:53.334149+0000 mgr.x (mgr.15210) 108 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:56.121 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:56 smithi116 systemd[1]: Stopping Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:03:57.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:56 smithi116 bash[25098]: cluster 2023-12-06T15:03:55.335958+0000 mgr.x (mgr.15210) 109 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:57.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:56 smithi116 bash[30871]: cluster 2023-12-06T15:03:55.335958+0000 mgr.x (mgr.15210) 109 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:57.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:56 smithi116 bash[73596]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:03:57.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:57 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:03:57.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:57 smithi116 bash[73669]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:03:57.170 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:57 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-06T15:03:57.170 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:57 smithi116 systemd[1]: Stopped Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:57.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:56 smithi150 bash[25259]: cluster 2023-12-06T15:03:55.335958+0000 mgr.x (mgr.15210) 109 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:03:57.569 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:57 smithi116 systemd[1]: Started Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:03:58.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: audit 2023-12-06T15:03:57.329199+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:58.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: cluster 2023-12-06T15:03:57.336635+0000 mgr.x (mgr.15210) 110 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:58.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: audit 2023-12-06T15:03:57.344207+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:58.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: audit 2023-12-06T15:03:57.367840+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:03:58.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: audit 2023-12-06T15:03:57.368554+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:03:58.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: audit 2023-12-06T15:03:57.368613+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:58.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: audit 2023-12-06T15:03:57.369092+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:58.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: cephadm 2023-12-06T15:03:57.499287+0000 mgr.x (mgr.15210) 111 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2023-12-06T15:03:58.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[25259]: cephadm 2023-12-06T15:03:57.667200+0000 mgr.x (mgr.15210) 112 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2023-12-06T15:03:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: audit 2023-12-06T15:03:57.329199+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: cluster 2023-12-06T15:03:57.336635+0000 mgr.x (mgr.15210) 110 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: audit 2023-12-06T15:03:57.344207+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: audit 2023-12-06T15:03:57.367840+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:03:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: audit 2023-12-06T15:03:57.368554+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:03:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: audit 2023-12-06T15:03:57.368613+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: audit 2023-12-06T15:03:57.369092+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: cephadm 2023-12-06T15:03:57.499287+0000 mgr.x (mgr.15210) 111 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[25098]: cephadm 2023-12-06T15:03:57.667200+0000 mgr.x (mgr.15210) 112 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: audit 2023-12-06T15:03:57.329199+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: cluster 2023-12-06T15:03:57.336635+0000 mgr.x (mgr.15210) 110 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: audit 2023-12-06T15:03:57.344207+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: audit 2023-12-06T15:03:57.367840+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: audit 2023-12-06T15:03:57.368554+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: audit 2023-12-06T15:03:57.368613+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: audit 2023-12-06T15:03:57.369092+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: cephadm 2023-12-06T15:03:57.499287+0000 mgr.x (mgr.15210) 111 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2023-12-06T15:03:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[30871]: cephadm 2023-12-06T15:03:57.667200+0000 mgr.x (mgr.15210) 112 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2023-12-06T15:03:58.929 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:03:58 smithi150 bash[58002]: ts=2023-12-06T15:03: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:03:59.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:58 smithi116 bash[73740]: debug 2023-12-06T15:03:58.986+0000 7fd2f45d4700 1 -- 172.21.15.116:0/3115051249 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56377cbca1a0 con 0x56377d948800 2023-12-06T15:03:59.440 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:03:59 smithi116 bash[73740]: debug 2023-12-06T15:03:59.174+0000 7fd2fe77a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:03:59.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:59 smithi150 bash[25259]: audit 2023-12-06T15:03:58.439263+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:59.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:03:59 smithi150 bash[25259]: audit 2023-12-06T15:03:58.920848+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:59.832 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:59 smithi116 bash[25098]: audit 2023-12-06T15:03:58.439263+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:59.832 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:03:59 smithi116 bash[25098]: audit 2023-12-06T15:03:58.920848+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:59.832 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:59 smithi116 bash[30871]: audit 2023-12-06T15:03:58.439263+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:03:59.832 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:03:59 smithi116 bash[30871]: audit 2023-12-06T15:03:58.920848+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:00.321 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[73740]: debug 2023-12-06T15:04:00.114+0000 7fd2fe77a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:04:00.321 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[73740]: debug 2023-12-06T15:04:00.214+0000 7fd2fe77a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:04:00.321 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[73740]: debug 2023-12-06T15:04:00.314+0000 7fd2fe77a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:04:00.844 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[73740]: debug 2023-12-06T15:04:00.578+0000 7fd2fe77a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:01.144 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[25098]: cluster 2023-12-06T15:03:59.338187+0000 mgr.x (mgr.15210) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:01.144 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[73740]: debug 2023-12-06T15:04:00.958+0000 7fd2fe77a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:04:01.144 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:00 smithi116 bash[30871]: cluster 2023-12-06T15:03:59.338187+0000 mgr.x (mgr.15210) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:01.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:00 smithi150 bash[25259]: cluster 2023-12-06T15:03:59.338187+0000 mgr.x (mgr.15210) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:01.410 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:01 smithi116 bash[73740]: debug 2023-12-06T15:04:01.138+0000 7fd2fe77a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:01.410 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:01 smithi116 bash[73740]: debug 2023-12-06T15:04:01.370+0000 7fd2fe77a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:04:01.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:01 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:04:01] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.33.4" 2023-12-06T15:04:02.119 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[30871]: audit 2023-12-06T15:04:01.110371+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:02.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[30871]: audit 2023-12-06T15:04:01.594000+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:02.120 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[25098]: audit 2023-12-06T15:04:01.110371+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:02.120 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[25098]: audit 2023-12-06T15:04:01.594000+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:02.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:02 smithi150 bash[25259]: audit 2023-12-06T15:04:01.110371+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:02.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:02 smithi150 bash[25259]: audit 2023-12-06T15:04:01.594000+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:02.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[73740]: debug 2023-12-06T15:04:02.398+0000 7fd2fe77a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:04:02.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[73740]: debug 2023-12-06T15:04:02.510+0000 7fd2fe77a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:04:02.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:02 smithi116 bash[73740]: debug 2023-12-06T15:04:02.626+0000 7fd2fe77a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:04:03.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[25098]: cluster 2023-12-06T15:04:01.338748+0000 mgr.x (mgr.15210) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:03.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[25098]: audit 2023-12-06T15:04:01.730293+0000 mgr.x (mgr.15210) 115 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:03.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[73740]: debug 2023-12-06T15:04:03.098+0000 7fd2fe77a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:04:03.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[73740]: debug 2023-12-06T15:04:03.318+0000 7fd2fe77a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:04:03.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[30871]: cluster 2023-12-06T15:04:01.338748+0000 mgr.x (mgr.15210) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:03.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[30871]: audit 2023-12-06T15:04:01.730293+0000 mgr.x (mgr.15210) 115 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:03.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:03 smithi150 bash[25259]: cluster 2023-12-06T15:04:01.338748+0000 mgr.x (mgr.15210) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:03.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:03 smithi150 bash[25259]: audit 2023-12-06T15:04:01.730293+0000 mgr.x (mgr.15210) 115 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:04.128 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:03 smithi116 bash[73740]: debug 2023-12-06T15:04:03.770+0000 7fd2fe77a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:04:04.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:04 smithi116 bash[73740]: debug 2023-12-06T15:04:04.278+0000 7fd2fe77a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:04.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:04 smithi116 bash[25098]: audit 2023-12-06T15:04:03.455346+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:04.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:04 smithi116 bash[30871]: audit 2023-12-06T15:04:03.455346+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:04.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:04 smithi150 bash[25259]: audit 2023-12-06T15:04:03.455346+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:05.131 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:04 smithi116 bash[73740]: debug 2023-12-06T15:04:04.830+0000 7fd2fe77a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:04:05.132 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:04 smithi116 bash[73740]: debug 2023-12-06T15:04:04.942+0000 7fd2fe77a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:04:05.413 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[73740]: debug 2023-12-06T15:04:05.290+0000 7fd2fe77a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:04:05.413 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[25098]: cluster 2023-12-06T15:04:03.339483+0000 mgr.x (mgr.15210) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[25098]: audit 2023-12-06T15:04:04.922052+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[25098]: audit 2023-12-06T15:04:04.931021+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[25098]: audit 2023-12-06T15:04:04.943957+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[30871]: cluster 2023-12-06T15:04:03.339483+0000 mgr.x (mgr.15210) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[30871]: audit 2023-12-06T15:04:04.922052+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[30871]: audit 2023-12-06T15:04:04.931021+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.414 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[30871]: audit 2023-12-06T15:04:04.943957+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:05 smithi150 bash[25259]: cluster 2023-12-06T15:04:03.339483+0000 mgr.x (mgr.15210) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:05 smithi150 bash[25259]: audit 2023-12-06T15:04:04.922052+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:05 smithi150 bash[25259]: audit 2023-12-06T15:04:04.931021+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:05 smithi150 bash[25259]: audit 2023-12-06T15:04:04.943957+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:05.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[73740]: debug 2023-12-06T15:04:05.406+0000 7fd2fe77a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:04:05.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[73740]: debug 2023-12-06T15:04:05.554+0000 7fd2fe77a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:05.992 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[73740]: debug 2023-12-06T15:04:05.670+0000 7fd2fe77a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:04:05.992 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[73740]: debug 2023-12-06T15:04:05.794+0000 7fd2fe77a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:04:06.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:05 smithi116 bash[73740]: debug 2023-12-06T15:04:05.982+0000 7fd2fe77a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:04:06.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:06 smithi116 bash[73740]: debug 2023-12-06T15:04:06.126+0000 7fd2fe77a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:04:06.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:06 smithi116 bash[25098]: cluster 2023-12-06T15:04:05.341589+0000 mgr.x (mgr.15210) 117 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:06.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:06 smithi116 bash[30871]: cluster 2023-12-06T15:04:05.341589+0000 mgr.x (mgr.15210) 117 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:06.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:06 smithi150 bash[25259]: cluster 2023-12-06T15:04:05.341589+0000 mgr.x (mgr.15210) 117 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:07.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:07 smithi116 bash[73740]: debug 2023-12-06T15:04:07.538+0000 7fd2fe77a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:04:07.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:07 smithi116 bash[73740]: [06/Dec/2023:15:04:07] ENGINE Bus STARTING 2023-12-06T15:04:07.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:07 smithi116 bash[73740]: CherryPy Checker: 2023-12-06T15:04:07.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:07 smithi116 bash[73740]: The Application mounted at '' has an empty config. 2023-12-06T15:04:07.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:07 smithi116 bash[73740]: [06/Dec/2023:15:04:07] ENGINE Serving on http://:::9283 2023-12-06T15:04:07.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:07 smithi116 bash[73740]: [06/Dec/2023:15:04:07] ENGINE Bus STARTED 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: cluster 2023-12-06T15:04:07.342318+0000 mgr.x (mgr.15210) 118 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.539463+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: cluster 2023-12-06T15:04:07.545642+0000 mon.a (mon.0) 1202 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: cluster 2023-12-06T15:04:07.545796+0000 mon.a (mon.0) 1203 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.550847+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.551220+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.553304+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.554822+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.555338+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.630108+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.642806+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[25098]: audit 2023-12-06T15:04:07.654160+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: cluster 2023-12-06T15:04:07.342318+0000 mgr.x (mgr.15210) 118 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.539463+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: cluster 2023-12-06T15:04:07.545642+0000 mon.a (mon.0) 1202 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: cluster 2023-12-06T15:04:07.545796+0000 mon.a (mon.0) 1203 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.550847+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.551220+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.553304+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:04:08.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.554822+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:04:08.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.555338+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:04:08.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.630108+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.642806+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:08 smithi116 bash[30871]: audit 2023-12-06T15:04:07.654160+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[58002]: ts=2023-12-06T15:04:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: cluster 2023-12-06T15:04:07.342318+0000 mgr.x (mgr.15210) 118 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.539463+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: cluster 2023-12-06T15:04:07.545642+0000 mon.a (mon.0) 1202 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: cluster 2023-12-06T15:04:07.545796+0000 mon.a (mon.0) 1203 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.550847+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.551220+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.553304+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.554822+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.555338+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.? 172.21.15.116:0/2980427512' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.630108+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.642806+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:08.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:08 smithi150 bash[25259]: audit 2023-12-06T15:04:07.654160+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: cluster 2023-12-06T15:04:08.552740+0000 mon.a (mon.0) 1208 : cluster [DBG] mgrmap e27: x(active, since 96s), standbys: y 2023-12-06T15:04:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: audit 2023-12-06T15:04:08.572925+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: audit 2023-12-06T15:04:08.582893+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: audit 2023-12-06T15:04:08.590093+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: audit 2023-12-06T15:04:08.591618+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: cluster 2023-12-06T15:04:08.594612+0000 mgr.x (mgr.15210) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: audit 2023-12-06T15:04:08.599256+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: audit 2023-12-06T15:04:08.687810+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: cephadm 2023-12-06T15:04:08.689338+0000 mgr.x (mgr.15210) 120 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[25098]: cephadm 2023-12-06T15:04:08.689895+0000 mgr.x (mgr.15210) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: cluster 2023-12-06T15:04:08.552740+0000 mon.a (mon.0) 1208 : cluster [DBG] mgrmap e27: x(active, since 96s), standbys: y 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: audit 2023-12-06T15:04:08.572925+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: audit 2023-12-06T15:04:08.582893+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: audit 2023-12-06T15:04:08.590093+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: audit 2023-12-06T15:04:08.591618+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:09.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: cluster 2023-12-06T15:04:08.594612+0000 mgr.x (mgr.15210) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:09.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: audit 2023-12-06T15:04:08.599256+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: audit 2023-12-06T15:04:08.687810+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:09.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: cephadm 2023-12-06T15:04:08.689338+0000 mgr.x (mgr.15210) 120 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:09.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:09 smithi116 bash[30871]: cephadm 2023-12-06T15:04:08.689895+0000 mgr.x (mgr.15210) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:09.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: cluster 2023-12-06T15:04:08.552740+0000 mon.a (mon.0) 1208 : cluster [DBG] mgrmap e27: x(active, since 96s), standbys: y 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: audit 2023-12-06T15:04:08.572925+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: audit 2023-12-06T15:04:08.582893+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: audit 2023-12-06T15:04:08.590093+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: audit 2023-12-06T15:04:08.591618+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: cluster 2023-12-06T15:04:08.594612+0000 mgr.x (mgr.15210) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: audit 2023-12-06T15:04:08.599256+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: audit 2023-12-06T15:04:08.687810+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: cephadm 2023-12-06T15:04:08.689338+0000 mgr.x (mgr.15210) 120 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:09 smithi150 bash[25259]: cephadm 2023-12-06T15:04:08.689895+0000 mgr.x (mgr.15210) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:10.903 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:10 smithi116 bash[25098]: cluster 2023-12-06T15:04:09.580518+0000 mon.a (mon.0) 1212 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-06T15:04:10.903 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:10 smithi116 bash[30871]: cluster 2023-12-06T15:04:09.580518+0000 mon.a (mon.0) 1212 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-06T15:04:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:10 smithi150 bash[25259]: cluster 2023-12-06T15:04:09.580518+0000 mon.a (mon.0) 1212 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-06T15:04:11.576 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:11 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:04:11] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2023-12-06T15:04:11.827 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:11 smithi150 bash[25259]: cluster 2023-12-06T15:04:10.595901+0000 mgr.x (mgr.15210) 122 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:11.850 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:11 smithi116 bash[25098]: cluster 2023-12-06T15:04:10.595901+0000 mgr.x (mgr.15210) 122 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:11.850 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:11 smithi116 bash[30871]: cluster 2023-12-06T15:04:10.595901+0000 mgr.x (mgr.15210) 122 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:12.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: audit 2023-12-06T15:04:11.739129+0000 mgr.x (mgr.15210) 123 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:12.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: cephadm 2023-12-06T15:04:11.913457+0000 mgr.x (mgr.15210) 124 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:04:12.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: audit 2023-12-06T15:04:11.913683+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:12.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: audit 2023-12-06T15:04:11.914329+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:12.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: audit 2023-12-06T15:04:11.917751+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: audit 2023-12-06T15:04:11.919472+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[25098]: cephadm 2023-12-06T15:04:11.921547+0000 mgr.x (mgr.15210) 125 : cephadm [INF] Deploying daemon mgr.y on smithi116 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: audit 2023-12-06T15:04:11.739129+0000 mgr.x (mgr.15210) 123 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: cephadm 2023-12-06T15:04:11.913457+0000 mgr.x (mgr.15210) 124 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: audit 2023-12-06T15:04:11.913683+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: audit 2023-12-06T15:04:11.914329+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: audit 2023-12-06T15:04:11.917751+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: audit 2023-12-06T15:04:11.919472+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:12 smithi116 bash[30871]: cephadm 2023-12-06T15:04:11.921547+0000 mgr.x (mgr.15210) 125 : cephadm [INF] Deploying daemon mgr.y on smithi116 2023-12-06T15:04:12.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: audit 2023-12-06T15:04:11.739129+0000 mgr.x (mgr.15210) 123 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:12.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: cephadm 2023-12-06T15:04:11.913457+0000 mgr.x (mgr.15210) 124 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:04:12.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: audit 2023-12-06T15:04:11.913683+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:12.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: audit 2023-12-06T15:04:11.914329+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:12.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: audit 2023-12-06T15:04:11.917751+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:04:12.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: audit 2023-12-06T15:04:11.919472+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:12.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:12 smithi150 bash[25259]: cephadm 2023-12-06T15:04:11.921547+0000 mgr.x (mgr.15210) 125 : cephadm [INF] Deploying daemon mgr.y on smithi116 2023-12-06T15:04:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[25098]: cluster 2023-12-06T15:04:12.596642+0000 mgr.x (mgr.15210) 126 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[25098]: audit 2023-12-06T15:04:12.778683+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[25098]: audit 2023-12-06T15:04:12.793245+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[25098]: audit 2023-12-06T15:04:12.805562+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[30871]: cluster 2023-12-06T15:04:12.596642+0000 mgr.x (mgr.15210) 126 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:14.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[30871]: audit 2023-12-06T15:04:12.778683+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[30871]: audit 2023-12-06T15:04:12.793245+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:13 smithi116 bash[30871]: audit 2023-12-06T15:04:12.805562+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:13 smithi150 bash[25259]: cluster 2023-12-06T15:04:12.596642+0000 mgr.x (mgr.15210) 126 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2023-12-06T15:04:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:13 smithi150 bash[25259]: audit 2023-12-06T15:04:12.778683+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:13 smithi150 bash[25259]: audit 2023-12-06T15:04:12.793245+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:13 smithi150 bash[25259]: audit 2023-12-06T15:04:12.805562+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:15.081 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:14 smithi116 systemd[1]: Stopping Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:04:15.783 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:15 smithi116 bash[75383]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:04:15.784 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:15 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:04:15.784 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:15 smithi116 bash[75458]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:04:15.784 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:15 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-06T15:04:15.784 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:15 smithi116 systemd[1]: Stopped Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:04:15.785 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:15 smithi116 bash[30871]: cluster 2023-12-06T15:04:14.598326+0000 mgr.x (mgr.15210) 127 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:04:16.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:15 smithi116 systemd[1]: Started Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:04:16.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:15 smithi116 bash[25098]: cluster 2023-12-06T15:04:14.598326+0000 mgr.x (mgr.15210) 127 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:04:16.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:15 smithi150 bash[25259]: cluster 2023-12-06T15:04:14.598326+0000 mgr.x (mgr.15210) 127 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:04:17.220 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:15.959191+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.220 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:15.971148+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.220 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:16.002285+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:16.004095+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: cluster 2023-12-06T15:04:16.007548+0000 mgr.x (mgr.15210) 128 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:16.013139+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: cephadm 2023-12-06T15:04:16.016018+0000 mgr.x (mgr.15210) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:16.099677+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: cephadm 2023-12-06T15:04:16.101834+0000 mgr.x (mgr.15210) 130 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: cephadm 2023-12-06T15:04:16.102411+0000 mgr.x (mgr.15210) 131 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:16.105754+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: cephadm 2023-12-06T15:04:16.106065+0000 mgr.x (mgr.15210) 132 : cephadm [INF] Failing over to other MGR 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: audit 2023-12-06T15:04:16.106540+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[25098]: cluster 2023-12-06T15:04:16.114884+0000 mon.a (mon.0) 1221 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-06T15:04:17.221 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:15.959191+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:15.971148+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:16.002285+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:16.004095+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: cluster 2023-12-06T15:04:16.007548+0000 mgr.x (mgr.15210) 128 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:16.013139+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: cephadm 2023-12-06T15:04:16.016018+0000 mgr.x (mgr.15210) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:16.099677+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: cephadm 2023-12-06T15:04:16.101834+0000 mgr.x (mgr.15210) 130 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: cephadm 2023-12-06T15:04:16.102411+0000 mgr.x (mgr.15210) 131 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:16.105754+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: cephadm 2023-12-06T15:04:16.106065+0000 mgr.x (mgr.15210) 132 : cephadm [INF] Failing over to other MGR 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: audit 2023-12-06T15:04:16.106540+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:04:17.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:16 smithi116 bash[30871]: cluster 2023-12-06T15:04:16.114884+0000 mon.a (mon.0) 1221 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-06T15:04:17.241 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[55562]: ignoring --setuser ceph since I am not root 2023-12-06T15:04:17.241 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[55562]: ignoring --setgroup ceph since I am not root 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[55562]: debug 2023-12-06T15:04:17.078+0000 7f49d9b5a700 1 -- 172.21.15.150:0/789214193 <== mon.2 v2:172.21.15.150:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555a9a1361a0 con 0x555a9aeb2800 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:15.959191+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:15.971148+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:16.002285+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:16.004095+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: cluster 2023-12-06T15:04:16.007548+0000 mgr.x (mgr.15210) 128 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:16.013139+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15210 ' entity='mgr.x' 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: cephadm 2023-12-06T15:04:16.016018+0000 mgr.x (mgr.15210) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:16.099677+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: cephadm 2023-12-06T15:04:16.101834+0000 mgr.x (mgr.15210) 130 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:17.242 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: cephadm 2023-12-06T15:04:16.102411+0000 mgr.x (mgr.15210) 131 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:04:17.243 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:16.105754+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:04:17.243 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: cephadm 2023-12-06T15:04:16.106065+0000 mgr.x (mgr.15210) 132 : cephadm [INF] Failing over to other MGR 2023-12-06T15:04:17.243 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: audit 2023-12-06T15:04:16.106540+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.15210 172.21.15.150:0/3993329896' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:04:17.243 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:16 smithi150 bash[25259]: cluster 2023-12-06T15:04:16.114884+0000 mon.a (mon.0) 1221 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-06T15:04:17.544 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[75526]: debug 2023-12-06T15:04:17.374+0000 7f98bb9e3700 1 -- 172.21.15.116:0/2787553453 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55808b7381a0 con 0x55808c4b8c00 2023-12-06T15:04:17.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[55562]: debug 2023-12-06T15:04:17.238+0000 7f49e38e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:04:17.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[75526]: debug 2023-12-06T15:04:17.538+0000 7f98c5b89200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:04:18.232 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:18 smithi150 bash[55562]: debug 2023-12-06T15:04:18.126+0000 7f49e38e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:04:18.232 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[25259]: cluster 2023-12-06T15:04:16.968835+0000 mon.a (mon.0) 1222 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-06T15:04:18.232 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[25259]: cluster 2023-12-06T15:04:16.968931+0000 mon.a (mon.0) 1223 : cluster [INF] Cluster is now healthy 2023-12-06T15:04:18.232 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[25259]: cluster 2023-12-06T15:04:16.976577+0000 mon.a (mon.0) 1224 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:04:18.232 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[25259]: audit 2023-12-06T15:04:17.025162+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T15:04:18.232 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:17 smithi150 bash[25259]: cluster 2023-12-06T15:04:17.025308+0000 mon.a (mon.0) 1226 : cluster [DBG] mgrmap e28: y(active, starting, since 0.918128s), standbys: x 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[25098]: cluster 2023-12-06T15:04:16.968835+0000 mon.a (mon.0) 1222 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[25098]: cluster 2023-12-06T15:04:16.968931+0000 mon.a (mon.0) 1223 : cluster [INF] Cluster is now healthy 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[25098]: cluster 2023-12-06T15:04:16.976577+0000 mon.a (mon.0) 1224 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[25098]: audit 2023-12-06T15:04:17.025162+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[25098]: cluster 2023-12-06T15:04:17.025308+0000 mon.a (mon.0) 1226 : cluster [DBG] mgrmap e28: y(active, starting, since 0.918128s), standbys: x 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[30871]: cluster 2023-12-06T15:04:16.968835+0000 mon.a (mon.0) 1222 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-06T15:04:18.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[30871]: cluster 2023-12-06T15:04:16.968931+0000 mon.a (mon.0) 1223 : cluster [INF] Cluster is now healthy 2023-12-06T15:04:18.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[30871]: cluster 2023-12-06T15:04:16.976577+0000 mon.a (mon.0) 1224 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:04:18.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[30871]: audit 2023-12-06T15:04:17.025162+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.15210 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T15:04:18.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:17 smithi116 bash[30871]: cluster 2023-12-06T15:04:17.025308+0000 mon.a (mon.0) 1226 : cluster [DBG] mgrmap e28: y(active, starting, since 0.918128s), standbys: x 2023-12-06T15:04:18.600 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:18 smithi150 bash[55562]: debug 2023-12-06T15:04:18.226+0000 7f49e38e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:04:18.600 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:18 smithi150 bash[55562]: debug 2023-12-06T15:04:18.330+0000 7f49e38e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:04:18.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:18 smithi116 bash[75526]: debug 2023-12-06T15:04:18.486+0000 7f98c5b89200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:04:18.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:18 smithi116 bash[75526]: debug 2023-12-06T15:04:18.590+0000 7f98c5b89200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:04:18.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:18 smithi116 bash[75526]: debug 2023-12-06T15:04:18.694+0000 7f98c5b89200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:04:18.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:18 smithi150 bash[55562]: debug 2023-12-06T15:04:18.594+0000 7f49e38e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:18.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:18 smithi150 bash[58002]: ts=2023-12-06T15:04:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:04:19.320 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:18 smithi150 bash[55562]: debug 2023-12-06T15:04:18.950+0000 7f49e38e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:04:19.320 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:19 smithi150 bash[55562]: debug 2023-12-06T15:04:19.106+0000 7f49e38e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:19.335 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:18 smithi116 bash[75526]: debug 2023-12-06T15:04:18.958+0000 7f98c5b89200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:19.654 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:19 smithi150 bash[55562]: debug 2023-12-06T15:04:19.314+0000 7f49e38e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:04:19.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:19 smithi116 bash[75526]: debug 2023-12-06T15:04:19.334+0000 7f98c5b89200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:04:19.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:19 smithi116 bash[75526]: debug 2023-12-06T15:04:19.494+0000 7f98c5b89200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:20.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:19 smithi116 bash[75526]: debug 2023-12-06T15:04:19.706+0000 7f98c5b89200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:04:20.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:20 smithi150 bash[55562]: debug 2023-12-06T15:04:20.326+0000 7f49e38e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:04:20.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:20 smithi150 bash[55562]: debug 2023-12-06T15:04:20.438+0000 7f49e38e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:04:20.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:20 smithi150 bash[55562]: debug 2023-12-06T15:04:20.554+0000 7f49e38e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:04:21.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:20 smithi116 bash[75526]: debug 2023-12-06T15:04:20.722+0000 7f98c5b89200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:04:21.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:20 smithi116 bash[75526]: debug 2023-12-06T15:04:20.834+0000 7f98c5b89200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:04:21.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:20 smithi116 bash[75526]: debug 2023-12-06T15:04:20.950+0000 7f98c5b89200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:04:21.387 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[55562]: debug 2023-12-06T15:04:21.054+0000 7f49e38e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:04:21.387 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[55562]: debug 2023-12-06T15:04:21.278+0000 7f49e38e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:04:21.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:21 smithi116 bash[75526]: debug 2023-12-06T15:04:21.425+0000 7f98c5b89200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:04:21.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:21 smithi116 bash[75526]: debug 2023-12-06T15:04:21.645+0000 7f98c5b89200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:04:21.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[55562]: debug 2023-12-06T15:04:21.782+0000 7f49e38e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:04:22.293 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[58002]: ts=2023-12-06T15:04:21.956Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.150:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.150:8765: connect: connection refused" 2023-12-06T15:04:22.293 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[58002]: ts=2023-12-06T15:04:21.958Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.150:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.150:8765: connect: connection refused" 2023-12-06T15:04:22.293 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[58002]: ts=2023-12-06T15:04:21.962Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.150:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.150:8765: connect: connection refused" 2023-12-06T15:04:22.293 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:21 smithi150 bash[58002]: ts=2023-12-06T15:04:21.963Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.150:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.150:8765: connect: connection refused" 2023-12-06T15:04:22.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:22 smithi116 bash[75526]: debug 2023-12-06T15:04:22.097+0000 7f98c5b89200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:04:22.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:22 smithi150 bash[55562]: debug 2023-12-06T15:04:22.286+0000 7f49e38e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:22.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:22 smithi116 bash[75526]: debug 2023-12-06T15:04:22.597+0000 7f98c5b89200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:23.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:22 smithi150 bash[55562]: debug 2023-12-06T15:04:22.838+0000 7f49e38e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:04:23.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:22 smithi150 bash[55562]: debug 2023-12-06T15:04:22.946+0000 7f49e38e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:04:23.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:23 smithi116 bash[75526]: debug 2023-12-06T15:04:23.157+0000 7f98c5b89200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:04:23.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:23 smithi116 bash[75526]: debug 2023-12-06T15:04:23.273+0000 7f98c5b89200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:04:23.568 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:23 smithi150 bash[55562]: debug 2023-12-06T15:04:23.306+0000 7f49e38e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:04:23.568 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:23 smithi150 bash[55562]: debug 2023-12-06T15:04:23.422+0000 7f49e38e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:04:23.750 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:23 smithi116 bash[75526]: debug 2023-12-06T15:04:23.625+0000 7f98c5b89200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:04:23.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:23 smithi150 bash[55562]: debug 2023-12-06T15:04:23.562+0000 7f49e38e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:23.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:23 smithi150 bash[55562]: debug 2023-12-06T15:04:23.678+0000 7f49e38e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:04:23.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:23 smithi150 bash[55562]: debug 2023-12-06T15:04:23.806+0000 7f49e38e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:04:24.009 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:23 smithi116 bash[75526]: debug 2023-12-06T15:04:23.741+0000 7f98c5b89200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:04:24.009 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:23 smithi116 bash[75526]: debug 2023-12-06T15:04:23.885+0000 7f98c5b89200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:24.321 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:24 smithi116 bash[75526]: debug 2023-12-06T15:04:24.001+0000 7f98c5b89200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:04:24.321 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:24 smithi116 bash[75526]: debug 2023-12-06T15:04:24.121+0000 7f98c5b89200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:04:24.394 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:24 smithi150 bash[55562]: debug 2023-12-06T15:04:23.998+0000 7f49e38e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:04:24.394 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:24 smithi150 bash[55562]: debug 2023-12-06T15:04:24.122+0000 7f49e38e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:04:24.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:24 smithi116 bash[75526]: debug 2023-12-06T15:04:24.313+0000 7f98c5b89200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:04:24.604 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:24 smithi116 bash[75526]: debug 2023-12-06T15:04:24.441+0000 7f98c5b89200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:04:25.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[55562]: debug 2023-12-06T15:04:25.358+0000 7f49e38e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[55562]: [06/Dec/2023:15:04:25] ENGINE Bus STARTING 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[55562]: CherryPy Checker: 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[55562]: The Application mounted at '' has an empty config. 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[55562]: [06/Dec/2023:15:04:25] ENGINE Serving on http://:::9283 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[55562]: [06/Dec/2023:15:04:25] ENGINE Bus STARTED 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[25259]: cluster 2023-12-06T15:04:25.380706+0000 mon.a (mon.0) 1227 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[25259]: cluster 2023-12-06T15:04:25.380881+0000 mon.a (mon.0) 1228 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[25259]: audit 2023-12-06T15:04:25.384636+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[25259]: audit 2023-12-06T15:04:25.385518+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[25259]: audit 2023-12-06T15:04:25.391104+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:04:25.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:25 smithi150 bash[25259]: audit 2023-12-06T15:04:25.394044+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:04:25.740 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[25098]: cluster 2023-12-06T15:04:25.380706+0000 mon.a (mon.0) 1227 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:04:25.740 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[25098]: cluster 2023-12-06T15:04:25.380881+0000 mon.a (mon.0) 1228 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:04:25.740 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[25098]: audit 2023-12-06T15:04:25.384636+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[25098]: audit 2023-12-06T15:04:25.385518+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[25098]: audit 2023-12-06T15:04:25.391104+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[25098]: audit 2023-12-06T15:04:25.394044+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[30871]: cluster 2023-12-06T15:04:25.380706+0000 mon.a (mon.0) 1227 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[30871]: cluster 2023-12-06T15:04:25.380881+0000 mon.a (mon.0) 1228 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[30871]: audit 2023-12-06T15:04:25.384636+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[30871]: audit 2023-12-06T15:04:25.385518+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[30871]: audit 2023-12-06T15:04:25.391104+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:04:25.741 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[30871]: audit 2023-12-06T15:04:25.394044+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.150:0/678265897' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:04:26.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:25 smithi116 bash[75526]: debug 2023-12-06T15:04:25.729+0000 7f98c5b89200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:04:26.689 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[75526]: [06/Dec/2023:15:04:26] ENGINE Bus STARTING 2023-12-06T15:04:26.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[30871]: cluster 2023-12-06T15:04:25.448309+0000 mon.a (mon.0) 1229 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2023-12-06T15:04:26.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[30871]: cluster 2023-12-06T15:04:25.739224+0000 mon.a (mon.0) 1230 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:04:26.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[30871]: cluster 2023-12-06T15:04:25.740123+0000 mon.a (mon.0) 1231 : cluster [INF] Activating manager daemon y 2023-12-06T15:04:26.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[30871]: cluster 2023-12-06T15:04:25.748378+0000 mon.a (mon.0) 1232 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T15:04:26.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[25098]: cluster 2023-12-06T15:04:25.448309+0000 mon.a (mon.0) 1229 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2023-12-06T15:04:26.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[25098]: cluster 2023-12-06T15:04:25.739224+0000 mon.a (mon.0) 1230 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:04:26.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[25098]: cluster 2023-12-06T15:04:25.740123+0000 mon.a (mon.0) 1231 : cluster [INF] Activating manager daemon y 2023-12-06T15:04:26.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[25098]: cluster 2023-12-06T15:04:25.748378+0000 mon.a (mon.0) 1232 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T15:04:26.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[75526]: CherryPy Checker: 2023-12-06T15:04:26.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[75526]: The Application mounted at '' has an empty config. 2023-12-06T15:04:26.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[75526]: [06/Dec/2023:15:04:26] ENGINE Serving on http://:::9283 2023-12-06T15:04:26.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:26 smithi116 bash[75526]: [06/Dec/2023:15:04:26] ENGINE Bus STARTED 2023-12-06T15:04:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:26 smithi150 bash[25259]: cluster 2023-12-06T15:04:25.448309+0000 mon.a (mon.0) 1229 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2023-12-06T15:04:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:26 smithi150 bash[25259]: cluster 2023-12-06T15:04:25.739224+0000 mon.a (mon.0) 1230 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:04:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:26 smithi150 bash[25259]: cluster 2023-12-06T15:04:25.740123+0000 mon.a (mon.0) 1231 : cluster [INF] Activating manager daemon y 2023-12-06T15:04:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:26 smithi150 bash[25259]: cluster 2023-12-06T15:04:25.748378+0000 mon.a (mon.0) 1232 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T15:04:27.476 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: cluster 2023-12-06T15:04:26.472549+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e30: y(active, starting, since 0.732666s), standbys: x 2023-12-06T15:04:27.476 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.477537+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:04:27.476 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.477740+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.477910+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.479448+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.479677+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.480015+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.480295+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.480527+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.480817+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.481131+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.481488+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.481852+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.482115+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.482393+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.482566+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.483021+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:04:27.477 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: cluster 2023-12-06T15:04:26.492095+0000 mon.a (mon.0) 1250 : cluster [INF] Manager daemon y is now available 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.536217+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.540315+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.552993+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.555733+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.583590+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.586936+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:26.632660+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.062385+0000 mgr.y (mgr.15423) 1 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Bus STARTING 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.165358+0000 mgr.y (mgr.15423) 2 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Serving on http://172.21.15.116:8765 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:27.209553+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.291573+0000 mgr.y (mgr.15423) 3 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.291853+0000 mgr.y (mgr.15423) 4 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Bus STARTED 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:27.406172+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:27.407367+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:27.478 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:27 smithi150 bash[25259]: audit 2023-12-06T15:04:27.408518+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:27.543 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:04:27.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: cluster 2023-12-06T15:04:26.472549+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e30: y(active, starting, since 0.732666s), standbys: x 2023-12-06T15:04:27.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.477537+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:04:27.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.477740+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.477910+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.479448+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.479677+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.480015+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.480295+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.480527+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.480817+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.481131+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.481488+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.481852+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.482115+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.482393+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.482566+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:04:27.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.483021+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: cluster 2023-12-06T15:04:26.492095+0000 mon.a (mon.0) 1250 : cluster [INF] Manager daemon y is now available 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.536217+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.540315+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.552993+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.555733+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.583590+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.586936+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:26.632660+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.062385+0000 mgr.y (mgr.15423) 1 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Bus STARTING 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.165358+0000 mgr.y (mgr.15423) 2 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Serving on http://172.21.15.116:8765 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:27.209553+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.291573+0000 mgr.y (mgr.15423) 3 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.291853+0000 mgr.y (mgr.15423) 4 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Bus STARTED 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:27.406172+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:27.407367+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[25098]: audit 2023-12-06T15:04:27.408518+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: cluster 2023-12-06T15:04:26.472549+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e30: y(active, starting, since 0.732666s), standbys: x 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.477537+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.477740+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.477910+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.479448+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.479677+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.480015+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.480295+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:04:27.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.480527+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.480817+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.481131+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.481488+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.481852+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.482115+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.482393+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.482566+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.483021+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: cluster 2023-12-06T15:04:26.492095+0000 mon.a (mon.0) 1250 : cluster [INF] Manager daemon y is now available 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.536217+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.540315+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.552993+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.555733+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.583590+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:27.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.586936+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:26.632660+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.062385+0000 mgr.y (mgr.15423) 1 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Bus STARTING 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.165358+0000 mgr.y (mgr.15423) 2 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Serving on http://172.21.15.116:8765 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:27.209553+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.291573+0000 mgr.y (mgr.15423) 3 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.291853+0000 mgr.y (mgr.15423) 4 : cephadm [INF] [06/Dec/2023:15:04:27] ENGINE Bus STARTED 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:27.406172+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:27.407367+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:27.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:27 smithi116 bash[30871]: audit 2023-12-06T15:04:27.408518+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:28.444 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:04:28.444 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 error 20s ago 15m - - 2023-12-06T15:04:28.444 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 15s ago 15m - - 2023-12-06T15:04:28.444 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (96s) 20s ago 8m 14.5M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (38s) 15s ago 8m 40.0M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (88s) 20s ago 5m 46.2M - 3.5 e1d6a67b021e 3cf0abc3cddc 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283 running (2m) 15s ago 14m 487M - 19.0.0-26-g0482646f 26bb7d89db2e e45aadb1f20d 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 starting - - - - 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (16m) 20s ago 16m 61.3M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (15m) 15s ago 15m 50.5M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (15m) 20s ago 15m 49.0M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (107s) 20s ago 8m 10.0M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (64s) 15s ago 8m 11.8M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (14m) 20s ago 14m 57.4M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (13m) 20s ago 13m 59.2M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (12m) 20s ago 13m 55.7M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:04:28.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (12m) 20s ago 12m 56.2M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (11m) 15s ago 11m 57.5M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (11m) 15s ago 11m 54.2M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (10m) 15s ago 10m 54.1M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (9m) 15s ago 9m 55.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (68s) 15s ago 8m 52.2M - 2.33.4 514e6a882f6e 8d168996788a 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (6m) 20s ago 6m 85.6M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (6m) 15s ago 6m 85.8M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (6m) 20s ago 6m 85.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:04:28.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (5m) 15s ago 5m 85.8M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:04:28.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.410707+0000 mgr.y (mgr.15423) 5 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:04:28.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.411254+0000 mgr.y (mgr.15423) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cluster 2023-12-06T15:04:27.490152+0000 mon.a (mon.0) 1262 : cluster [DBG] mgrmap e31: y(active, since 1.75029s), standbys: x 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:27.512296+0000 mgr.y (mgr.15423) 7 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:27.522883+0000 mgr.y (mgr.15423) 8 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cluster 2023-12-06T15:04:27.525211+0000 mgr.y (mgr.15423) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:27.742117+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.877489+0000 mgr.y (mgr.15423) 10 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:27.877768+0000 mgr.y (mgr.15423) 11 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:27.898047+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:28.039265+0000 mgr.y (mgr.15423) 12 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:28.043443+0000 mgr.y (mgr.15423) 13 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:28.093535+0000 mgr.y (mgr.15423) 14 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:28.207728+0000 mgr.y (mgr.15423) 15 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: cephadm 2023-12-06T15:04:28.309195+0000 mgr.y (mgr.15423) 16 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:28.327988+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:28 smithi150 bash[25259]: audit 2023-12-06T15:04:28.335171+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.897 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:04:28.897 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:04:28.897 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:04:28.897 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:04:28.897 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:04:28.897 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:04:28.898 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.410707+0000 mgr.y (mgr.15423) 5 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.411254+0000 mgr.y (mgr.15423) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cluster 2023-12-06T15:04:27.490152+0000 mon.a (mon.0) 1262 : cluster [DBG] mgrmap e31: y(active, since 1.75029s), standbys: x 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:27.512296+0000 mgr.y (mgr.15423) 7 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:27.522883+0000 mgr.y (mgr.15423) 8 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cluster 2023-12-06T15:04:27.525211+0000 mgr.y (mgr.15423) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:27.742117+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.877489+0000 mgr.y (mgr.15423) 10 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:27.877768+0000 mgr.y (mgr.15423) 11 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:27.898047+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:28.039265+0000 mgr.y (mgr.15423) 12 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:28.043443+0000 mgr.y (mgr.15423) 13 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:28.093535+0000 mgr.y (mgr.15423) 14 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:28.207728+0000 mgr.y (mgr.15423) 15 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: cephadm 2023-12-06T15:04:28.309195+0000 mgr.y (mgr.15423) 16 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:28.327988+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[25098]: audit 2023-12-06T15:04:28.335171+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.410707+0000 mgr.y (mgr.15423) 5 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.411254+0000 mgr.y (mgr.15423) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cluster 2023-12-06T15:04:27.490152+0000 mon.a (mon.0) 1262 : cluster [DBG] mgrmap e31: y(active, since 1.75029s), standbys: x 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:27.512296+0000 mgr.y (mgr.15423) 7 : audit [DBG] from='client.15288 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:27.522883+0000 mgr.y (mgr.15423) 8 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cluster 2023-12-06T15:04:27.525211+0000 mgr.y (mgr.15423) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:27.742117+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.877489+0000 mgr.y (mgr.15423) 10 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:27.877768+0000 mgr.y (mgr.15423) 11 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:27.898047+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:28.039265+0000 mgr.y (mgr.15423) 12 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:28.043443+0000 mgr.y (mgr.15423) 13 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:04:28.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:28.093535+0000 mgr.y (mgr.15423) 14 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:04:28.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:28.207728+0000 mgr.y (mgr.15423) 15 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:04:28.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: cephadm 2023-12-06T15:04:28.309195+0000 mgr.y (mgr.15423) 16 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:04:28.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:28.327988+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:28.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:28 smithi116 bash[30871]: audit 2023-12-06T15:04:28.335171+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T15:04:29.390 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:04:29.391 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.412237+0000 mgr.y (mgr.15423) 17 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: cluster 2023-12-06T15:04:28.481336+0000 mgr.y (mgr.15423) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.494322+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.500934+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.507018+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: cephadm 2023-12-06T15:04:28.507542+0000 mgr.y (mgr.15423) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:29.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.512613+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.581536+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: cluster 2023-12-06T15:04:28.759054+0000 mon.a (mon.0) 1272 : cluster [DBG] mgrmap e32: y(active, since 3s), standbys: x 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:28.893824+0000 mon.a (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.116:0/2965378011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: cephadm 2023-12-06T15:04:29.076818+0000 mgr.y (mgr.15423) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi116.yvomyx (dependencies changed)... 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:29.077282+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:29.087188+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: cephadm 2023-12-06T15:04:29.090850+0000 mgr.y (mgr.15423) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:29.095330+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:29.243059+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[30871]: audit 2023-12-06T15:04:29.369894+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.412237+0000 mgr.y (mgr.15423) 17 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: cluster 2023-12-06T15:04:28.481336+0000 mgr.y (mgr.15423) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.494322+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.500934+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.507018+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: cephadm 2023-12-06T15:04:28.507542+0000 mgr.y (mgr.15423) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.512613+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.581536+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: cluster 2023-12-06T15:04:28.759054+0000 mon.a (mon.0) 1272 : cluster [DBG] mgrmap e32: y(active, since 3s), standbys: x 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:28.893824+0000 mon.a (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.116:0/2965378011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: cephadm 2023-12-06T15:04:29.076818+0000 mgr.y (mgr.15423) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi116.yvomyx (dependencies changed)... 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:29.077282+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:29.087188+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: cephadm 2023-12-06T15:04:29.090850+0000 mgr.y (mgr.15423) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:29.095330+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:29.243059+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:29 smithi116 bash[25098]: audit 2023-12-06T15:04:29.369894+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.412237+0000 mgr.y (mgr.15423) 17 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: cluster 2023-12-06T15:04:28.481336+0000 mgr.y (mgr.15423) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.494322+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.500934+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.507018+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: cephadm 2023-12-06T15:04:28.507542+0000 mgr.y (mgr.15423) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.512613+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.581536+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: cluster 2023-12-06T15:04:28.759054+0000 mon.a (mon.0) 1272 : cluster [DBG] mgrmap e32: y(active, since 3s), standbys: x 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:28.893824+0000 mon.a (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.116:0/2965378011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: cephadm 2023-12-06T15:04:29.076818+0000 mgr.y (mgr.15423) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi116.yvomyx (dependencies changed)... 2023-12-06T15:04:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:29.077282+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi116.yvomyx", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-06T15:04:29.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:29.087188+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:29.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: cephadm 2023-12-06T15:04:29.090850+0000 mgr.y (mgr.15423) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi116.yvomyx on smithi116 2023-12-06T15:04:29.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:29.095330+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:29.243059+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:29 smithi150 bash[25259]: audit 2023-12-06T15:04:29.369894+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:29.858 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:04:30.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.386580+0000 mgr.y (mgr.15423) 22 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:30.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.548745+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.683623+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.848535+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.854695+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.855853+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.116:0/1685413883' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:04:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:30 smithi150 bash[25259]: audit 2023-12-06T15:04:29.861628+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.386580+0000 mgr.y (mgr.15423) 22 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.548745+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.683623+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.848535+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.854695+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.855853+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.116:0/1685413883' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:04:30.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[25098]: audit 2023-12-06T15:04:29.861628+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.386580+0000 mgr.y (mgr.15423) 22 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.548745+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.683623+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.848535+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.854695+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.855853+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.116:0/1685413883' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:04:30.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:30 smithi116 bash[30871]: audit 2023-12-06T15:04:29.861628+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:31.691 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:31 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:04:31.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:31 smithi150 bash[25259]: cluster 2023-12-06T15:04:30.482036+0000 mgr.y (mgr.15423) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:31.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:31 smithi150 bash[25259]: cluster 2023-12-06T15:04:30.698634+0000 mon.a (mon.0) 1285 : cluster [DBG] mgrmap e33: y(active, since 4s), standbys: x 2023-12-06T15:04:31.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:31 smithi150 bash[25259]: audit 2023-12-06T15:04:30.705115+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:32.128 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:31 smithi116 bash[25098]: cluster 2023-12-06T15:04:30.482036+0000 mgr.y (mgr.15423) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:32.128 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:31 smithi116 bash[25098]: cluster 2023-12-06T15:04:30.698634+0000 mon.a (mon.0) 1285 : cluster [DBG] mgrmap e33: y(active, since 4s), standbys: x 2023-12-06T15:04:32.128 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:31 smithi116 bash[25098]: audit 2023-12-06T15:04:30.705115+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:32.128 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:31 smithi116 bash[30871]: cluster 2023-12-06T15:04:30.482036+0000 mgr.y (mgr.15423) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:32.128 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:31 smithi116 bash[30871]: cluster 2023-12-06T15:04:30.698634+0000 mon.a (mon.0) 1285 : cluster [DBG] mgrmap e33: y(active, since 4s), standbys: x 2023-12-06T15:04:32.128 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:31 smithi116 bash[30871]: audit 2023-12-06T15:04:30.705115+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.843 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: cluster 2023-12-06T15:04:32.482824+0000 mgr.y (mgr.15423) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:33.843 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:32.811983+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:32.818995+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:32.827390+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:33.108326+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:33.779864+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:33.789627+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[25098]: audit 2023-12-06T15:04:33.796683+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: cluster 2023-12-06T15:04:32.482824+0000 mgr.y (mgr.15423) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:32.811983+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:32.818995+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:32.827390+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.844 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:33.108326+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.845 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:33.779864+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.845 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:33.789627+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:33.845 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:33 smithi116 bash[30871]: audit 2023-12-06T15:04:33.796683+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.147 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: cluster 2023-12-06T15:04:32.482824+0000 mgr.y (mgr.15423) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:04:34.147 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:32.811983+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.147 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:32.818995+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.148 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:32.827390+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.148 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:33.108326+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.148 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:33.779864+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.148 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:33.789627+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:34.148 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:33 smithi150 bash[25259]: audit 2023-12-06T15:04:33.796683+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:35 smithi150 bash[25259]: audit 2023-12-06T15:04:34.431960+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:35 smithi150 bash[25259]: audit 2023-12-06T15:04:34.437883+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:35 smithi150 bash[25259]: cephadm 2023-12-06T15:04:34.478632+0000 mgr.y (mgr.15423) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:04:35.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:35 smithi150 bash[25259]: cluster 2023-12-06T15:04:34.483731+0000 mgr.y (mgr.15423) 26 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:04:35.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:35 smithi150 bash[25259]: cephadm 2023-12-06T15:04:34.718023+0000 mgr.y (mgr.15423) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T15:04:35.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[25098]: audit 2023-12-06T15:04:34.431960+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[25098]: audit 2023-12-06T15:04:34.437883+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[25098]: cephadm 2023-12-06T15:04:34.478632+0000 mgr.y (mgr.15423) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:04:35.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[25098]: cluster 2023-12-06T15:04:34.483731+0000 mgr.y (mgr.15423) 26 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:04:35.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[25098]: cephadm 2023-12-06T15:04:34.718023+0000 mgr.y (mgr.15423) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T15:04:35.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[30871]: audit 2023-12-06T15:04:34.431960+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[30871]: audit 2023-12-06T15:04:34.437883+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:35.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[30871]: cephadm 2023-12-06T15:04:34.478632+0000 mgr.y (mgr.15423) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:04:35.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[30871]: cluster 2023-12-06T15:04:34.483731+0000 mgr.y (mgr.15423) 26 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:04:35.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:35 smithi116 bash[30871]: cephadm 2023-12-06T15:04:34.718023+0000 mgr.y (mgr.15423) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi150 2023-12-06T15:04:38.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:38 smithi150 bash[25259]: cluster 2023-12-06T15:04:36.484457+0000 mgr.y (mgr.15423) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:04:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:38 smithi150 bash[25259]: audit 2023-12-06T15:04:37.867106+0000 mon.c (mon.1) 168 : audit [DBG] from='client.? 172.21.15.116:0/416786793' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:04:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:38 smithi150 bash[25259]: audit 2023-12-06T15:04:38.263867+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:38 smithi150 bash[25259]: audit 2023-12-06T15:04:38.274822+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:38 smithi150 bash[25259]: audit 2023-12-06T15:04:38.284760+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[25098]: cluster 2023-12-06T15:04:36.484457+0000 mgr.y (mgr.15423) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[25098]: audit 2023-12-06T15:04:37.867106+0000 mon.c (mon.1) 168 : audit [DBG] from='client.? 172.21.15.116:0/416786793' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[25098]: audit 2023-12-06T15:04:38.263867+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[25098]: audit 2023-12-06T15:04:38.274822+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[25098]: audit 2023-12-06T15:04:38.284760+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[30871]: cluster 2023-12-06T15:04:36.484457+0000 mgr.y (mgr.15423) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[30871]: audit 2023-12-06T15:04:37.867106+0000 mon.c (mon.1) 168 : audit [DBG] from='client.? 172.21.15.116:0/416786793' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[30871]: audit 2023-12-06T15:04:38.263867+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[30871]: audit 2023-12-06T15:04:38.274822+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:38.612 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:38 smithi116 bash[30871]: audit 2023-12-06T15:04:38.284760+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:40 smithi150 bash[25259]: cluster 2023-12-06T15:04:38.486168+0000 mgr.y (mgr.15423) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:04:40.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:40 smithi150 bash[25259]: audit 2023-12-06T15:04:39.380626+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:40 smithi150 bash[25259]: audit 2023-12-06T15:04:39.390749+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:40 smithi150 bash[25259]: audit 2023-12-06T15:04:39.400808+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[30871]: cluster 2023-12-06T15:04:38.486168+0000 mgr.y (mgr.15423) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[30871]: audit 2023-12-06T15:04:39.380626+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[30871]: audit 2023-12-06T15:04:39.390749+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[30871]: audit 2023-12-06T15:04:39.400808+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[25098]: cluster 2023-12-06T15:04:38.486168+0000 mgr.y (mgr.15423) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[25098]: audit 2023-12-06T15:04:39.380626+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[25098]: audit 2023-12-06T15:04:39.390749+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:40.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:40 smithi116 bash[25098]: audit 2023-12-06T15:04:39.400808+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:41.617 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:41 smithi150 bash[55562]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:04:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[25098]: cluster 2023-12-06T15:04:40.486760+0000 mgr.y (mgr.15423) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[25098]: audit 2023-12-06T15:04:41.583943+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[25098]: audit 2023-12-06T15:04:41.711275+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[25098]: audit 2023-12-06T15:04:41.718307+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[25098]: audit 2023-12-06T15:04:41.727738+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[30871]: cluster 2023-12-06T15:04:40.486760+0000 mgr.y (mgr.15423) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[30871]: audit 2023-12-06T15:04:41.583943+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[30871]: audit 2023-12-06T15:04:41.711275+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[30871]: audit 2023-12-06T15:04:41.718307+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:42 smithi116 bash[30871]: audit 2023-12-06T15:04:41.727738+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[25259]: cluster 2023-12-06T15:04:40.486760+0000 mgr.y (mgr.15423) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[25259]: audit 2023-12-06T15:04:41.583943+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[25259]: audit 2023-12-06T15:04:41.711275+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[25259]: audit 2023-12-06T15:04:41.718307+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[25259]: audit 2023-12-06T15:04:41.727738+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:42.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 systemd[1]: Stopping Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:04:42.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[61775]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:04:42.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.518Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:04:42.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.518Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:04:42.693 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.518Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.518Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.518Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.518Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.519Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.519Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.519Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.520Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.520Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:04:42.694 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:42 smithi150 bash[58002]: ts=2023-12-06T15:04:42.520Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:04:43.398 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:43 smithi150 bash[61784]: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T15:04:43.398 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:43 smithi150 bash[61820]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:04:43.398 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:43 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T15:04:43.398 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:43 smithi150 systemd[1]: Stopped Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:04:43.398 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:43 smithi150 systemd[1]: Started Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:04:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: cluster 2023-12-06T15:04:42.487460+0000 mgr.y (mgr.15423) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.381672+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.390614+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.414025+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.430092+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.432555+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.436551+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.443788+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.451222+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:43.461615+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[25098]: audit 2023-12-06T15:04:44.366795+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: cluster 2023-12-06T15:04:42.487460+0000 mgr.y (mgr.15423) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.381672+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.390614+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.414025+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.430092+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.432555+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.436551+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.443788+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.451222+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:43.461615+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:44 smithi116 bash[30871]: audit 2023-12-06T15:04:44.366795+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: cluster 2023-12-06T15:04:42.487460+0000 mgr.y (mgr.15423) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.381672+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.390614+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.414025+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.430092+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.432555+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.436551+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.443788+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.451222+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:43.461615+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:44 smithi150 bash[25259]: audit 2023-12-06T15:04:44.366795+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.209Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.209Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.209Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.209Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi150 (none))" 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.209Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.209Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.211Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.212Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.216Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T15:04:45.314 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.220Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T15:04:45.315 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.220Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.44µs 2023-12-06T15:04:45.315 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.220Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T15:04:45.315 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.222Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-06T15:04:45.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: audit 2023-12-06T15:04:43.414872+0000 mgr.y (mgr.15423) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:04:45.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: cephadm 2023-12-06T15:04:43.432082+0000 mgr.y (mgr.15423) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: audit 2023-12-06T15:04:43.433793+0000 mgr.y (mgr.15423) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: audit 2023-12-06T15:04:43.437451+0000 mgr.y (mgr.15423) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: audit 2023-12-06T15:04:43.451937+0000 mgr.y (mgr.15423) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: audit 2023-12-06T15:04:44.376243+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[25098]: audit 2023-12-06T15:04:44.389518+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: audit 2023-12-06T15:04:43.414872+0000 mgr.y (mgr.15423) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: cephadm 2023-12-06T15:04:43.432082+0000 mgr.y (mgr.15423) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: audit 2023-12-06T15:04:43.433793+0000 mgr.y (mgr.15423) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: audit 2023-12-06T15:04:43.437451+0000 mgr.y (mgr.15423) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: audit 2023-12-06T15:04:43.451937+0000 mgr.y (mgr.15423) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:04:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: audit 2023-12-06T15:04:44.376243+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:45 smithi116 bash[30871]: audit 2023-12-06T15:04:44.389518+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: audit 2023-12-06T15:04:43.414872+0000 mgr.y (mgr.15423) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: cephadm 2023-12-06T15:04:43.432082+0000 mgr.y (mgr.15423) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.116:5000 to Dashboard 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: audit 2023-12-06T15:04:43.433793+0000 mgr.y (mgr.15423) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: audit 2023-12-06T15:04:43.437451+0000 mgr.y (mgr.15423) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi116"}]: dispatch 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: audit 2023-12-06T15:04:43.451937+0000 mgr.y (mgr.15423) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: audit 2023-12-06T15:04:44.376243+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[25259]: audit 2023-12-06T15:04:44.389518+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:45.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.672Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.723Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.724Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.724Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=85.539µs wal_replay_duration=503.529584ms total_replay_duration=503.647878ms 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.731Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.731Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.731Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.763Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=31.790843ms db_storage=1.461µs remote_storage=2.327µs web_handler=536ns query_engine=1.175µs scrape=573.015µs scrape_sd=229.41µs notify=41.552µs notify_sd=35.731µs rules=30.342803ms 2023-12-06T15:04:45.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:45 smithi150 bash[61850]: ts=2023-12-06T15:04:45.763Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T15:04:46.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:46 smithi116 bash[25098]: cluster 2023-12-06T15:04:44.489131+0000 mgr.y (mgr.15423) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:46.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:46 smithi116 bash[30871]: cluster 2023-12-06T15:04:44.489131+0000 mgr.y (mgr.15423) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:46 smithi150 bash[25259]: cluster 2023-12-06T15:04:44.489131+0000 mgr.y (mgr.15423) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:04:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:47 smithi116 bash[30871]: audit 2023-12-06T15:04:46.491836+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:47 smithi116 bash[30871]: audit 2023-12-06T15:04:46.493928+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:04:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:47 smithi116 bash[30871]: audit 2023-12-06T15:04:46.495893+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:47 smithi116 bash[25098]: audit 2023-12-06T15:04:46.491836+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:47 smithi116 bash[25098]: audit 2023-12-06T15:04:46.493928+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:04:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:47 smithi116 bash[25098]: audit 2023-12-06T15:04:46.495893+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:47.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:47 smithi150 bash[25259]: audit 2023-12-06T15:04:46.491836+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:04:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:47 smithi150 bash[25259]: audit 2023-12-06T15:04:46.493928+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:04:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:47 smithi150 bash[25259]: audit 2023-12-06T15:04:46.495893+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[25098]: cluster 2023-12-06T15:04:46.489958+0000 mgr.y (mgr.15423) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-06T15:04:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[25098]: cephadm 2023-12-06T15:04:46.490121+0000 mgr.y (mgr.15423) 39 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:04:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[25098]: cephadm 2023-12-06T15:04:46.498037+0000 mgr.y (mgr.15423) 40 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:04:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[25098]: audit 2023-12-06T15:04:47.518144+0000 mgr.y (mgr.15423) 41 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[30871]: cluster 2023-12-06T15:04:46.489958+0000 mgr.y (mgr.15423) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-06T15:04:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[30871]: cephadm 2023-12-06T15:04:46.490121+0000 mgr.y (mgr.15423) 39 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:04:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[30871]: cephadm 2023-12-06T15:04:46.498037+0000 mgr.y (mgr.15423) 40 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:04:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:48 smithi116 bash[30871]: audit 2023-12-06T15:04:47.518144+0000 mgr.y (mgr.15423) 41 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:48.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:48 smithi150 bash[25259]: cluster 2023-12-06T15:04:46.489958+0000 mgr.y (mgr.15423) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-06T15:04:48.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:48 smithi150 bash[25259]: cephadm 2023-12-06T15:04:46.490121+0000 mgr.y (mgr.15423) 39 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:04:48.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:48 smithi150 bash[25259]: cephadm 2023-12-06T15:04:46.498037+0000 mgr.y (mgr.15423) 40 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:04:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:48 smithi150 bash[25259]: audit 2023-12-06T15:04:47.518144+0000 mgr.y (mgr.15423) 41 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:49.413 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:49 smithi150 systemd[1]: Stopping Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:04:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:49 smithi116 bash[30871]: cluster 2023-12-06T15:04:48.491621+0000 mgr.y (mgr.15423) 42 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-06T15:04:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:49 smithi116 bash[25098]: cluster 2023-12-06T15:04:48.491621+0000 mgr.y (mgr.15423) 42 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-06T15:04:49.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:49 smithi150 bash[25259]: cluster 2023-12-06T15:04:48.491621+0000 mgr.y (mgr.15423) 42 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-06T15:04:50.265 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:49 smithi150 bash[62146]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:04:50.530 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:50 smithi150 bash[62220]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:04:50.530 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:50 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:04:50.530 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:50 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T15:04:50.530 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:50 smithi150 systemd[1]: Stopped Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:04:50.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:50 smithi150 systemd[1]: Started Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cluster 2023-12-06T15:04:50.492484+0000 mgr.y (mgr.15423) 43 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.580751+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.591762+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.627608+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.629497+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.641537+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:50.642668+0000 mgr.y (mgr.15423) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.728619+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.731801+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:50.733298+0000 mgr.y (mgr.15423) 45 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.743466+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.745105+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.754475+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.755675+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.760682+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.765792+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.767230+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.775637+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:50.776270+0000 mgr.y (mgr.15423) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cluster 2023-12-06T15:04:50.492484+0000 mgr.y (mgr.15423) 43 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.580751+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.591762+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.627608+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.629497+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.641537+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:50.642668+0000 mgr.y (mgr.15423) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.728619+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.731801+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:50.733298+0000 mgr.y (mgr.15423) 45 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.743466+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.745105+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.754475+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.755675+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.760682+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.765792+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.767230+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.775637+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:50.776270+0000 mgr.y (mgr.15423) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.857314+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.859853+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.863393+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.864769+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.874194+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:50.874799+0000 mgr.y (mgr.15423) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.957193+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.959882+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.963609+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.965068+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:50.974303+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:50.974931+0000 mgr.y (mgr.15423) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.058635+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.063407+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.068393+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.070390+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.081513+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.082242+0000 mgr.y (mgr.15423) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.161120+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.163558+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.857314+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.859853+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.863393+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.864769+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.874194+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:50.874799+0000 mgr.y (mgr.15423) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.957193+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.959882+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.963609+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.965068+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:50.974303+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:50.974931+0000 mgr.y (mgr.15423) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.058635+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.063407+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.068393+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.070390+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.081513+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.082242+0000 mgr.y (mgr.15423) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.161120+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.163558+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.165982+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.167462+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.176702+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.177260+0000 mgr.y (mgr.15423) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.256140+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.258640+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.261712+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.262713+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.270617+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.271200+0000 mgr.y (mgr.15423) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.353183+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.355243+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.358034+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.359083+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.369659+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.370680+0000 mgr.y (mgr.15423) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.448233+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.451261+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.454293+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.165982+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.167462+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.176702+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.177260+0000 mgr.y (mgr.15423) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.256140+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.258640+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.261712+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.262713+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.270617+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.271200+0000 mgr.y (mgr.15423) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.353183+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.355243+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.358034+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.359083+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.369659+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.370680+0000 mgr.y (mgr.15423) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.448233+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.451261+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.454293+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.455881+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.462911+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.539281+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.543040+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.546672+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.547639+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[30871]: audit 2023-12-06T15:04:51.554696+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.455881+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.462911+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.539281+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.543040+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.546672+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.547639+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:51 smithi116 bash[25098]: audit 2023-12-06T15:04:51.554696+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cluster 2023-12-06T15:04:50.492484+0000 mgr.y (mgr.15423) 43 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.580751+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.591762+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.627608+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.629497+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.641537+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:50.642668+0000 mgr.y (mgr.15423) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.728619+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.731801+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:50.733298+0000 mgr.y (mgr.15423) 45 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.743466+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.745105+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:04:51.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.754475+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.755675+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.760682+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.765792+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.767230+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.775637+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:50.776270+0000 mgr.y (mgr.15423) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.857314+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.859853+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.863393+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.864769+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.874194+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:50.874799+0000 mgr.y (mgr.15423) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.957193+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.959882+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.963609+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.965068+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:50.974303+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:50.974931+0000 mgr.y (mgr.15423) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.058635+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.063407+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.068393+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.070390+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.081513+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.082242+0000 mgr.y (mgr.15423) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.161120+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.163558+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.165982+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.167462+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.176702+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.177260+0000 mgr.y (mgr.15423) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.256140+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.258640+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.261712+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.262713+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.270617+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.271200+0000 mgr.y (mgr.15423) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.353183+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.355243+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.358034+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.359083+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.369659+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.370680+0000 mgr.y (mgr.15423) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.448233+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.451261+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.454293+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.455881+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.462911+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.539281+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.543040+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:51.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.546672+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:51.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.547639+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:51.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:51 smithi150 bash[25259]: audit 2023-12-06T15:04:51.554696+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:04:52] "GET /metrics HTTP/1.1" 200 38170 "" "Prometheus/2.33.4" 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.463347+0000 mgr.y (mgr.15423) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.555207+0000 mgr.y (mgr.15423) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.614463+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.617056+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.619475+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.620316+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.629321+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.629989+0000 mgr.y (mgr.15423) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.710232+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.712903+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.715053+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.715980+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.723983+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.724411+0000 mgr.y (mgr.15423) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.805416+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.807597+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.810240+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.811256+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.817952+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.818320+0000 mgr.y (mgr.15423) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.463347+0000 mgr.y (mgr.15423) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.555207+0000 mgr.y (mgr.15423) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.614463+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.617056+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.619475+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.620316+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.629321+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.629989+0000 mgr.y (mgr.15423) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.710232+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.712903+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.715053+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.715980+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.723983+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.724411+0000 mgr.y (mgr.15423) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.805416+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.807597+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.810240+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.811256+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.817952+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.818320+0000 mgr.y (mgr.15423) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.900729+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.902645+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.905152+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.906101+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.912105+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:51.912580+0000 mgr.y (mgr.15423) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.989517+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.992232+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.996234+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:51.997578+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.006249+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.006852+0000 mgr.y (mgr.15423) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.086188+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.088482+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.090822+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.091692+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.097232+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.097750+0000 mgr.y (mgr.15423) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.178001+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.900729+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.902645+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.905152+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.906101+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.912105+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:51.912580+0000 mgr.y (mgr.15423) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.989517+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.992232+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.996234+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:51.997578+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.006249+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.006852+0000 mgr.y (mgr.15423) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.086188+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.088482+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.090822+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.091692+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.097232+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.097750+0000 mgr.y (mgr.15423) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.178001+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.181196+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.184223+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.185470+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.192802+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.193211+0000 mgr.y (mgr.15423) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.270425+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.272612+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.275407+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.276357+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.283347+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.283894+0000 mgr.y (mgr.15423) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.346700+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.349481+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.351908+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.352763+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.360010+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.360433+0000 mgr.y (mgr.15423) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.444636+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.446666+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.449848+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.181196+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.184223+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.185470+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.192802+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.193211+0000 mgr.y (mgr.15423) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.270425+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.272612+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.275407+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.276357+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.283347+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.283894+0000 mgr.y (mgr.15423) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.346700+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.349481+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.351908+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.352763+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.360010+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.360433+0000 mgr.y (mgr.15423) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.444636+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.446666+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.449848+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.451049+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.461784+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.543964+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.547123+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.549989+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.551059+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[30871]: audit 2023-12-06T15:04:52.558841+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.451049+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.461784+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.543964+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.547123+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.549989+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.551059+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:52 smithi116 bash[25098]: audit 2023-12-06T15:04:52.558841+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[62284]: debug 2023-12-06T15:04:52.518+0000 7fd96093f700 1 -- 172.21.15.150:0/581455250 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f05533e1a0 con 0x55f0560bc400 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.463347+0000 mgr.y (mgr.15423) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.555207+0000 mgr.y (mgr.15423) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.614463+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.617056+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.619475+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.620316+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.629321+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.629989+0000 mgr.y (mgr.15423) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.710232+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.712903+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.715053+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.715980+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.723983+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.724411+0000 mgr.y (mgr.15423) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.805416+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.807597+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.810240+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.811256+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.817952+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.818320+0000 mgr.y (mgr.15423) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.900729+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.902645+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.905152+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.906101+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.912105+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:51.912580+0000 mgr.y (mgr.15423) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.989517+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.992232+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.996234+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:51.997578+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.006249+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.006852+0000 mgr.y (mgr.15423) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.086188+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.088482+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.090822+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.091692+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.097232+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.097750+0000 mgr.y (mgr.15423) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.178001+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.181196+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.184223+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.185470+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.192802+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.193211+0000 mgr.y (mgr.15423) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.270425+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.272612+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.275407+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.276357+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.283347+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.283894+0000 mgr.y (mgr.15423) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.346700+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.349481+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.351908+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.352763+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.360010+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.360433+0000 mgr.y (mgr.15423) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.444636+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.446666+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.449848+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.451049+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.461784+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.543964+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.547123+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.549989+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.551059+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[25259]: audit 2023-12-06T15:04:52.558841+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:52 smithi150 bash[62284]: debug 2023-12-06T15:04:52.694+0000 7fd96aae5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.462694+0000 mgr.y (mgr.15423) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cluster 2023-12-06T15:04:52.493002+0000 mgr.y (mgr.15423) 65 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.559433+0000 mgr.y (mgr.15423) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.640366+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.642529+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.645737+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.647050+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.655232+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.655840+0000 mgr.y (mgr.15423) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.738588+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.741222+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.745760+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.747176+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.755363+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.756027+0000 mgr.y (mgr.15423) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.837222+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.841469+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.844070+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.845038+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.462694+0000 mgr.y (mgr.15423) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cluster 2023-12-06T15:04:52.493002+0000 mgr.y (mgr.15423) 65 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.559433+0000 mgr.y (mgr.15423) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.640366+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.642529+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.645737+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.647050+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.655232+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.655840+0000 mgr.y (mgr.15423) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.738588+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.741222+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.745760+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.747176+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.755363+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.756027+0000 mgr.y (mgr.15423) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.837222+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.841469+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.844070+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.845038+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.851640+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.852063+0000 mgr.y (mgr.15423) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.917363+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.919813+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.923065+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.924120+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:52.932281+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:52.932828+0000 mgr.y (mgr.15423) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.013671+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.016179+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.019215+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.020284+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.026552+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.026992+0000 mgr.y (mgr.15423) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.092593+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.094691+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.097401+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.098377+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.106126+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.106980+0000 mgr.y (mgr.15423) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.851640+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.852063+0000 mgr.y (mgr.15423) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.917363+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.919813+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.923065+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.924120+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:52.932281+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:52.932828+0000 mgr.y (mgr.15423) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.013671+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.016179+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.019215+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.020284+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.026552+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.026992+0000 mgr.y (mgr.15423) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.092593+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.094691+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.097401+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.098377+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.106126+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.106980+0000 mgr.y (mgr.15423) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.189087+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.191894+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.194493+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.195648+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.202082+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.202747+0000 mgr.y (mgr.15423) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.283783+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.285836+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.289615+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.290848+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.299885+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.300582+0000 mgr.y (mgr.15423) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.382024+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.386242+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.389795+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.391025+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.398532+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.465856+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.468001+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.470879+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.189087+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.191894+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.194493+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.195648+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.202082+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.202747+0000 mgr.y (mgr.15423) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.283783+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.285836+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.289615+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.290848+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.299885+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.300582+0000 mgr.y (mgr.15423) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.382024+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.386242+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.389795+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.391025+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.398532+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.465856+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.468001+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.470879+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.471758+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.476656+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.557420+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.560604+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.564503+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.565838+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[25098]: audit 2023-12-06T15:04:53.572601+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.471758+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.476656+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.557420+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.560604+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.564503+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.565838+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:53 smithi116 bash[30871]: audit 2023-12-06T15:04:53.572601+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[62284]: debug 2023-12-06T15:04:53.621+0000 7fd96aae5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:04:53.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[62284]: debug 2023-12-06T15:04:53.729+0000 7fd96aae5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:04:53.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[62284]: debug 2023-12-06T15:04:53.829+0000 7fd96aae5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:04:53.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.462694+0000 mgr.y (mgr.15423) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cluster 2023-12-06T15:04:52.493002+0000 mgr.y (mgr.15423) 65 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:04:53.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.559433+0000 mgr.y (mgr.15423) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.640366+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.642529+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.645737+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.647050+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.655232+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.655840+0000 mgr.y (mgr.15423) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.738588+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.741222+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.745760+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.747176+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.755363+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.756027+0000 mgr.y (mgr.15423) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.837222+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.841469+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.844070+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.845038+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.851640+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.852063+0000 mgr.y (mgr.15423) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.917363+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.919813+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.923065+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.924120+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:52.932281+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:52.932828+0000 mgr.y (mgr.15423) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.013671+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.016179+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.019215+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.020284+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.026552+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.026992+0000 mgr.y (mgr.15423) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.092593+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.094691+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.097401+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.098377+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.106126+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.106980+0000 mgr.y (mgr.15423) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.189087+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.191894+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.194493+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.195648+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.202082+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.202747+0000 mgr.y (mgr.15423) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.283783+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.285836+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.289615+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.290848+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.299885+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.300582+0000 mgr.y (mgr.15423) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.382024+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.386242+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.389795+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.391025+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.398532+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.465856+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.468001+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.470879+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.471758+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.476656+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.557420+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.560604+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.564503+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:53.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.565838+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:53.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:53 smithi150 bash[25259]: audit 2023-12-06T15:04:53.572601+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[62284]: debug 2023-12-06T15:04:54.097+0000 7fd96aae5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:54.780 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[62284]: debug 2023-12-06T15:04:54.461+0000 7fd96aae5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:04:54.780 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[62284]: debug 2023-12-06T15:04:54.629+0000 7fd96aae5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.399091+0000 mgr.y (mgr.15423) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.477086+0000 mgr.y (mgr.15423) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.573224+0000 mgr.y (mgr.15423) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.660197+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.664036+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.667224+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.668679+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.677780+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.678264+0000 mgr.y (mgr.15423) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.757936+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.760865+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.764288+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.765377+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.775520+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.776250+0000 mgr.y (mgr.15423) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.860105+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.862719+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.866406+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.867471+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.876574+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.885657+0000 mgr.y (mgr.15423) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.965500+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.967463+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.969515+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.970317+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:53.977321+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:53.977732+0000 mgr.y (mgr.15423) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.042239+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.044862+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.049612+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.050971+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.059399+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.059963+0000 mgr.y (mgr.15423) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.139920+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.143455+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.146480+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.147595+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.156640+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.157215+0000 mgr.y (mgr.15423) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.236507+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.239141+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.242254+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.243507+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.254479+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.254967+0000 mgr.y (mgr.15423) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.333762+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.336656+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.340022+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.341504+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.349511+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.349928+0000 mgr.y (mgr.15423) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.429687+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.431770+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.434446+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.435224+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.444459+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.525363+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.529595+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.532814+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.533904+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[25259]: audit 2023-12-06T15:04:54.540305+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.399091+0000 mgr.y (mgr.15423) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.477086+0000 mgr.y (mgr.15423) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.573224+0000 mgr.y (mgr.15423) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.660197+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.664036+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.667224+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.668679+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.677780+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.678264+0000 mgr.y (mgr.15423) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.757936+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.760865+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.764288+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.765377+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.775520+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.776250+0000 mgr.y (mgr.15423) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.860105+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.862719+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.866406+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.867471+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.876574+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.399091+0000 mgr.y (mgr.15423) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.477086+0000 mgr.y (mgr.15423) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.573224+0000 mgr.y (mgr.15423) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.660197+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.664036+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.667224+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.668679+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.677780+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.678264+0000 mgr.y (mgr.15423) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.757936+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.760865+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.764288+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.765377+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.775520+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.776250+0000 mgr.y (mgr.15423) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.860105+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.862719+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.866406+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.867471+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.876574+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.885657+0000 mgr.y (mgr.15423) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.965500+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.967463+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.969515+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.970317+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:53.977321+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:53.977732+0000 mgr.y (mgr.15423) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.042239+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.044862+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.049612+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.050971+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.059399+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.059963+0000 mgr.y (mgr.15423) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.139920+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.143455+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.146480+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.147595+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.156640+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.157215+0000 mgr.y (mgr.15423) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.885657+0000 mgr.y (mgr.15423) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.965500+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.967463+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.969515+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.970317+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:53.977321+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:53.977732+0000 mgr.y (mgr.15423) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.042239+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.044862+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.049612+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.050971+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.059399+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.059963+0000 mgr.y (mgr.15423) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.139920+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.143455+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.146480+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.147595+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.156640+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.157215+0000 mgr.y (mgr.15423) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.236507+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.239141+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.242254+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.243507+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.254479+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.254967+0000 mgr.y (mgr.15423) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.333762+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.336656+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.340022+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.341504+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.349511+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.349928+0000 mgr.y (mgr.15423) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.429687+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.431770+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.434446+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.435224+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.444459+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.525363+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.529595+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.532814+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.533904+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[30871]: audit 2023-12-06T15:04:54.540305+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.236507+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.239141+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.242254+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.243507+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.254479+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.254967+0000 mgr.y (mgr.15423) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.333762+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.336656+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.340022+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.341504+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.349511+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.349928+0000 mgr.y (mgr.15423) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.429687+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.431770+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.434446+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.435224+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.444459+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:54.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.525363+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.529595+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:54.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.532814+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.533904+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:54 smithi116 bash[25098]: audit 2023-12-06T15:04:54.540305+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:54 smithi150 bash[62284]: debug 2023-12-06T15:04:54.857+0000 7fd96aae5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:04:55.919 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.445026+0000 mgr.y (mgr.15423) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.919 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cluster 2023-12-06T15:04:54.493885+0000 mgr.y (mgr.15423) 87 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:55.919 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.540978+0000 mgr.y (mgr.15423) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.619443+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.621544+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.624527+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.625459+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.630788+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.631225+0000 mgr.y (mgr.15423) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.712031+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.714441+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.717506+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.920 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.718547+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.725892+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.726461+0000 mgr.y (mgr.15423) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.808012+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.812112+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.815379+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.816445+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.824852+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.825703+0000 mgr.y (mgr.15423) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.904795+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.907472+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.909995+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.921 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.911003+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.918319+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:54.918762+0000 mgr.y (mgr.15423) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:54.998361+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.000573+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.003353+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.004431+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.012583+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.013327+0000 mgr.y (mgr.15423) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.079373+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.081614+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.084932+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.085976+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.922 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.092260+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.092715+0000 mgr.y (mgr.15423) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.175590+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.180085+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.183652+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.185053+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.192404+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.192919+0000 mgr.y (mgr.15423) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.259250+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.261495+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.923 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.264760+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.265771+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.273376+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.273939+0000 mgr.y (mgr.15423) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.353663+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.356243+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.359571+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.360847+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.367861+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.368407+0000 mgr.y (mgr.15423) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.451919+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.454175+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.456631+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.924 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.457569+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.463393+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.541864+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.546293+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.550332+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.551549+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[25259]: audit 2023-12-06T15:04:55.559379+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.445026+0000 mgr.y (mgr.15423) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cluster 2023-12-06T15:04:54.493885+0000 mgr.y (mgr.15423) 87 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.540978+0000 mgr.y (mgr.15423) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.619443+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.621544+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.624527+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.625459+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.630788+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.631225+0000 mgr.y (mgr.15423) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.712031+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.714441+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.717506+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.718547+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.725892+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.726461+0000 mgr.y (mgr.15423) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.808012+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.812112+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.815379+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.816445+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.824852+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.825703+0000 mgr.y (mgr.15423) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.904795+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.907472+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.909995+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.911003+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.918319+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:54.918762+0000 mgr.y (mgr.15423) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:54.998361+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.000573+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.003353+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.004431+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.012583+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.013327+0000 mgr.y (mgr.15423) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.079373+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.081614+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.084932+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.085976+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.092260+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.092715+0000 mgr.y (mgr.15423) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.445026+0000 mgr.y (mgr.15423) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cluster 2023-12-06T15:04:54.493885+0000 mgr.y (mgr.15423) 87 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.540978+0000 mgr.y (mgr.15423) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.619443+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.621544+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.624527+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.625459+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.630788+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.631225+0000 mgr.y (mgr.15423) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.712031+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.714441+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.717506+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.718547+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.725892+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.726461+0000 mgr.y (mgr.15423) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.808012+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.812112+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.815379+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.816445+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.175590+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.180085+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.183652+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.185053+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.192404+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.192919+0000 mgr.y (mgr.15423) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.259250+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.932 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.261495+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.264760+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.265771+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.273376+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.273939+0000 mgr.y (mgr.15423) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.353663+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.356243+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.359571+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.360847+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.367861+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.368407+0000 mgr.y (mgr.15423) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.933 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.451919+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.454175+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.824852+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.825703+0000 mgr.y (mgr.15423) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.904795+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.907472+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.909995+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.911003+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.918319+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:54.918762+0000 mgr.y (mgr.15423) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:54.998361+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.000573+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.003353+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.004431+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.012583+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.013327+0000 mgr.y (mgr.15423) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.079373+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.081614+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.084932+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.935 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.085976+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.092260+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.092715+0000 mgr.y (mgr.15423) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.456631+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.457569+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.463393+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.541864+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.546293+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.550332+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.937 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.551549+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.937 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[25098]: audit 2023-12-06T15:04:55.559379+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.937 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.175590+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.937 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.180085+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.937 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.183652+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.185053+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.192404+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.192919+0000 mgr.y (mgr.15423) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.259250+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.261495+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.264760+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.265771+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.273376+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.273939+0000 mgr.y (mgr.15423) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.938 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.353663+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.356243+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.359571+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.360847+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.367861+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.368407+0000 mgr.y (mgr.15423) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.451919+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.454175+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.456631+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.457569+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.940 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.463393+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:55.940 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.541864+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:55.940 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.546293+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:55.940 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.550332+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:55.940 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.551549+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:55.940 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:55 smithi116 bash[30871]: audit 2023-12-06T15:04:55.559379+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:55 smithi150 bash[62284]: debug 2023-12-06T15:04:55.913+0000 7fd96aae5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:04:56.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[62284]: debug 2023-12-06T15:04:56.029+0000 7fd96aae5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:04:56.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[62284]: debug 2023-12-06T15:04:56.149+0000 7fd96aae5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:04:56.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[62284]: debug 2023-12-06T15:04:56.637+0000 7fd96aae5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.463870+0000 mgr.y (mgr.15423) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.559950+0000 mgr.y (mgr.15423) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.640004+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.642287+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.644917+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.646111+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.653494+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.654002+0000 mgr.y (mgr.15423) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.735037+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.738267+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.741140+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.742439+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.750830+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.751458+0000 mgr.y (mgr.15423) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.834019+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.836997+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.839816+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.840661+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.848102+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.848653+0000 mgr.y (mgr.15423) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.930038+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.932427+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.934844+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.935723+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:55.941626+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:55.942076+0000 mgr.y (mgr.15423) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.022160+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.024722+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.028135+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.029331+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.036521+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.037125+0000 mgr.y (mgr.15423) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.117559+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.121057+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.124935+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.126423+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.135672+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.136552+0000 mgr.y (mgr.15423) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.217095+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.219721+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.222578+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.223597+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.229575+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.230127+0000 mgr.y (mgr.15423) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.307943+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.310070+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.313223+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.314092+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.322702+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.323357+0000 mgr.y (mgr.15423) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.401942+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.404942+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.408047+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.408956+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.416645+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.498262+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.504807+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.505273+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.508795+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.509748+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.515001+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.521141+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.525231+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[25259]: audit 2023-12-06T15:04:56.584115+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:56.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.463870+0000 mgr.y (mgr.15423) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.559950+0000 mgr.y (mgr.15423) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.640004+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.642287+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.644917+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.646111+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.653494+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.654002+0000 mgr.y (mgr.15423) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.735037+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.738267+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.741140+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.742439+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.750830+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.751458+0000 mgr.y (mgr.15423) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.834019+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.836997+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.839816+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.840661+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.848102+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.848653+0000 mgr.y (mgr.15423) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.463870+0000 mgr.y (mgr.15423) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.559950+0000 mgr.y (mgr.15423) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.640004+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.642287+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.644917+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.646111+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.653494+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.654002+0000 mgr.y (mgr.15423) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.735037+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.738267+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.741140+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.742439+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.750830+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.751458+0000 mgr.y (mgr.15423) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.834019+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.836997+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.839816+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.840661+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.848102+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.848653+0000 mgr.y (mgr.15423) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.930038+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.932427+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.934844+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.935723+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:55.941626+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:55.942076+0000 mgr.y (mgr.15423) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.022160+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.024722+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.028135+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.029331+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.036521+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.037125+0000 mgr.y (mgr.15423) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.117559+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.121057+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.124935+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.126423+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.135672+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.136552+0000 mgr.y (mgr.15423) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.217095+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.219721+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.222578+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.223597+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.229575+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.230127+0000 mgr.y (mgr.15423) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.307943+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.310070+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.313223+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.314092+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.322702+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.323357+0000 mgr.y (mgr.15423) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.401942+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.404942+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.408047+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.408956+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.416645+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.498262+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.504807+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.505273+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.508795+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.509748+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.515001+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.521141+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.525231+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[30871]: audit 2023-12-06T15:04:56.584115+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.930038+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.932427+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.934844+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.935723+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:55.941626+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:55.942076+0000 mgr.y (mgr.15423) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.022160+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.024722+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.028135+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.029331+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.036521+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.037125+0000 mgr.y (mgr.15423) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.117559+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.121057+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.124935+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.126423+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.135672+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.136552+0000 mgr.y (mgr.15423) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.217095+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.219721+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.222578+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.223597+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.229575+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.230127+0000 mgr.y (mgr.15423) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.307943+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.310070+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.313223+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.314092+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.322702+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.323357+0000 mgr.y (mgr.15423) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.401942+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.404942+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.408047+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.408956+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.416645+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.498262+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.504807+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.505273+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.508795+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.509748+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.515001+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.521141+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.525231+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:56.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:56 smithi116 bash[25098]: audit 2023-12-06T15:04:56.584115+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:57.152 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:56 smithi150 bash[62284]: debug 2023-12-06T15:04:56.861+0000 7fd96aae5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:04:57.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[62284]: debug 2023-12-06T15:04:57.317+0000 7fd96aae5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:04:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.417240+0000 mgr.y (mgr.15423) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cluster 2023-12-06T15:04:56.494422+0000 mgr.y (mgr.15423) 109 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.521650+0000 mgr.y (mgr.15423) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.650203+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.653006+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.655778+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.657069+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.664185+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.664592+0000 mgr.y (mgr.15423) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.745318+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.747355+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.749948+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.751089+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.758562+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.759347+0000 mgr.y (mgr.15423) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.822423+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.826335+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.831144+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.832617+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.417240+0000 mgr.y (mgr.15423) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cluster 2023-12-06T15:04:56.494422+0000 mgr.y (mgr.15423) 109 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.521650+0000 mgr.y (mgr.15423) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.650203+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.653006+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.655778+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.657069+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.664185+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.664592+0000 mgr.y (mgr.15423) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.745318+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.747355+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.749948+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.751089+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.758562+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.759347+0000 mgr.y (mgr.15423) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.822423+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.826335+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.831144+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.832617+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.842866+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.843559+0000 mgr.y (mgr.15423) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.922212+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.924571+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.927210+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.928085+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:56.933844+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:56.934229+0000 mgr.y (mgr.15423) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.013558+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.015830+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.018454+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.020080+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.028970+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.029573+0000 mgr.y (mgr.15423) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.107845+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.110117+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.113521+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.114653+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.123946+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.124652+0000 mgr.y (mgr.15423) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.842866+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.843559+0000 mgr.y (mgr.15423) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.922212+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.924571+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.927210+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.928085+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:56.933844+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:56.934229+0000 mgr.y (mgr.15423) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.013558+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.015830+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.018454+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.020080+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.028970+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.029573+0000 mgr.y (mgr.15423) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.107845+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.110117+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.113521+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.114653+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.123946+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.124652+0000 mgr.y (mgr.15423) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.200973+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.203788+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.207462+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.208694+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.215805+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.216275+0000 mgr.y (mgr.15423) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.297167+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.299639+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.302464+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.303527+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.315744+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.316303+0000 mgr.y (mgr.15423) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.398689+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.400720+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.403589+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.404417+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.412270+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.491824+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.493984+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.496847+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.498066+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.506739+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.587655+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.590145+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[25098]: audit 2023-12-06T15:04:57.593181+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.200973+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.203788+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.207462+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.208694+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.215805+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.216275+0000 mgr.y (mgr.15423) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.297167+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.299639+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.302464+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.303527+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.315744+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.316303+0000 mgr.y (mgr.15423) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.398689+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.400720+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.403589+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.404417+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.412270+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.491824+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.493984+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.496847+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.498066+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.506739+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.587655+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.590145+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:57 smithi116 bash[30871]: audit 2023-12-06T15:04:57.593181+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[62284]: debug 2023-12-06T15:04:57.821+0000 7fd96aae5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.417240+0000 mgr.y (mgr.15423) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cluster 2023-12-06T15:04:56.494422+0000 mgr.y (mgr.15423) 109 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.521650+0000 mgr.y (mgr.15423) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.650203+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.653006+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.655778+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.657069+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.664185+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.664592+0000 mgr.y (mgr.15423) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.745318+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.747355+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.749948+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.751089+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.758562+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.759347+0000 mgr.y (mgr.15423) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.822423+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.826335+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.831144+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.832617+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.842866+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.843559+0000 mgr.y (mgr.15423) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.922212+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.924571+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.927210+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.928085+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:56.933844+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:56.934229+0000 mgr.y (mgr.15423) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.013558+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.015830+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.018454+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.020080+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.028970+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.029573+0000 mgr.y (mgr.15423) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.107845+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.110117+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.113521+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.114653+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.123946+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.124652+0000 mgr.y (mgr.15423) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.200973+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.203788+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.207462+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.208694+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.215805+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.216275+0000 mgr.y (mgr.15423) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.297167+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.299639+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.302464+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.303527+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.315744+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.316303+0000 mgr.y (mgr.15423) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.398689+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.400720+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.403589+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.404417+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.412270+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.491824+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.493984+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.496847+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.498066+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.506739+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.587655+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.590145+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:57.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:57 smithi150 bash[25259]: audit 2023-12-06T15:04:57.593181+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.529 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[62284]: debug 2023-12-06T15:04:58.405+0000 7fd96aae5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:04:58.870 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[62284]: debug 2023-12-06T15:04:58.521+0000 7fd96aae5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:04:58.871 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[61850]: ts=2023-12-06T15:04: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:04:58.871 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.412740+0000 mgr.y (mgr.15423) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.871 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.507321+0000 mgr.y (mgr.15423) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.529207+0000 mgr.y (mgr.15423) 121 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.594842+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.613309+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.613794+0000 mgr.y (mgr.15423) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.674929+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.677941+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.681639+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.682757+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.691216+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.691757+0000 mgr.y (mgr.15423) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.774012+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.777269+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.780724+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.782124+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.789232+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.789739+0000 mgr.y (mgr.15423) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.869886+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.873314+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.876693+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.878118+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.885029+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.885665+0000 mgr.y (mgr.15423) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.964600+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.966995+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.969462+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.970457+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:57.979907+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:57.980405+0000 mgr.y (mgr.15423) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.058253+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.060928+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.064579+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.065758+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.074236+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:58.074764+0000 mgr.y (mgr.15423) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.153520+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.155816+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.158594+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.159581+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.165395+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:58.165959+0000 mgr.y (mgr.15423) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.243636+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.246086+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.248790+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.249749+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.260530+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:58.261332+0000 mgr.y (mgr.15423) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.341746+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.345758+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.348674+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.349791+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.355892+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: cephadm 2023-12-06T15:04:58.356561+0000 mgr.y (mgr.15423) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.441568+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.447129+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.450535+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[25259]: audit 2023-12-06T15:04:58.455513+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.412740+0000 mgr.y (mgr.15423) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.507321+0000 mgr.y (mgr.15423) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.529207+0000 mgr.y (mgr.15423) 121 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.594842+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.613309+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.613794+0000 mgr.y (mgr.15423) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.674929+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.677941+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.681639+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.682757+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.691216+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.691757+0000 mgr.y (mgr.15423) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.774012+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.777269+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.780724+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.782124+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.789232+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.789739+0000 mgr.y (mgr.15423) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.869886+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.873314+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.876693+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.878118+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.885029+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.885665+0000 mgr.y (mgr.15423) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.964600+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.966995+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.969462+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.970457+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:57.979907+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:57.980405+0000 mgr.y (mgr.15423) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.058253+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.060928+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.064579+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.065758+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.074236+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:58.074764+0000 mgr.y (mgr.15423) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.153520+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.155816+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.158594+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.412740+0000 mgr.y (mgr.15423) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.507321+0000 mgr.y (mgr.15423) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.529207+0000 mgr.y (mgr.15423) 121 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.594842+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.613309+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.613794+0000 mgr.y (mgr.15423) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.674929+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.677941+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.681639+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.682757+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.691216+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.691757+0000 mgr.y (mgr.15423) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.774012+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.777269+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.780724+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.782124+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.789232+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.789739+0000 mgr.y (mgr.15423) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.869886+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.159581+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.165395+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:58.165959+0000 mgr.y (mgr.15423) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.243636+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.246086+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.248790+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.249749+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.260530+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:58.261332+0000 mgr.y (mgr.15423) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.341746+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.345758+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.348674+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.349791+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.355892+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: cephadm 2023-12-06T15:04:58.356561+0000 mgr.y (mgr.15423) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.441568+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.447129+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.450535+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[25098]: audit 2023-12-06T15:04:58.455513+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.873314+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.876693+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.878118+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.885029+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.885665+0000 mgr.y (mgr.15423) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.964600+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.966995+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.969462+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.970457+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:57.979907+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:57.980405+0000 mgr.y (mgr.15423) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.058253+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.060928+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.064579+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.065758+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.074236+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:58.074764+0000 mgr.y (mgr.15423) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.153520+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.155816+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.158594+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.159581+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.165395+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:58.165959+0000 mgr.y (mgr.15423) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.243636+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.246086+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.248790+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.249749+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.260530+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:58.261332+0000 mgr.y (mgr.15423) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.341746+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.345758+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.348674+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.349791+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.355892+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: cephadm 2023-12-06T15:04:58.356561+0000 mgr.y (mgr.15423) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:04:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.441568+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.447129+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.450535+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:58 smithi116 bash[30871]: audit 2023-12-06T15:04:58.455513+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:04:59.150 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:58 smithi150 bash[62284]: debug 2023-12-06T15:04:58.889+0000 7fd96aae5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:04:59.150 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[62284]: debug 2023-12-06T15:04:59.001+0000 7fd96aae5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:04:59.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[62284]: debug 2023-12-06T15:04:59.145+0000 7fd96aae5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:04:59.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[62284]: debug 2023-12-06T15:04:59.257+0000 7fd96aae5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:04:59.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[62284]: debug 2023-12-06T15:04:59.381+0000 7fd96aae5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:04:59.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:04:59 smithi116 bash[25098]: cluster 2023-12-06T15:04:58.495759+0000 mgr.y (mgr.15423) 131 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:59.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:04:59 smithi116 bash[30871]: cluster 2023-12-06T15:04:58.495759+0000 mgr.y (mgr.15423) 131 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:59.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[25259]: cluster 2023-12-06T15:04:58.495759+0000 mgr.y (mgr.15423) 131 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:04:59.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[62284]: debug 2023-12-06T15:04:59.569+0000 7fd96aae5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:04:59.943 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:04:59 smithi150 bash[62284]: debug 2023-12-06T15:04:59.697+0000 7fd96aae5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:05:00.264 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:05:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:00 smithi116 bash[25098]: audit 2023-12-06T15:05:00.244028+0000 mgr.y (mgr.15423) 132 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:00.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:00 smithi116 bash[30871]: audit 2023-12-06T15:05:00.244028+0000 mgr.y (mgr.15423) 132 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:00.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:00 smithi150 bash[25259]: audit 2023-12-06T15:05:00.244028+0000 mgr.y (mgr.15423) 132 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.021 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:05:01.021 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 4s ago 16m - - 2023-12-06T15:05:01.021 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 2s ago 15m - - 2023-12-06T15:05:01.021 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (2m) 4s ago 8m 16.3M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:05:01.021 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (71s) 2s ago 8m 42.0M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (25s) 4s ago 6m 44.4M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283 running (2m) 2s ago 15m 433M - 19.0.0-26-g0482646f 26bb7d89db2e e45aadb1f20d 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (45s) 4s ago 17m 489M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (17m) 4s ago 17m 68.7M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (15m) 2s ago 15m 55.5M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (15m) 4s ago 15m 53.8M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (2m) 4s ago 9m 11.2M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (96s) 2s ago 9m 11.5M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (14m) 4s ago 14m 58.1M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (14m) 4s ago 14m 59.9M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (13m) 4s ago 13m 56.3M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (12m) 4s ago 12m 57.1M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:05:01.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (12m) 2s ago 12m 57.9M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (11m) 2s ago 11m 54.8M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (10m) 2s ago 10m 53.3M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (10m) 2s ago 10m 56.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (101s) 2s ago 9m 53.0M - 2.33.4 514e6a882f6e 8d168996788a 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (6m) 4s ago 6m 86.7M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (6m) 2s ago 6m 86.7M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (6m) 4s ago 6m 86.4M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:05:01.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (6m) 2s ago 6m 86.8M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:05:01.373 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:00 smithi150 bash[62284]: debug 2023-12-06T15:05:00.941+0000 7fd96aae5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:05:01.373 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:00 smithi150 bash[62284]: [06/Dec/2023:15:05:00] ENGINE Bus STARTING 2023-12-06T15:05:01.373 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[62284]: CherryPy Checker: 2023-12-06T15:05:01.373 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[62284]: The Application mounted at '' has an empty config. 2023-12-06T15:05:01.374 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[62284]: [06/Dec/2023:15:05:01] ENGINE Serving on http://:::9283 2023-12-06T15:05:01.374 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[62284]: [06/Dec/2023:15:05:01] ENGINE Bus STARTED 2023-12-06T15:05:01.466 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:05:01.467 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T15:05:01.468 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:05:01.468 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:05:01.468 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:05:01.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: cluster 2023-12-06T15:05:00.496569+0000 mgr.y (mgr.15423) 133 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:00.631097+0000 mgr.y (mgr.15423) 134 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: cluster 2023-12-06T15:05:00.966109+0000 mon.a (mon.0) 1744 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: cluster 2023-12-06T15:05:00.966283+0000 mon.a (mon.0) 1745 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:00.971099+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:00.972540+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:00.977307+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:00.978497+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:00.992480+0000 mgr.y (mgr.15423) 135 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:01 smithi150 bash[25259]: audit 2023-12-06T15:05:01.462665+0000 mon.c (mon.1) 169 : audit [DBG] from='client.? 172.21.15.116:0/1094089552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:01.852 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:05:01.852 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:05:01.852 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:05:01.853 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:05:01.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: cluster 2023-12-06T15:05:00.496569+0000 mgr.y (mgr.15423) 133 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:00.631097+0000 mgr.y (mgr.15423) 134 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: cluster 2023-12-06T15:05:00.966109+0000 mon.a (mon.0) 1744 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: cluster 2023-12-06T15:05:00.966283+0000 mon.a (mon.0) 1745 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:00.971099+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:00.972540+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:00.977307+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:00.978497+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:00.992480+0000 mgr.y (mgr.15423) 135 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[25098]: audit 2023-12-06T15:05:01.462665+0000 mon.c (mon.1) 169 : audit [DBG] from='client.? 172.21.15.116:0/1094089552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:01.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: cluster 2023-12-06T15:05:00.496569+0000 mgr.y (mgr.15423) 133 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:00.631097+0000 mgr.y (mgr.15423) 134 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: cluster 2023-12-06T15:05:00.966109+0000 mon.a (mon.0) 1744 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: cluster 2023-12-06T15:05:00.966283+0000 mon.a (mon.0) 1745 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:00.971099+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:00.972540+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:00.977307+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:00.978497+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.150:0/2591121670' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:00.992480+0000 mgr.y (mgr.15423) 135 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:01 smithi116 bash[30871]: audit 2023-12-06T15:05:01.462665+0000 mon.c (mon.1) 169 : audit [DBG] from='client.? 172.21.15.116:0/1094089552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:02.298 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:05:02.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:05:02] "GET /metrics HTTP/1.1" 200 38169 "" "Prometheus/2.33.4" 2023-12-06T15:05:02.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[25098]: cluster 2023-12-06T15:05:01.638781+0000 mon.a (mon.0) 1746 : cluster [DBG] mgrmap e34: y(active, since 35s), standbys: x 2023-12-06T15:05:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[25098]: audit 2023-12-06T15:05:01.848165+0000 mgr.y (mgr.15423) 136 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[25098]: audit 2023-12-06T15:05:02.294853+0000 mon.a (mon.0) 1747 : audit [DBG] from='client.? 172.21.15.116:0/1073352649' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:05:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[30871]: cluster 2023-12-06T15:05:01.638781+0000 mon.a (mon.0) 1746 : cluster [DBG] mgrmap e34: y(active, since 35s), standbys: x 2023-12-06T15:05:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[30871]: audit 2023-12-06T15:05:01.848165+0000 mgr.y (mgr.15423) 136 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:02 smithi116 bash[30871]: audit 2023-12-06T15:05:02.294853+0000 mon.a (mon.0) 1747 : audit [DBG] from='client.? 172.21.15.116:0/1073352649' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:05:02.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:02 smithi150 bash[25259]: cluster 2023-12-06T15:05:01.638781+0000 mon.a (mon.0) 1746 : cluster [DBG] mgrmap e34: y(active, since 35s), standbys: x 2023-12-06T15:05:02.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:02 smithi150 bash[25259]: audit 2023-12-06T15:05:01.848165+0000 mgr.y (mgr.15423) 136 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:02.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:02 smithi150 bash[25259]: audit 2023-12-06T15:05:02.294853+0000 mon.a (mon.0) 1747 : audit [DBG] from='client.? 172.21.15.116:0/1073352649' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:05:03.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: cluster 2023-12-06T15:05:02.497380+0000 mgr.y (mgr.15423) 137 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: cephadm 2023-12-06T15:05:02.627144+0000 mgr.y (mgr.15423) 138 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: audit 2023-12-06T15:05:02.628661+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: audit 2023-12-06T15:05:02.636136+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: audit 2023-12-06T15:05:02.637739+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: cephadm 2023-12-06T15:05:02.639558+0000 mgr.y (mgr.15423) 139 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: audit 2023-12-06T15:05:02.807673+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: audit 2023-12-06T15:05:02.815826+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[25098]: audit 2023-12-06T15:05:02.828145+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: cluster 2023-12-06T15:05:02.497380+0000 mgr.y (mgr.15423) 137 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:03.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: cephadm 2023-12-06T15:05:02.627144+0000 mgr.y (mgr.15423) 138 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: audit 2023-12-06T15:05:02.628661+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: audit 2023-12-06T15:05:02.636136+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: audit 2023-12-06T15:05:02.637739+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: cephadm 2023-12-06T15:05:02.639558+0000 mgr.y (mgr.15423) 139 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: audit 2023-12-06T15:05:02.807673+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: audit 2023-12-06T15:05:02.815826+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:03 smithi116 bash[30871]: audit 2023-12-06T15:05:02.828145+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: cluster 2023-12-06T15:05:02.497380+0000 mgr.y (mgr.15423) 137 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: cephadm 2023-12-06T15:05:02.627144+0000 mgr.y (mgr.15423) 138 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: audit 2023-12-06T15:05:02.628661+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: audit 2023-12-06T15:05:02.636136+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: audit 2023-12-06T15:05:02.637739+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: cephadm 2023-12-06T15:05:02.639558+0000 mgr.y (mgr.15423) 139 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: audit 2023-12-06T15:05:02.807673+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: audit 2023-12-06T15:05:02.815826+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:03.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:03 smithi150 bash[25259]: audit 2023-12-06T15:05:02.828145+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:05.737 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:05 smithi150 bash[25259]: cluster 2023-12-06T15:05:04.498951+0000 mgr.y (mgr.15423) 140 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:05.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:05 smithi116 bash[25098]: cluster 2023-12-06T15:05:04.498951+0000 mgr.y (mgr.15423) 140 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:05 smithi116 bash[30871]: cluster 2023-12-06T15:05:04.498951+0000 mgr.y (mgr.15423) 140 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:07.218 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:06 smithi150 bash[25259]: audit 2023-12-06T15:05:05.949829+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.218 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:06 smithi150 bash[25259]: audit 2023-12-06T15:05:05.974511+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.219 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:06 smithi150 bash[25259]: audit 2023-12-06T15:05:05.985108+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:06 smithi116 bash[25098]: audit 2023-12-06T15:05:05.949829+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:06 smithi116 bash[25098]: audit 2023-12-06T15:05:05.974511+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:06 smithi116 bash[25098]: audit 2023-12-06T15:05:05.985108+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:06 smithi116 bash[30871]: audit 2023-12-06T15:05:05.949829+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:06 smithi116 bash[30871]: audit 2023-12-06T15:05:05.974511+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:06 smithi116 bash[30871]: audit 2023-12-06T15:05:05.985108+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:07.495 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:07 smithi150 systemd[1]: Stopping Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:05:08.264 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:08 smithi150 bash[63917]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:05:08.523 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:08 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:05:08.523 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:08 smithi150 bash[63991]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:05:08.523 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:08 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T15:05:08.524 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:08 smithi150 systemd[1]: Stopped Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:05:08.524 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:08 smithi150 bash[25259]: cluster 2023-12-06T15:05:06.499695+0000 mgr.y (mgr.15423) 141 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:08.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:08 smithi116 bash[25098]: cluster 2023-12-06T15:05:06.499695+0000 mgr.y (mgr.15423) 141 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:08.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:08 smithi116 bash[30871]: cluster 2023-12-06T15:05:06.499695+0000 mgr.y (mgr.15423) 141 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:08.945 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:08 smithi150 systemd[1]: Started Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:05:08.945 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:05:08 smithi150 bash[61850]: ts=2023-12-06T15:05:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:07.537548+0000 mgr.y (mgr.15423) 142 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.578281+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.587609+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.623528+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.625258+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.635713+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.721178+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.724347+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.730158+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.731818+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.740952+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.821920+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.824026+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.826241+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.827104+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.835463+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.920013+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.922818+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.926247+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:07.537548+0000 mgr.y (mgr.15423) 142 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.578281+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.587609+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.623528+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.625258+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.635713+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.721178+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.724347+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.730158+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.731818+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.740952+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.821920+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.824026+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.826241+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.827104+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.835463+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.920013+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.922818+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.926247+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.927647+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:08.937458+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.016965+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.019810+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.023202+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.024511+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.031225+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.115036+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.117662+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.121191+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.122171+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.132538+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.216155+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.218739+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.222094+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.223107+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[25098]: audit 2023-12-06T15:05:09.232050+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.927647+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:08.937458+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.016965+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.019810+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.023202+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.024511+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.031225+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.115036+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.117662+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.121191+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.122171+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.132538+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.216155+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.218739+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.222094+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.223107+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:09 smithi116 bash[30871]: audit 2023-12-06T15:05:09.232050+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:07.537548+0000 mgr.y (mgr.15423) 142 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.578281+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.587609+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.623528+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.625258+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.635713+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.721178+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.724347+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.730158+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.731818+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.740952+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.821920+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.824026+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.826241+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.827104+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.835463+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.920013+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.922818+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.926247+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.927647+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:08.937458+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.016965+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.019810+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.023202+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.024511+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.031225+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.115036+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.117662+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.121191+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.122171+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.132538+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.216155+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.218739+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:09.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.222094+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:09.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.223107+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:09.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:09 smithi150 bash[25259]: audit 2023-12-06T15:05:09.232050+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[64060]: debug 2023-12-06T15:05:10.285+0000 7f3d96c93700 1 -- 172.21.15.150:0/1444329824 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5639eb2b0340 con 0x5639ec02cc00 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cluster 2023-12-06T15:05:08.501449+0000 mgr.y (mgr.15423) 143 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:08.636631+0000 mgr.y (mgr.15423) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:08.741663+0000 mgr.y (mgr.15423) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:08.836398+0000 mgr.y (mgr.15423) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:08.938206+0000 mgr.y (mgr.15423) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.033843+0000 mgr.y (mgr.15423) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.133175+0000 mgr.y (mgr.15423) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.232790+0000 mgr.y (mgr.15423) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.313840+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.315948+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.322937+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.324566+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.339604+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.340121+0000 mgr.y (mgr.15423) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.421950+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.424819+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.427523+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.428556+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.434743+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.512288+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.515246+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.519123+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.520398+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.530465+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.612188+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.614419+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.617020+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.617729+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.624579+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.708374+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.710355+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.713642+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.714713+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.721564+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.802183+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.805986+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.808905+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.809876+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.815890+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.894671+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.897312+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.900299+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.901380+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.907573+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.973513+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.976022+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.978992+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.980222+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:09.986974+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.087030+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.089587+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.092917+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.094403+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.101217+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.181817+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.183974+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.187705+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.188796+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.196607+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.278162+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.280826+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.285135+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.286203+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[25259]: audit 2023-12-06T15:05:10.292066+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cluster 2023-12-06T15:05:08.501449+0000 mgr.y (mgr.15423) 143 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:10.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:08.636631+0000 mgr.y (mgr.15423) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:08.741663+0000 mgr.y (mgr.15423) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:08.836398+0000 mgr.y (mgr.15423) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:08.938206+0000 mgr.y (mgr.15423) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.033843+0000 mgr.y (mgr.15423) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.133175+0000 mgr.y (mgr.15423) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.232790+0000 mgr.y (mgr.15423) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.313840+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.315948+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.322937+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.324566+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.339604+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.340121+0000 mgr.y (mgr.15423) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.421950+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.424819+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.427523+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.428556+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.434743+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.512288+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cluster 2023-12-06T15:05:08.501449+0000 mgr.y (mgr.15423) 143 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:08.636631+0000 mgr.y (mgr.15423) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:08.741663+0000 mgr.y (mgr.15423) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:08.836398+0000 mgr.y (mgr.15423) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:08.938206+0000 mgr.y (mgr.15423) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.033843+0000 mgr.y (mgr.15423) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.133175+0000 mgr.y (mgr.15423) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.232790+0000 mgr.y (mgr.15423) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.313840+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.315948+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.322937+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.324566+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.339604+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.340121+0000 mgr.y (mgr.15423) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.421950+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.424819+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.427523+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.428556+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.434743+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.512288+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.515246+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.519123+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.520398+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.530465+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.612188+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.614419+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.617020+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.617729+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.624579+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.708374+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.710355+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.713642+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.714713+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.721564+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.802183+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.805986+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.808905+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.809876+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.815890+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.515246+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.519123+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.520398+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.530465+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.612188+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.614419+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.617020+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.617729+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.624579+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.708374+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.710355+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.713642+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.714713+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.721564+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.802183+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.805986+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.808905+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.809876+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.815890+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.894671+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.897312+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.900299+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.901380+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.907573+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.973513+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.976022+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.978992+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.980222+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:09.986974+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.087030+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.089587+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.092917+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.094403+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.101217+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.181817+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.183974+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.187705+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.188796+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.196607+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.278162+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.280826+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.285135+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.286203+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[30871]: audit 2023-12-06T15:05:10.292066+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.894671+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.897312+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.900299+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.901380+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.907573+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.973513+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.976022+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.978992+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.980222+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:09.986974+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.087030+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.089587+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.092917+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.094403+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.101217+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.181817+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.183974+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.187705+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.188796+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.196607+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.278162+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.280826+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.285135+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.286203+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:10.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:10 smithi116 bash[25098]: audit 2023-12-06T15:05:10.292066+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:10.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:10 smithi150 bash[64060]: debug 2023-12-06T15:05:10.445+0000 7f3d9f902000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:05:11.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[64060]: debug 2023-12-06T15:05:11.153+0000 7f3d9f902000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:05:11.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[64060]: debug 2023-12-06T15:05:11.285+0000 7f3d9f902000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:05:11.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.435366+0000 mgr.y (mgr.15423) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.531032+0000 mgr.y (mgr.15423) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.625013+0000 mgr.y (mgr.15423) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.722120+0000 mgr.y (mgr.15423) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.816555+0000 mgr.y (mgr.15423) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:09.908123+0000 mgr.y (mgr.15423) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.005645+0000 mgr.y (mgr.15423) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.101685+0000 mgr.y (mgr.15423) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.197268+0000 mgr.y (mgr.15423) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.292591+0000 mgr.y (mgr.15423) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.371605+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.373835+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.375886+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.376800+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.384963+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.385678+0000 mgr.y (mgr.15423) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.449326+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.451351+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.454001+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.454811+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.460419+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.525689+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.529413+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.532969+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.534252+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.541515+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.621633+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.624299+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.626838+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.627670+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.635860+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.714769+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.717490+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.720471+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.721754+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.731653+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.813222+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.816412+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.821036+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.822382+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.831859+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.914301+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.916950+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.919826+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.920737+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:10.928839+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.007380+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.009749+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.012065+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.012944+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.021120+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.104388+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.106593+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.109107+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.109914+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.119733+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.201160+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.204105+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.206840+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.207772+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.216271+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.294726+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.297736+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.300931+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.302085+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[25259]: audit 2023-12-06T15:05:11.312969+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.435366+0000 mgr.y (mgr.15423) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.531032+0000 mgr.y (mgr.15423) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.625013+0000 mgr.y (mgr.15423) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.722120+0000 mgr.y (mgr.15423) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.816555+0000 mgr.y (mgr.15423) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:09.908123+0000 mgr.y (mgr.15423) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.005645+0000 mgr.y (mgr.15423) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.101685+0000 mgr.y (mgr.15423) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.197268+0000 mgr.y (mgr.15423) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.292591+0000 mgr.y (mgr.15423) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.371605+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.373835+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.375886+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.376800+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.384963+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.385678+0000 mgr.y (mgr.15423) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.449326+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.451351+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.454001+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.454811+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.435366+0000 mgr.y (mgr.15423) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.531032+0000 mgr.y (mgr.15423) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.625013+0000 mgr.y (mgr.15423) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.722120+0000 mgr.y (mgr.15423) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.816555+0000 mgr.y (mgr.15423) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:09.908123+0000 mgr.y (mgr.15423) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.005645+0000 mgr.y (mgr.15423) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.101685+0000 mgr.y (mgr.15423) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.197268+0000 mgr.y (mgr.15423) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.292591+0000 mgr.y (mgr.15423) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.371605+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.373835+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.375886+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.376800+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.384963+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.385678+0000 mgr.y (mgr.15423) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.449326+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.451351+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.454001+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.454811+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.460419+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.525689+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.529413+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.532969+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.534252+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.541515+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.621633+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.624299+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.626838+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.627670+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.635860+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.714769+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.717490+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.720471+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.721754+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.731653+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.813222+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.816412+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.821036+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.822382+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.831859+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.914301+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.916950+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.919826+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.920737+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:10.928839+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.007380+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.009749+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.012065+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.012944+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.021120+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.104388+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.106593+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.109107+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.109914+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.119733+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.201160+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.204105+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.206840+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.207772+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.216271+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.294726+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.297736+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.300931+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.302085+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[25098]: audit 2023-12-06T15:05:11.312969+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.460419+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.525689+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.529413+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.532969+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.534252+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.541515+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.621633+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.624299+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.626838+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.627670+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.635860+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.714769+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.717490+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.720471+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.721754+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.731653+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.813222+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.816412+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.821036+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.822382+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.831859+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.914301+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.916950+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.919826+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.920737+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:10.928839+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.007380+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.009749+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.012065+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.012944+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.021120+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.104388+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.106593+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.109107+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.109914+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.119733+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.201160+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.204105+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.206840+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.207772+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.216271+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.294726+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.297736+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:11.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.300931+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:11.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.302085+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:11.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:11 smithi116 bash[30871]: audit 2023-12-06T15:05:11.312969+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:11.809 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[64060]: debug 2023-12-06T15:05:11.453+0000 7f3d9f902000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:11.908 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[64060]: debug 2023-12-06T15:05:11.805+0000 7f3d9f902000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:05:12.127 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:11 smithi150 bash[64060]: debug 2023-12-06T15:05:11.901+0000 7f3d9f902000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:12.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[64060]: debug 2023-12-06T15:05:12.121+0000 7f3d9f902000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.461106+0000 mgr.y (mgr.15423) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cluster 2023-12-06T15:05:10.502210+0000 mgr.y (mgr.15423) 164 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.542154+0000 mgr.y (mgr.15423) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.636442+0000 mgr.y (mgr.15423) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.732200+0000 mgr.y (mgr.15423) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.832697+0000 mgr.y (mgr.15423) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:10.929313+0000 mgr.y (mgr.15423) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.021569+0000 mgr.y (mgr.15423) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.120346+0000 mgr.y (mgr.15423) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.216694+0000 mgr.y (mgr.15423) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.313561+0000 mgr.y (mgr.15423) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.374509+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.377098+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.380023+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.381155+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.388373+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.389129+0000 mgr.y (mgr.15423) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.473459+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.475652+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.478593+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.479577+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.485059+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.562483+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.565504+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.569373+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.570769+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.580562+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.584015+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.695724+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.698990+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.702375+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.703313+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.712346+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.793640+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.795632+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.797768+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.798644+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.805540+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.885607+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.887635+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.890244+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.891103+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.897392+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.976424+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.978625+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.981598+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.982658+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:11.990036+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.071403+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.073525+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.076604+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.077837+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.085202+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.165520+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.167919+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.171040+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.172251+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.180315+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.259293+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.261551+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.264742+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.265886+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:12 smithi150 bash[25259]: audit 2023-12-06T15:05:12.273227+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:05:12] "GET /metrics HTTP/1.1" 200 38168 "" "Prometheus/2.33.4" 2023-12-06T15:05:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.461106+0000 mgr.y (mgr.15423) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cluster 2023-12-06T15:05:10.502210+0000 mgr.y (mgr.15423) 164 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.542154+0000 mgr.y (mgr.15423) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.636442+0000 mgr.y (mgr.15423) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.732200+0000 mgr.y (mgr.15423) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.832697+0000 mgr.y (mgr.15423) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:10.929313+0000 mgr.y (mgr.15423) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.021569+0000 mgr.y (mgr.15423) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.120346+0000 mgr.y (mgr.15423) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.216694+0000 mgr.y (mgr.15423) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.313561+0000 mgr.y (mgr.15423) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.374509+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.377098+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.380023+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.381155+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.388373+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.389129+0000 mgr.y (mgr.15423) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.473459+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.475652+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.478593+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.479577+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.485059+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.562483+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.565504+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.569373+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.570769+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.580562+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.584015+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.695724+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.698990+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.702375+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.703313+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.712346+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.793640+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.795632+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.797768+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.798644+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.805540+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.885607+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.887635+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.890244+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.891103+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.897392+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.976424+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.978625+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.981598+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.982658+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:11.990036+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.071403+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.073525+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.076604+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.077837+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.085202+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.165520+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.167919+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.171040+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.172251+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.180315+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.259293+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.261551+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.264742+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.265886+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[25098]: audit 2023-12-06T15:05:12.273227+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.461106+0000 mgr.y (mgr.15423) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cluster 2023-12-06T15:05:10.502210+0000 mgr.y (mgr.15423) 164 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.542154+0000 mgr.y (mgr.15423) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.636442+0000 mgr.y (mgr.15423) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.732200+0000 mgr.y (mgr.15423) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.832697+0000 mgr.y (mgr.15423) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:10.929313+0000 mgr.y (mgr.15423) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.021569+0000 mgr.y (mgr.15423) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.120346+0000 mgr.y (mgr.15423) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.216694+0000 mgr.y (mgr.15423) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.313561+0000 mgr.y (mgr.15423) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.374509+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.377098+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.380023+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.381155+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.388373+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.389129+0000 mgr.y (mgr.15423) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.473459+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.475652+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.478593+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.479577+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.485059+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.562483+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.565504+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.569373+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.570769+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.580562+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.584015+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.695724+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.698990+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.702375+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.703313+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.712346+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.793640+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.795632+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.797768+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.798644+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.805540+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.885607+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.887635+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.890244+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.891103+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.897392+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.976424+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.978625+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.981598+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.982658+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:11.990036+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.071403+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.073525+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.076604+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.077837+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.085202+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.165520+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.167919+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.171040+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.172251+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.180315+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.259293+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.261551+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.264742+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.265886+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:12.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:12 smithi116 bash[30871]: audit 2023-12-06T15:05:12.273227+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[64060]: debug 2023-12-06T15:05:13.073+0000 7f3d9f902000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:05:13.478 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[64060]: debug 2023-12-06T15:05:13.189+0000 7f3d9f902000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:05:13.478 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[64060]: debug 2023-12-06T15:05:13.425+0000 7f3d9f902000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:05:13.479 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.485522+0000 mgr.y (mgr.15423) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.479 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.581529+0000 mgr.y (mgr.15423) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.479 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.713018+0000 mgr.y (mgr.15423) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.479 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.806083+0000 mgr.y (mgr.15423) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.479 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.897842+0000 mgr.y (mgr.15423) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:11.990699+0000 mgr.y (mgr.15423) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.085873+0000 mgr.y (mgr.15423) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.180910+0000 mgr.y (mgr.15423) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.273834+0000 mgr.y (mgr.15423) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.353222+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.354977+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.356733+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.357519+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.363515+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.363946+0000 mgr.y (mgr.15423) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.445653+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.448004+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.450774+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.480 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.451900+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.460610+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.542045+0000 mon.a (mon.0) 1963 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.545241+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.548064+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.549275+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.557691+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.636294+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.638294+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.641174+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.642213+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.481 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.648904+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.730087+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.732709+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.736592+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.737902+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.745294+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.825934+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.828310+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.831846+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.832663+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.840954+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.921382+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.923794+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.482 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.926281+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.927336+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:12.936417+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.019686+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.021903+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.024347+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.025049+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.033974+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.119211+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.121728+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.124658+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.125744+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.133795+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.214889+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.483 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.217952+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.221035+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.222419+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.233174+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.311837+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.314226+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.316603+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.317594+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[25259]: audit 2023-12-06T15:05:13.325516+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.485522+0000 mgr.y (mgr.15423) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.581529+0000 mgr.y (mgr.15423) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.713018+0000 mgr.y (mgr.15423) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.806083+0000 mgr.y (mgr.15423) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.897842+0000 mgr.y (mgr.15423) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:11.990699+0000 mgr.y (mgr.15423) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.085873+0000 mgr.y (mgr.15423) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.180910+0000 mgr.y (mgr.15423) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.273834+0000 mgr.y (mgr.15423) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.353222+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.354977+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.356733+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.357519+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.363515+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.363946+0000 mgr.y (mgr.15423) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.445653+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.448004+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.450774+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.451900+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.460610+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.542045+0000 mon.a (mon.0) 1963 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.545241+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.548064+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.549275+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.557691+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.636294+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.638294+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.641174+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.642213+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.648904+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.730087+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.732709+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.736592+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.737902+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.745294+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.825934+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.828310+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.831846+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.832663+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.840954+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.921382+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.923794+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.926281+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.927336+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:12.936417+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.019686+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.021903+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.024347+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.025049+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.033974+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.119211+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.121728+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.124658+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.125744+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.133795+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.214889+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.217952+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.221035+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.222419+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.233174+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.311837+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.314226+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.316603+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.317594+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[25098]: audit 2023-12-06T15:05:13.325516+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.485522+0000 mgr.y (mgr.15423) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.581529+0000 mgr.y (mgr.15423) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.713018+0000 mgr.y (mgr.15423) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.806083+0000 mgr.y (mgr.15423) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.897842+0000 mgr.y (mgr.15423) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:11.990699+0000 mgr.y (mgr.15423) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.085873+0000 mgr.y (mgr.15423) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.180910+0000 mgr.y (mgr.15423) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.273834+0000 mgr.y (mgr.15423) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.353222+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.354977+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.356733+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.357519+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.363515+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.363946+0000 mgr.y (mgr.15423) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:13.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.445653+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.448004+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.450774+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.451900+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.460610+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.542045+0000 mon.a (mon.0) 1963 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.545241+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.548064+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.549275+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.557691+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.636294+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.638294+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.641174+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.642213+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.648904+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.730087+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.732709+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.736592+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.737902+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.745294+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.825934+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.828310+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.831846+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.832663+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.840954+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.921382+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.923794+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.926281+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.927336+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:12.936417+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.019686+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.021903+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.024347+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.025049+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.033974+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.119211+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.121728+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.124658+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.125744+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.133795+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.214889+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.217952+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.221035+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.222419+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.233174+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.311837+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.314226+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:13.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.316603+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:13.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.317594+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:13.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:13 smithi116 bash[30871]: audit 2023-12-06T15:05:13.325516+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:13.949 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:13 smithi150 bash[64060]: debug 2023-12-06T15:05:13.797+0000 7f3d9f902000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:05:14.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[64060]: debug 2023-12-06T15:05:14.157+0000 7f3d9f902000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.461275+0000 mgr.y (mgr.15423) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cluster 2023-12-06T15:05:12.502738+0000 mgr.y (mgr.15423) 186 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.558302+0000 mgr.y (mgr.15423) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.649328+0000 mgr.y (mgr.15423) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.745862+0000 mgr.y (mgr.15423) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.841506+0000 mgr.y (mgr.15423) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:12.936958+0000 mgr.y (mgr.15423) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.034427+0000 mgr.y (mgr.15423) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.134400+0000 mgr.y (mgr.15423) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.233711+0000 mgr.y (mgr.15423) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.325931+0000 mgr.y (mgr.15423) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.407579+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.410978+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.414238+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.415387+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.424163+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.505542+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.507750+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.510420+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.511246+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.518263+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.601669+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.604282+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.607161+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.608383+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.616290+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.697386+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.699948+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.704326+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.705750+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.713129+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.792387+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.794648+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.797374+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.798472+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.805582+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.884651+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.886949+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.889775+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.890575+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.897738+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.975827+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.978836+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.982190+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.983314+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:13.990926+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.069133+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.071894+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.074904+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.076191+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.083761+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.161428+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.163566+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.166049+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.166802+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.172627+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.236505+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.238531+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.241307+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.242152+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.248111+0000 mon.a (mon.0) 2057 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.329365+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.332120+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.334618+0000 mon.a (mon.0) 2060 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[25259]: audit 2023-12-06T15:05:14.335351+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.461275+0000 mgr.y (mgr.15423) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cluster 2023-12-06T15:05:12.502738+0000 mgr.y (mgr.15423) 186 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.558302+0000 mgr.y (mgr.15423) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.649328+0000 mgr.y (mgr.15423) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.745862+0000 mgr.y (mgr.15423) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.841506+0000 mgr.y (mgr.15423) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:12.936958+0000 mgr.y (mgr.15423) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.034427+0000 mgr.y (mgr.15423) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.134400+0000 mgr.y (mgr.15423) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.233711+0000 mgr.y (mgr.15423) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.325931+0000 mgr.y (mgr.15423) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.407579+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.410978+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.414238+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.415387+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.424163+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.505542+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.507750+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.510420+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.511246+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.461275+0000 mgr.y (mgr.15423) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cluster 2023-12-06T15:05:12.502738+0000 mgr.y (mgr.15423) 186 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.558302+0000 mgr.y (mgr.15423) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.649328+0000 mgr.y (mgr.15423) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.745862+0000 mgr.y (mgr.15423) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.841506+0000 mgr.y (mgr.15423) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:12.936958+0000 mgr.y (mgr.15423) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.034427+0000 mgr.y (mgr.15423) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.134400+0000 mgr.y (mgr.15423) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.233711+0000 mgr.y (mgr.15423) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.325931+0000 mgr.y (mgr.15423) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.407579+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.410978+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.414238+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.415387+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.424163+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.505542+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.507750+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.510420+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.511246+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.518263+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.601669+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.604282+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.607161+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.608383+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.616290+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.697386+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.699948+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.704326+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.705750+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.713129+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.792387+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.794648+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.797374+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.798472+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.805582+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.884651+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.886949+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.889775+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.518263+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.601669+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.604282+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.607161+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.608383+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.616290+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.697386+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.699948+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.704326+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.705750+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.713129+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.792387+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.794648+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.797374+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.798472+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.805582+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.884651+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.886949+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.889775+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.890575+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.897738+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.975827+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.978836+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.982190+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.983314+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:13.990926+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.069133+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.071894+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.074904+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.076191+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.083761+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.161428+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.163566+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.166049+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.166802+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.172627+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.236505+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.238531+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.241307+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.242152+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.248111+0000 mon.a (mon.0) 2057 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.329365+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.332120+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.334618+0000 mon.a (mon.0) 2060 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[30871]: audit 2023-12-06T15:05:14.335351+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.890575+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.897738+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.975827+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.978836+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.982190+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.983314+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:13.990926+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.069133+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.071894+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.074904+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.076191+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.083761+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.161428+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.163566+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.166049+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.166802+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.172627+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.236505+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.238531+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.241307+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.242152+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.248111+0000 mon.a (mon.0) 2057 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.329365+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.332120+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.334618+0000 mon.a (mon.0) 2060 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:14.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:14 smithi116 bash[25098]: audit 2023-12-06T15:05:14.335351+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:14.850 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[64060]: debug 2023-12-06T15:05:14.569+0000 7f3d9f902000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:05:14.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:14 smithi150 bash[64060]: debug 2023-12-06T15:05:14.845+0000 7f3d9f902000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:15.667 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[64060]: debug 2023-12-06T15:05:15.557+0000 7f3d9f902000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:05:15.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.424630+0000 mgr.y (mgr.15423) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.518958+0000 mgr.y (mgr.15423) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.617066+0000 mgr.y (mgr.15423) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.713813+0000 mgr.y (mgr.15423) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.806018+0000 mgr.y (mgr.15423) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.898314+0000 mgr.y (mgr.15423) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:13.991389+0000 mgr.y (mgr.15423) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.084275+0000 mgr.y (mgr.15423) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.173392+0000 mgr.y (mgr.15423) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.248669+0000 mgr.y (mgr.15423) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.343214+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.343890+0000 mgr.y (mgr.15423) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.427945+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.431172+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.434673+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.435841+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.443270+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.521422+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.523758+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.526672+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.527705+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.533935+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.614226+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.617558+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.620729+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.621744+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.628153+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.709825+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.713524+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.716630+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.717846+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.724316+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.805993+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.808921+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.813107+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.814403+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.823307+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.907081+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.909587+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.912765+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.913822+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:14.921247+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.001154+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.003745+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.007127+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.008366+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.015476+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.097590+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.099685+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.102577+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.103392+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.112043+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.193565+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.195911+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.198781+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.199799+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.207905+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.287321+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.289541+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.292912+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.294085+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.674 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[25259]: audit 2023-12-06T15:05:15.300207+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.424630+0000 mgr.y (mgr.15423) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.518958+0000 mgr.y (mgr.15423) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.617066+0000 mgr.y (mgr.15423) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.713813+0000 mgr.y (mgr.15423) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.806018+0000 mgr.y (mgr.15423) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.898314+0000 mgr.y (mgr.15423) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:13.991389+0000 mgr.y (mgr.15423) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.084275+0000 mgr.y (mgr.15423) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.173392+0000 mgr.y (mgr.15423) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.248669+0000 mgr.y (mgr.15423) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.343214+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.343890+0000 mgr.y (mgr.15423) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.427945+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.431172+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.434673+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.435841+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.443270+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.521422+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.523758+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.526672+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.527705+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.533935+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.614226+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.617558+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.620729+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.621744+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.628153+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.709825+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.713524+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.716630+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.717846+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.724316+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.805993+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.808921+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.813107+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.814403+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.823307+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.907081+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.909587+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.912765+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.913822+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:14.921247+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.001154+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.003745+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.007127+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.008366+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.015476+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.097590+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.099685+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.102577+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.103392+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.112043+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.193565+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.195911+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.198781+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.199799+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.207905+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.287321+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.289541+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.424630+0000 mgr.y (mgr.15423) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.518958+0000 mgr.y (mgr.15423) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.617066+0000 mgr.y (mgr.15423) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.713813+0000 mgr.y (mgr.15423) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.806018+0000 mgr.y (mgr.15423) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.898314+0000 mgr.y (mgr.15423) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:13.991389+0000 mgr.y (mgr.15423) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.084275+0000 mgr.y (mgr.15423) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.173392+0000 mgr.y (mgr.15423) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.248669+0000 mgr.y (mgr.15423) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.343214+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.343890+0000 mgr.y (mgr.15423) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.427945+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.431172+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.434673+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.435841+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.443270+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.521422+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.523758+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.526672+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.292912+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.294085+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[30871]: audit 2023-12-06T15:05:15.300207+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.527705+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.533935+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.614226+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.617558+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.620729+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.621744+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.628153+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.709825+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.713524+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.716630+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.717846+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.724316+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.805993+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.808921+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.813107+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.814403+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.823307+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.907081+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.909587+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.912765+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.913822+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:14.921247+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.001154+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.003745+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.007127+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.008366+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.015476+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.097590+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.099685+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.102577+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.103392+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.112043+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.193565+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.195911+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.198781+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.199799+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.207905+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.287321+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:15.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.289541+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:15.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.292912+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:15.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.294085+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:15.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:15 smithi116 bash[25098]: audit 2023-12-06T15:05:15.300207+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:15.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[64060]: debug 2023-12-06T15:05:15.661+0000 7f3d9f902000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:05:15.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[64060]: debug 2023-12-06T15:05:15.825+0000 7f3d9f902000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:05:16.357 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:15 smithi150 bash[64060]: debug 2023-12-06T15:05:15.937+0000 7f3d9f902000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:05:16.357 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[64060]: debug 2023-12-06T15:05:16.093+0000 7f3d9f902000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.443900+0000 mgr.y (mgr.15423) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cluster 2023-12-06T15:05:14.503542+0000 mgr.y (mgr.15423) 208 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.534578+0000 mgr.y (mgr.15423) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.628782+0000 mgr.y (mgr.15423) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.725089+0000 mgr.y (mgr.15423) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.824125+0000 mgr.y (mgr.15423) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:14.921811+0000 mgr.y (mgr.15423) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.016199+0000 mgr.y (mgr.15423) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.112584+0000 mgr.y (mgr.15423) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.208434+0000 mgr.y (mgr.15423) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.300781+0000 mgr.y (mgr.15423) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.373445+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.375506+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.378495+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.379400+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.384804+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.385429+0000 mgr.y (mgr.15423) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.463338+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.467112+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.470504+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.471899+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.481315+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.559979+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.562567+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.565569+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.566623+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.572495+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.651132+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.653841+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.657016+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.658149+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.664524+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.743520+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.746427+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.749489+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.750904+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.760172+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.841479+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.843528+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.846041+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.847211+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.855911+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.940294+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.942991+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.946476+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.947578+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:15.954136+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.031791+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.034468+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.037933+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.039126+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.049713+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.146799+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.149816+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.153324+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.154617+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.163082+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.244974+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.247753+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.252730+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.254169+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.261681+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.324832+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.327824+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.331354+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.332406+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[30871]: audit 2023-12-06T15:05:16.338974+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.443900+0000 mgr.y (mgr.15423) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cluster 2023-12-06T15:05:14.503542+0000 mgr.y (mgr.15423) 208 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.534578+0000 mgr.y (mgr.15423) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.628782+0000 mgr.y (mgr.15423) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.725089+0000 mgr.y (mgr.15423) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.824125+0000 mgr.y (mgr.15423) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:14.921811+0000 mgr.y (mgr.15423) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.016199+0000 mgr.y (mgr.15423) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.112584+0000 mgr.y (mgr.15423) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.208434+0000 mgr.y (mgr.15423) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.300781+0000 mgr.y (mgr.15423) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.373445+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.375506+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.378495+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.379400+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.384804+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.385429+0000 mgr.y (mgr.15423) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.463338+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.467112+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.470504+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.471899+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.481315+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.559979+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.562567+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.565569+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.566623+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.572495+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.651132+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.653841+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.657016+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.658149+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.664524+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.743520+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.746427+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.749489+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.750904+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.760172+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.841479+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.843528+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.846041+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.847211+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.855911+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.940294+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.942991+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.946476+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.947578+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:15.954136+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.031791+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.034468+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.037933+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.039126+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.049713+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.146799+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.149816+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.153324+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.154617+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.163082+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.244974+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.247753+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.252730+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.254169+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.261681+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.324832+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.327824+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.331354+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.332406+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:16 smithi116 bash[25098]: audit 2023-12-06T15:05:16.338974+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.694 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[64060]: debug 2023-12-06T15:05:16.397+0000 7f3d9f902000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:05:16.694 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[64060]: debug 2023-12-06T15:05:16.525+0000 7f3d9f902000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.443900+0000 mgr.y (mgr.15423) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cluster 2023-12-06T15:05:14.503542+0000 mgr.y (mgr.15423) 208 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.534578+0000 mgr.y (mgr.15423) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.628782+0000 mgr.y (mgr.15423) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.725089+0000 mgr.y (mgr.15423) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.824125+0000 mgr.y (mgr.15423) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:14.921811+0000 mgr.y (mgr.15423) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.016199+0000 mgr.y (mgr.15423) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.112584+0000 mgr.y (mgr.15423) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.208434+0000 mgr.y (mgr.15423) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.300781+0000 mgr.y (mgr.15423) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.373445+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.375506+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.378495+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.379400+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.384804+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.385429+0000 mgr.y (mgr.15423) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.463338+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.467112+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.470504+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.471899+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.481315+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.559979+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.562567+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.565569+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.566623+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.572495+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.651132+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.653841+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.657016+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.658149+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.664524+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.743520+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.746427+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.749489+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.750904+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.760172+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.841479+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.843528+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.846041+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.847211+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.855911+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.940294+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.942991+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.946476+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.947578+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:15.954136+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.031791+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.034468+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.037933+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.039126+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.049713+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.146799+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.149816+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.153324+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.154617+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.163082+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.244974+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.247753+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.252730+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.254169+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.261681+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.324832+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.327824+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.331354+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.332406+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:16.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[25259]: audit 2023-12-06T15:05:16.338974+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.149 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[64060]: debug 2023-12-06T15:05:16.713+0000 7f3d9f902000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:05:17.149 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:16 smithi150 bash[64060]: debug 2023-12-06T15:05:16.837+0000 7f3d9f902000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.481916+0000 mgr.y (mgr.15423) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.572951+0000 mgr.y (mgr.15423) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.665036+0000 mgr.y (mgr.15423) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.760851+0000 mgr.y (mgr.15423) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.856646+0000 mgr.y (mgr.15423) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:15.954633+0000 mgr.y (mgr.15423) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.069514+0000 mgr.y (mgr.15423) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.163545+0000 mgr.y (mgr.15423) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.262097+0000 mgr.y (mgr.15423) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.339436+0000 mgr.y (mgr.15423) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.458 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.420961+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.423446+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.427234+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.428407+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.437290+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.516741+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.518954+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.521707+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.522725+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.533740+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.597814+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.600153+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.602338+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.603130+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.459 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.608832+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.674082+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.680196+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.686184+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.686382+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.689024+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.691232+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.691928+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.697442+0000 mon.a (mon.0) 2190 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.775980+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.778198+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.781701+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.782841+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.789678+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.868883+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.460 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.871899+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.875277+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.876356+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.885252+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.962554+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.965617+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.969274+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.970668+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:16.978982+0000 mon.a (mon.0) 2205 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.461 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.056958+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.059840+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.063137+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.064427+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.073097+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.150745+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.153792+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.157570+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.158737+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.167531+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.248773+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.251791+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.254741+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.255759+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.263030+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.462 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.341728+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.463 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.344651+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.463 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.347817+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.463 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[25259]: audit 2023-12-06T15:05:17.349094+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.481916+0000 mgr.y (mgr.15423) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.572951+0000 mgr.y (mgr.15423) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.665036+0000 mgr.y (mgr.15423) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.760851+0000 mgr.y (mgr.15423) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.856646+0000 mgr.y (mgr.15423) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:15.954633+0000 mgr.y (mgr.15423) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.069514+0000 mgr.y (mgr.15423) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.163545+0000 mgr.y (mgr.15423) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.262097+0000 mgr.y (mgr.15423) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.339436+0000 mgr.y (mgr.15423) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.420961+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.423446+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.427234+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.428407+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.437290+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.516741+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.518954+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.521707+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.522725+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.533740+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.481916+0000 mgr.y (mgr.15423) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.572951+0000 mgr.y (mgr.15423) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.665036+0000 mgr.y (mgr.15423) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.760851+0000 mgr.y (mgr.15423) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.856646+0000 mgr.y (mgr.15423) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:15.954633+0000 mgr.y (mgr.15423) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.069514+0000 mgr.y (mgr.15423) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.163545+0000 mgr.y (mgr.15423) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.262097+0000 mgr.y (mgr.15423) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.339436+0000 mgr.y (mgr.15423) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.420961+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.423446+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.427234+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.428407+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.437290+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.516741+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.518954+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.521707+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.522725+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.533740+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.597814+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.600153+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.602338+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.603130+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.608832+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.674082+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.680196+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.686184+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.686382+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.689024+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.691232+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.691928+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.697442+0000 mon.a (mon.0) 2190 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.775980+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.778198+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.781701+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.782841+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.789678+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.868883+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.871899+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.597814+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.600153+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.602338+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.603130+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.608832+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.674082+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.680196+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.686184+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.686382+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.689024+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.691232+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.691928+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.697442+0000 mon.a (mon.0) 2190 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.775980+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.778198+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.781701+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.782841+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.789678+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.868883+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.871899+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.875277+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.876356+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.885252+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.962554+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.965617+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.969274+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.970668+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:16.978982+0000 mon.a (mon.0) 2205 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.056958+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.059840+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.063137+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.064427+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.073097+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.150745+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.153792+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.157570+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.158737+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.167531+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.248773+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.251791+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.254741+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.255759+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.263030+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.341728+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.344651+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.347817+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[25098]: audit 2023-12-06T15:05:17.349094+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.875277+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.876356+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.885252+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.962554+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.965617+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.969274+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.970668+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:16.978982+0000 mon.a (mon.0) 2205 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.056958+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.059840+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.063137+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.064427+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.073097+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.150745+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.153792+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.157570+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.158737+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.167531+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.248773+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.251791+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.254741+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.255759+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.263030+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.341728+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.344651+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.347817+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:17 smithi116 bash[30871]: audit 2023-12-06T15:05:17.349094+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.094 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[64060]: debug 2023-12-06T15:05:17.713+0000 7f3d9f902000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:05:18.094 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[64060]: [06/Dec/2023:15:05:17] ENGINE Bus STARTING 2023-12-06T15:05:18.095 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[64060]: CherryPy Checker: 2023-12-06T15:05:18.095 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[64060]: The Application mounted at '' has an empty config. 2023-12-06T15:05:18.095 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[64060]: [06/Dec/2023:15:05:17] ENGINE Serving on http://:::9283 2023-12-06T15:05:18.095 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:17 smithi150 bash[64060]: [06/Dec/2023:15:05:17] ENGINE Bus STARTED 2023-12-06T15:05:18.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.438222+0000 mgr.y (mgr.15423) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cluster 2023-12-06T15:05:16.504180+0000 mgr.y (mgr.15423) 230 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.535823+0000 mgr.y (mgr.15423) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.609320+0000 mgr.y (mgr.15423) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.697845+0000 mgr.y (mgr.15423) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.790056+0000 mgr.y (mgr.15423) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.885737+0000 mgr.y (mgr.15423) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:16.979584+0000 mgr.y (mgr.15423) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.073654+0000 mgr.y (mgr.15423) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.168156+0000 mgr.y (mgr.15423) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.263574+0000 mgr.y (mgr.15423) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.369534+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.370089+0000 mgr.y (mgr.15423) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.414790+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.417736+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.421157+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.422394+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.431319+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.515427+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.517592+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.520834+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.522264+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.529961+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.594243+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.596869+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.600385+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.601612+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.610052+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.688405+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.691323+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.694768+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.696008+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.706227+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cluster 2023-12-06T15:05:17.720079+0000 mon.a (mon.0) 2246 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: cluster 2023-12-06T15:05:17.720300+0000 mon.a (mon.0) 2247 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:18.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.722921+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.723734+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.729497+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.730957+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.783962+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.786684+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.789275+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.790145+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.798037+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.861314+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.863925+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.868076+0000 mon.a (mon.0) 2255 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.869325+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.878943+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.956338+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.960027+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.962413+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.963409+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:17.969010+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.050264+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.053285+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.056556+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.057772+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.066571+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.146508+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.149484+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.154263+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.155686+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.164075+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.243412+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.246743+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.250448+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.252274+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.261691+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.343226+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.345731+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.348304+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.349202+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[25259]: audit 2023-12-06T15:05:18.357311+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.438222+0000 mgr.y (mgr.15423) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cluster 2023-12-06T15:05:16.504180+0000 mgr.y (mgr.15423) 230 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:18.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.535823+0000 mgr.y (mgr.15423) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.609320+0000 mgr.y (mgr.15423) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.697845+0000 mgr.y (mgr.15423) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.790056+0000 mgr.y (mgr.15423) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.885737+0000 mgr.y (mgr.15423) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:16.979584+0000 mgr.y (mgr.15423) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.073654+0000 mgr.y (mgr.15423) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.168156+0000 mgr.y (mgr.15423) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.263574+0000 mgr.y (mgr.15423) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.369534+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.370089+0000 mgr.y (mgr.15423) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.414790+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.417736+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.421157+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.422394+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.431319+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.515427+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.517592+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.438222+0000 mgr.y (mgr.15423) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cluster 2023-12-06T15:05:16.504180+0000 mgr.y (mgr.15423) 230 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:18.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.535823+0000 mgr.y (mgr.15423) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.609320+0000 mgr.y (mgr.15423) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.697845+0000 mgr.y (mgr.15423) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.790056+0000 mgr.y (mgr.15423) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.885737+0000 mgr.y (mgr.15423) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:16.979584+0000 mgr.y (mgr.15423) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.073654+0000 mgr.y (mgr.15423) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.168156+0000 mgr.y (mgr.15423) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.263574+0000 mgr.y (mgr.15423) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.369534+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.370089+0000 mgr.y (mgr.15423) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.414790+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.417736+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.421157+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.422394+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.431319+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.515427+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.517592+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.520834+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.522264+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.529961+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.594243+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.596869+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.600385+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.601612+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.610052+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.688405+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.691323+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.694768+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.696008+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.706227+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cluster 2023-12-06T15:05:17.720079+0000 mon.a (mon.0) 2246 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: cluster 2023-12-06T15:05:17.720300+0000 mon.a (mon.0) 2247 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.722921+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.723734+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.729497+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.730957+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.783962+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.520834+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.522264+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.529961+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.594243+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.596869+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.600385+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.601612+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.610052+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.688405+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.691323+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.694768+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.696008+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.706227+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cluster 2023-12-06T15:05:17.720079+0000 mon.a (mon.0) 2246 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:18.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: cluster 2023-12-06T15:05:17.720300+0000 mon.a (mon.0) 2247 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:18.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.722921+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:18.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.723734+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:18.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.729497+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:18.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.730957+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.? 172.21.15.150:0/6' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:18.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.783962+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.786684+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.789275+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.790145+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.798037+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.861314+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.863925+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.868076+0000 mon.a (mon.0) 2255 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.869325+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.878943+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.956338+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.960027+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.962413+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.963409+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:17.969010+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.050264+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.053285+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.056556+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.057772+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.066571+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.146508+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.149484+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.154263+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.155686+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.164075+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.243412+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.246743+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.250448+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.252274+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.261691+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.343226+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.345731+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.348304+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.349202+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[30871]: audit 2023-12-06T15:05:18.357311+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.786684+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.789275+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.790145+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.798037+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.861314+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.863925+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.868076+0000 mon.a (mon.0) 2255 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.869325+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.878943+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.956338+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.960027+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.962413+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.963409+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:17.969010+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.050264+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.053285+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.056556+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.057772+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.066571+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.146508+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.149484+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.154263+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.155686+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.164075+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.243412+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.246743+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.250448+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.252274+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.261691+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.343226+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.345731+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.348304+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.349202+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:18.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:18 smithi116 bash[25098]: audit 2023-12-06T15:05:18.357311+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:18.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:05:18 smithi150 bash[61850]: ts=2023-12-06T15:05:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:05:19.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.431919+0000 mgr.y (mgr.15423) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.530537+0000 mgr.y (mgr.15423) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:17.548213+0000 mgr.y (mgr.15423) 243 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.610628+0000 mgr.y (mgr.15423) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.706781+0000 mgr.y (mgr.15423) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.798474+0000 mgr.y (mgr.15423) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.879480+0000 mgr.y (mgr.15423) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:17.969467+0000 mgr.y (mgr.15423) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.067261+0000 mgr.y (mgr.15423) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.164794+0000 mgr.y (mgr.15423) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.264340+0000 mgr.y (mgr.15423) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.357975+0000 mgr.y (mgr.15423) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.435318+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.438185+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.441630+0000 mon.a (mon.0) 2285 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.442872+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.450344+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.530735+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.533760+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.537075+0000 mon.a (mon.0) 2290 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.538442+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.545783+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.628646+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.630906+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.633612+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.634720+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.640542+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: cluster 2023-12-06T15:05:18.720103+0000 mon.a (mon.0) 2298 : cluster [DBG] mgrmap e35: y(active, since 52s), standbys: x 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.725874+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.727885+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.730480+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.731186+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.738801+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.821311+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.824231+0000 mon.a (mon.0) 2305 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.827721+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.829087+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.839384+0000 mon.a (mon.0) 2308 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.918422+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.921180+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.431919+0000 mgr.y (mgr.15423) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.530537+0000 mgr.y (mgr.15423) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:17.548213+0000 mgr.y (mgr.15423) 243 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.610628+0000 mgr.y (mgr.15423) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.706781+0000 mgr.y (mgr.15423) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.798474+0000 mgr.y (mgr.15423) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.879480+0000 mgr.y (mgr.15423) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:17.969467+0000 mgr.y (mgr.15423) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.067261+0000 mgr.y (mgr.15423) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.164794+0000 mgr.y (mgr.15423) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.264340+0000 mgr.y (mgr.15423) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.357975+0000 mgr.y (mgr.15423) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.435318+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.438185+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.441630+0000 mon.a (mon.0) 2285 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.442872+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.450344+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.530735+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.533760+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.537075+0000 mon.a (mon.0) 2290 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.924459+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.925893+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:18.933711+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.014594+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.017357+0000 mon.a (mon.0) 2315 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.020832+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.022109+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.030997+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.114980+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.117134+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.119624+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.120688+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.127652+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.189602+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.193506+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.198450+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.200046+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.205757+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.285104+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.287349+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.290245+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.291201+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[25098]: audit 2023-12-06T15:05:19.297269+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.538442+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.545783+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.628646+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.630906+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.633612+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.634720+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.640542+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: cluster 2023-12-06T15:05:18.720103+0000 mon.a (mon.0) 2298 : cluster [DBG] mgrmap e35: y(active, since 52s), standbys: x 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.725874+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.727885+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.730480+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.731186+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.738801+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.821311+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.824231+0000 mon.a (mon.0) 2305 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.827721+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.829087+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.839384+0000 mon.a (mon.0) 2308 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.918422+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.921180+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.924459+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.925893+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:18.933711+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.014594+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.017357+0000 mon.a (mon.0) 2315 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.020832+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.022109+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.030997+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.114980+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.117134+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.119624+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.120688+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.127652+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.189602+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.193506+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.198450+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.200046+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.205757+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.285104+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.287349+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.290245+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.291201+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:19 smithi116 bash[30871]: audit 2023-12-06T15:05:19.297269+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.431919+0000 mgr.y (mgr.15423) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.530537+0000 mgr.y (mgr.15423) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:17.548213+0000 mgr.y (mgr.15423) 243 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.610628+0000 mgr.y (mgr.15423) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.706781+0000 mgr.y (mgr.15423) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.798474+0000 mgr.y (mgr.15423) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.879480+0000 mgr.y (mgr.15423) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:17.969467+0000 mgr.y (mgr.15423) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.067261+0000 mgr.y (mgr.15423) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.164794+0000 mgr.y (mgr.15423) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.264340+0000 mgr.y (mgr.15423) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.357975+0000 mgr.y (mgr.15423) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.435318+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.438185+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.441630+0000 mon.a (mon.0) 2285 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.442872+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.450344+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.530735+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.533760+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.537075+0000 mon.a (mon.0) 2290 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.538442+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.545783+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.628646+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.630906+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.633612+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.634720+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.640542+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: cluster 2023-12-06T15:05:18.720103+0000 mon.a (mon.0) 2298 : cluster [DBG] mgrmap e35: y(active, since 52s), standbys: x 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.725874+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.727885+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.730480+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.731186+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.738801+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.821311+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.824231+0000 mon.a (mon.0) 2305 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.827721+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.829087+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.839384+0000 mon.a (mon.0) 2308 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.918422+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.921180+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.924459+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.925893+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:18.933711+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.014594+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.017357+0000 mon.a (mon.0) 2315 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.020832+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.022109+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.030997+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.114980+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.117134+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.119624+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.120688+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.127652+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.189602+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.193506+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.198450+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.200046+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.205757+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.285104+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.287349+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.290245+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.291201+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:19.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:19 smithi150 bash[25259]: audit 2023-12-06T15:05:19.297269+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.450831+0000 mgr.y (mgr.15423) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cluster 2023-12-06T15:05:18.505189+0000 mgr.y (mgr.15423) 254 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.546509+0000 mgr.y (mgr.15423) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.641321+0000 mgr.y (mgr.15423) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.728578+0000 mgr.y (mgr.15423) 257 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.739261+0000 mgr.y (mgr.15423) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.825563+0000 mgr.y (mgr.15423) 259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.839932+0000 mgr.y (mgr.15423) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.922551+0000 mgr.y (mgr.15423) 261 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:18.934333+0000 mgr.y (mgr.15423) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.018621+0000 mgr.y (mgr.15423) 263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.031668+0000 mgr.y (mgr.15423) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.118137+0000 mgr.y (mgr.15423) 265 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.128169+0000 mgr.y (mgr.15423) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.195386+0000 mgr.y (mgr.15423) 267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.206213+0000 mgr.y (mgr.15423) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.288119+0000 mgr.y (mgr.15423) 269 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.297741+0000 mgr.y (mgr.15423) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.384864+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.387999+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.388691+0000 mgr.y (mgr.15423) 271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.450831+0000 mgr.y (mgr.15423) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cluster 2023-12-06T15:05:18.505189+0000 mgr.y (mgr.15423) 254 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.546509+0000 mgr.y (mgr.15423) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.641321+0000 mgr.y (mgr.15423) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.728578+0000 mgr.y (mgr.15423) 257 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.739261+0000 mgr.y (mgr.15423) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.825563+0000 mgr.y (mgr.15423) 259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.839932+0000 mgr.y (mgr.15423) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.922551+0000 mgr.y (mgr.15423) 261 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:18.934333+0000 mgr.y (mgr.15423) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.018621+0000 mgr.y (mgr.15423) 263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.031668+0000 mgr.y (mgr.15423) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.118137+0000 mgr.y (mgr.15423) 265 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.128169+0000 mgr.y (mgr.15423) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.195386+0000 mgr.y (mgr.15423) 267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.206213+0000 mgr.y (mgr.15423) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.288119+0000 mgr.y (mgr.15423) 269 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.297741+0000 mgr.y (mgr.15423) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.384864+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.387999+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.388691+0000 mgr.y (mgr.15423) 271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.391923+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.392727+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.400034+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.465685+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.468444+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.472333+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.473690+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.481529+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.561161+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.563591+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.566598+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.567682+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.573188+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.653523+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.656299+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.659504+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.660592+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.667040+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.746431+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.748982+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.391923+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.392727+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.400034+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.465685+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.468444+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.472333+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.473690+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.481529+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.561161+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.563591+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.566598+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.567682+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.573188+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.653523+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.656299+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.659504+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.660592+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.667040+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.746431+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.748982+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.752545+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.753944+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.761234+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.843002+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.846050+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.849587+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.850571+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.858499+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.910394+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.917909+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.923988+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[25098]: audit 2023-12-06T15:05:19.935833+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.752545+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.753944+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.761234+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.843002+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.846050+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.849587+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.850571+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.858499+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.910394+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.917909+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.923988+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:20 smithi116 bash[30871]: audit 2023-12-06T15:05:19.935833+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.450831+0000 mgr.y (mgr.15423) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cluster 2023-12-06T15:05:18.505189+0000 mgr.y (mgr.15423) 254 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.546509+0000 mgr.y (mgr.15423) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.641321+0000 mgr.y (mgr.15423) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.728578+0000 mgr.y (mgr.15423) 257 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.739261+0000 mgr.y (mgr.15423) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.825563+0000 mgr.y (mgr.15423) 259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.839932+0000 mgr.y (mgr.15423) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.922551+0000 mgr.y (mgr.15423) 261 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:18.934333+0000 mgr.y (mgr.15423) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.018621+0000 mgr.y (mgr.15423) 263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.031668+0000 mgr.y (mgr.15423) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.118137+0000 mgr.y (mgr.15423) 265 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.128169+0000 mgr.y (mgr.15423) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.195386+0000 mgr.y (mgr.15423) 267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.206213+0000 mgr.y (mgr.15423) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.288119+0000 mgr.y (mgr.15423) 269 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.297741+0000 mgr.y (mgr.15423) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.384864+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.387999+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.388691+0000 mgr.y (mgr.15423) 271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.391923+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.392727+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.400034+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.465685+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.468444+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.472333+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.473690+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.481529+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.561161+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.563591+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.566598+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.567682+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.573188+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.653523+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.656299+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.659504+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.660592+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.667040+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.746431+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.748982+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.752545+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.753944+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.761234+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.843002+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.846050+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.849587+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.850571+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.858499+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.910394+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.917909+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.923988+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:20.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:20 smithi150 bash[25259]: audit 2023-12-06T15:05:19.935833+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:21.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.400523+0000 mgr.y (mgr.15423) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.469752+0000 mgr.y (mgr.15423) 273 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.482035+0000 mgr.y (mgr.15423) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.564604+0000 mgr.y (mgr.15423) 275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.573656+0000 mgr.y (mgr.15423) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.657444+0000 mgr.y (mgr.15423) 277 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.667600+0000 mgr.y (mgr.15423) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.750249+0000 mgr.y (mgr.15423) 279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.761685+0000 mgr.y (mgr.15423) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.847182+0000 mgr.y (mgr.15423) 281 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[25098]: cephadm 2023-12-06T15:05:19.859023+0000 mgr.y (mgr.15423) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.400523+0000 mgr.y (mgr.15423) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.469752+0000 mgr.y (mgr.15423) 273 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.482035+0000 mgr.y (mgr.15423) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.564604+0000 mgr.y (mgr.15423) 275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.573656+0000 mgr.y (mgr.15423) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.657444+0000 mgr.y (mgr.15423) 277 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.667600+0000 mgr.y (mgr.15423) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.750249+0000 mgr.y (mgr.15423) 279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.761685+0000 mgr.y (mgr.15423) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.847182+0000 mgr.y (mgr.15423) 281 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:21 smithi116 bash[30871]: cephadm 2023-12-06T15:05:19.859023+0000 mgr.y (mgr.15423) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.400523+0000 mgr.y (mgr.15423) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.469752+0000 mgr.y (mgr.15423) 273 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.482035+0000 mgr.y (mgr.15423) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.564604+0000 mgr.y (mgr.15423) 275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.573656+0000 mgr.y (mgr.15423) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.657444+0000 mgr.y (mgr.15423) 277 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.667600+0000 mgr.y (mgr.15423) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.750249+0000 mgr.y (mgr.15423) 279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.761685+0000 mgr.y (mgr.15423) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.847182+0000 mgr.y (mgr.15423) 281 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:21.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:21 smithi150 bash[25259]: cephadm 2023-12-06T15:05:19.859023+0000 mgr.y (mgr.15423) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:22.436 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:22 smithi150 bash[25259]: cluster 2023-12-06T15:05:20.505617+0000 mgr.y (mgr.15423) 283 : 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 2023-12-06T15:05:22.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:22 smithi116 bash[25098]: cluster 2023-12-06T15:05:20.505617+0000 mgr.y (mgr.15423) 283 : 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 2023-12-06T15:05:22.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:05:22] "GET /metrics HTTP/1.1" 200 38168 "" "Prometheus/2.33.4" 2023-12-06T15:05:22.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:22 smithi116 bash[30871]: cluster 2023-12-06T15:05:20.505617+0000 mgr.y (mgr.15423) 283 : 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 2023-12-06T15:05:24.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: cluster 2023-12-06T15:05:22.506459+0000 mgr.y (mgr.15423) 284 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:22.697587+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:22.705880+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:22.715290+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: cephadm 2023-12-06T15:05:23.359882+0000 mgr.y (mgr.15423) 285 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:23.369351+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:23.371402+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:23.373164+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: audit 2023-12-06T15:05:23.374886+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:24.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[25098]: cephadm 2023-12-06T15:05:23.376533+0000 mgr.y (mgr.15423) 286 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: cluster 2023-12-06T15:05:22.506459+0000 mgr.y (mgr.15423) 284 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:22.697587+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:22.705880+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:22.715290+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: cephadm 2023-12-06T15:05:23.359882+0000 mgr.y (mgr.15423) 285 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:23.369351+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:23.371402+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:23.373164+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:05:24.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: audit 2023-12-06T15:05:23.374886+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:24.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:23 smithi116 bash[30871]: cephadm 2023-12-06T15:05:23.376533+0000 mgr.y (mgr.15423) 286 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: cluster 2023-12-06T15:05:22.506459+0000 mgr.y (mgr.15423) 284 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:22.697587+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:22.705880+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:22.715290+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: cephadm 2023-12-06T15:05:23.359882+0000 mgr.y (mgr.15423) 285 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:23.369351+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:23.371402+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:23.373164+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: audit 2023-12-06T15:05:23.374886+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:24.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:23 smithi150 bash[25259]: cephadm 2023-12-06T15:05:23.376533+0000 mgr.y (mgr.15423) 286 : cephadm [INF] Deploying daemon mgr.x on smithi150 2023-12-06T15:05:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:25 smithi116 bash[25098]: cluster 2023-12-06T15:05:24.508053+0000 mgr.y (mgr.15423) 287 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:26.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:25 smithi116 bash[30871]: cluster 2023-12-06T15:05:24.508053+0000 mgr.y (mgr.15423) 287 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:26.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:25 smithi150 bash[25259]: cluster 2023-12-06T15:05:24.508053+0000 mgr.y (mgr.15423) 287 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:26 smithi150 bash[25259]: audit 2023-12-06T15:05:26.590144+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:27.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:26 smithi116 bash[30871]: audit 2023-12-06T15:05:26.590144+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:27.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:26 smithi116 bash[25098]: audit 2023-12-06T15:05:26.590144+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:28.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:28 smithi150 systemd[1]: Stopping Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:05:28.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:28 smithi150 bash[25259]: cluster 2023-12-06T15:05:26.508730+0000 mgr.y (mgr.15423) 288 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:28.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:28 smithi116 bash[25098]: cluster 2023-12-06T15:05:26.508730+0000 mgr.y (mgr.15423) 288 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:28.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:28 smithi116 bash[30871]: cluster 2023-12-06T15:05:26.508730+0000 mgr.y (mgr.15423) 288 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:28.841 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:05:28 smithi150 bash[61850]: ts=2023-12-06T15:05: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:05:28.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:28 smithi150 bash[65892]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:05:29.283 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:29 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:05:29.283 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:29 smithi150 bash[65970]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:05:29.283 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:29 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T15:05:29.283 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:29 smithi150 systemd[1]: Stopped Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:05:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:29 smithi116 bash[25098]: audit 2023-12-06T15:05:27.557430+0000 mgr.y (mgr.15423) 289 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:29 smithi116 bash[30871]: audit 2023-12-06T15:05:27.557430+0000 mgr.y (mgr.15423) 289 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:29 smithi150 bash[25259]: audit 2023-12-06T15:05:27.557430+0000 mgr.y (mgr.15423) 289 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:29.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:29 smithi150 systemd[1]: Started Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: cluster 2023-12-06T15:05:28.510545+0000 mgr.y (mgr.15423) 290 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.339453+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.346793+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.364603+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.366376+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.376465+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.377382+0000 mgr.y (mgr.15423) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.459279+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.462609+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.464557+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.473464+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:05:30.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.478298+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.479481+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.488063+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.569924+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.572260+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.575581+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.576729+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.583482+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.665318+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.667867+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.670679+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.671711+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.680852+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.761330+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.764800+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.768120+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.769549+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.777695+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.857237+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.859707+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.862527+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.863317+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.871816+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.953697+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.955927+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.960193+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.961236+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: cluster 2023-12-06T15:05:28.510545+0000 mgr.y (mgr.15423) 290 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.339453+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.346793+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.364603+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.366376+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.376465+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.377382+0000 mgr.y (mgr.15423) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.459279+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.462609+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.464557+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.473464+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.478298+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.479481+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.488063+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.569924+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.572260+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.575581+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.576729+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.583482+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:29.968163+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.047089+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.049910+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.053150+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.054233+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.063955+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.145550+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.147502+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.150959+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.151823+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.159277+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.239670+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.242131+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.246399+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.247597+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.258279+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.324649+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.328632+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.332347+0000 mon.a (mon.0) 2430 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[30871]: audit 2023-12-06T15:05:30.333583+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.665318+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.667867+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.670679+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.671711+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.680852+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.761330+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.764800+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.768120+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.769549+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.777695+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.857237+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.859707+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.862527+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.863317+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.871816+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.953697+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.955927+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.960193+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.961236+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:29.968163+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.047089+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.049910+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.053150+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.054233+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.063955+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.145550+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.147502+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.150959+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.151823+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.159277+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.239670+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.242131+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.246399+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.247597+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.258279+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.324649+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.328632+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.332347+0000 mon.a (mon.0) 2430 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:30 smithi116 bash[25098]: audit 2023-12-06T15:05:30.333583+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: cluster 2023-12-06T15:05:28.510545+0000 mgr.y (mgr.15423) 290 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.339453+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.346793+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.364603+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.366376+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.376465+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.377382+0000 mgr.y (mgr.15423) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.459279+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.462609+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.464557+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.473464+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.478298+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.479481+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.488063+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.569924+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.572260+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.575581+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.576729+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.583482+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.665318+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.667867+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.670679+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.671711+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.680852+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.761330+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.764800+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.768120+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.769549+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.777695+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.857237+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.859707+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.862527+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.863317+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.871816+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.953697+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.955927+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.960193+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.961236+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:29.968163+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.047089+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.049910+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.053150+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.054233+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.063955+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.145550+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.147502+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.150959+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.151823+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.159277+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.239670+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.242131+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.246399+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.247597+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.258279+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.324649+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.328632+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.332347+0000 mon.a (mon.0) 2430 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:30 smithi150 bash[25259]: audit 2023-12-06T15:05:30.333583+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.358 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[66037]: debug 2023-12-06T15:05:31.193+0000 7fc28e84b700 1 -- 172.21.15.150:0/3212080079 <== mon.2 v2:172.21.15.150:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557b645581a0 con 0x557b652d6400 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.464061+0000 mgr.y (mgr.15423) 292 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.488806+0000 mgr.y (mgr.15423) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.573568+0000 mgr.y (mgr.15423) 294 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.583946+0000 mgr.y (mgr.15423) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.668930+0000 mgr.y (mgr.15423) 296 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.681614+0000 mgr.y (mgr.15423) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.766032+0000 mgr.y (mgr.15423) 298 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.778213+0000 mgr.y (mgr.15423) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.860590+0000 mgr.y (mgr.15423) 300 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.872241+0000 mgr.y (mgr.15423) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.956847+0000 mgr.y (mgr.15423) 302 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:29.968804+0000 mgr.y (mgr.15423) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.050920+0000 mgr.y (mgr.15423) 304 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.064696+0000 mgr.y (mgr.15423) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.148593+0000 mgr.y (mgr.15423) 306 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.159731+0000 mgr.y (mgr.15423) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.243520+0000 mgr.y (mgr.15423) 308 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.259424+0000 mgr.y (mgr.15423) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.329865+0000 mgr.y (mgr.15423) 310 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.353863+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.354391+0000 mgr.y (mgr.15423) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.417537+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.464061+0000 mgr.y (mgr.15423) 292 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.488806+0000 mgr.y (mgr.15423) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.573568+0000 mgr.y (mgr.15423) 294 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.583946+0000 mgr.y (mgr.15423) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.668930+0000 mgr.y (mgr.15423) 296 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.681614+0000 mgr.y (mgr.15423) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.766032+0000 mgr.y (mgr.15423) 298 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.778213+0000 mgr.y (mgr.15423) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.860590+0000 mgr.y (mgr.15423) 300 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.872241+0000 mgr.y (mgr.15423) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.956847+0000 mgr.y (mgr.15423) 302 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:29.968804+0000 mgr.y (mgr.15423) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.050920+0000 mgr.y (mgr.15423) 304 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.064696+0000 mgr.y (mgr.15423) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.148593+0000 mgr.y (mgr.15423) 306 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.159731+0000 mgr.y (mgr.15423) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.243520+0000 mgr.y (mgr.15423) 308 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.259424+0000 mgr.y (mgr.15423) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.329865+0000 mgr.y (mgr.15423) 310 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.353863+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.354391+0000 mgr.y (mgr.15423) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.417537+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.419638+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.422210+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.423192+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.430073+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.496712+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.499177+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.502020+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.503614+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.512445+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.596103+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.598656+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.601918+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.602838+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.610601+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.693287+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.695206+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.698798+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.700299+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.710588+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.774013+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.776216+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.779091+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.780042+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.786971+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.866381+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.870137+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.874438+0000 mon.a (mon.0) 2460 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.875867+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.883202+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.949044+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.952926+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.956523+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.957862+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:30.966919+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.047148+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.051463+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.054822+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.056083+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.419638+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.422210+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.423192+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.430073+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.496712+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.499177+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.502020+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.503614+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.512445+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.596103+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.598656+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.601918+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.602838+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.610601+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.693287+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.695206+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.698798+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.700299+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.710588+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.064286+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.141453+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.144388+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.147940+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.149083+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.157811+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.239014+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.241659+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.245355+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.246411+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.253054+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.333561+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.336318+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.340134+0000 mon.a (mon.0) 2485 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.341237+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[30871]: audit 2023-12-06T15:05:31.349592+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.774013+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.776216+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.779091+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.780042+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.786971+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.866381+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.870137+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.874438+0000 mon.a (mon.0) 2460 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.875867+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.883202+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.949044+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.952926+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.956523+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.957862+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:30.966919+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.047148+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.051463+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.054822+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.056083+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.064286+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.141453+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.144388+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.147940+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.149083+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.157811+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.239014+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.241659+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.245355+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.246411+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.253054+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.333561+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.336318+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.340134+0000 mon.a (mon.0) 2485 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.341237+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:31 smithi116 bash[25098]: audit 2023-12-06T15:05:31.349592+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[66037]: debug 2023-12-06T15:05:31.353+0000 7fc2989f1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:05:31.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.464061+0000 mgr.y (mgr.15423) 292 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.488806+0000 mgr.y (mgr.15423) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.573568+0000 mgr.y (mgr.15423) 294 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.583946+0000 mgr.y (mgr.15423) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.668930+0000 mgr.y (mgr.15423) 296 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.681614+0000 mgr.y (mgr.15423) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.766032+0000 mgr.y (mgr.15423) 298 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.778213+0000 mgr.y (mgr.15423) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.860590+0000 mgr.y (mgr.15423) 300 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.872241+0000 mgr.y (mgr.15423) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.956847+0000 mgr.y (mgr.15423) 302 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:29.968804+0000 mgr.y (mgr.15423) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.050920+0000 mgr.y (mgr.15423) 304 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.064696+0000 mgr.y (mgr.15423) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.148593+0000 mgr.y (mgr.15423) 306 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.159731+0000 mgr.y (mgr.15423) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.243520+0000 mgr.y (mgr.15423) 308 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.259424+0000 mgr.y (mgr.15423) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.329865+0000 mgr.y (mgr.15423) 310 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.353863+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.354391+0000 mgr.y (mgr.15423) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.417537+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.419638+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.422210+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.423192+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.430073+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.496712+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.499177+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.502020+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.503614+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.512445+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.596103+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.598656+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.601918+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.602838+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.610601+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.693287+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.695206+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.698798+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.700299+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.710588+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.774013+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.776216+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.779091+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.780042+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.786971+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.866381+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.870137+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.874438+0000 mon.a (mon.0) 2460 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.875867+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.883202+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.949044+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.952926+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.956523+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.957862+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:30.966919+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.047148+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.051463+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.054822+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.056083+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.064286+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.141453+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.144388+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.147940+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.149083+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.157811+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.239014+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.241659+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.245355+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.246411+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.253054+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.333561+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.336318+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.340134+0000 mon.a (mon.0) 2485 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.341237+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:31.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:31 smithi150 bash[25259]: audit 2023-12-06T15:05:31.349592+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:05:32] "GET /metrics HTTP/1.1" 200 38165 "" "Prometheus/2.33.4" 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.420550+0000 mgr.y (mgr.15423) 312 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.430757+0000 mgr.y (mgr.15423) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.500335+0000 mgr.y (mgr.15423) 314 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cluster 2023-12-06T15:05:30.511144+0000 mgr.y (mgr.15423) 315 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.513016+0000 mgr.y (mgr.15423) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.599822+0000 mgr.y (mgr.15423) 317 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.611085+0000 mgr.y (mgr.15423) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.696318+0000 mgr.y (mgr.15423) 319 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.711215+0000 mgr.y (mgr.15423) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.777183+0000 mgr.y (mgr.15423) 321 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.787529+0000 mgr.y (mgr.15423) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.871675+0000 mgr.y (mgr.15423) 323 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.883846+0000 mgr.y (mgr.15423) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.954211+0000 mgr.y (mgr.15423) 325 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:30.967622+0000 mgr.y (mgr.15423) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.052801+0000 mgr.y (mgr.15423) 327 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.064745+0000 mgr.y (mgr.15423) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.145407+0000 mgr.y (mgr.15423) 329 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.158394+0000 mgr.y (mgr.15423) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.242758+0000 mgr.y (mgr.15423) 331 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.253671+0000 mgr.y (mgr.15423) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.337561+0000 mgr.y (mgr.15423) 333 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.420550+0000 mgr.y (mgr.15423) 312 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.430757+0000 mgr.y (mgr.15423) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.500335+0000 mgr.y (mgr.15423) 314 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cluster 2023-12-06T15:05:30.511144+0000 mgr.y (mgr.15423) 315 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.513016+0000 mgr.y (mgr.15423) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.599822+0000 mgr.y (mgr.15423) 317 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.611085+0000 mgr.y (mgr.15423) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.696318+0000 mgr.y (mgr.15423) 319 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.711215+0000 mgr.y (mgr.15423) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.777183+0000 mgr.y (mgr.15423) 321 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.787529+0000 mgr.y (mgr.15423) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.871675+0000 mgr.y (mgr.15423) 323 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.883846+0000 mgr.y (mgr.15423) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.954211+0000 mgr.y (mgr.15423) 325 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:30.967622+0000 mgr.y (mgr.15423) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.052801+0000 mgr.y (mgr.15423) 327 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.064745+0000 mgr.y (mgr.15423) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.145407+0000 mgr.y (mgr.15423) 329 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.158394+0000 mgr.y (mgr.15423) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.242758+0000 mgr.y (mgr.15423) 331 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.253671+0000 mgr.y (mgr.15423) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.337561+0000 mgr.y (mgr.15423) 333 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.350197+0000 mgr.y (mgr.15423) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.403405+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.407081+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.410142+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.411345+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.418875+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.500780+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.503187+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.505959+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.506961+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.512846+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.592019+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.594656+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.598920+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.599942+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.610121+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.692798+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.695206+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.698117+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.699339+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.707099+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.788570+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.790704+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.793831+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.794891+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.804749+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.883077+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.885745+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.889258+0000 mon.a (mon.0) 2515 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.890234+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.899778+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.982099+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.984745+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.988879+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:31.989976+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.000973+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.082334+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.085510+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.350197+0000 mgr.y (mgr.15423) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.403405+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.407081+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.410142+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.411345+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.418875+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.500780+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.503187+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.505959+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.506961+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.512846+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.592019+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.594656+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.598920+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.599942+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.610121+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.692798+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.695206+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.698117+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.088821+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.089842+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.099344+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.181131+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.184809+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.188061+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.189224+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.199241+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.276661+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.279712+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.283701+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.285156+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[30871]: audit 2023-12-06T15:05:32.294446+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.699339+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.707099+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.788570+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.790704+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.793831+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.794891+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.804749+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.883077+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.885745+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.889258+0000 mon.a (mon.0) 2515 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.890234+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.899778+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.982099+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.984745+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.988879+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:31.989976+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.000973+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.082334+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.085510+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.088821+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.089842+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.099344+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.181131+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.184809+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.188061+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.189224+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.199241+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.276661+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.279712+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.283701+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.285156+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:32 smithi116 bash[25098]: audit 2023-12-06T15:05:32.294446+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[66037]: debug 2023-12-06T15:05:32.313+0000 7fc2989f1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:05:32.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[66037]: debug 2023-12-06T15:05:32.421+0000 7fc2989f1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:05:32.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[66037]: debug 2023-12-06T15:05:32.525+0000 7fc2989f1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.420550+0000 mgr.y (mgr.15423) 312 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.430757+0000 mgr.y (mgr.15423) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.500335+0000 mgr.y (mgr.15423) 314 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cluster 2023-12-06T15:05:30.511144+0000 mgr.y (mgr.15423) 315 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.513016+0000 mgr.y (mgr.15423) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.599822+0000 mgr.y (mgr.15423) 317 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.611085+0000 mgr.y (mgr.15423) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.696318+0000 mgr.y (mgr.15423) 319 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.711215+0000 mgr.y (mgr.15423) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.777183+0000 mgr.y (mgr.15423) 321 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.787529+0000 mgr.y (mgr.15423) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.871675+0000 mgr.y (mgr.15423) 323 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.883846+0000 mgr.y (mgr.15423) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.954211+0000 mgr.y (mgr.15423) 325 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:30.967622+0000 mgr.y (mgr.15423) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.052801+0000 mgr.y (mgr.15423) 327 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.064745+0000 mgr.y (mgr.15423) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.145407+0000 mgr.y (mgr.15423) 329 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.158394+0000 mgr.y (mgr.15423) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.242758+0000 mgr.y (mgr.15423) 331 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.253671+0000 mgr.y (mgr.15423) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.337561+0000 mgr.y (mgr.15423) 333 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.350197+0000 mgr.y (mgr.15423) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.403405+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.407081+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.410142+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.411345+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.418875+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.500780+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.503187+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.505959+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.506961+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.512846+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.592019+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.594656+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.598920+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.599942+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.610121+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.692798+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.695206+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.698117+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.699339+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.707099+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.788570+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.790704+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.793831+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.794891+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.804749+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.883077+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.885745+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.889258+0000 mon.a (mon.0) 2515 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.890234+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.899778+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.982099+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.984745+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.988879+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:31.989976+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.000973+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.082334+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.085510+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.088821+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.089842+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.099344+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.181131+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.184809+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.188061+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.189224+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.199241+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.276661+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.279712+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.283701+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.285156+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:32.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[25259]: audit 2023-12-06T15:05:32.294446+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:32.711 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:05:33.167 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:32 smithi150 bash[66037]: debug 2023-12-06T15:05:32.801+0000 7fc2989f1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:33.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[66037]: debug 2023-12-06T15:05:33.161+0000 7fc2989f1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:05:33.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[66037]: debug 2023-12-06T15:05:33.325+0000 7fc2989f1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.408311+0000 mgr.y (mgr.15423) 335 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.419446+0000 mgr.y (mgr.15423) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.504189+0000 mgr.y (mgr.15423) 337 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.513473+0000 mgr.y (mgr.15423) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.595895+0000 mgr.y (mgr.15423) 339 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.610774+0000 mgr.y (mgr.15423) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.696357+0000 mgr.y (mgr.15423) 341 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.707659+0000 mgr.y (mgr.15423) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.791582+0000 mgr.y (mgr.15423) 343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.805435+0000 mgr.y (mgr.15423) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.886702+0000 mgr.y (mgr.15423) 345 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.900413+0000 mgr.y (mgr.15423) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:31.986023+0000 mgr.y (mgr.15423) 347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.001715+0000 mgr.y (mgr.15423) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.086706+0000 mgr.y (mgr.15423) 349 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.100035+0000 mgr.y (mgr.15423) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.185980+0000 mgr.y (mgr.15423) 351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.199788+0000 mgr.y (mgr.15423) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.280929+0000 mgr.y (mgr.15423) 353 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.294927+0000 mgr.y (mgr.15423) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.374803+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.376988+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.377663+0000 mgr.y (mgr.15423) 355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.378864+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.379582+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.385572+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.386152+0000 mgr.y (mgr.15423) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.461663+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.463743+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.465964+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.466931+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.472385+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.535719+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.539785+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.543502+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.544692+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.553381+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.630909+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.633673+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.636131+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.637073+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.643367+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.726319+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.729303+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.732575+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.733660+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.740099+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.803518+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.806451+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.810923+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.812173+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.820540+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.904135+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.906262+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.908767+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.909529+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:32.917130+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.000800+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.002890+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.005609+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.006627+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.012815+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.077432+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.079795+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.082572+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.083692+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.092548+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.156737+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.159275+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.161602+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.162531+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.167791+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.248015+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.250475+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.253696+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.254593+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.261457+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.326037+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.328903+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.331662+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.332723+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[25259]: audit 2023-12-06T15:05:33.340571+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.499 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:05:33.499 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 16s ago 16m - - 2023-12-06T15:05:33.499 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 10s ago 16m - - 2023-12-06T15:05:33.499 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (2m) 16s ago 9m 16.3M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:05:33.499 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (103s) 10s ago 9m 43.1M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (58s) 16s ago 6m 44.5M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 starting - - - - 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (77s) 16s ago 17m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (17m) 16s ago 18m 69.5M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (16m) 10s ago 16m 57.5M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (16m) 16s ago 16m 52.8M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (2m) 16s ago 9m 11.1M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (2m) 10s ago 9m 12.3M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (15m) 16s ago 15m 58.2M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (14m) 16s ago 14m 60.0M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (14m) 16s ago 14m 56.3M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (13m) 16s ago 13m 56.8M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (12m) 10s ago 12m 58.1M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:05:33.500 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (12m) 10s ago 12m 55.2M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (11m) 10s ago 11m 53.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (10m) 10s ago 10m 57.0M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (50s) 10s ago 9m 54.4M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (7m) 16s ago 7m 86.7M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (7m) 10s ago 7m 86.8M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (7m) 16s ago 7m 86.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:05:33.501 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (7m) 10s ago 7m 87.0M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:05:33.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.408311+0000 mgr.y (mgr.15423) 335 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.419446+0000 mgr.y (mgr.15423) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.504189+0000 mgr.y (mgr.15423) 337 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.513473+0000 mgr.y (mgr.15423) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.595895+0000 mgr.y (mgr.15423) 339 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.610774+0000 mgr.y (mgr.15423) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.696357+0000 mgr.y (mgr.15423) 341 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.707659+0000 mgr.y (mgr.15423) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.791582+0000 mgr.y (mgr.15423) 343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.805435+0000 mgr.y (mgr.15423) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.886702+0000 mgr.y (mgr.15423) 345 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.900413+0000 mgr.y (mgr.15423) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:31.986023+0000 mgr.y (mgr.15423) 347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.001715+0000 mgr.y (mgr.15423) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.086706+0000 mgr.y (mgr.15423) 349 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.100035+0000 mgr.y (mgr.15423) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.185980+0000 mgr.y (mgr.15423) 351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.199788+0000 mgr.y (mgr.15423) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.280929+0000 mgr.y (mgr.15423) 353 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.294927+0000 mgr.y (mgr.15423) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.374803+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.376988+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.408311+0000 mgr.y (mgr.15423) 335 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.419446+0000 mgr.y (mgr.15423) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.504189+0000 mgr.y (mgr.15423) 337 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.513473+0000 mgr.y (mgr.15423) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.595895+0000 mgr.y (mgr.15423) 339 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.610774+0000 mgr.y (mgr.15423) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.696357+0000 mgr.y (mgr.15423) 341 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.707659+0000 mgr.y (mgr.15423) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.791582+0000 mgr.y (mgr.15423) 343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.805435+0000 mgr.y (mgr.15423) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.886702+0000 mgr.y (mgr.15423) 345 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.900413+0000 mgr.y (mgr.15423) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:31.986023+0000 mgr.y (mgr.15423) 347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.001715+0000 mgr.y (mgr.15423) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.086706+0000 mgr.y (mgr.15423) 349 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.100035+0000 mgr.y (mgr.15423) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.185980+0000 mgr.y (mgr.15423) 351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.199788+0000 mgr.y (mgr.15423) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.280929+0000 mgr.y (mgr.15423) 353 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.294927+0000 mgr.y (mgr.15423) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.374803+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.376988+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.377663+0000 mgr.y (mgr.15423) 355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.378864+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.379582+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.385572+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.386152+0000 mgr.y (mgr.15423) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.461663+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.463743+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.465964+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.466931+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.472385+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.535719+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.539785+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.543502+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.544692+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.553381+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.630909+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.633673+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.636131+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.637073+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.377663+0000 mgr.y (mgr.15423) 355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.378864+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.379582+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.385572+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.386152+0000 mgr.y (mgr.15423) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.461663+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.463743+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.465964+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.466931+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.472385+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.535719+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.539785+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.543502+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.544692+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.553381+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.630909+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.633673+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.636131+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.637073+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.643367+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.726319+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.729303+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.732575+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.733660+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.740099+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.803518+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.806451+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.810923+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.812173+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.820540+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.904135+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.906262+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.908767+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.909529+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:32.917130+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.000800+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.002890+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.005609+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.643367+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.726319+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.729303+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.732575+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.733660+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.740099+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.803518+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.806451+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.810923+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.812173+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.820540+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.904135+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.906262+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.908767+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.909529+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:32.917130+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.000800+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.002890+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.005609+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.006627+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.012815+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.077432+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.079795+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.082572+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.083692+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.092548+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.156737+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.159275+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.161602+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.162531+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.167791+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.248015+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.250475+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.253696+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.254593+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.261457+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.326037+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.328903+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.331662+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.332723+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[30871]: audit 2023-12-06T15:05:33.340571+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.006627+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.012815+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.077432+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.079795+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.082572+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.083692+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.092548+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.156737+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.159275+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.161602+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.162531+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.167791+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.248015+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.250475+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.253696+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.254593+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.261457+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.326037+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.328903+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.331662+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.332723+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:33.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:33 smithi116 bash[25098]: audit 2023-12-06T15:05:33.340571+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:33.933 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:33 smithi150 bash[66037]: debug 2023-12-06T15:05:33.545+0000 7fc2989f1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:05:33.960 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": {}, 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:05:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:05:33.962 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:05:33.962 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:05:33.962 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:05:33.962 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:05:33.962 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:05:33.962 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T15:05:34.352 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T15:05:34.353 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:05:34.353 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:05:34.661 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[66037]: debug 2023-12-06T15:05:34.601+0000 7fc2989f1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:05:34.661 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.464577+0000 mgr.y (mgr.15423) 357 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.472878+0000 mgr.y (mgr.15423) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cluster 2023-12-06T15:05:32.511682+0000 mgr.y (mgr.15423) 359 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.540861+0000 mgr.y (mgr.15423) 360 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.553930+0000 mgr.y (mgr.15423) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.634593+0000 mgr.y (mgr.15423) 362 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.643881+0000 mgr.y (mgr.15423) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:32.690489+0000 mgr.y (mgr.15423) 364 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.730390+0000 mgr.y (mgr.15423) 365 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.740712+0000 mgr.y (mgr.15423) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.807563+0000 mgr.y (mgr.15423) 367 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.821088+0000 mgr.y (mgr.15423) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.907073+0000 mgr.y (mgr.15423) 369 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:32.917671+0000 mgr.y (mgr.15423) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.662 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.003953+0000 mgr.y (mgr.15423) 371 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.013201+0000 mgr.y (mgr.15423) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.080809+0000 mgr.y (mgr.15423) 373 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.081221+0000 mgr.y (mgr.15423) 374 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.093135+0000 mgr.y (mgr.15423) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.160091+0000 mgr.y (mgr.15423) 376 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.168243+0000 mgr.y (mgr.15423) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.251495+0000 mgr.y (mgr.15423) 378 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.261920+0000 mgr.y (mgr.15423) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.330012+0000 mgr.y (mgr.15423) 380 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.341040+0000 mgr.y (mgr.15423) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.401699+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.403953+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.406498+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.407596+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.663 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.414164+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.532639+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.535922+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.539569+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.540817+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.549698+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.631696+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.634684+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.640662+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.641652+0000 mon.a (mon.0) 2611 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.647450+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.730577+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.733149+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.737421+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.738546+0000 mon.a (mon.0) 2616 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.746929+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.826344+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.829164+0000 mon.a (mon.0) 2619 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.832092+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.833230+0000 mon.a (mon.0) 2621 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.842039+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.920190+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.922848+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.925887+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.926730+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.933779+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:33.957029+0000 mon.a (mon.0) 2628 : audit [DBG] from='client.? 172.21.15.116:0/3623432876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.012729+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.015821+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.018695+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.019722+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.028717+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.088825+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.090920+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.093028+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.093789+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.104212+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.167955+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.171360+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.175405+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.176729+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.186527+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.275043+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.278450+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.282240+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.283948+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[25259]: audit 2023-12-06T15:05:34.291579+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.464577+0000 mgr.y (mgr.15423) 357 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.472878+0000 mgr.y (mgr.15423) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cluster 2023-12-06T15:05:32.511682+0000 mgr.y (mgr.15423) 359 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.540861+0000 mgr.y (mgr.15423) 360 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.553930+0000 mgr.y (mgr.15423) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.634593+0000 mgr.y (mgr.15423) 362 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.643881+0000 mgr.y (mgr.15423) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:32.690489+0000 mgr.y (mgr.15423) 364 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.730390+0000 mgr.y (mgr.15423) 365 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.740712+0000 mgr.y (mgr.15423) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.807563+0000 mgr.y (mgr.15423) 367 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.821088+0000 mgr.y (mgr.15423) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.907073+0000 mgr.y (mgr.15423) 369 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:32.917671+0000 mgr.y (mgr.15423) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.003953+0000 mgr.y (mgr.15423) 371 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.013201+0000 mgr.y (mgr.15423) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.080809+0000 mgr.y (mgr.15423) 373 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.081221+0000 mgr.y (mgr.15423) 374 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:34.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.093135+0000 mgr.y (mgr.15423) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.160091+0000 mgr.y (mgr.15423) 376 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.168243+0000 mgr.y (mgr.15423) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.464577+0000 mgr.y (mgr.15423) 357 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.472878+0000 mgr.y (mgr.15423) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cluster 2023-12-06T15:05:32.511682+0000 mgr.y (mgr.15423) 359 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.540861+0000 mgr.y (mgr.15423) 360 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.553930+0000 mgr.y (mgr.15423) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.634593+0000 mgr.y (mgr.15423) 362 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.643881+0000 mgr.y (mgr.15423) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:32.690489+0000 mgr.y (mgr.15423) 364 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:34.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.730390+0000 mgr.y (mgr.15423) 365 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.740712+0000 mgr.y (mgr.15423) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.807563+0000 mgr.y (mgr.15423) 367 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.821088+0000 mgr.y (mgr.15423) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.907073+0000 mgr.y (mgr.15423) 369 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:32.917671+0000 mgr.y (mgr.15423) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.003953+0000 mgr.y (mgr.15423) 371 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.013201+0000 mgr.y (mgr.15423) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.080809+0000 mgr.y (mgr.15423) 373 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.081221+0000 mgr.y (mgr.15423) 374 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.093135+0000 mgr.y (mgr.15423) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.160091+0000 mgr.y (mgr.15423) 376 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.168243+0000 mgr.y (mgr.15423) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.251495+0000 mgr.y (mgr.15423) 378 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.261920+0000 mgr.y (mgr.15423) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.330012+0000 mgr.y (mgr.15423) 380 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.341040+0000 mgr.y (mgr.15423) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.401699+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.403953+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.406498+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.407596+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.414164+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.532639+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.535922+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.539569+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.540817+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.549698+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.631696+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.634684+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.640662+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.641652+0000 mon.a (mon.0) 2611 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.647450+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.730577+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.251495+0000 mgr.y (mgr.15423) 378 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.261920+0000 mgr.y (mgr.15423) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.330012+0000 mgr.y (mgr.15423) 380 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.341040+0000 mgr.y (mgr.15423) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.401699+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.403953+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.406498+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.407596+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.414164+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.532639+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.535922+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.539569+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.540817+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.549698+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.631696+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.634684+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.640662+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.641652+0000 mon.a (mon.0) 2611 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.647450+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.730577+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.733149+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.737421+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.738546+0000 mon.a (mon.0) 2616 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.746929+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.826344+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.829164+0000 mon.a (mon.0) 2619 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.832092+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.833230+0000 mon.a (mon.0) 2621 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.842039+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.920190+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.922848+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.925887+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.926730+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.933779+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:33.957029+0000 mon.a (mon.0) 2628 : audit [DBG] from='client.? 172.21.15.116:0/3623432876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.012729+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.015821+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.018695+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.019722+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.733149+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.737421+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.738546+0000 mon.a (mon.0) 2616 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.746929+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.826344+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.829164+0000 mon.a (mon.0) 2619 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.832092+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.833230+0000 mon.a (mon.0) 2621 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.842039+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.920190+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.922848+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.925887+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.926730+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.933779+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:33.957029+0000 mon.a (mon.0) 2628 : audit [DBG] from='client.? 172.21.15.116:0/3623432876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.012729+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.015821+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.018695+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.019722+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.028717+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.088825+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.090920+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.093028+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.093789+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.104212+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.167955+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.171360+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.175405+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.176729+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.186527+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.275043+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.278450+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.282240+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.283948+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[25098]: audit 2023-12-06T15:05:34.291579+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.028717+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.088825+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.090920+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.093028+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.093789+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.104212+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.167955+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.171360+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.175405+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.176729+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.186527+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.275043+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.278450+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.282240+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.283948+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:34.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:34 smithi116 bash[30871]: audit 2023-12-06T15:05:34.291579+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:34.818 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:05:34.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[66037]: debug 2023-12-06T15:05:34.717+0000 7fc2989f1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:05:34.943 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:34 smithi150 bash[66037]: debug 2023-12-06T15:05:34.833+0000 7fc2989f1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.404819+0000 mgr.y (mgr.15423) 382 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.414610+0000 mgr.y (mgr.15423) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:33.466804+0000 mgr.y (mgr.15423) 384 : audit [DBG] from='client.25477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.537227+0000 mgr.y (mgr.15423) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.550449+0000 mgr.y (mgr.15423) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.635488+0000 mgr.y (mgr.15423) 387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.648001+0000 mgr.y (mgr.15423) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.734531+0000 mgr.y (mgr.15423) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.747575+0000 mgr.y (mgr.15423) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.830300+0000 mgr.y (mgr.15423) 391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.842864+0000 mgr.y (mgr.15423) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.923831+0000 mgr.y (mgr.15423) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:33.934312+0000 mgr.y (mgr.15423) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.016816+0000 mgr.y (mgr.15423) 395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.029255+0000 mgr.y (mgr.15423) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.091704+0000 mgr.y (mgr.15423) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.104829+0000 mgr.y (mgr.15423) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.172601+0000 mgr.y (mgr.15423) 399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.193543+0000 mgr.y (mgr.15423) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.279794+0000 mgr.y (mgr.15423) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.291977+0000 mgr.y (mgr.15423) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.348177+0000 mgr.y (mgr.15423) 403 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:35.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.377357+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.379175+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.379786+0000 mgr.y (mgr.15423) 404 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.381644+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.382357+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.387238+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.387672+0000 mgr.y (mgr.15423) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.450363+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.454258+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.458068+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.459051+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.465114+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.527869+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.530373+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.533800+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.535079+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.542059+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.624400+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.628228+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.631198+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.632250+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.638808+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.718565+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.720770+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.723141+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.723925+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.729281+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.809896+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.812166+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.814755+0000 mon.a (mon.0) 2676 : audit [DBG] from='client.? 172.21.15.116:0/3436351811' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.814980+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.816039+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.822157+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.904961+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.907923+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.911036+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.912296+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:34.920839+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.004064+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.006104+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.008444+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.009236+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.014880+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.096868+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.100324+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.103807+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.105203+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.114442+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.195252+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.197757+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.200765+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.201759+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.207724+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.289349+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.291654+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.294298+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.295273+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[25098]: audit 2023-12-06T15:05:35.302968+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.404819+0000 mgr.y (mgr.15423) 382 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.414610+0000 mgr.y (mgr.15423) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:33.466804+0000 mgr.y (mgr.15423) 384 : audit [DBG] from='client.25477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.537227+0000 mgr.y (mgr.15423) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.550449+0000 mgr.y (mgr.15423) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.635488+0000 mgr.y (mgr.15423) 387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.648001+0000 mgr.y (mgr.15423) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.734531+0000 mgr.y (mgr.15423) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.747575+0000 mgr.y (mgr.15423) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.830300+0000 mgr.y (mgr.15423) 391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.842864+0000 mgr.y (mgr.15423) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.923831+0000 mgr.y (mgr.15423) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:33.934312+0000 mgr.y (mgr.15423) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.016816+0000 mgr.y (mgr.15423) 395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.029255+0000 mgr.y (mgr.15423) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.091704+0000 mgr.y (mgr.15423) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.104829+0000 mgr.y (mgr.15423) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.172601+0000 mgr.y (mgr.15423) 399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.193543+0000 mgr.y (mgr.15423) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.279794+0000 mgr.y (mgr.15423) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.291977+0000 mgr.y (mgr.15423) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.348177+0000 mgr.y (mgr.15423) 403 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.377357+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.379175+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.379786+0000 mgr.y (mgr.15423) 404 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.381644+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.382357+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.387238+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.387672+0000 mgr.y (mgr.15423) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.450363+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.454258+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.458068+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.459051+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.465114+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.527869+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.530373+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.533800+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.535079+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.542059+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.624400+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.628228+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.631198+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.632250+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.638808+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.718565+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.720770+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.723141+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.723925+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.729281+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.809896+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.812166+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.814755+0000 mon.a (mon.0) 2676 : audit [DBG] from='client.? 172.21.15.116:0/3436351811' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.814980+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.816039+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.822157+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.904961+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.907923+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.911036+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.912296+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:34.920839+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.004064+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.006104+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.008444+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.009236+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.014880+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.096868+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.100324+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.103807+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.105203+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.114442+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.195252+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.197757+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.200765+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.201759+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.207724+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.289349+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.291654+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.294298+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.295273+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:35 smithi116 bash[30871]: audit 2023-12-06T15:05:35.302968+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.683 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[66037]: debug 2023-12-06T15:05:35.321+0000 7fc2989f1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:05:35.683 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[66037]: debug 2023-12-06T15:05:35.549+0000 7fc2989f1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.404819+0000 mgr.y (mgr.15423) 382 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.414610+0000 mgr.y (mgr.15423) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:33.466804+0000 mgr.y (mgr.15423) 384 : audit [DBG] from='client.25477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.537227+0000 mgr.y (mgr.15423) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.550449+0000 mgr.y (mgr.15423) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.635488+0000 mgr.y (mgr.15423) 387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.648001+0000 mgr.y (mgr.15423) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.684 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.734531+0000 mgr.y (mgr.15423) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.747575+0000 mgr.y (mgr.15423) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.830300+0000 mgr.y (mgr.15423) 391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.842864+0000 mgr.y (mgr.15423) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.923831+0000 mgr.y (mgr.15423) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:33.934312+0000 mgr.y (mgr.15423) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.016816+0000 mgr.y (mgr.15423) 395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.029255+0000 mgr.y (mgr.15423) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.091704+0000 mgr.y (mgr.15423) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.104829+0000 mgr.y (mgr.15423) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.172601+0000 mgr.y (mgr.15423) 399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.193543+0000 mgr.y (mgr.15423) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.279794+0000 mgr.y (mgr.15423) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.291977+0000 mgr.y (mgr.15423) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.348177+0000 mgr.y (mgr.15423) 403 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:35.685 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.377357+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.379175+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.379786+0000 mgr.y (mgr.15423) 404 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.381644+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.382357+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.387238+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.387672+0000 mgr.y (mgr.15423) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.450363+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.454258+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.458068+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.459051+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.465114+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.527869+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.686 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.530373+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.533800+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.535079+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.542059+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.624400+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.628228+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.631198+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.632250+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.638808+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.718565+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.720770+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.723141+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.723925+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.729281+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.687 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.809896+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.812166+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.814755+0000 mon.a (mon.0) 2676 : audit [DBG] from='client.? 172.21.15.116:0/3436351811' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.814980+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.816039+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.822157+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.904961+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.907923+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.911036+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.912296+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:34.920839+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.004064+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.006104+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.008444+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.009236+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.014880+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.096868+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.100324+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.103807+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.105203+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.114442+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.195252+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.197757+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.200765+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.201759+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.207724+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.289349+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.291654+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.294298+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.295273+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:35.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:35 smithi150 bash[25259]: audit 2023-12-06T15:05:35.302968+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.371 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[66037]: debug 2023-12-06T15:05:36.017+0000 7fc2989f1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.455595+0000 mgr.y (mgr.15423) 406 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.465623+0000 mgr.y (mgr.15423) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cluster 2023-12-06T15:05:34.512711+0000 mgr.y (mgr.15423) 408 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.531560+0000 mgr.y (mgr.15423) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.542827+0000 mgr.y (mgr.15423) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.629387+0000 mgr.y (mgr.15423) 411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.639319+0000 mgr.y (mgr.15423) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.721581+0000 mgr.y (mgr.15423) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.729700+0000 mgr.y (mgr.15423) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.813141+0000 mgr.y (mgr.15423) 415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.822713+0000 mgr.y (mgr.15423) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.909183+0000 mgr.y (mgr.15423) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:34.921524+0000 mgr.y (mgr.15423) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.006869+0000 mgr.y (mgr.15423) 419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.015520+0000 mgr.y (mgr.15423) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.101485+0000 mgr.y (mgr.15423) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.115129+0000 mgr.y (mgr.15423) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.198898+0000 mgr.y (mgr.15423) 423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.208296+0000 mgr.y (mgr.15423) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.292677+0000 mgr.y (mgr.15423) 425 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.303540+0000 mgr.y (mgr.15423) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.386481+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.455595+0000 mgr.y (mgr.15423) 406 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.465623+0000 mgr.y (mgr.15423) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cluster 2023-12-06T15:05:34.512711+0000 mgr.y (mgr.15423) 408 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.531560+0000 mgr.y (mgr.15423) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.542827+0000 mgr.y (mgr.15423) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.629387+0000 mgr.y (mgr.15423) 411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.639319+0000 mgr.y (mgr.15423) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.721581+0000 mgr.y (mgr.15423) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.729700+0000 mgr.y (mgr.15423) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.813141+0000 mgr.y (mgr.15423) 415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.822713+0000 mgr.y (mgr.15423) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.909183+0000 mgr.y (mgr.15423) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:34.921524+0000 mgr.y (mgr.15423) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.006869+0000 mgr.y (mgr.15423) 419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.015520+0000 mgr.y (mgr.15423) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.101485+0000 mgr.y (mgr.15423) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.115129+0000 mgr.y (mgr.15423) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.198898+0000 mgr.y (mgr.15423) 423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.208296+0000 mgr.y (mgr.15423) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.292677+0000 mgr.y (mgr.15423) 425 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.303540+0000 mgr.y (mgr.15423) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.386481+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.388515+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.389216+0000 mgr.y (mgr.15423) 427 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.390717+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.391484+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.397296+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.397719+0000 mgr.y (mgr.15423) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.475097+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.478063+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.481529+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.482893+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.490981+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.568729+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.571582+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.575329+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.576639+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.585980+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.664097+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.667162+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.671153+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.388515+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.389216+0000 mgr.y (mgr.15423) 427 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.390717+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.391484+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.397296+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.397719+0000 mgr.y (mgr.15423) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.475097+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.478063+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.481529+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.482893+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.490981+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.568729+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.571582+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.575329+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.576639+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.585980+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.664097+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.667162+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.671153+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.672552+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.680316+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.758878+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.761323+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.764327+0000 mon.a (mon.0) 2727 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.765307+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.774881+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.857930+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.860607+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.864562+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.865749+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.873459+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.953751+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.956436+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.959717+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.960787+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:35.968064+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.052402+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.054778+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.056866+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.057667+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.063735+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.127033+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.129305+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.133299+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.134600+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.144371+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.225618+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.227934+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.230652+0000 mon.a (mon.0) 2752 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.231508+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.237891+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.321191+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.323291+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.327094+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.327918+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[25098]: audit 2023-12-06T15:05:36.335969+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.672552+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.680316+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.758878+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.761323+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.764327+0000 mon.a (mon.0) 2727 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.765307+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.774881+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.857930+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.860607+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.864562+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.865749+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.873459+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.953751+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.956436+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.959717+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.960787+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:35.968064+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.052402+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.054778+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.056866+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.057667+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.063735+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.127033+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.129305+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.133299+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.134600+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.144371+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.225618+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.227934+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.230652+0000 mon.a (mon.0) 2752 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.231508+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.237891+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.321191+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.323291+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.327094+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.327918+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:36 smithi116 bash[30871]: audit 2023-12-06T15:05:36.335969+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[66037]: debug 2023-12-06T15:05:36.529+0000 7fc2989f1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.455595+0000 mgr.y (mgr.15423) 406 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.465623+0000 mgr.y (mgr.15423) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cluster 2023-12-06T15:05:34.512711+0000 mgr.y (mgr.15423) 408 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.531560+0000 mgr.y (mgr.15423) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.542827+0000 mgr.y (mgr.15423) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.629387+0000 mgr.y (mgr.15423) 411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.639319+0000 mgr.y (mgr.15423) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.721581+0000 mgr.y (mgr.15423) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.729700+0000 mgr.y (mgr.15423) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.813141+0000 mgr.y (mgr.15423) 415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.822713+0000 mgr.y (mgr.15423) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.909183+0000 mgr.y (mgr.15423) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:34.921524+0000 mgr.y (mgr.15423) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.006869+0000 mgr.y (mgr.15423) 419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.015520+0000 mgr.y (mgr.15423) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.101485+0000 mgr.y (mgr.15423) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.115129+0000 mgr.y (mgr.15423) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.198898+0000 mgr.y (mgr.15423) 423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.208296+0000 mgr.y (mgr.15423) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.292677+0000 mgr.y (mgr.15423) 425 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.303540+0000 mgr.y (mgr.15423) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.386481+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.388515+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.389216+0000 mgr.y (mgr.15423) 427 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.390717+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.391484+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.397296+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.397719+0000 mgr.y (mgr.15423) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.475097+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.478063+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.481529+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.482893+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.490981+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.568729+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.571582+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.575329+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.576639+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.585980+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.664097+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.667162+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.671153+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.672552+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.680316+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.758878+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.761323+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.764327+0000 mon.a (mon.0) 2727 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.765307+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.774881+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.857930+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.860607+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.864562+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.865749+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.873459+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.953751+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.956436+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.959717+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.960787+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:35.968064+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.052402+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.054778+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.056866+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.057667+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.063735+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.127033+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.129305+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.133299+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.134600+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.144371+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.225618+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.227934+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.230652+0000 mon.a (mon.0) 2752 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.231508+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.237891+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.321191+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.323291+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.327094+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.327918+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:36.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:36 smithi150 bash[25259]: audit 2023-12-06T15:05:36.335969+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[66037]: debug 2023-12-06T15:05:37.093+0000 7fc2989f1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:05:37.581 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[66037]: debug 2023-12-06T15:05:37.209+0000 7fc2989f1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:05:37.582 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.479272+0000 mgr.y (mgr.15423) 429 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.582 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.491485+0000 mgr.y (mgr.15423) 430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.582 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.572789+0000 mgr.y (mgr.15423) 431 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.582 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.586627+0000 mgr.y (mgr.15423) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.582 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.668503+0000 mgr.y (mgr.15423) 433 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.582 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.681008+0000 mgr.y (mgr.15423) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.762362+0000 mgr.y (mgr.15423) 435 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.775495+0000 mgr.y (mgr.15423) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.861656+0000 mgr.y (mgr.15423) 437 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.873978+0000 mgr.y (mgr.15423) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.957680+0000 mgr.y (mgr.15423) 439 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:35.968652+0000 mgr.y (mgr.15423) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.055571+0000 mgr.y (mgr.15423) 441 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.064112+0000 mgr.y (mgr.15423) 442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.130479+0000 mgr.y (mgr.15423) 443 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.145029+0000 mgr.y (mgr.15423) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.228742+0000 mgr.y (mgr.15423) 445 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.238371+0000 mgr.y (mgr.15423) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.324171+0000 mgr.y (mgr.15423) 447 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.336614+0000 mgr.y (mgr.15423) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.583 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.418194+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.420826+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.424008+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.425156+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.433010+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.511348+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.514647+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.518488+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.519737+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.528229+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.612244+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.615798+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.618962+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.619961+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.627061+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.584 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.707676+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.709943+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.712413+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.713179+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.719233+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.796970+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.799380+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.802370+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.803395+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.809552+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.835940+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.843661+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.851813+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.892537+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.895428+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.585 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.898900+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.900466+0000 mon.a (mon.0) 2791 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.908528+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.986656+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.990694+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.994791+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:36.996079+0000 mon.a (mon.0) 2796 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.005104+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.082318+0000 mon.a (mon.0) 2798 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.085176+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.088455+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.089694+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.098172+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.173244+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.586 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.175767+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.179211+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.180352+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.189006+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.270512+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.273405+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.277857+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.279192+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.587 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[25259]: audit 2023-12-06T15:05:37.288085+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.479272+0000 mgr.y (mgr.15423) 429 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.491485+0000 mgr.y (mgr.15423) 430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.572789+0000 mgr.y (mgr.15423) 431 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.586627+0000 mgr.y (mgr.15423) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.668503+0000 mgr.y (mgr.15423) 433 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.681008+0000 mgr.y (mgr.15423) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.762362+0000 mgr.y (mgr.15423) 435 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.775495+0000 mgr.y (mgr.15423) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.861656+0000 mgr.y (mgr.15423) 437 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.873978+0000 mgr.y (mgr.15423) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.957680+0000 mgr.y (mgr.15423) 439 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:35.968652+0000 mgr.y (mgr.15423) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.055571+0000 mgr.y (mgr.15423) 441 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.064112+0000 mgr.y (mgr.15423) 442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.130479+0000 mgr.y (mgr.15423) 443 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.145029+0000 mgr.y (mgr.15423) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.228742+0000 mgr.y (mgr.15423) 445 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.238371+0000 mgr.y (mgr.15423) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.324171+0000 mgr.y (mgr.15423) 447 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.336614+0000 mgr.y (mgr.15423) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.418194+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.420826+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.479272+0000 mgr.y (mgr.15423) 429 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.491485+0000 mgr.y (mgr.15423) 430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.572789+0000 mgr.y (mgr.15423) 431 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.586627+0000 mgr.y (mgr.15423) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.668503+0000 mgr.y (mgr.15423) 433 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.681008+0000 mgr.y (mgr.15423) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.762362+0000 mgr.y (mgr.15423) 435 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.775495+0000 mgr.y (mgr.15423) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.861656+0000 mgr.y (mgr.15423) 437 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.873978+0000 mgr.y (mgr.15423) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.957680+0000 mgr.y (mgr.15423) 439 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:35.968652+0000 mgr.y (mgr.15423) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.055571+0000 mgr.y (mgr.15423) 441 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.064112+0000 mgr.y (mgr.15423) 442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.130479+0000 mgr.y (mgr.15423) 443 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.145029+0000 mgr.y (mgr.15423) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.228742+0000 mgr.y (mgr.15423) 445 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.238371+0000 mgr.y (mgr.15423) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.324171+0000 mgr.y (mgr.15423) 447 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.336614+0000 mgr.y (mgr.15423) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.418194+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.420826+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.424008+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.425156+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.433010+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.511348+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.514647+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.518488+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.519737+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.528229+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.612244+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.615798+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.618962+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.619961+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.627061+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.707676+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.709943+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.712413+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.713179+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.719233+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.796970+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.799380+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.802370+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.803395+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.809552+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.835940+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.843661+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.851813+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.892537+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.895428+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.898900+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.900466+0000 mon.a (mon.0) 2791 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.908528+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.986656+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.990694+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.994791+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:36.996079+0000 mon.a (mon.0) 2796 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.005104+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.082318+0000 mon.a (mon.0) 2798 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.085176+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.088455+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.424008+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.425156+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.433010+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.511348+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.514647+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.518488+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.519737+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.528229+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.612244+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.615798+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.618962+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.619961+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.627061+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.707676+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.709943+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.712413+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.713179+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.719233+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.796970+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.089694+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.098172+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.173244+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.175767+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.179211+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.180352+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.189006+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.270512+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.273405+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.277857+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.279192+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[25098]: audit 2023-12-06T15:05:37.288085+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.799380+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.802370+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.803395+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.809552+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.835940+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.843661+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.851813+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.892537+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.895428+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.898900+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.900466+0000 mon.a (mon.0) 2791 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.908528+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.986656+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.990694+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.994791+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:36.996079+0000 mon.a (mon.0) 2796 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.005104+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.082318+0000 mon.a (mon.0) 2798 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.085176+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.088455+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.089694+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.098172+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.173244+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.175767+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.179211+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.180352+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.189006+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.270512+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:37.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.273405+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:37.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.277857+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:37.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.279192+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:37.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:37 smithi116 bash[30871]: audit 2023-12-06T15:05:37.288085+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:37.848 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[66037]: debug 2023-12-06T15:05:37.573+0000 7fc2989f1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:05:37.848 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[66037]: debug 2023-12-06T15:05:37.697+0000 7fc2989f1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:05:38.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[66037]: debug 2023-12-06T15:05:37.841+0000 7fc2989f1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:38.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:37 smithi150 bash[66037]: debug 2023-12-06T15:05:37.965+0000 7fc2989f1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:05:38.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[66037]: debug 2023-12-06T15:05:38.089+0000 7fc2989f1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:05:38.664 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[66037]: debug 2023-12-06T15:05:38.305+0000 7fc2989f1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:05:38.664 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[66037]: debug 2023-12-06T15:05:38.425+0000 7fc2989f1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.421918+0000 mgr.y (mgr.15423) 449 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.433557+0000 mgr.y (mgr.15423) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cluster 2023-12-06T15:05:36.513230+0000 mgr.y (mgr.15423) 451 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.515815+0000 mgr.y (mgr.15423) 452 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.528939+0000 mgr.y (mgr.15423) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.616752+0000 mgr.y (mgr.15423) 454 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.629276+0000 mgr.y (mgr.15423) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.710815+0000 mgr.y (mgr.15423) 456 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.719694+0000 mgr.y (mgr.15423) 457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.800541+0000 mgr.y (mgr.15423) 458 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.810093+0000 mgr.y (mgr.15423) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.896702+0000 mgr.y (mgr.15423) 460 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.909258+0000 mgr.y (mgr.15423) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:36.992043+0000 mgr.y (mgr.15423) 462 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.005593+0000 mgr.y (mgr.15423) 463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.086395+0000 mgr.y (mgr.15423) 464 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.098691+0000 mgr.y (mgr.15423) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.176876+0000 mgr.y (mgr.15423) 466 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.189873+0000 mgr.y (mgr.15423) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.274804+0000 mgr.y (mgr.15423) 468 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.288954+0000 mgr.y (mgr.15423) 469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.367510+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.381635+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.382829+0000 mgr.y (mgr.15423) 470 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.384248+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.384947+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.389638+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.390009+0000 mgr.y (mgr.15423) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.452793+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.455377+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.458503+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.459510+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.467078+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.547128+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.549239+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.552348+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.553282+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.560800+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.641658+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.644122+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.647083+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.647973+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.653868+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.734807+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.738541+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.741992+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.743508+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.754640+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.834459+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.836706+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.839938+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.840872+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.848868+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.929245+0000 mon.a (mon.0) 2843 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.932169+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.934811+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.935723+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:37.943370+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.022468+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.024569+0000 mon.a (mon.0) 2849 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.028053+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.029133+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.038567+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.119345+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.121830+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.124834+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.126165+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.135428+0000 mon.a (mon.0) 2857 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.215103+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.218401+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.222666+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.223908+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.233749+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.313915+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.316637+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.319186+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.320127+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[25259]: audit 2023-12-06T15:05:38.327538+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.421918+0000 mgr.y (mgr.15423) 449 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.433557+0000 mgr.y (mgr.15423) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cluster 2023-12-06T15:05:36.513230+0000 mgr.y (mgr.15423) 451 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.515815+0000 mgr.y (mgr.15423) 452 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.528939+0000 mgr.y (mgr.15423) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.616752+0000 mgr.y (mgr.15423) 454 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.629276+0000 mgr.y (mgr.15423) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.710815+0000 mgr.y (mgr.15423) 456 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.719694+0000 mgr.y (mgr.15423) 457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.800541+0000 mgr.y (mgr.15423) 458 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.810093+0000 mgr.y (mgr.15423) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.896702+0000 mgr.y (mgr.15423) 460 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.909258+0000 mgr.y (mgr.15423) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:36.992043+0000 mgr.y (mgr.15423) 462 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.005593+0000 mgr.y (mgr.15423) 463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.086395+0000 mgr.y (mgr.15423) 464 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.098691+0000 mgr.y (mgr.15423) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.176876+0000 mgr.y (mgr.15423) 466 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.189873+0000 mgr.y (mgr.15423) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.274804+0000 mgr.y (mgr.15423) 468 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.288954+0000 mgr.y (mgr.15423) 469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.367510+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.421918+0000 mgr.y (mgr.15423) 449 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.433557+0000 mgr.y (mgr.15423) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cluster 2023-12-06T15:05:36.513230+0000 mgr.y (mgr.15423) 451 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.515815+0000 mgr.y (mgr.15423) 452 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.528939+0000 mgr.y (mgr.15423) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.616752+0000 mgr.y (mgr.15423) 454 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.629276+0000 mgr.y (mgr.15423) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.710815+0000 mgr.y (mgr.15423) 456 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.719694+0000 mgr.y (mgr.15423) 457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.800541+0000 mgr.y (mgr.15423) 458 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.810093+0000 mgr.y (mgr.15423) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.896702+0000 mgr.y (mgr.15423) 460 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.909258+0000 mgr.y (mgr.15423) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:36.992043+0000 mgr.y (mgr.15423) 462 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.005593+0000 mgr.y (mgr.15423) 463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.086395+0000 mgr.y (mgr.15423) 464 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.098691+0000 mgr.y (mgr.15423) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.176876+0000 mgr.y (mgr.15423) 466 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.189873+0000 mgr.y (mgr.15423) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.274804+0000 mgr.y (mgr.15423) 468 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.288954+0000 mgr.y (mgr.15423) 469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.367510+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.381635+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.382829+0000 mgr.y (mgr.15423) 470 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.384248+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.384947+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.389638+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.390009+0000 mgr.y (mgr.15423) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.452793+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.455377+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.458503+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.459510+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.467078+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.547128+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.549239+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.552348+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.553282+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.560800+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.641658+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.644122+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.647083+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.381635+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.382829+0000 mgr.y (mgr.15423) 470 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.384248+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.384947+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.389638+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.390009+0000 mgr.y (mgr.15423) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.452793+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.455377+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.458503+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.459510+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.467078+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.547128+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.549239+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.552348+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.553282+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.560800+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.641658+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.644122+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.647083+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.647973+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.653868+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.734807+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.738541+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.741992+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.743508+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.754640+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.834459+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.836706+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.839938+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.840872+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.848868+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.929245+0000 mon.a (mon.0) 2843 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.932169+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.934811+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.935723+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:37.943370+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.022468+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.024569+0000 mon.a (mon.0) 2849 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.028053+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.029133+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.038567+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.119345+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.121830+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.124834+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.126165+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.135428+0000 mon.a (mon.0) 2857 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.215103+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.218401+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.222666+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.223908+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.233749+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.313915+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.316637+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.319186+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.320127+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[25098]: audit 2023-12-06T15:05:38.327538+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.647973+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.653868+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.734807+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.738541+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.741992+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.743508+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.754640+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.834459+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.836706+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.839938+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.840872+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.848868+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.929245+0000 mon.a (mon.0) 2843 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.932169+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.934811+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.935723+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:37.943370+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.022468+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.024569+0000 mon.a (mon.0) 2849 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.028053+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.029133+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.038567+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.119345+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.121830+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.124834+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.126165+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.135428+0000 mon.a (mon.0) 2857 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.215103+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.218401+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.222666+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.223908+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.233749+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.313915+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.316637+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.319186+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.320127+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:38.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:38 smithi116 bash[30871]: audit 2023-12-06T15:05:38.327538+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:38.692 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:05:38 smithi150 bash[61850]: ts=2023-12-06T15:05: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.456365+0000 mgr.y (mgr.15423) 472 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.467662+0000 mgr.y (mgr.15423) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.550222+0000 mgr.y (mgr.15423) 474 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.561516+0000 mgr.y (mgr.15423) 475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:37.567197+0000 mgr.y (mgr.15423) 476 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.645271+0000 mgr.y (mgr.15423) 477 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.654836+0000 mgr.y (mgr.15423) 478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.739943+0000 mgr.y (mgr.15423) 479 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.755317+0000 mgr.y (mgr.15423) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.837668+0000 mgr.y (mgr.15423) 481 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.849409+0000 mgr.y (mgr.15423) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.933221+0000 mgr.y (mgr.15423) 483 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:37.943787+0000 mgr.y (mgr.15423) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.025658+0000 mgr.y (mgr.15423) 485 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.039008+0000 mgr.y (mgr.15423) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.122903+0000 mgr.y (mgr.15423) 487 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.136006+0000 mgr.y (mgr.15423) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.219750+0000 mgr.y (mgr.15423) 489 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.234366+0000 mgr.y (mgr.15423) 490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.317525+0000 mgr.y (mgr.15423) 491 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.327940+0000 mgr.y (mgr.15423) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.456365+0000 mgr.y (mgr.15423) 472 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.467662+0000 mgr.y (mgr.15423) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.550222+0000 mgr.y (mgr.15423) 474 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.561516+0000 mgr.y (mgr.15423) 475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:37.567197+0000 mgr.y (mgr.15423) 476 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.645271+0000 mgr.y (mgr.15423) 477 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.654836+0000 mgr.y (mgr.15423) 478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.739943+0000 mgr.y (mgr.15423) 479 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.755317+0000 mgr.y (mgr.15423) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.837668+0000 mgr.y (mgr.15423) 481 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.849409+0000 mgr.y (mgr.15423) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.933221+0000 mgr.y (mgr.15423) 483 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:37.943787+0000 mgr.y (mgr.15423) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.025658+0000 mgr.y (mgr.15423) 485 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.039008+0000 mgr.y (mgr.15423) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.122903+0000 mgr.y (mgr.15423) 487 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.136006+0000 mgr.y (mgr.15423) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.219750+0000 mgr.y (mgr.15423) 489 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.234366+0000 mgr.y (mgr.15423) 490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.317525+0000 mgr.y (mgr.15423) 491 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.327940+0000 mgr.y (mgr.15423) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.402480+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.404792+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.407286+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.408186+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.414117+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.493638+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.497942+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.501364+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.502650+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.509753+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.590364+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.593113+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.596761+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.597894+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.606809+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.689377+0000 mon.a (mon.0) 2883 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.691473+0000 mon.a (mon.0) 2884 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.694103+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.694994+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.702518+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.402480+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.404792+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.407286+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.408186+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.414117+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.493638+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.497942+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.501364+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.502650+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.509753+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.590364+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.593113+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.596761+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.597894+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.606809+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.689377+0000 mon.a (mon.0) 2883 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.691473+0000 mon.a (mon.0) 2884 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.694103+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.694994+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.702518+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.785399+0000 mon.a (mon.0) 2888 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.788089+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.791151+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.792199+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.800161+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.879039+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.881815+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.885296+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.886653+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.894008+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.976881+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.979638+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.982699+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.983945+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:38.990665+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.073017+0000 mon.a (mon.0) 2903 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.076379+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.079049+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.079983+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.785399+0000 mon.a (mon.0) 2888 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.788089+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.791151+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.792199+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.800161+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.879039+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.881815+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.885296+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.886653+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.894008+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.976881+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.979638+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.982699+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.983945+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:38.990665+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.073017+0000 mon.a (mon.0) 2903 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.076379+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.079049+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.079983+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.087722+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.167771+0000 mon.a (mon.0) 2908 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.170569+0000 mon.a (mon.0) 2909 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.174691+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.175804+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.181995+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.262064+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.265216+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.268643+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.269676+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.277277+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.357572+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.359606+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.363052+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.364214+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[30871]: audit 2023-12-06T15:05:39.371945+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.087722+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.167771+0000 mon.a (mon.0) 2908 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.170569+0000 mon.a (mon.0) 2909 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.174691+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.175804+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.181995+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.262064+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.265216+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.268643+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.269676+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.277277+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.357572+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.359606+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.363052+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.364214+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:39 smithi116 bash[25098]: audit 2023-12-06T15:05:39.371945+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.456365+0000 mgr.y (mgr.15423) 472 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.467662+0000 mgr.y (mgr.15423) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.550222+0000 mgr.y (mgr.15423) 474 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.561516+0000 mgr.y (mgr.15423) 475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:37.567197+0000 mgr.y (mgr.15423) 476 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.645271+0000 mgr.y (mgr.15423) 477 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.654836+0000 mgr.y (mgr.15423) 478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.739943+0000 mgr.y (mgr.15423) 479 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.755317+0000 mgr.y (mgr.15423) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.837668+0000 mgr.y (mgr.15423) 481 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.849409+0000 mgr.y (mgr.15423) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.933221+0000 mgr.y (mgr.15423) 483 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:37.943787+0000 mgr.y (mgr.15423) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.025658+0000 mgr.y (mgr.15423) 485 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.039008+0000 mgr.y (mgr.15423) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.122903+0000 mgr.y (mgr.15423) 487 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.136006+0000 mgr.y (mgr.15423) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.219750+0000 mgr.y (mgr.15423) 489 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.234366+0000 mgr.y (mgr.15423) 490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.317525+0000 mgr.y (mgr.15423) 491 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.327940+0000 mgr.y (mgr.15423) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.402480+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.404792+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.407286+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.408186+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.414117+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.493638+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.497942+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.501364+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.502650+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.509753+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.590364+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.593113+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.596761+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.597894+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.606809+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.689377+0000 mon.a (mon.0) 2883 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.691473+0000 mon.a (mon.0) 2884 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.694103+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.694994+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.702518+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.785399+0000 mon.a (mon.0) 2888 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.788089+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.791151+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.792199+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.800161+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.879039+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.881815+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.885296+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.886653+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.894008+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.976881+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.979638+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.982699+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.983945+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:38.990665+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.073017+0000 mon.a (mon.0) 2903 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.076379+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.079049+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.079983+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.087722+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.167771+0000 mon.a (mon.0) 2908 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.170569+0000 mon.a (mon.0) 2909 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.174691+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.175804+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.181995+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.262064+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.265216+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.268643+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.269676+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.277277+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.357572+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.359606+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:39.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.363052+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:39.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.364214+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:39.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[25259]: audit 2023-12-06T15:05:39.371945+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.151 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[66037]: debug 2023-12-06T15:05:39.700+0000 7fc2989f1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:05:40.152 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[66037]: [06/Dec/2023:15:05:39] ENGINE Bus STARTING 2023-12-06T15:05:40.152 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[66037]: CherryPy Checker: 2023-12-06T15:05:40.152 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[66037]: The Application mounted at '' has an empty config. 2023-12-06T15:05:40.152 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[66037]: [06/Dec/2023:15:05:39] ENGINE Serving on http://:::9283 2023-12-06T15:05:40.152 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:39 smithi150 bash[66037]: [06/Dec/2023:15:05:39] ENGINE Bus STARTED 2023-12-06T15:05:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.405661+0000 mgr.y (mgr.15423) 493 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.414712+0000 mgr.y (mgr.15423) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.499396+0000 mgr.y (mgr.15423) 495 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.510149+0000 mgr.y (mgr.15423) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cluster 2023-12-06T15:05:38.514799+0000 mgr.y (mgr.15423) 497 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.594456+0000 mgr.y (mgr.15423) 498 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.607404+0000 mgr.y (mgr.15423) 499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.692357+0000 mgr.y (mgr.15423) 500 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.703210+0000 mgr.y (mgr.15423) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.789255+0000 mgr.y (mgr.15423) 502 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.800682+0000 mgr.y (mgr.15423) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.883127+0000 mgr.y (mgr.15423) 504 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.894596+0000 mgr.y (mgr.15423) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.980974+0000 mgr.y (mgr.15423) 506 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:38.991125+0000 mgr.y (mgr.15423) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.077387+0000 mgr.y (mgr.15423) 508 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.088457+0000 mgr.y (mgr.15423) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.171802+0000 mgr.y (mgr.15423) 510 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.182558+0000 mgr.y (mgr.15423) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.266448+0000 mgr.y (mgr.15423) 512 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.277929+0000 mgr.y (mgr.15423) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.360812+0000 mgr.y (mgr.15423) 514 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.372564+0000 mgr.y (mgr.15423) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.454793+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.457009+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.460475+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.461434+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.471163+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.533393+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.536290+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.539258+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.540134+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.545438+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.626137+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.628690+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.631529+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.632335+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.637912+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cluster 2023-12-06T15:05:39.705597+0000 mon.a (mon.0) 2938 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: cluster 2023-12-06T15:05:39.705738+0000 mon.a (mon.0) 2939 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.709022+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.709849+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.715678+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:40.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.717549+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.718607+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.720934+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.723688+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.724658+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.730851+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.810356+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.812379+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.815383+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.816464+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.824754+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.908464+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.910834+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.913962+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.915078+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:39.921198+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.003383+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.006215+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.009062+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.010231+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.019694+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.101064+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.103100+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.105818+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.106654+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.115183+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.177015+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.179752+0000 mon.a (mon.0) 2966 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.182809+0000 mon.a (mon.0) 2967 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.183788+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.191120+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.268642+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.271930+0000 mon.a (mon.0) 2971 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.275869+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.277269+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.286844+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.367777+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.369909+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.372860+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:40 smithi150 bash[25259]: audit 2023-12-06T15:05:40.373681+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.405661+0000 mgr.y (mgr.15423) 493 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.414712+0000 mgr.y (mgr.15423) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.499396+0000 mgr.y (mgr.15423) 495 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.510149+0000 mgr.y (mgr.15423) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cluster 2023-12-06T15:05:38.514799+0000 mgr.y (mgr.15423) 497 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.594456+0000 mgr.y (mgr.15423) 498 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.607404+0000 mgr.y (mgr.15423) 499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.692357+0000 mgr.y (mgr.15423) 500 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.703210+0000 mgr.y (mgr.15423) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.789255+0000 mgr.y (mgr.15423) 502 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.800682+0000 mgr.y (mgr.15423) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.883127+0000 mgr.y (mgr.15423) 504 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.894596+0000 mgr.y (mgr.15423) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.980974+0000 mgr.y (mgr.15423) 506 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:38.991125+0000 mgr.y (mgr.15423) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.077387+0000 mgr.y (mgr.15423) 508 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.088457+0000 mgr.y (mgr.15423) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.171802+0000 mgr.y (mgr.15423) 510 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.182558+0000 mgr.y (mgr.15423) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.266448+0000 mgr.y (mgr.15423) 512 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.277929+0000 mgr.y (mgr.15423) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.360812+0000 mgr.y (mgr.15423) 514 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.372564+0000 mgr.y (mgr.15423) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.454793+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.457009+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.460475+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.461434+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.471163+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.533393+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.536290+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.539258+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.540134+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.545438+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.626137+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.628690+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.631529+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.632335+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.637912+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cluster 2023-12-06T15:05:39.705597+0000 mon.a (mon.0) 2938 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: cluster 2023-12-06T15:05:39.705738+0000 mon.a (mon.0) 2939 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.709022+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.709849+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.715678+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.717549+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.718607+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.720934+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.723688+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.724658+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.730851+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.810356+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.812379+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.815383+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.816464+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.824754+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.908464+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.910834+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.913962+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.915078+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:39.921198+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.003383+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.006215+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.009062+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.010231+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.019694+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.101064+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.103100+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.105818+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.106654+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.115183+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.177015+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.179752+0000 mon.a (mon.0) 2966 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.182809+0000 mon.a (mon.0) 2967 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.183788+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.191120+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.268642+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.271930+0000 mon.a (mon.0) 2971 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.275869+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.277269+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.286844+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.367777+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.369909+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.372860+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[30871]: audit 2023-12-06T15:05:40.373681+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.405661+0000 mgr.y (mgr.15423) 493 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.414712+0000 mgr.y (mgr.15423) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.499396+0000 mgr.y (mgr.15423) 495 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.510149+0000 mgr.y (mgr.15423) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cluster 2023-12-06T15:05:38.514799+0000 mgr.y (mgr.15423) 497 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.594456+0000 mgr.y (mgr.15423) 498 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.607404+0000 mgr.y (mgr.15423) 499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.692357+0000 mgr.y (mgr.15423) 500 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.703210+0000 mgr.y (mgr.15423) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.789255+0000 mgr.y (mgr.15423) 502 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.800682+0000 mgr.y (mgr.15423) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.883127+0000 mgr.y (mgr.15423) 504 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.894596+0000 mgr.y (mgr.15423) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.980974+0000 mgr.y (mgr.15423) 506 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:38.991125+0000 mgr.y (mgr.15423) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.077387+0000 mgr.y (mgr.15423) 508 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.088457+0000 mgr.y (mgr.15423) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.171802+0000 mgr.y (mgr.15423) 510 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.182558+0000 mgr.y (mgr.15423) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.266448+0000 mgr.y (mgr.15423) 512 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.277929+0000 mgr.y (mgr.15423) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.360812+0000 mgr.y (mgr.15423) 514 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.372564+0000 mgr.y (mgr.15423) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:40.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.454793+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.457009+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.460475+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.461434+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.471163+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.533393+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.536290+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.539258+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.540134+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.545438+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.626137+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.628690+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.631529+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.632335+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.637912+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cluster 2023-12-06T15:05:39.705597+0000 mon.a (mon.0) 2938 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: cluster 2023-12-06T15:05:39.705738+0000 mon.a (mon.0) 2939 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.709022+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.709849+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.715678+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.717549+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.718607+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.? 172.21.15.150:0/3645104909' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.720934+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.723688+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.724658+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.730851+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.810356+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.812379+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.815383+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.816464+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.824754+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.908464+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.910834+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.913962+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.915078+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:39.921198+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.003383+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.006215+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.009062+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.010231+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.019694+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.101064+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.103100+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.105818+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.106654+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.115183+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.177015+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.179752+0000 mon.a (mon.0) 2966 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.182809+0000 mon.a (mon.0) 2967 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.183788+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.191120+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.268642+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.271930+0000 mon.a (mon.0) 2971 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.275869+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.277269+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.286844+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:40.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.367777+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:40.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.369909+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:40.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.372860+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:40.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:40 smithi116 bash[25098]: audit 2023-12-06T15:05:40.373681+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.458027+0000 mgr.y (mgr.15423) 516 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.471768+0000 mgr.y (mgr.15423) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.537279+0000 mgr.y (mgr.15423) 518 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.545856+0000 mgr.y (mgr.15423) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.629734+0000 mgr.y (mgr.15423) 520 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.638392+0000 mgr.y (mgr.15423) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.721735+0000 mgr.y (mgr.15423) 522 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.731390+0000 mgr.y (mgr.15423) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.813203+0000 mgr.y (mgr.15423) 524 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.825463+0000 mgr.y (mgr.15423) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.912055+0000 mgr.y (mgr.15423) 526 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:39.922020+0000 mgr.y (mgr.15423) 527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.007214+0000 mgr.y (mgr.15423) 528 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.020354+0000 mgr.y (mgr.15423) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.103886+0000 mgr.y (mgr.15423) 530 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.115783+0000 mgr.y (mgr.15423) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.180800+0000 mgr.y (mgr.15423) 532 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.191685+0000 mgr.y (mgr.15423) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.273281+0000 mgr.y (mgr.15423) 534 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.287606+0000 mgr.y (mgr.15423) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.370768+0000 mgr.y (mgr.15423) 536 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.380689+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.458027+0000 mgr.y (mgr.15423) 516 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.471768+0000 mgr.y (mgr.15423) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.537279+0000 mgr.y (mgr.15423) 518 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.545856+0000 mgr.y (mgr.15423) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.629734+0000 mgr.y (mgr.15423) 520 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.638392+0000 mgr.y (mgr.15423) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.721735+0000 mgr.y (mgr.15423) 522 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.731390+0000 mgr.y (mgr.15423) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.813203+0000 mgr.y (mgr.15423) 524 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.825463+0000 mgr.y (mgr.15423) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.912055+0000 mgr.y (mgr.15423) 526 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:39.922020+0000 mgr.y (mgr.15423) 527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.007214+0000 mgr.y (mgr.15423) 528 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.020354+0000 mgr.y (mgr.15423) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.103886+0000 mgr.y (mgr.15423) 530 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.115783+0000 mgr.y (mgr.15423) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.180800+0000 mgr.y (mgr.15423) 532 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.191685+0000 mgr.y (mgr.15423) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.273281+0000 mgr.y (mgr.15423) 534 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.287606+0000 mgr.y (mgr.15423) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.370768+0000 mgr.y (mgr.15423) 536 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.380689+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.381496+0000 mgr.y (mgr.15423) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.468799+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.471319+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.474100+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.475311+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.481653+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.561677+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.563893+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.566508+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.567402+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.575015+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: cluster 2023-12-06T15:05:40.651785+0000 mon.a (mon.0) 2990 : cluster [DBG] mgrmap e36: y(active, since 74s), standbys: x 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.662906+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.664695+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.667817+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.668843+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.675368+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.754626+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.757206+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.760638+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.381496+0000 mgr.y (mgr.15423) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.468799+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.471319+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.474100+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.475311+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.481653+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.561677+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.563893+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.566508+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.567402+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.575015+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: cluster 2023-12-06T15:05:40.651785+0000 mon.a (mon.0) 2990 : cluster [DBG] mgrmap e36: y(active, since 74s), standbys: x 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.662906+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.664695+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.667817+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.668843+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.675368+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.754626+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.757206+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.760638+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.761477+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.769068+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.846315+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.849211+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.852319+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.853512+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.862381+0000 mon.a (mon.0) 3005 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.944902+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.946829+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.949270+0000 mon.a (mon.0) 3008 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.950014+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:40.956365+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.038639+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.040814+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.043537+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.044654+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.052536+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.130315+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.132350+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.761477+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.769068+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.846315+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.849211+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.852319+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.853512+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.862381+0000 mon.a (mon.0) 3005 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.944902+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.946829+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.949270+0000 mon.a (mon.0) 3008 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.950014+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:40.956365+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.038639+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.040814+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.043537+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.044654+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.052536+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.130315+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.132350+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.135268+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.136130+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.144099+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.228136+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.230550+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.234035+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.235450+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.245483+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.278021+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.284017+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.289966+0000 mon.a (mon.0) 3028 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.309114+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.311959+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.313386+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[25098]: audit 2023-12-06T15:05:41.314237+0000 mon.a (mon.0) 3032 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.135268+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.136130+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.144099+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.228136+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.230550+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.234035+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.235450+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.245483+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.278021+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.284017+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.289966+0000 mon.a (mon.0) 3028 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.309114+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.311959+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.313386+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:05:41.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:41 smithi116 bash[30871]: audit 2023-12-06T15:05:41.314237+0000 mon.a (mon.0) 3032 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T15:05:41.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.458027+0000 mgr.y (mgr.15423) 516 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.471768+0000 mgr.y (mgr.15423) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.537279+0000 mgr.y (mgr.15423) 518 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.545856+0000 mgr.y (mgr.15423) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.629734+0000 mgr.y (mgr.15423) 520 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.638392+0000 mgr.y (mgr.15423) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.721735+0000 mgr.y (mgr.15423) 522 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.731390+0000 mgr.y (mgr.15423) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.813203+0000 mgr.y (mgr.15423) 524 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.825463+0000 mgr.y (mgr.15423) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.912055+0000 mgr.y (mgr.15423) 526 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:39.922020+0000 mgr.y (mgr.15423) 527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.007214+0000 mgr.y (mgr.15423) 528 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.020354+0000 mgr.y (mgr.15423) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.103886+0000 mgr.y (mgr.15423) 530 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.115783+0000 mgr.y (mgr.15423) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.180800+0000 mgr.y (mgr.15423) 532 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.191685+0000 mgr.y (mgr.15423) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.273281+0000 mgr.y (mgr.15423) 534 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.287606+0000 mgr.y (mgr.15423) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.370768+0000 mgr.y (mgr.15423) 536 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.380689+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.381496+0000 mgr.y (mgr.15423) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.468799+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.471319+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.474100+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.475311+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.481653+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.561677+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.563893+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.566508+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.567402+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.575015+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: cluster 2023-12-06T15:05:40.651785+0000 mon.a (mon.0) 2990 : cluster [DBG] mgrmap e36: y(active, since 74s), standbys: x 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.662906+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.664695+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.667817+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.668843+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.675368+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.754626+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.757206+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.760638+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.761477+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.769068+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.846315+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.849211+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.852319+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.853512+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.862381+0000 mon.a (mon.0) 3005 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.944902+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.946829+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.949270+0000 mon.a (mon.0) 3008 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.950014+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:40.956365+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.038639+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.040814+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.043537+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.044654+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.052536+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.130315+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.132350+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.135268+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.136130+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.144099+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.228136+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.230550+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.234035+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.235450+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.245483+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.278021+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.284017+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.289966+0000 mon.a (mon.0) 3028 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.309114+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.311959+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.313386+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:05:41.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:41 smithi150 bash[25259]: audit 2023-12-06T15:05:41.314237+0000 mon.a (mon.0) 3032 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T15:05:42.395 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.472290+0000 mgr.y (mgr.15423) 538 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:42.395 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.482140+0000 mgr.y (mgr.15423) 539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:05:42] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.33.4" 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cluster 2023-12-06T15:05:40.515240+0000 mgr.y (mgr.15423) 540 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.564816+0000 mgr.y (mgr.15423) 541 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.575520+0000 mgr.y (mgr.15423) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.675858+0000 mgr.y (mgr.15423) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.769509+0000 mgr.y (mgr.15423) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.863043+0000 mgr.y (mgr.15423) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:40.956871+0000 mgr.y (mgr.15423) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:41.053029+0000 mgr.y (mgr.15423) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:41.144633+0000 mgr.y (mgr.15423) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:41.246308+0000 mgr.y (mgr.15423) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: cephadm 2023-12-06T15:05:41.314832+0000 mgr.y (mgr.15423) 550 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[25098]: audit 2023-12-06T15:05:41.589900+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.472290+0000 mgr.y (mgr.15423) 538 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.482140+0000 mgr.y (mgr.15423) 539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cluster 2023-12-06T15:05:40.515240+0000 mgr.y (mgr.15423) 540 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.564816+0000 mgr.y (mgr.15423) 541 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.575520+0000 mgr.y (mgr.15423) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.675858+0000 mgr.y (mgr.15423) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.769509+0000 mgr.y (mgr.15423) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.863043+0000 mgr.y (mgr.15423) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:40.956871+0000 mgr.y (mgr.15423) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:41.053029+0000 mgr.y (mgr.15423) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:41.144633+0000 mgr.y (mgr.15423) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:41.246308+0000 mgr.y (mgr.15423) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: cephadm 2023-12-06T15:05:41.314832+0000 mgr.y (mgr.15423) 550 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T15:05:42.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:42 smithi116 bash[30871]: audit 2023-12-06T15:05:41.589900+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.472290+0000 mgr.y (mgr.15423) 538 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.482140+0000 mgr.y (mgr.15423) 539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cluster 2023-12-06T15:05:40.515240+0000 mgr.y (mgr.15423) 540 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.564816+0000 mgr.y (mgr.15423) 541 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.575520+0000 mgr.y (mgr.15423) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.675858+0000 mgr.y (mgr.15423) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.769509+0000 mgr.y (mgr.15423) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.863043+0000 mgr.y (mgr.15423) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:40.956871+0000 mgr.y (mgr.15423) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:41.053029+0000 mgr.y (mgr.15423) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:41.144633+0000 mgr.y (mgr.15423) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:41.246308+0000 mgr.y (mgr.15423) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:05:42.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: cephadm 2023-12-06T15:05:41.314832+0000 mgr.y (mgr.15423) 550 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T15:05:42.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:42 smithi150 bash[25259]: audit 2023-12-06T15:05:41.589900+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[25098]: cluster 2023-12-06T15:05:42.516033+0000 mgr.y (mgr.15423) 551 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[25098]: audit 2023-12-06T15:05:43.949461+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[25098]: audit 2023-12-06T15:05:43.951057+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[25098]: audit 2023-12-06T15:05:43.952304+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[25098]: audit 2023-12-06T15:05:43.953600+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[30871]: cluster 2023-12-06T15:05:42.516033+0000 mgr.y (mgr.15423) 551 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[30871]: audit 2023-12-06T15:05:43.949461+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[30871]: audit 2023-12-06T15:05:43.951057+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:05:44.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[30871]: audit 2023-12-06T15:05:43.952304+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:05:44.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:44 smithi116 bash[30871]: audit 2023-12-06T15:05:43.953600+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:44 smithi150 bash[25259]: cluster 2023-12-06T15:05:42.516033+0000 mgr.y (mgr.15423) 551 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:05:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:44 smithi150 bash[25259]: audit 2023-12-06T15:05:43.949461+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:44 smithi150 bash[25259]: audit 2023-12-06T15:05:43.951057+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:05:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:44 smithi150 bash[25259]: audit 2023-12-06T15:05:43.952304+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:05:44.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:44 smithi150 bash[25259]: audit 2023-12-06T15:05:43.953600+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[25098]: cephadm 2023-12-06T15:05:43.939087+0000 mgr.y (mgr.15423) 552 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[25098]: cephadm 2023-12-06T15:05:43.955315+0000 mgr.y (mgr.15423) 553 : cephadm [INF] Deploying daemon mon.a on smithi116 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[25098]: audit 2023-12-06T15:05:45.099796+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[25098]: audit 2023-12-06T15:05:45.110189+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[25098]: audit 2023-12-06T15:05:45.117696+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[30871]: cephadm 2023-12-06T15:05:43.939087+0000 mgr.y (mgr.15423) 552 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T15:05:45.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[30871]: cephadm 2023-12-06T15:05:43.955315+0000 mgr.y (mgr.15423) 553 : cephadm [INF] Deploying daemon mon.a on smithi116 2023-12-06T15:05:45.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[30871]: audit 2023-12-06T15:05:45.099796+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[30871]: audit 2023-12-06T15:05:45.110189+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:45 smithi116 bash[30871]: audit 2023-12-06T15:05:45.117696+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:45 smithi150 bash[25259]: cephadm 2023-12-06T15:05:43.939087+0000 mgr.y (mgr.15423) 552 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T15:05:45.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:45 smithi150 bash[25259]: cephadm 2023-12-06T15:05:43.955315+0000 mgr.y (mgr.15423) 553 : cephadm [INF] Deploying daemon mon.a on smithi116 2023-12-06T15:05:45.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:45 smithi150 bash[25259]: audit 2023-12-06T15:05:45.099796+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:45 smithi150 bash[25259]: audit 2023-12-06T15:05:45.110189+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:45.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:45 smithi150 bash[25259]: audit 2023-12-06T15:05:45.117696+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' 2023-12-06T15:05:46.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[30871]: cluster 2023-12-06T15:05:44.517653+0000 mgr.y (mgr.15423) 554 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:46.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[25098]: cluster 2023-12-06T15:05:44.517653+0000 mgr.y (mgr.15423) 554 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:46 smithi150 bash[25259]: cluster 2023-12-06T15:05:44.517653+0000 mgr.y (mgr.15423) 554 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:46.978 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[75526]: [06/Dec/2023:15:05:46] ENGINE Bus STOPPING 2023-12-06T15:05:46.979 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[75526]: [06/Dec/2023:15:05:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:05:46.979 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[75526]: [06/Dec/2023:15:05:46] ENGINE Bus STOPPED 2023-12-06T15:05:46.979 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[75526]: [06/Dec/2023:15:05:46] ENGINE Bus STARTING 2023-12-06T15:05:46.979 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:46 smithi116 systemd[1]: Stopping Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:05:46.979 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[25098]: debug 2023-12-06T15:05:46.836+0000 7f32eba92700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T15:05:46.979 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[25098]: debug 2023-12-06T15:05:46.836+0000 7f32eba92700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-06T15:05:47.251 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[75526]: [06/Dec/2023:15:05:46] ENGINE Serving on http://:::9283 2023-12-06T15:05:47.251 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:46 smithi116 bash[75526]: [06/Dec/2023:15:05:46] ENGINE Bus STARTED 2023-12-06T15:05:47.838 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:47 smithi116 bash[80392]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:05:48.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:47 smithi116 bash[80475]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:05:48.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:47 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T15:05:48.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:47 smithi116 systemd[1]: Stopped Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:05:48.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:48 smithi116 systemd[1]: Started Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:05:48.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:05:48 smithi150 bash[61850]: ts=2023-12-06T15:05:48.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:05:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.332+0000 7f13ba237c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:05:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.332+0000 7f13ba237c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.332+0000 7f13ba237c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 0 load: jerasure load: lrc 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Git sha 0 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: DB SUMMARY 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: DB Session ID: ICMIXBBKLGZ20ZCT2B6W 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 2142 Bytes 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000048.sst 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000046.log size: 832013 ; 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:05:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.env: 0x55971bfcca60 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.info_log: 0x55971d4f9760 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:05:49.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.db_log_dir: 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.wal_dir: 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:05:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.write_buffer_manager: 0x55971d4ccf00 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:05:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:05:49.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:05:49.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.row_cache: None 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.wal_filter: None 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:05:49.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:05:49.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Compression algorithms supported: 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:05:49.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kZSTD supported: 0 2023-12-06T15:05:49.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:05:49.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:05:49.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:05:49.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:05:49.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:05:49.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:05:49.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:05:49.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T15:05:49.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.merge_operator: 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55971d4f98a0) 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: cache_index_and_filter_blocks: 1 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: pin_top_level_index_and_filter: 1 2023-12-06T15:05:49.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: index_type: 0 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: data_block_index_type: 0 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: index_shortening: 1 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: checksum: 4 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: no_block_cache: 0 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_cache: 0x55971d54d090 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_cache_name: BinnedLRUCache 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_cache_options: 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: capacity : 536870912 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: num_shard_bits : 4 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: strict_capacity_limit : 0 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: high_pri_pool_ratio: 0.000 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_cache_compressed: (nil) 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: persistent_cache: (nil) 2023-12-06T15:05:49.684 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_size: 4096 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_size_deviation: 10 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_restart_interval: 16 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: index_block_restart_interval: 1 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: metadata_block_size: 4096 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: partition_filters: 0 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: use_delta_encoding: 1 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: filter_policy: bloomfilter 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: whole_key_filtering: 1 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: verify_compression: 0 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: read_amp_bytes_per_bit: 0 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: format_version: 5 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: enable_index_compression: 1 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: block_align: 0 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: max_auto_readahead_size: 262144 2023-12-06T15:05:49.685 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: prepopulate_block_cache: 0 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: initial_auto_readahead_size: 8192 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: num_file_reads_for_auto_readahead: 2 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.num_levels: 7 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:05:49.686 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:05:49.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:05:49.688 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:05:49.689 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:05:49.690 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:05:49.691 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T15:05:49.692 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13af1ff700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 48.sst 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 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 24680, log_number is 46,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 46 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ca9456c4-c39b-47ca-9990-ce6a46bcbb76 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875149344565, "job": 1, "event": "recovery_started", "wal_files": [46]} 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.340+0000 7f13ba237c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #46 mode 2 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875149349203, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 51, "file_size": 805333, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24681, "largest_seqno": 25546, "table_properties": {"data_size": 801368, "index_size": 1479, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1477, "raw_key_size": 14278, "raw_average_key_size": 25, "raw_value_size": 791937, "raw_average_value_size": 1401, "num_data_blocks": 59, "num_entries": 565, "num_filter_entries": 565, "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": 1701875149, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ca9456c4-c39b-47ca-9990-ce6a46bcbb76", "db_session_id": "ICMIXBBKLGZ20ZCT2B6W", "orig_file_number": 51, "seqno_to_time_mapping": "N/A"}} 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875149349432, "job": 1, "event": "recovery_finished"} 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 53 2023-12-06T15:05:49.693 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 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 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55971d5ec000 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.348+0000 7f13ba237c80 4 rocksdb: DB pointer 0x55971d5da000 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.352+0000 7f13a89f2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.352+0000 7f13a89f2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: ** DB Stats ** 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: ** Compaction Stats [default] ** 2023-12-06T15:05:49.694 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: L0 1/0 786.46 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 268.0 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: L6 1/0 11.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Sum 2/0 12.13 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 268.0 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 268.0 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: ** Compaction Stats [default] ** 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 268.0 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:05:49.695 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Cumulative compaction: 0.00 GB write, 72.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Interval compaction: 0.00 GB write, 72.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Block cache BinnedLRUCache@0x55971d54d090#7 capacity: 512.00 MB usage: 3.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 3.5e-05 secs_since: 0 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: Block cache entry stats(count,size,portion): FilterBlock(1,1.53 KB,0.000292063%) IndexBlock(1,1.58 KB,0.000301003%) Misc(1,0.00 KB,0%) 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.352+0000 7f13ba237c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 1 mon.a@-1(???) e3 preinit fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 0 mon.a@-1(???).mds e1 new map 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 0 mon.a@-1(???).mds e1 print_map 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: e1 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: legacy client fscid: -1 2023-12-06T15:05:49.696 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: 2023-12-06T15:05:49.697 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: No filesystems configured 2023-12-06T15:05:49.697 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 0 mon.a@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T15:05:49.697 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 0 mon.a@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:05:49.697 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 0 mon.a@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:05:49.697 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.356+0000 7f13ba237c80 0 mon.a@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:05:49.697 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:49 smithi116 bash[80542]: debug 2023-12-06T15:05:49.360+0000 7f13ba237c80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-06T15:05:50.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[75526]: ignoring --setuser ceph since I am not root 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[75526]: ignoring --setgroup ceph since I am not root 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[75526]: debug 2023-12-06T15:05:50.076+0000 7fd97b1f6700 1 -- 172.21.15.116:0/3374146562 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55760694c1a0 con 0x5576076c8400 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[75526]: debug 2023-12-06T15:05:50.236+0000 7fd984f7e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: audit 2023-12-06T15:05:46.857514+0000 mon.b (mon.2) 99 : audit 0 from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: audit 2023-12-06T15:05:46.857783+0000 mon.b (mon.2) 100 : audit 0 from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: audit 2023-12-06T15:05:46.858220+0000 mon.b (mon.2) 101 : audit 0 from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: audit 2023-12-06T15:05:47.578082+0000 mgr.y (mgr.15423) 556 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:48.520106+0000 mgr.y (mgr.15423) 557 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:49.978905+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-06T15:05:50.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:49.982415+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:49.989856+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:49.990561+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:49.990607+0000 mon.a (mon.0) 5 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:49.992062+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e36: y(active, since 84s), standbys: x 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: audit 2023-12-06T15:05:50.005833+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15423 ' entity='' 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:50.007074+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e37: y(active, since 84s), standbys: x 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[80542]: cluster 2023-12-06T15:05:50.007137+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: audit 2023-12-06T15:05:46.857514+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: audit 2023-12-06T15:05:46.857783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: audit 2023-12-06T15:05:46.858220+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: audit 2023-12-06T15:05:47.578082+0000 mgr.y (mgr.15423) 556 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:48.520106+0000 mgr.y (mgr.15423) 557 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:49.978905+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:49.982415+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:49.989856+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:49.990561+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:49.990607+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:49.992062+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 84s), standbys: x 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: audit 2023-12-06T15:05:50.005833+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15423 ' entity='' 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:50.007074+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e37: y(active, since 84s), standbys: x 2023-12-06T15:05:50.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:50 smithi116 bash[30871]: cluster 2023-12-06T15:05:50.007137+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[66037]: ignoring --setuser ceph since I am not root 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[66037]: ignoring --setgroup ceph since I am not root 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[66037]: debug 2023-12-06T15:05:50.064+0000 7fac68583700 1 -- 172.21.15.150:0/1942714698 <== mon.2 v2:172.21.15.150:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557b8fe2e1a0 con 0x557b90baac00 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[66037]: debug 2023-12-06T15:05:50.220+0000 7fac7230b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: audit 2023-12-06T15:05:46.857514+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: audit 2023-12-06T15:05:46.857783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: audit 2023-12-06T15:05:46.858220+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15423 172.21.15.116:0/883620590' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: audit 2023-12-06T15:05:47.578082+0000 mgr.y (mgr.15423) 556 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:05:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:48.520106+0000 mgr.y (mgr.15423) 557 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:49.978905+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:49.982415+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:49.989856+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:49.990561+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:49.990607+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:49.992062+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 84s), standbys: x 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: audit 2023-12-06T15:05:50.005833+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15423 ' entity='' 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:50.007074+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e37: y(active, since 84s), standbys: x 2023-12-06T15:05:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:50 smithi150 bash[25259]: cluster 2023-12-06T15:05:50.007137+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T15:05:51.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:51 smithi116 bash[75526]: debug 2023-12-06T15:05:51.152+0000 7fd984f7e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:05:51.420 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:51 smithi116 bash[75526]: debug 2023-12-06T15:05:51.252+0000 7fd984f7e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:05:51.420 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:51 smithi116 bash[75526]: debug 2023-12-06T15:05:51.352+0000 7fd984f7e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:05:51.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:51 smithi150 bash[66037]: debug 2023-12-06T15:05:51.144+0000 7fac7230b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:05:51.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:51 smithi150 bash[66037]: debug 2023-12-06T15:05:51.244+0000 7fac7230b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:05:51.443 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:51 smithi150 bash[66037]: debug 2023-12-06T15:05:51.344+0000 7fac7230b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:05:51.919 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:51 smithi116 bash[75526]: debug 2023-12-06T15:05:51.620+0000 7fd984f7e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:51.942 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:51 smithi150 bash[66037]: debug 2023-12-06T15:05:51.608+0000 7fac7230b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:52.362 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:52 smithi150 bash[25259]: cluster 2023-12-06T15:05:51.009249+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e38: y(active, since 85s), standbys: x 2023-12-06T15:05:52.362 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:51 smithi150 bash[66037]: debug 2023-12-06T15:05:51.976+0000 7fac7230b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:05:52.362 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:52 smithi150 bash[66037]: debug 2023-12-06T15:05:52.140+0000 7fac7230b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:52.368 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:52 smithi116 bash[80542]: cluster 2023-12-06T15:05:51.009249+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e38: y(active, since 85s), standbys: x 2023-12-06T15:05:52.368 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:51 smithi116 bash[75526]: debug 2023-12-06T15:05:51.988+0000 7fd984f7e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:05:52.368 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:52 smithi116 bash[75526]: debug 2023-12-06T15:05:52.148+0000 7fd984f7e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:52.368 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:52 smithi116 bash[30871]: cluster 2023-12-06T15:05:51.009249+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e38: y(active, since 85s), standbys: x 2023-12-06T15:05:52.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:52 smithi116 bash[75526]: debug 2023-12-06T15:05:52.360+0000 7fd984f7e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:05:52.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:52 smithi150 bash[66037]: debug 2023-12-06T15:05:52.356+0000 7fac7230b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:05:53.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:53 smithi116 bash[75526]: debug 2023-12-06T15:05:53.368+0000 7fd984f7e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:05:53.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:53 smithi116 bash[75526]: debug 2023-12-06T15:05:53.484+0000 7fd984f7e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:05:53.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:53 smithi116 bash[75526]: debug 2023-12-06T15:05:53.604+0000 7fd984f7e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:05:53.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:53 smithi150 bash[66037]: debug 2023-12-06T15:05:53.352+0000 7fac7230b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:05:53.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:53 smithi150 bash[66037]: debug 2023-12-06T15:05:53.464+0000 7fac7230b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:05:53.693 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:53 smithi150 bash[66037]: debug 2023-12-06T15:05:53.580+0000 7fac7230b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:05:54.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:54 smithi116 bash[75526]: debug 2023-12-06T15:05:54.080+0000 7fd984f7e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:05:54.419 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:54 smithi116 bash[75526]: debug 2023-12-06T15:05:54.328+0000 7fd984f7e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:05:54.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:54 smithi150 bash[66037]: debug 2023-12-06T15:05:54.052+0000 7fac7230b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:05:54.442 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:54 smithi150 bash[66037]: debug 2023-12-06T15:05:54.276+0000 7fac7230b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:05:55.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:54 smithi116 bash[75526]: debug 2023-12-06T15:05:54.808+0000 7fd984f7e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:05:55.193 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:54 smithi150 bash[66037]: debug 2023-12-06T15:05:54.728+0000 7fac7230b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:05:55.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:55 smithi116 bash[75526]: debug 2023-12-06T15:05:55.312+0000 7fd984f7e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:55.692 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:55 smithi150 bash[66037]: debug 2023-12-06T15:05:55.224+0000 7fac7230b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:56.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:55 smithi116 bash[75526]: debug 2023-12-06T15:05:55.895+0000 7fd984f7e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:05:56.170 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:56 smithi116 bash[75526]: debug 2023-12-06T15:05:56.027+0000 7fd984f7e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:05:56.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:55 smithi150 bash[66037]: debug 2023-12-06T15:05:55.776+0000 7fac7230b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:05:56.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:55 smithi150 bash[66037]: debug 2023-12-06T15:05:55.884+0000 7fac7230b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:05:56.499 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:56 smithi150 bash[66037]: debug 2023-12-06T15:05:56.232+0000 7fac7230b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:05:56.499 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:56 smithi150 bash[66037]: debug 2023-12-06T15:05:56.348+0000 7fac7230b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:05:56.724 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:56 smithi116 bash[75526]: debug 2023-12-06T15:05:56.415+0000 7fd984f7e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:05:56.724 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:56 smithi116 bash[75526]: debug 2023-12-06T15:05:56.535+0000 7fd984f7e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:05:56.925 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:56 smithi150 bash[66037]: debug 2023-12-06T15:05:56.492+0000 7fac7230b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:56.925 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:56 smithi150 bash[66037]: debug 2023-12-06T15:05:56.608+0000 7fac7230b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:05:56.925 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:56 smithi150 bash[66037]: debug 2023-12-06T15:05:56.728+0000 7fac7230b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:05:56.979 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:56 smithi116 bash[75526]: debug 2023-12-06T15:05:56.715+0000 7fd984f7e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:56.979 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:56 smithi116 bash[75526]: debug 2023-12-06T15:05:56.843+0000 7fd984f7e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:05:57.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:56 smithi150 bash[66037]: debug 2023-12-06T15:05:56.916+0000 7fac7230b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:05:57.192 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:57 smithi150 bash[66037]: debug 2023-12-06T15:05:57.044+0000 7fac7230b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:05:57.314 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:56 smithi116 bash[75526]: debug 2023-12-06T15:05:56.971+0000 7fd984f7e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:05:57.314 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:57 smithi116 bash[75526]: debug 2023-12-06T15:05:57.175+0000 7fd984f7e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:05:57.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:57 smithi116 bash[75526]: debug 2023-12-06T15:05:57.307+0000 7fd984f7e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:05:58.587 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[66037]: debug 2023-12-06T15:05:58.280+0000 7fac7230b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[66037]: [06/Dec/2023:15:05:58] ENGINE Bus STARTING 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[66037]: CherryPy Checker: 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[66037]: The Application mounted at '' has an empty config. 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[66037]: [06/Dec/2023:15:05:58] ENGINE Serving on http://:::9283 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[66037]: [06/Dec/2023:15:05:58] ENGINE Bus STARTED 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.304522+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.304641+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: audit 2023-12-06T15:05:58.310583+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: audit 2023-12-06T15:05:58.312666+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: audit 2023-12-06T15:05:58.317753+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: audit 2023-12-06T15:05:58.318631+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:58.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:58 smithi150 bash[25259]: debug 2023-12-06T15:05:58.580+0000 7f80a78f4700 -1 mon.b@2(peon).osd e107 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T15:05:58.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[75526]: debug 2023-12-06T15:05:58.551+0000 7fd984f7e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.304522+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.304641+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[80542]: audit 2023-12-06T15:05:58.310583+0000 mon.b (mon.2) 102 : audit 0 from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[80542]: audit 2023-12-06T15:05:58.312666+0000 mon.b (mon.2) 103 : audit 0 from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[80542]: audit 2023-12-06T15:05:58.317753+0000 mon.b (mon.2) 104 : audit 0 from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[80542]: audit 2023-12-06T15:05:58.318631+0000 mon.b (mon.2) 105 : audit 0 from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.304522+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:05:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.304641+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:05:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: audit 2023-12-06T15:05:58.310583+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:05:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: audit 2023-12-06T15:05:58.312666+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:05:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: audit 2023-12-06T15:05:58.317753+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:05:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: audit 2023-12-06T15:05:58.318631+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.? 172.21.15.150:0/2251638135' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:05:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[30871]: debug 2023-12-06T15:05:58.579+0000 7efeb32cf700 -1 mon.c@1(peon).osd e107 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T15:05:59.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[75526]: [06/Dec/2023:15:05:58] ENGINE Bus STARTING 2023-12-06T15:05:59.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[75526]: CherryPy Checker: 2023-12-06T15:05:59.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[75526]: The Application mounted at '' has an empty config. 2023-12-06T15:05:59.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[75526]: [06/Dec/2023:15:05:58] ENGINE Serving on http://:::9283 2023-12-06T15:05:59.170 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:58 smithi116 bash[75526]: [06/Dec/2023:15:05:58] ENGINE Bus STARTED 2023-12-06T15:05:59.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[75526]: debug 2023-12-06T15:05:59.595+0000 7fd94cdde700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.365980+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e39: y(active, since 92s), standbys: x 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.576367+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.577107+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.586091+0000 mon.a (mon.0) 16 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.586427+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e40: y(active, starting, since 0.00959405s), standbys: x 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.592355+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:05:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.604914+0000 mon.a (mon.0) 18 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.605132+0000 mon.a (mon.0) 19 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.605287+0000 mon.a (mon.0) 20 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.605482+0000 mon.a (mon.0) 21 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.605787+0000 mon.a (mon.0) 22 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.605982+0000 mon.a (mon.0) 23 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.606287+0000 mon.a (mon.0) 24 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.606588+0000 mon.a (mon.0) 25 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.606886+0000 mon.a (mon.0) 26 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.607113+0000 mon.a (mon.0) 27 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.607566+0000 mon.a (mon.0) 28 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.607869+0000 mon.a (mon.0) 29 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.608243+0000 mon.a (mon.0) 30 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.608576+0000 mon.a (mon.0) 31 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.609033+0000 mon.a (mon.0) 32 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:05:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.609479+0000 mon.a (mon.0) 33 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.617073+0000 mon.a (mon.0) 34 : cluster 1 Manager daemon y is now available 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.655639+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.662239+0000 mon.a (mon.0) 36 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.671972+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.672877+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.675905+0000 mon.a (mon.0) 39 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.678079+0000 mon.a (mon.0) 40 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cephadm 2023-12-06T15:05:58.687618+0000 mgr.y (mgr.25504) 1 : cephadm 1 Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cephadm 2023-12-06T15:05:58.699255+0000 mgr.y (mgr.25504) 2 : cephadm 1 Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.703693+0000 mon.a (mon.0) 41 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.713932+0000 mon.a (mon.0) 42 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.726267+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.762133+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:05:59.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[80542]: audit 2023-12-06T15:05:58.774319+0000 mon.a (mon.0) 43 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.365980+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e39: y(active, since 92s), standbys: x 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.576367+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.577107+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.586091+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.586427+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00959405s), standbys: x 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.592355+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.604914+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:05:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.605132+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.605287+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.605482+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.605787+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.605982+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.606287+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.606588+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.606886+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.607113+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.607566+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.607869+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.608243+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.608576+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.609033+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:05:59.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.609479+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.617073+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.655639+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.662239+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.671972+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.672877+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.675905+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.678079+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cephadm 2023-12-06T15:05:58.687618+0000 mgr.y (mgr.25504) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cephadm 2023-12-06T15:05:58.699255+0000 mgr.y (mgr.25504) 2 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.703693+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.713932+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.726267+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:05:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.762133+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:05:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:05:59 smithi116 bash[30871]: audit 2023-12-06T15:05:58.774319+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.365980+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e39: y(active, since 92s), standbys: x 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.576367+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.577107+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.586091+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.586427+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00959405s), standbys: x 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.592355+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.604914+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.605132+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:05:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.605287+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.605482+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.605787+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.605982+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.606287+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.606588+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.606886+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.607113+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.607566+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.607869+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.608243+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.608576+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.609033+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:05:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.609479+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.617073+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.655639+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.662239+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.671972+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.672877+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.675905+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.678079+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cephadm 2023-12-06T15:05:58.687618+0000 mgr.y (mgr.25504) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cephadm 2023-12-06T15:05:58.699255+0000 mgr.y (mgr.25504) 2 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.703693+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.713932+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.726267+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.762133+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:05:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:05:59 smithi150 bash[25259]: audit 2023-12-06T15:05:58.774319+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cluster 2023-12-06T15:05:58.592230+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.299100+0000 mgr.y (mgr.25504) 3 : cephadm 1 Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.314899+0000 mgr.y (mgr.25504) 4 : cephadm 1 Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.437071+0000 mgr.y (mgr.25504) 5 : cephadm 1 [06/Dec/2023:15:05:59] ENGINE Bus STARTING 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.513869+0000 mgr.y (mgr.25504) 6 : cephadm 1 Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.530123+0000 mgr.y (mgr.25504) 7 : cephadm 1 Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.570088+0000 mgr.y (mgr.25504) 8 : cephadm 1 [06/Dec/2023:15:05:59] ENGINE Serving on https://172.21.15.116:7151 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cluster 2023-12-06T15:05:59.592338+0000 mon.a (mon.0) 44 : cluster 0 mgrmap e41: y(active, since 1.01551s), standbys: x 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:05:59.607731+0000 mgr.y (mgr.25504) 9 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cluster 2023-12-06T15:05:59.611634+0000 mgr.y (mgr.25504) 10 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.676655+0000 mgr.y (mgr.25504) 11 : cephadm 1 [06/Dec/2023:15:05:59] ENGINE Serving on http://172.21.15.116:8765 2023-12-06T15:06:00.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.678034+0000 mgr.y (mgr.25504) 12 : cephadm 1 [06/Dec/2023:15:05:59] ENGINE Bus STARTED 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.729039+0000 mgr.y (mgr.25504) 13 : cephadm 1 Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:05:59.901642+0000 mon.a (mon.0) 45 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:05:59.910375+0000 mon.a (mon.0) 46 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: cephadm 2023-12-06T15:05:59.946481+0000 mgr.y (mgr.25504) 14 : cephadm 1 Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:06:00.120149+0000 mon.a (mon.0) 47 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:06:00.132264+0000 mon.a (mon.0) 48 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:06:00.143029+0000 mon.a (mon.0) 49 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:06:00.152167+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[80542]: audit 2023-12-06T15:06:00.227224+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cluster 2023-12-06T15:05:58.592230+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.299100+0000 mgr.y (mgr.25504) 3 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:06:00.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.314899+0000 mgr.y (mgr.25504) 4 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.437071+0000 mgr.y (mgr.25504) 5 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Bus STARTING 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.513869+0000 mgr.y (mgr.25504) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.530123+0000 mgr.y (mgr.25504) 7 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.570088+0000 mgr.y (mgr.25504) 8 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Serving on https://172.21.15.116:7151 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cluster 2023-12-06T15:05:59.592338+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e41: y(active, since 1.01551s), standbys: x 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:05:59.607731+0000 mgr.y (mgr.25504) 9 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cluster 2023-12-06T15:05:59.611634+0000 mgr.y (mgr.25504) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.676655+0000 mgr.y (mgr.25504) 11 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Serving on http://172.21.15.116:8765 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.678034+0000 mgr.y (mgr.25504) 12 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Bus STARTED 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.729039+0000 mgr.y (mgr.25504) 13 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:05:59.901642+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:05:59.910375+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: cephadm 2023-12-06T15:05:59.946481+0000 mgr.y (mgr.25504) 14 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:06:00.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:06:00.120149+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:06:00.132264+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:06:00.143029+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:06:00.152167+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:00 smithi116 bash[30871]: audit 2023-12-06T15:06:00.227224+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:06:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cluster 2023-12-06T15:05:58.592230+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.299100+0000 mgr.y (mgr.25504) 3 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.314899+0000 mgr.y (mgr.25504) 4 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.437071+0000 mgr.y (mgr.25504) 5 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Bus STARTING 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.513869+0000 mgr.y (mgr.25504) 6 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.530123+0000 mgr.y (mgr.25504) 7 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.570088+0000 mgr.y (mgr.25504) 8 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Serving on https://172.21.15.116:7151 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cluster 2023-12-06T15:05:59.592338+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e41: y(active, since 1.01551s), standbys: x 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:05:59.607731+0000 mgr.y (mgr.25504) 9 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cluster 2023-12-06T15:05:59.611634+0000 mgr.y (mgr.25504) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.676655+0000 mgr.y (mgr.25504) 11 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Serving on http://172.21.15.116:8765 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.678034+0000 mgr.y (mgr.25504) 12 : cephadm [INF] [06/Dec/2023:15:05:59] ENGINE Bus STARTED 2023-12-06T15:06:00.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.729039+0000 mgr.y (mgr.25504) 13 : cephadm [INF] Updating smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:05:59.901642+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:05:59.910375+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: cephadm 2023-12-06T15:05:59.946481+0000 mgr.y (mgr.25504) 14 : cephadm [INF] Updating smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:06:00.120149+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:06:00.132264+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:06:00.143029+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:06:00.152167+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:00.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:00 smithi150 bash[25259]: audit 2023-12-06T15:06:00.227224+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:00.438655+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: cluster 2023-12-06T15:06:00.607344+0000 mgr.y (mgr.25504) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.122494+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.146536+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.148423+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.151126+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.258972+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.373832+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.374881+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:01.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[30871]: audit 2023-12-06T15:06:01.383360+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:00.438655+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: cluster 2023-12-06T15:06:00.607344+0000 mgr.y (mgr.25504) 15 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.122494+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.146536+0000 mon.a (mon.0) 54 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.148423+0000 mon.a (mon.0) 55 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.151126+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.258972+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.373832+0000 mon.a (mon.0) 58 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.374881+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:01.396 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:01 smithi116 bash[80542]: audit 2023-12-06T15:06:01.383360+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:00.438655+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: cluster 2023-12-06T15:06:00.607344+0000 mgr.y (mgr.25504) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.122494+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.146536+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.148423+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.151126+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.258972+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.373832+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.374881+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:01.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:01 smithi150 bash[25259]: audit 2023-12-06T15:06:01.383360+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.406 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:06:02] "GET /metrics HTTP/1.1" 200 35375 "" "Prometheus/2.33.4" 2023-12-06T15:06:02.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: cephadm 2023-12-06T15:06:01.385152+0000 mgr.y (mgr.25504) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:02.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.397014+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.441105+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:02.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: cluster 2023-12-06T15:06:01.600487+0000 mon.a (mon.0) 63 : cluster [DBG] mgrmap e42: y(active, since 3s), standbys: x 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.882709+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.991987+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.994038+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.997327+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:01.998567+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.005502+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.006247+0000 mgr.y (mgr.25504) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.026660+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.086034+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.087748+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.091938+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.093222+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.094215+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.110644+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.179688+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.193777+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.195889+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.198372+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.199298+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.207151+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.285114+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.288085+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.291293+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.292237+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.300568+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.334198+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.386137+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.387944+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.390558+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:02 smithi150 bash[25259]: audit 2023-12-06T15:06:02.391593+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: cephadm 2023-12-06T15:06:01.385152+0000 mgr.y (mgr.25504) 16 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.397014+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.441105+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: cluster 2023-12-06T15:06:01.600487+0000 mon.a (mon.0) 63 : cluster 0 mgrmap e42: y(active, since 3s), standbys: x 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.882709+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.991987+0000 mon.a (mon.0) 65 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.994038+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.997327+0000 mon.a (mon.0) 67 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:01.998567+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.005502+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.006247+0000 mgr.y (mgr.25504) 17 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.026660+0000 mon.a (mon.0) 70 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.086034+0000 mon.a (mon.0) 71 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.087748+0000 mon.a (mon.0) 72 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.091938+0000 mon.a (mon.0) 73 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.093222+0000 mon.a (mon.0) 74 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.094215+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.110644+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.179688+0000 mon.a (mon.0) 77 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.193777+0000 mon.a (mon.0) 78 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.195889+0000 mon.a (mon.0) 79 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: cephadm 2023-12-06T15:06:01.385152+0000 mgr.y (mgr.25504) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.397014+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.441105+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: cluster 2023-12-06T15:06:01.600487+0000 mon.a (mon.0) 63 : cluster [DBG] mgrmap e42: y(active, since 3s), standbys: x 2023-12-06T15:06:02.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.882709+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.991987+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.994038+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.997327+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:01.998567+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.005502+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.006247+0000 mgr.y (mgr.25504) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.026660+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.086034+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.087748+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.091938+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.093222+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.094215+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.110644+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.179688+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.193777+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.198372+0000 mon.a (mon.0) 80 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.199298+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.207151+0000 mon.a (mon.0) 82 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.285114+0000 mon.a (mon.0) 83 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.288085+0000 mon.a (mon.0) 84 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.291293+0000 mon.a (mon.0) 85 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.292237+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.300568+0000 mon.a (mon.0) 87 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.334198+0000 mon.a (mon.0) 88 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.386137+0000 mon.a (mon.0) 89 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.387944+0000 mon.a (mon.0) 90 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.390558+0000 mon.a (mon.0) 91 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[80542]: audit 2023-12-06T15:06:02.391593+0000 mon.a (mon.0) 92 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.195889+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.198372+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.199298+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.207151+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.285114+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.288085+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.291293+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.292237+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.300568+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.334198+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.386137+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.387944+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.390558+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:02 smithi116 bash[30871]: audit 2023-12-06T15:06:02.391593+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.648 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.111724+0000 mgr.y (mgr.25504) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.207757+0000 mgr.y (mgr.25504) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.303064+0000 mgr.y (mgr.25504) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.401309+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.402476+0000 mgr.y (mgr.25504) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.482151+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.484734+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.488064+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.489267+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.495822+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.496422+0000 mgr.y (mgr.25504) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.505662+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.574566+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.579399+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.649 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.582009+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.650 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.582789+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.650 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.588799+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.650 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.589471+0000 mgr.y (mgr.25504) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.650 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cluster 2023-12-06T15:06:02.607827+0000 mgr.y (mgr.25504) 24 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:03.650 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.650440+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.654840+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.656686+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.658720+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.659418+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.664754+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.665392+0000 mgr.y (mgr.25504) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.726710+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.728818+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.731329+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.732332+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.739128+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.739800+0000 mgr.y (mgr.25504) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.651 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.809430+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.818014+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.820096+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.822666+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.823632+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.830426+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.831256+0000 mgr.y (mgr.25504) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.912557+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.914552+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.918050+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.918867+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:02.927464+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:02.928092+0000 mgr.y (mgr.25504) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.003221+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.005134+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.652 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.007800+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.008664+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.015349+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.016230+0000 mgr.y (mgr.25504) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.099020+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.101174+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.103545+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.104437+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.111073+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.173692+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.175793+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.178146+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.179026+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.188117+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.266859+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.653 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.269593+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.272869+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.273979+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.280932+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.359105+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.361341+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.365116+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.366201+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.654 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:03 smithi150 bash[25259]: audit 2023-12-06T15:06:03.372838+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.111724+0000 mgr.y (mgr.25504) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.207757+0000 mgr.y (mgr.25504) 19 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.303064+0000 mgr.y (mgr.25504) 20 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.401309+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.402476+0000 mgr.y (mgr.25504) 21 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.482151+0000 mon.a (mon.0) 94 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.484734+0000 mon.a (mon.0) 95 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.488064+0000 mon.a (mon.0) 96 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.489267+0000 mon.a (mon.0) 97 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.495822+0000 mon.a (mon.0) 98 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.496422+0000 mgr.y (mgr.25504) 22 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.505662+0000 mon.a (mon.0) 99 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.574566+0000 mon.a (mon.0) 100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.579399+0000 mon.a (mon.0) 101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.582009+0000 mon.a (mon.0) 102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.582789+0000 mon.a (mon.0) 103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.588799+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.589471+0000 mgr.y (mgr.25504) 23 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cluster 2023-12-06T15:06:02.607827+0000 mgr.y (mgr.25504) 24 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.650440+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.654840+0000 mon.a (mon.0) 106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.111724+0000 mgr.y (mgr.25504) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.207757+0000 mgr.y (mgr.25504) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.303064+0000 mgr.y (mgr.25504) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.401309+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.402476+0000 mgr.y (mgr.25504) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.482151+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.484734+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.488064+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.489267+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.495822+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.496422+0000 mgr.y (mgr.25504) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.505662+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.574566+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.579399+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.582009+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.582789+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.588799+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.589471+0000 mgr.y (mgr.25504) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cluster 2023-12-06T15:06:02.607827+0000 mgr.y (mgr.25504) 24 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.650440+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.654840+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.656686+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.658720+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.659418+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.664754+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.665392+0000 mgr.y (mgr.25504) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.726710+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.728818+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.731329+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.732332+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.739128+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.739800+0000 mgr.y (mgr.25504) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.809430+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.818014+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.820096+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.822666+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.823632+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.830426+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.831256+0000 mgr.y (mgr.25504) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.912557+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.656686+0000 mon.a (mon.0) 107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.658720+0000 mon.a (mon.0) 108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.659418+0000 mon.a (mon.0) 109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.664754+0000 mon.a (mon.0) 110 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.665392+0000 mgr.y (mgr.25504) 25 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.726710+0000 mon.a (mon.0) 111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.728818+0000 mon.a (mon.0) 112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.731329+0000 mon.a (mon.0) 113 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.732332+0000 mon.a (mon.0) 114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.739128+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.739800+0000 mgr.y (mgr.25504) 26 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.809430+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.818014+0000 mon.a (mon.0) 117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.820096+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.822666+0000 mon.a (mon.0) 119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.823632+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.830426+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.831256+0000 mgr.y (mgr.25504) 27 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.912557+0000 mon.a (mon.0) 122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.914552+0000 mon.a (mon.0) 123 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.914552+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.918050+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.918867+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:02.927464+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:02.928092+0000 mgr.y (mgr.25504) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.003221+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.005134+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.007800+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.008664+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.015349+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.016230+0000 mgr.y (mgr.25504) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.099020+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.101174+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.103545+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.104437+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.111073+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.173692+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.175793+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.178146+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.179026+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.918050+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.918867+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:02.927464+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:02.928092+0000 mgr.y (mgr.25504) 28 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.003221+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.005134+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.007800+0000 mon.a (mon.0) 129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.008664+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.015349+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.016230+0000 mgr.y (mgr.25504) 29 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.099020+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.101174+0000 mon.a (mon.0) 133 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.103545+0000 mon.a (mon.0) 134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.104437+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.111073+0000 mon.a (mon.0) 136 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.173692+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.175793+0000 mon.a (mon.0) 138 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.178146+0000 mon.a (mon.0) 139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.179026+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.188117+0000 mon.a (mon.0) 141 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.188117+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.266859+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.269593+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.272869+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.273979+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.280932+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.359105+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.361341+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.365116+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.366201+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[30871]: audit 2023-12-06T15:06:03.372838+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.266859+0000 mon.a (mon.0) 142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.269593+0000 mon.a (mon.0) 143 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.272869+0000 mon.a (mon.0) 144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.273979+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.280932+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.359105+0000 mon.a (mon.0) 147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.361341+0000 mon.a (mon.0) 148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:03.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.365116+0000 mon.a (mon.0) 149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:03.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.366201+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:03.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:03 smithi116 bash[80542]: audit 2023-12-06T15:06:03.372838+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.112203+0000 mgr.y (mgr.25504) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.189942+0000 mgr.y (mgr.25504) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.281711+0000 mgr.y (mgr.25504) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.373432+0000 mgr.y (mgr.25504) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.454345+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.456383+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.458994+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.460019+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.467697+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.468790+0000 mgr.y (mgr.25504) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.547130+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.549067+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.551713+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.552586+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.561218+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.562004+0000 mgr.y (mgr.25504) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cluster 2023-12-06T15:06:03.604808+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e43: y(active, since 5s), standbys: x 2023-12-06T15:06:04.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.638457+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.640798+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.643152+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.643957+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.650396+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.650917+0000 mgr.y (mgr.25504) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.729048+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.730875+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.733298+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.734145+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.742309+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.742945+0000 mgr.y (mgr.25504) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.805313+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.807432+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.810331+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.811478+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.820766+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.821478+0000 mgr.y (mgr.25504) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.898688+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.901772+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.905472+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.906598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.914732+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:03.915511+0000 mgr.y (mgr.25504) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.995176+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:03.997662+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.001654+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.002876+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.011919+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.013073+0000 mgr.y (mgr.25504) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.090757+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.092721+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.095227+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.096153+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.107249+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.170977+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.172707+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.174739+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.175436+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.183906+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.261729+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.263808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.266128+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.431 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.112203+0000 mgr.y (mgr.25504) 30 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.431 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.189942+0000 mgr.y (mgr.25504) 31 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.431 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.281711+0000 mgr.y (mgr.25504) 32 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.431 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.373432+0000 mgr.y (mgr.25504) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.431 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.454345+0000 mon.a (mon.0) 152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.456383+0000 mon.a (mon.0) 153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.458994+0000 mon.a (mon.0) 154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.460019+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.467697+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.468790+0000 mgr.y (mgr.25504) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.547130+0000 mon.a (mon.0) 157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.549067+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.551713+0000 mon.a (mon.0) 159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.552586+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.561218+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.562004+0000 mgr.y (mgr.25504) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cluster 2023-12-06T15:06:03.604808+0000 mon.a (mon.0) 162 : cluster 0 mgrmap e43: y(active, since 5s), standbys: x 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.638457+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.640798+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.643152+0000 mon.a (mon.0) 165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.643957+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.650396+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.650917+0000 mgr.y (mgr.25504) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.729048+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.730875+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.733298+0000 mon.a (mon.0) 170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.734145+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.742309+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.742945+0000 mgr.y (mgr.25504) 37 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.805313+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.807432+0000 mon.a (mon.0) 174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.810331+0000 mon.a (mon.0) 175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.811478+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.820766+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.821478+0000 mgr.y (mgr.25504) 38 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.898688+0000 mon.a (mon.0) 178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.901772+0000 mon.a (mon.0) 179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.905472+0000 mon.a (mon.0) 180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.906598+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.914732+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:03.915511+0000 mgr.y (mgr.25504) 39 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.995176+0000 mon.a (mon.0) 183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.436 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:03.997662+0000 mon.a (mon.0) 184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.001654+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.002876+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.011919+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.013073+0000 mgr.y (mgr.25504) 40 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.090757+0000 mon.a (mon.0) 188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.092721+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.437 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.095227+0000 mon.a (mon.0) 190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.438 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.096153+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.438 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.107249+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.438 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.170977+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.438 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.172707+0000 mon.a (mon.0) 194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.438 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.174739+0000 mon.a (mon.0) 195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.439 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.175436+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.439 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.183906+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.439 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.261729+0000 mon.a (mon.0) 198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.439 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.263808+0000 mon.a (mon.0) 199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.266128+0000 mon.a (mon.0) 200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.267070+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.276061+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.338367+0000 mon.a (mon.0) 203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.340921+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.344845+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.346387+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[80542]: audit 2023-12-06T15:06:04.354900+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.267070+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.276061+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.338367+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.340921+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.344845+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.346387+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:04 smithi116 bash[30871]: audit 2023-12-06T15:06:04.354900+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.112203+0000 mgr.y (mgr.25504) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.189942+0000 mgr.y (mgr.25504) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.281711+0000 mgr.y (mgr.25504) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.373432+0000 mgr.y (mgr.25504) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.454345+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.456383+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.458994+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.460019+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.467697+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.468790+0000 mgr.y (mgr.25504) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.547130+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.549067+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.551713+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.552586+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.561218+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.562004+0000 mgr.y (mgr.25504) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cluster 2023-12-06T15:06:03.604808+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e43: y(active, since 5s), standbys: x 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.638457+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.640798+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.643152+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.643957+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.650396+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.650917+0000 mgr.y (mgr.25504) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.729048+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.730875+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.733298+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.734145+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.742309+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.742945+0000 mgr.y (mgr.25504) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.805313+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.807432+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.810331+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.811478+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.820766+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.821478+0000 mgr.y (mgr.25504) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.898688+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.901772+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.905472+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.906598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.914732+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:03.915511+0000 mgr.y (mgr.25504) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.995176+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:03.997662+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.001654+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.002876+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.011919+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.013073+0000 mgr.y (mgr.25504) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.090757+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.092721+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.095227+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.096153+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.107249+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.170977+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.172707+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.174739+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.175436+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.183906+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.261729+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.263808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.266128+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.267070+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.276061+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.338367+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.340921+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.344845+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.346387+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:04.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:04 smithi150 bash[25259]: audit 2023-12-06T15:06:04.354900+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.250 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.108111+0000 mgr.y (mgr.25504) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.184466+0000 mgr.y (mgr.25504) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.276642+0000 mgr.y (mgr.25504) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.355615+0000 mgr.y (mgr.25504) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.430064+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.431979+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.434109+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.434854+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.439690+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.440205+0000 mgr.y (mgr.25504) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.505375+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.507572+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.509845+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.510634+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.518226+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.518831+0000 mgr.y (mgr.25504) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.598104+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.600047+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.603023+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.603920+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cluster 2023-12-06T15:06:04.608394+0000 mgr.y (mgr.25504) 47 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.611293+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.611948+0000 mgr.y (mgr.25504) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.673865+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.676408+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.679558+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.680769+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.688720+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.689418+0000 mgr.y (mgr.25504) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.766579+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.769748+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.773434+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.774683+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.782478+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.783125+0000 mgr.y (mgr.25504) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.862194+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.864414+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.866789+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.867650+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.873222+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.877094+0000 mgr.y (mgr.25504) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.961272+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.963666+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.966549+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.967628+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:04.974013+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:04.975059+0000 mgr.y (mgr.25504) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.055389+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.057382+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.059492+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.060195+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.066192+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.066854+0000 mgr.y (mgr.25504) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.128730+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.130777+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.132858+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.133606+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.139634+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.148652+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.219608+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.221582+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.224614+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.225663+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.232328+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.310856+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.313627+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.317529+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.318751+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.327455+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.388791+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.390818+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.393115+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.393996+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:05 smithi150 bash[25259]: audit 2023-12-06T15:06:05.400841+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.108111+0000 mgr.y (mgr.25504) 41 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.184466+0000 mgr.y (mgr.25504) 42 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.276642+0000 mgr.y (mgr.25504) 43 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.355615+0000 mgr.y (mgr.25504) 44 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.430064+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.431979+0000 mon.a (mon.0) 209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.434109+0000 mon.a (mon.0) 210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.434854+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.439690+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.440205+0000 mgr.y (mgr.25504) 45 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.505375+0000 mon.a (mon.0) 213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.763 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.507572+0000 mon.a (mon.0) 214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.509845+0000 mon.a (mon.0) 215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.510634+0000 mon.a (mon.0) 216 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.518226+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.518831+0000 mgr.y (mgr.25504) 46 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.598104+0000 mon.a (mon.0) 218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.600047+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.603023+0000 mon.a (mon.0) 220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.603920+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cluster 2023-12-06T15:06:04.608394+0000 mgr.y (mgr.25504) 47 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.611293+0000 mon.a (mon.0) 222 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.611948+0000 mgr.y (mgr.25504) 48 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.673865+0000 mon.a (mon.0) 223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.676408+0000 mon.a (mon.0) 224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.679558+0000 mon.a (mon.0) 225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.764 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.680769+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.688720+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.689418+0000 mgr.y (mgr.25504) 49 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.766579+0000 mon.a (mon.0) 228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.769748+0000 mon.a (mon.0) 229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.773434+0000 mon.a (mon.0) 230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.774683+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.782478+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.783125+0000 mgr.y (mgr.25504) 50 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.862194+0000 mon.a (mon.0) 233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.864414+0000 mon.a (mon.0) 234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.866789+0000 mon.a (mon.0) 235 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.867650+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.765 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.873222+0000 mon.a (mon.0) 237 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.877094+0000 mgr.y (mgr.25504) 51 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.961272+0000 mon.a (mon.0) 238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.963666+0000 mon.a (mon.0) 239 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.966549+0000 mon.a (mon.0) 240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.967628+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:04.974013+0000 mon.a (mon.0) 242 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:04.975059+0000 mgr.y (mgr.25504) 52 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.055389+0000 mon.a (mon.0) 243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.057382+0000 mon.a (mon.0) 244 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.059492+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.060195+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.066192+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.766 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.066854+0000 mgr.y (mgr.25504) 53 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.128730+0000 mon.a (mon.0) 248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.130777+0000 mon.a (mon.0) 249 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.132858+0000 mon.a (mon.0) 250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.133606+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.139634+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.148652+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.219608+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.221582+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.224614+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.225663+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.232328+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.310856+0000 mon.a (mon.0) 259 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.313627+0000 mon.a (mon.0) 260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.317529+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.767 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.318751+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.327455+0000 mon.a (mon.0) 263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.388791+0000 mon.a (mon.0) 264 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.390818+0000 mon.a (mon.0) 265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.393115+0000 mon.a (mon.0) 266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.393996+0000 mon.a (mon.0) 267 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.768 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[80542]: audit 2023-12-06T15:06:05.400841+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.108111+0000 mgr.y (mgr.25504) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.184466+0000 mgr.y (mgr.25504) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.276642+0000 mgr.y (mgr.25504) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.355615+0000 mgr.y (mgr.25504) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.430064+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.431979+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.434109+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.434854+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.439690+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.440205+0000 mgr.y (mgr.25504) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.505375+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.769 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.507572+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.509845+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.510634+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.518226+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.518831+0000 mgr.y (mgr.25504) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.598104+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.600047+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.603023+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.603920+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cluster 2023-12-06T15:06:04.608394+0000 mgr.y (mgr.25504) 47 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.611293+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.611948+0000 mgr.y (mgr.25504) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.673865+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.676408+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.679558+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.770 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.680769+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.688720+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.689418+0000 mgr.y (mgr.25504) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.766579+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.769748+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.773434+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.774683+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.782478+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.783125+0000 mgr.y (mgr.25504) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.862194+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.864414+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.866789+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.867650+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.873222+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.771 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.877094+0000 mgr.y (mgr.25504) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.961272+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.963666+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.966549+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.967628+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:04.974013+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:04.975059+0000 mgr.y (mgr.25504) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.055389+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.057382+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.059492+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.060195+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.066192+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.066854+0000 mgr.y (mgr.25504) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.128730+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.772 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.130777+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.132858+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.133606+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.139634+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.148652+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.219608+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.221582+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.224614+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.225663+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.232328+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.310856+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.313627+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.317529+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.318751+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.327455+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:05.773 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.388791+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:05.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.390818+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:05.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.393115+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:05.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.393996+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:05.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:05 smithi116 bash[30871]: audit 2023-12-06T15:06:05.400841+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 29s ago 17m - - 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 21s ago 17m - - 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (3m) 29s ago 10m 16.3M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (2m) 21s ago 9m 43.5M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (91s) 29s ago 7m 44.6M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (36s) 21s ago 16m 429M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (110s) 29s ago 18m 496M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:06:06.201 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (18m) 29s ago 18m 73.0M 2048M 17.2.0 e1d6a67b021e f66c1fb7b8d8 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (16m) 21s ago 16m 58.3M 2048M 17.2.0 e1d6a67b021e a439e9ed1faf 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (16m) 29s ago 16m 54.3M 2048M 17.2.0 e1d6a67b021e 67d7bf846d24 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (3m) 29s ago 10m 11.2M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (2m) 21s ago 10m 11.1M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (15m) 29s ago 16m 58.2M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (15m) 29s ago 15m 60.1M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (14m) 29s ago 14m 56.5M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (13m) 29s ago 13m 57.3M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (13m) 21s ago 13m 58.4M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (12m) 21s ago 12m 55.6M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (12m) 21s ago 12m 53.8M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (11m) 21s ago 11m 57.1M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (82s) 21s ago 10m 54.7M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:06:06.202 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (7m) 29s ago 7m 86.8M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:06:06.203 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (7m) 21s ago 7m 86.9M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:06:06.203 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (7m) 29s ago 7m 86.6M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:06:06.203 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (7m) 21s ago 7m 87.0M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.140424+0000 mgr.y (mgr.25504) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.227834+0000 mgr.y (mgr.25504) 55 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.233215+0000 mgr.y (mgr.25504) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.328375+0000 mgr.y (mgr.25504) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.401523+0000 mgr.y (mgr.25504) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.490389+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.492746+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.495764+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.496865+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.503940+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.504555+0000 mgr.y (mgr.25504) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.584406+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.586895+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.591422+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.592653+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.603049+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.603693+0000 mgr.y (mgr.25504) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.682715+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.684875+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.688040+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.140424+0000 mgr.y (mgr.25504) 54 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.227834+0000 mgr.y (mgr.25504) 55 : audit 0 from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.233215+0000 mgr.y (mgr.25504) 56 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.328375+0000 mgr.y (mgr.25504) 57 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.401523+0000 mgr.y (mgr.25504) 58 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.490389+0000 mon.a (mon.0) 269 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.492746+0000 mon.a (mon.0) 270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.495764+0000 mon.a (mon.0) 271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.496865+0000 mon.a (mon.0) 272 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.503940+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.504555+0000 mgr.y (mgr.25504) 59 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.584406+0000 mon.a (mon.0) 274 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.586895+0000 mon.a (mon.0) 275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.591422+0000 mon.a (mon.0) 276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.592653+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.603049+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.603693+0000 mgr.y (mgr.25504) 60 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.682715+0000 mon.a (mon.0) 279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.684875+0000 mon.a (mon.0) 280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.688040+0000 mon.a (mon.0) 281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.689232+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.695879+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.696736+0000 mgr.y (mgr.25504) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.713768+0000 mgr.y (mgr.25504) 62 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.755145+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.772029+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.774637+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.777376+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.778194+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.783660+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.784315+0000 mgr.y (mgr.25504) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.862681+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.866145+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.868796+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.869713+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.875736+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.876431+0000 mgr.y (mgr.25504) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.939959+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.942609+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.689232+0000 mon.a (mon.0) 282 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.695879+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.696736+0000 mgr.y (mgr.25504) 61 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.713768+0000 mgr.y (mgr.25504) 62 : audit 0 from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.755145+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.772029+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.774637+0000 mon.a (mon.0) 286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.777376+0000 mon.a (mon.0) 287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.778194+0000 mon.a (mon.0) 288 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.783660+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.784315+0000 mgr.y (mgr.25504) 63 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.862681+0000 mon.a (mon.0) 290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.866145+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.868796+0000 mon.a (mon.0) 292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.869713+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.875736+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.876431+0000 mgr.y (mgr.25504) 64 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.939959+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.942609+0000 mon.a (mon.0) 296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.946005+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.946005+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.947227+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:05.954466+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:05.955927+0000 mgr.y (mgr.25504) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.038433+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.040221+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.042643+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.049493+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.056901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.057591+0000 mgr.y (mgr.25504) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.135243+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.137376+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.140103+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.141010+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.148224+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.241186+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.243323+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.246147+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.247090+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.253249+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.947227+0000 mon.a (mon.0) 298 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:05.954466+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:05.955927+0000 mgr.y (mgr.25504) 65 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.038433+0000 mon.a (mon.0) 300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.040221+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.042643+0000 mon.a (mon.0) 302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.049493+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.056901+0000 mon.a (mon.0) 304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.057591+0000 mgr.y (mgr.25504) 66 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.135243+0000 mon.a (mon.0) 305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.137376+0000 mon.a (mon.0) 306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.140103+0000 mon.a (mon.0) 307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.141010+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.148224+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.241186+0000 mon.a (mon.0) 310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.243323+0000 mon.a (mon.0) 311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.246147+0000 mon.a (mon.0) 312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.247090+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.253249+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.317530+0000 mon.a (mon.0) 315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.319873+0000 mon.a (mon.0) 316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.323969+0000 mon.a (mon.0) 317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.324980+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.331112+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.394636+0000 mon.a (mon.0) 320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.397034+0000 mon.a (mon.0) 321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.399794+0000 mon.a (mon.0) 322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.400848+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[80542]: audit 2023-12-06T15:06:06.407585+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.317530+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.319873+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.323969+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.324980+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.331112+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.394636+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.397034+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.399794+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.400848+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:06 smithi116 bash[30871]: audit 2023-12-06T15:06:06.407585+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.140424+0000 mgr.y (mgr.25504) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.227834+0000 mgr.y (mgr.25504) 55 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.233215+0000 mgr.y (mgr.25504) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.328375+0000 mgr.y (mgr.25504) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.401523+0000 mgr.y (mgr.25504) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.490389+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.492746+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.495764+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.496865+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.503940+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.504555+0000 mgr.y (mgr.25504) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.584406+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.586895+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.591422+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.592653+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.603049+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.603693+0000 mgr.y (mgr.25504) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.682715+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.684875+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.688040+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.689232+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.695879+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.696736+0000 mgr.y (mgr.25504) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.713768+0000 mgr.y (mgr.25504) 62 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.755145+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.772029+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.774637+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.777376+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.778194+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.783660+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.784315+0000 mgr.y (mgr.25504) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.862681+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.866145+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.868796+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.869713+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.875736+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.876431+0000 mgr.y (mgr.25504) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.939959+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.942609+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.946005+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.947227+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:05.954466+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:05.955927+0000 mgr.y (mgr.25504) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.038433+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.040221+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.042643+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.049493+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.056901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.057591+0000 mgr.y (mgr.25504) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.135243+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.137376+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.140103+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.141010+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.148224+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.241186+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.243323+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.246147+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.247090+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.253249+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.317530+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.319873+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.323969+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.324980+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.331112+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.394636+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:06.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.397034+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:06.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.399794+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:06.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.400848+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:06.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:06 smithi150 bash[25259]: audit 2023-12-06T15:06:06.407585+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:06.732 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:06:06.732 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:06:06.732 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T15:06:06.732 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:06:06.732 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:06.732 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:06:06.733 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-06T15:06:06.734 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:06:06.734 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:06:06.734 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:06:07.154 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:06:07.155 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:06:07.690 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.150370+0000 mgr.y (mgr.25504) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.179125+0000 mgr.y (mgr.25504) 68 : audit [DBG] from='client.25546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.253862+0000 mgr.y (mgr.25504) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.331678+0000 mgr.y (mgr.25504) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.408470+0000 mgr.y (mgr.25504) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.475161+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.477191+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.479599+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.480439+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.488056+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.488587+0000 mgr.y (mgr.25504) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.554672+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.556805+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.559320+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.560187+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.568169+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.568900+0000 mgr.y (mgr.25504) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cluster 2023-12-06T15:06:06.609429+0000 mgr.y (mgr.25504) 74 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.650606+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.652868+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.655958+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.657140+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.666558+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.669352+0000 mgr.y (mgr.25504) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.728040+0000 mon.a (mon.0) 340 : audit [DBG] from='client.? 172.21.15.116:0/3106114298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.747785+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.749707+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.751954+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.752684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.760410+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.760969+0000 mgr.y (mgr.25504) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.843762+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.845936+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.849126+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.850095+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.859148+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.859986+0000 mgr.y (mgr.25504) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.921838+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.923996+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.926142+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.926835+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:06.934068+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:06.934513+0000 mgr.y (mgr.25504) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.012762+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.015011+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.017949+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.019124+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.028046+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.029289+0000 mgr.y (mgr.25504) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.110021+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.111964+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.115760+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.116648+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.124328+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.201183+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.202914+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.204933+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.205738+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.215486+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.295294+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.297105+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.300044+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.300985+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.309263+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.388621+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.390667+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.393164+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.394169+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:07 smithi150 bash[25259]: audit 2023-12-06T15:06:07.402569+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.150370+0000 mgr.y (mgr.25504) 67 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.179125+0000 mgr.y (mgr.25504) 68 : audit 0 from='client.25546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.253862+0000 mgr.y (mgr.25504) 69 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.331678+0000 mgr.y (mgr.25504) 70 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.408470+0000 mgr.y (mgr.25504) 71 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.475161+0000 mon.a (mon.0) 325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.477191+0000 mon.a (mon.0) 326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.479599+0000 mon.a (mon.0) 327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.480439+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.488056+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.488587+0000 mgr.y (mgr.25504) 72 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.554672+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.556805+0000 mon.a (mon.0) 331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.559320+0000 mon.a (mon.0) 332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.560187+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.568169+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.568900+0000 mgr.y (mgr.25504) 73 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cluster 2023-12-06T15:06:06.609429+0000 mgr.y (mgr.25504) 74 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.650606+0000 mon.a (mon.0) 335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.652868+0000 mon.a (mon.0) 336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.150370+0000 mgr.y (mgr.25504) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.179125+0000 mgr.y (mgr.25504) 68 : audit [DBG] from='client.25546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.253862+0000 mgr.y (mgr.25504) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.331678+0000 mgr.y (mgr.25504) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.408470+0000 mgr.y (mgr.25504) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.475161+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.477191+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.479599+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.480439+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.488056+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.488587+0000 mgr.y (mgr.25504) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.554672+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.556805+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.559320+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.560187+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.568169+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.568900+0000 mgr.y (mgr.25504) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cluster 2023-12-06T15:06:06.609429+0000 mgr.y (mgr.25504) 74 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.650606+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.652868+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.655958+0000 mon.a (mon.0) 337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.657140+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.666558+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.669352+0000 mgr.y (mgr.25504) 75 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.728040+0000 mon.a (mon.0) 340 : audit 0 from='client.? 172.21.15.116:0/3106114298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.747785+0000 mon.a (mon.0) 341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.749707+0000 mon.a (mon.0) 342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.751954+0000 mon.a (mon.0) 343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.752684+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.760410+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.760969+0000 mgr.y (mgr.25504) 76 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.843762+0000 mon.a (mon.0) 346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.845936+0000 mon.a (mon.0) 347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.849126+0000 mon.a (mon.0) 348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.850095+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.859148+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.859986+0000 mgr.y (mgr.25504) 77 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.921838+0000 mon.a (mon.0) 351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.923996+0000 mon.a (mon.0) 352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.926142+0000 mon.a (mon.0) 353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.655958+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.657140+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.666558+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.669352+0000 mgr.y (mgr.25504) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.728040+0000 mon.a (mon.0) 340 : audit [DBG] from='client.? 172.21.15.116:0/3106114298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.747785+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.749707+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.751954+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.752684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.760410+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.760969+0000 mgr.y (mgr.25504) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.843762+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.845936+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.849126+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.850095+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.859148+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.859986+0000 mgr.y (mgr.25504) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.921838+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.923996+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.926835+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:06.934068+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:06.934513+0000 mgr.y (mgr.25504) 78 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.012762+0000 mon.a (mon.0) 356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.015011+0000 mon.a (mon.0) 357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.017949+0000 mon.a (mon.0) 358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.019124+0000 mon.a (mon.0) 359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.028046+0000 mon.a (mon.0) 360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.029289+0000 mgr.y (mgr.25504) 79 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.110021+0000 mon.a (mon.0) 361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.111964+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.115760+0000 mon.a (mon.0) 363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.116648+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.124328+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.201183+0000 mon.a (mon.0) 366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.202914+0000 mon.a (mon.0) 367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.204933+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.205738+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.215486+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.295294+0000 mon.a (mon.0) 371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.926142+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.926835+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:06.934068+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:06.934513+0000 mgr.y (mgr.25504) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.012762+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.015011+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.017949+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.019124+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.028046+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.029289+0000 mgr.y (mgr.25504) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.110021+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.111964+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.115760+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.116648+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.124328+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.201183+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.202914+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.204933+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.205738+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.215486+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.297105+0000 mon.a (mon.0) 372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.300044+0000 mon.a (mon.0) 373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.300985+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.309263+0000 mon.a (mon.0) 375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.388621+0000 mon.a (mon.0) 376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.390667+0000 mon.a (mon.0) 377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.393164+0000 mon.a (mon.0) 378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.394169+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[80542]: audit 2023-12-06T15:06:07.402569+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.295294+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.297105+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.300044+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.300985+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.309263+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.388621+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.390667+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.393164+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.394169+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:07.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:07 smithi116 bash[30871]: audit 2023-12-06T15:06:07.402569+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.124763+0000 mgr.y (mgr.25504) 80 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.150804+0000 mgr.y (mgr.25504) 81 : audit 0 from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.216135+0000 mgr.y (mgr.25504) 82 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.310646+0000 mgr.y (mgr.25504) 83 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.403265+0000 mgr.y (mgr.25504) 84 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.516545+0000 mon.a (mon.0) 381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.518888+0000 mon.a (mon.0) 382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.521570+0000 mon.a (mon.0) 383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.610 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.522535+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.529060+0000 mon.a (mon.0) 385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.529834+0000 mgr.y (mgr.25504) 85 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.591062+0000 mon.a (mon.0) 386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.593444+0000 mon.a (mon.0) 387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.596874+0000 mon.a (mon.0) 388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.598003+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.605132+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.605849+0000 mgr.y (mgr.25504) 86 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.683158+0000 mon.a (mon.0) 391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.685317+0000 mon.a (mon.0) 392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.686747+0000 mon.c (mon.1) 178 : audit 0 from='client.? 172.21.15.116:0/3795660766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.688103+0000 mon.a (mon.0) 393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.689150+0000 mon.a (mon.0) 394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.696444+0000 mon.a (mon.0) 395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.611 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.697054+0000 mgr.y (mgr.25504) 87 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.712110+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.780334+0000 mon.a (mon.0) 397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.782010+0000 mon.a (mon.0) 398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.785007+0000 mon.a (mon.0) 399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.786276+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.795543+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.796199+0000 mgr.y (mgr.25504) 88 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.873739+0000 mon.a (mon.0) 402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.877309+0000 mon.a (mon.0) 403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.882555+0000 mon.a (mon.0) 404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.883541+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.889877+0000 mon.a (mon.0) 406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.890482+0000 mgr.y (mgr.25504) 89 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.970287+0000 mon.a (mon.0) 407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.612 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.972619+0000 mon.a (mon.0) 408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.976109+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.124763+0000 mgr.y (mgr.25504) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.150804+0000 mgr.y (mgr.25504) 81 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.216135+0000 mgr.y (mgr.25504) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.310646+0000 mgr.y (mgr.25504) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.403265+0000 mgr.y (mgr.25504) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.613 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.516545+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.518888+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.521570+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.522535+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.529060+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.529834+0000 mgr.y (mgr.25504) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.591062+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.593444+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.596874+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.614 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.598003+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.615 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.605132+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.615 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.605849+0000 mgr.y (mgr.25504) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.615 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.683158+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.615 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.685317+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.977268+0000 mon.a (mon.0) 410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:07.984132+0000 mon.a (mon.0) 411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:07.985260+0000 mgr.y (mgr.25504) 90 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.064056+0000 mon.a (mon.0) 412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.066154+0000 mon.a (mon.0) 413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.068436+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.069274+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.075524+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: cephadm 2023-12-06T15:06:08.076208+0000 mgr.y (mgr.25504) 91 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.616 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.155222+0000 mon.a (mon.0) 417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.157491+0000 mon.a (mon.0) 418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.160074+0000 mon.a (mon.0) 419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.160954+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.167426+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.231232+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.232990+0000 mon.a (mon.0) 423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.235237+0000 mon.a (mon.0) 424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.235945+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.240928+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.287275+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.295088+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.303809+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.307671+0000 mon.a (mon.0) 430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.310477+0000 mon.a (mon.0) 431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.312563+0000 mon.a (mon.0) 432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.313405+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.320588+0000 mon.a (mon.0) 434 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.347070+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.355176+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.364240+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.403532+0000 mon.a (mon.0) 438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.405857+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.407690+0000 mon.a (mon.0) 440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[80542]: audit 2023-12-06T15:06:08.409128+0000 mon.a (mon.0) 441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.686747+0000 mon.c (mon.1) 178 : audit [DBG] from='client.? 172.21.15.116:0/3795660766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.688103+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.689150+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.696444+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.697054+0000 mgr.y (mgr.25504) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.712110+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.780334+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.782010+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.785007+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.786276+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.795543+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.796199+0000 mgr.y (mgr.25504) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.873739+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.877309+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.882555+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.883541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.889877+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.890482+0000 mgr.y (mgr.25504) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.970287+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.972619+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.976109+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.977268+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:07.984132+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:07.985260+0000 mgr.y (mgr.25504) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.064056+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.066154+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.068436+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.069274+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.075524+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.621 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: cephadm 2023-12-06T15:06:08.076208+0000 mgr.y (mgr.25504) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.622 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.155222+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.622 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.157491+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.622 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.160074+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.623 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.160954+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.623 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.167426+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.623 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.231232+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.232990+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.235237+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.235945+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.240928+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.287275+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.295088+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.303809+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.307671+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.310477+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.312563+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.313405+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.320588+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.347070+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.355176+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.364240+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.403532+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.405857+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.407690+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:06:08.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:08 smithi116 bash[30871]: audit 2023-12-06T15:06:08.409128+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.124763+0000 mgr.y (mgr.25504) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.150804+0000 mgr.y (mgr.25504) 81 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.216135+0000 mgr.y (mgr.25504) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.310646+0000 mgr.y (mgr.25504) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.403265+0000 mgr.y (mgr.25504) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.516545+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.518888+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.521570+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.666 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.522535+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.529060+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.529834+0000 mgr.y (mgr.25504) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.591062+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.593444+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.596874+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.598003+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.605132+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.605849+0000 mgr.y (mgr.25504) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.683158+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.667 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.685317+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.686747+0000 mon.c (mon.1) 178 : audit [DBG] from='client.? 172.21.15.116:0/3795660766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.688103+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.689150+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.696444+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.697054+0000 mgr.y (mgr.25504) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.712110+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.668 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.780334+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.782010+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.785007+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.786276+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.795543+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.796199+0000 mgr.y (mgr.25504) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.873739+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.877309+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.882555+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.669 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.883541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.889877+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.890482+0000 mgr.y (mgr.25504) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.970287+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.972619+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.976109+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.977268+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:07.984132+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:07.985260+0000 mgr.y (mgr.25504) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.064056+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.066154+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.670 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.068436+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.069274+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.075524+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: cephadm 2023-12-06T15:06:08.076208+0000 mgr.y (mgr.25504) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.155222+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.157491+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.160074+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.160954+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.167426+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.231232+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.232990+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.235237+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.235945+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.240928+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.671 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.287275+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.295088+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.303809+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.307671+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.310477+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.312563+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.313405+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.320588+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.347070+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.355176+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.364240+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:08.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.403532+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:08.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.405857+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:08.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.407690+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:06:08.673 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[25259]: audit 2023-12-06T15:06:08.409128+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T15:06:08.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:06:08 smithi150 bash[61850]: ts=2023-12-06T15:06:08.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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:06:09.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:09 smithi150 bash[25259]: cephadm 2023-12-06T15:06:08.168709+0000 mgr.y (mgr.25504) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:09 smithi150 bash[25259]: cephadm 2023-12-06T15:06:08.241600+0000 mgr.y (mgr.25504) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:09 smithi150 bash[25259]: cephadm 2023-12-06T15:06:08.321213+0000 mgr.y (mgr.25504) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:09 smithi150 bash[25259]: cephadm 2023-12-06T15:06:08.410118+0000 mgr.y (mgr.25504) 95 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T15:06:09.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:09 smithi150 bash[25259]: cluster 2023-12-06T15:06:08.609882+0000 mgr.y (mgr.25504) 96 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[80542]: cephadm 2023-12-06T15:06:08.168709+0000 mgr.y (mgr.25504) 92 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[80542]: cephadm 2023-12-06T15:06:08.241600+0000 mgr.y (mgr.25504) 93 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[80542]: cephadm 2023-12-06T15:06:08.321213+0000 mgr.y (mgr.25504) 94 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[80542]: cephadm 2023-12-06T15:06:08.410118+0000 mgr.y (mgr.25504) 95 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[80542]: cluster 2023-12-06T15:06:08.609882+0000 mgr.y (mgr.25504) 96 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[30871]: cephadm 2023-12-06T15:06:08.168709+0000 mgr.y (mgr.25504) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[30871]: cephadm 2023-12-06T15:06:08.241600+0000 mgr.y (mgr.25504) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[30871]: cephadm 2023-12-06T15:06:08.321213+0000 mgr.y (mgr.25504) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[30871]: cephadm 2023-12-06T15:06:08.410118+0000 mgr.y (mgr.25504) 95 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T15:06:09.866 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:09 smithi116 bash[30871]: cluster 2023-12-06T15:06:08.609882+0000 mgr.y (mgr.25504) 96 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:06:10.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:10 smithi116 bash[80542]: audit 2023-12-06T15:06:09.617140+0000 mgr.y (mgr.25504) 97 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:10.626 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:10 smithi116 bash[30871]: audit 2023-12-06T15:06:09.617140+0000 mgr.y (mgr.25504) 97 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:10.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:10 smithi150 bash[25259]: audit 2023-12-06T15:06:09.617140+0000 mgr.y (mgr.25504) 97 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[80542]: cluster 2023-12-06T15:06:10.611405+0000 mgr.y (mgr.25504) 98 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:06:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[80542]: audit 2023-12-06T15:06:11.387615+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[80542]: audit 2023-12-06T15:06:11.389950+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[80542]: audit 2023-12-06T15:06:11.391019+0000 mon.a (mon.0) 444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:11.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[80542]: audit 2023-12-06T15:06:11.392057+0000 mon.a (mon.0) 445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[30871]: cluster 2023-12-06T15:06:10.611405+0000 mgr.y (mgr.25504) 98 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:06:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[30871]: audit 2023-12-06T15:06:11.387615+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[30871]: audit 2023-12-06T15:06:11.389950+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[30871]: audit 2023-12-06T15:06:11.391019+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:11.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:11 smithi116 bash[30871]: audit 2023-12-06T15:06:11.392057+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:11.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:11 smithi150 bash[25259]: cluster 2023-12-06T15:06:10.611405+0000 mgr.y (mgr.25504) 98 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:06:11.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:11 smithi150 bash[25259]: audit 2023-12-06T15:06:11.387615+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:11.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:11 smithi150 bash[25259]: audit 2023-12-06T15:06:11.389950+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:11.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:11 smithi150 bash[25259]: audit 2023-12-06T15:06:11.391019+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:11.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:11 smithi150 bash[25259]: audit 2023-12-06T15:06:11.392057+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:12.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:12 smithi116 bash[80542]: cephadm 2023-12-06T15:06:11.382843+0000 mgr.y (mgr.25504) 99 : cephadm 1 Upgrade: Updating mon.c 2023-12-06T15:06:12.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:12 smithi116 bash[80542]: cephadm 2023-12-06T15:06:11.393576+0000 mgr.y (mgr.25504) 100 : cephadm 1 Deploying daemon mon.c on smithi116 2023-12-06T15:06:12.670 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:06:12] "GET /metrics HTTP/1.1" 200 35375 "" "Prometheus/2.33.4" 2023-12-06T15:06:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:12 smithi116 bash[30871]: cephadm 2023-12-06T15:06:11.382843+0000 mgr.y (mgr.25504) 99 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T15:06:12.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:12 smithi116 bash[30871]: cephadm 2023-12-06T15:06:11.393576+0000 mgr.y (mgr.25504) 100 : cephadm [INF] Deploying daemon mon.c on smithi116 2023-12-06T15:06:12.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:12 smithi150 bash[25259]: cephadm 2023-12-06T15:06:11.382843+0000 mgr.y (mgr.25504) 99 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T15:06:12.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:12 smithi150 bash[25259]: cephadm 2023-12-06T15:06:11.393576+0000 mgr.y (mgr.25504) 100 : cephadm [INF] Deploying daemon mon.c on smithi116 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[80542]: cluster 2023-12-06T15:06:12.612159+0000 mgr.y (mgr.25504) 101 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[80542]: audit 2023-12-06T15:06:13.300409+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[80542]: audit 2023-12-06T15:06:13.309145+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[80542]: audit 2023-12-06T15:06:13.317741+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[30871]: cluster 2023-12-06T15:06:12.612159+0000 mgr.y (mgr.25504) 101 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[30871]: audit 2023-12-06T15:06:13.300409+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[30871]: audit 2023-12-06T15:06:13.309145+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:13 smithi116 bash[30871]: audit 2023-12-06T15:06:13.317741+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:13 smithi150 bash[25259]: cluster 2023-12-06T15:06:12.612159+0000 mgr.y (mgr.25504) 101 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:06:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:13 smithi150 bash[25259]: audit 2023-12-06T15:06:13.300409+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:13 smithi150 bash[25259]: audit 2023-12-06T15:06:13.309145+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:13 smithi150 bash[25259]: audit 2023-12-06T15:06:13.317741+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:14.588 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:14 smithi150 bash[25259]: audit 2023-12-06T15:06:13.705537+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:14.658 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:14 smithi116 bash[80542]: audit 2023-12-06T15:06:13.705537+0000 mon.a (mon.0) 449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:14.658 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:14 smithi116 bash[30871]: audit 2023-12-06T15:06:13.705537+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:14.658 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:14 smithi116 systemd[1]: Stopping Ceph mon.c for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:06:14.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:14 smithi116 bash[30871]: debug 2023-12-06T15:06:14.651+0000 7efeb8ada700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T15:06:14.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:14 smithi116 bash[30871]: debug 2023-12-06T15:06:14.651+0000 7efeb8ada700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-06T15:06:15.659 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:15 smithi116 bash[82803]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-c 2023-12-06T15:06:15.660 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:15 smithi116 bash[82947]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-c 2023-12-06T15:06:15.660 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:15 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-06T15:06:15.660 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:15 smithi116 systemd[1]: Stopped Ceph mon.c for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:06:15.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:15 smithi116 systemd[1]: Started Ceph mon.c for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:06:17.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.363+0000 7fe44aabcc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:06:17.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.363+0000 7fe44aabcc80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 6 2023-12-06T15:06:17.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.363+0000 7fe44aabcc80 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 0 load: jerasure load: lrc 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Git sha 0 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: DB SUMMARY 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: DB Session ID: 4OHEEXOBM1ILWAZZYFFN 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2258 Bytes 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000045.sst 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000043.log size: 1635769 ; 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:06:17.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.env: 0x5585692cfa60 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.info_log: 0x55856ab09780 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:06:17.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:06:17.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:06:17.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:06:17.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.db_log_dir: 2023-12-06T15:06:17.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.wal_dir: 2023-12-06T15:06:17.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.write_buffer_manager: 0x55856aadcf00 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:06:17.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.row_cache: None 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.wal_filter: None 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.wal_compression: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:06:17.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:06:17.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:06:17.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Compression algorithms supported: 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kZSTD supported: 0 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.merge_operator: 2023-12-06T15:06:17.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55856ab098a0) 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: cache_index_and_filter_blocks: 1 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: pin_top_level_index_and_filter: 1 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: index_type: 0 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: data_block_index_type: 0 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: index_shortening: 1 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: checksum: 4 2023-12-06T15:06:17.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: no_block_cache: 0 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_cache: 0x55856ab5d090 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_cache_name: BinnedLRUCache 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_cache_options: 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: capacity : 536870912 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: num_shard_bits : 4 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: strict_capacity_limit : 0 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: high_pri_pool_ratio: 0.000 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_cache_compressed: (nil) 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: persistent_cache: (nil) 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_size: 4096 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_size_deviation: 10 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_restart_interval: 16 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: index_block_restart_interval: 1 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: metadata_block_size: 4096 2023-12-06T15:06:17.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: partition_filters: 0 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: use_delta_encoding: 1 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: filter_policy: bloomfilter 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: whole_key_filtering: 1 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: verify_compression: 0 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: read_amp_bytes_per_bit: 0 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: format_version: 5 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: enable_index_compression: 1 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: block_align: 0 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: max_auto_readahead_size: 262144 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: prepopulate_block_cache: 0 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: initial_auto_readahead_size: 8192 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: num_file_reads_for_auto_readahead: 2 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:06:17.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.num_levels: 7 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:06:17.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:06:17.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:06:17.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:06:17.686 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:06:17.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:06:17.688 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe44aabcc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.367+0000 7fe440285700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 45.sst 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.371+0000 7fe44aabcc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.371+0000 7fe44aabcc80 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 47, last_sequence is 27926, log_number is 43,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.371+0000 7fe44aabcc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 43 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.371+0000 7fe44aabcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 962a178a-76c6-4b71-b19f-345a1efe2931 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.371+0000 7fe44aabcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875177373322, "job": 1, "event": "recovery_started", "wal_files": [43]} 2023-12-06T15:06:17.689 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.371+0000 7fe44aabcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #43 mode 2 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.375+0000 7fe44aabcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875177380081, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 48, "file_size": 1037694, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27923, "largest_seqno": 29283, "table_properties": {"data_size": 1032660, "index_size": 2163, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1861, "raw_key_size": 17595, "raw_average_key_size": 24, "raw_value_size": 1020505, "raw_average_value_size": 1409, "num_data_blocks": 88, "num_entries": 724, "num_filter_entries": 724, "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": 1701875177, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "962a178a-76c6-4b71-b19f-345a1efe2931", "db_session_id": "4OHEEXOBM1ILWAZZYFFN", "orig_file_number": 48, "seqno_to_time_mapping": "N/A"}} 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.375+0000 7fe44aabcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875177380325, "job": 1, "event": "recovery_finished"} 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.375+0000 7fe44aabcc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 50 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.375+0000 7fe44aabcc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.379+0000 7fe44aabcc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000043.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.379+0000 7fe44aabcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55856abfc000 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.379+0000 7fe44aabcc80 4 rocksdb: DB pointer 0x55856abea000 2023-12-06T15:06:17.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:17 smithi116 bash[83021]: debug 2023-12-06T15:06:17.379+0000 7fe44aabcc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0] at bind addrs [v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T15:06:18.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:06:18 smithi150 bash[61850]: ts=2023-12-06T15:06: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:06:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:16.614571+0000 mgr.y (mgr.25504) 103 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:06:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:17.598993+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T15:06:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.004243+0000 mon.a (mon.0) 450 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.007677+0000 mon.a (mon.0) 451 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:06:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.017270+0000 mon.a (mon.0) 452 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:06:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.018366+0000 mon.a (mon.0) 453 : cluster 0 fsmap 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:16.614571+0000 mgr.y (mgr.25504) 103 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:17.598993+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.004243+0000 mon.a (mon.0) 450 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.007677+0000 mon.a (mon.0) 451 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.017270+0000 mon.a (mon.0) 452 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.018366+0000 mon.a (mon.0) 453 : cluster 0 fsmap 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.018493+0000 mon.a (mon.0) 454 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.019280+0000 mon.a (mon.0) 455 : cluster 0 mgrmap e43: y(active, since 19s), standbys: x 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.025684+0000 mon.a (mon.0) 456 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.032159+0000 mon.a (mon.0) 457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.038763+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.046623+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.052672+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.062542+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.080550+0000 mon.a (mon.0) 462 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.082229+0000 mon.a (mon.0) 463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.091157+0000 mon.a (mon.0) 464 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.174694+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.178846+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.183271+0000 mon.a (mon.0) 467 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.184459+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.193289+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.018493+0000 mon.a (mon.0) 454 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.019280+0000 mon.a (mon.0) 455 : cluster 0 mgrmap e43: y(active, since 19s), standbys: x 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.025684+0000 mon.a (mon.0) 456 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.032159+0000 mon.a (mon.0) 457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.038763+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.046623+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.052672+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.062542+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.080550+0000 mon.a (mon.0) 462 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.082229+0000 mon.a (mon.0) 463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.091157+0000 mon.a (mon.0) 464 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.174694+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.178846+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.183271+0000 mon.a (mon.0) 467 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.184459+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.193289+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.271380+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.274572+0000 mon.a (mon.0) 471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.277645+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.278650+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.284697+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.271380+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.274572+0000 mon.a (mon.0) 471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.277645+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.278650+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.284697+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.368036+0000 mon.a (mon.0) 475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.370746+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.376294+0000 mon.a (mon.0) 477 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.377506+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.383516+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.465963+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.468693+0000 mon.a (mon.0) 481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.471791+0000 mon.a (mon.0) 482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.473001+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.481231+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.559044+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.561443+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.564366+0000 mon.a (mon.0) 487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.565309+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.368036+0000 mon.a (mon.0) 475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.370746+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.376294+0000 mon.a (mon.0) 477 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.377506+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.383516+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.465963+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.468693+0000 mon.a (mon.0) 481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.471791+0000 mon.a (mon.0) 482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.473001+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.481231+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.559044+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.561443+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.564366+0000 mon.a (mon.0) 487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.565309+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.571078+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.651816+0000 mon.a (mon.0) 490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.655904+0000 mon.a (mon.0) 491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.659410+0000 mon.a (mon.0) 492 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.660665+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.668742+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.571078+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.651816+0000 mon.a (mon.0) 490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.655904+0000 mon.a (mon.0) 491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.659410+0000 mon.a (mon.0) 492 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.660665+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.668742+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.752482+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.756852+0000 mon.a (mon.0) 496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.760214+0000 mon.a (mon.0) 497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.761525+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.768798+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.850023+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.852359+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.855165+0000 mon.a (mon.0) 502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.856133+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.863918+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.947092+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.949601+0000 mon.a (mon.0) 506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.952545+0000 mon.a (mon.0) 507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.953573+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[80542]: audit 2023-12-06T15:06:18.961794+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.752482+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.756852+0000 mon.a (mon.0) 496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.760214+0000 mon.a (mon.0) 497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.761525+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.768798+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.850023+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.852359+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.855165+0000 mon.a (mon.0) 502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.856133+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.863918+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.947092+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.949601+0000 mon.a (mon.0) 506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.952545+0000 mon.a (mon.0) 507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.953573+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:19 smithi116 bash[83021]: audit 2023-12-06T15:06:18.961794+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:16.614571+0000 mgr.y (mgr.25504) 103 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:06:19.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:17.598993+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.004243+0000 mon.a (mon.0) 450 : cluster [INF] mon.a calling monitor election 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.007677+0000 mon.a (mon.0) 451 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.017270+0000 mon.a (mon.0) 452 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.018366+0000 mon.a (mon.0) 453 : cluster [DBG] fsmap 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.018493+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.019280+0000 mon.a (mon.0) 455 : cluster [DBG] mgrmap e43: y(active, since 19s), standbys: x 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.025684+0000 mon.a (mon.0) 456 : cluster [INF] overall HEALTH_OK 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.032159+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.038763+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.046623+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.052672+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.062542+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.080550+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.082229+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.091157+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.174694+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.178846+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.183271+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.184459+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.193289+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.271380+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.274572+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.277645+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.278650+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.284697+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.368036+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.370746+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.376294+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.377506+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.383516+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.465963+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.468693+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.471791+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.473001+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.481231+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.559044+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.561443+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.564366+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.565309+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.571078+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.651816+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.655904+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.659410+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.660665+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.668742+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.752482+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.756852+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.760214+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.761525+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.768798+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.850023+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.852359+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.855165+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.856133+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.863918+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:19.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.947092+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:19.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.949601+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:19.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.952545+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:19.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.953573+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:19.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:19 smithi150 bash[25259]: audit 2023-12-06T15:06:18.961794+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.036 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.091850+0000 mgr.y (mgr.25504) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.194337+0000 mgr.y (mgr.25504) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.285352+0000 mgr.y (mgr.25504) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.384137+0000 mgr.y (mgr.25504) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.481762+0000 mgr.y (mgr.25504) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.571591+0000 mgr.y (mgr.25504) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cluster 2023-12-06T15:06:18.615515+0000 mgr.y (mgr.25504) 110 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.670048+0000 mgr.y (mgr.25504) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.769346+0000 mgr.y (mgr.25504) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.864499+0000 mgr.y (mgr.25504) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:18.962516+0000 mgr.y (mgr.25504) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.038291+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.037 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.040332+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.042486+0000 mon.a (mon.0) 512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.043284+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.049181+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.049770+0000 mgr.y (mgr.25504) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.127901+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.131072+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.134658+0000 mon.a (mon.0) 517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.135676+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.142752+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.221595+0000 mon.a (mon.0) 520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.225788+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.228719+0000 mon.a (mon.0) 522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.091850+0000 mgr.y (mgr.25504) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.194337+0000 mgr.y (mgr.25504) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.285352+0000 mgr.y (mgr.25504) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.384137+0000 mgr.y (mgr.25504) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.481762+0000 mgr.y (mgr.25504) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.571591+0000 mgr.y (mgr.25504) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cluster 2023-12-06T15:06:18.615515+0000 mgr.y (mgr.25504) 110 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.670048+0000 mgr.y (mgr.25504) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.769346+0000 mgr.y (mgr.25504) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.864499+0000 mgr.y (mgr.25504) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:18.962516+0000 mgr.y (mgr.25504) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.038291+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.039 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.040332+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.042486+0000 mon.a (mon.0) 512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.043284+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.049181+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.049770+0000 mgr.y (mgr.25504) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.127901+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.229705+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.236961+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.317607+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.321962+0000 mon.a (mon.0) 526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.325319+0000 mon.a (mon.0) 527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.326694+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.335401+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.417786+0000 mon.a (mon.0) 530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.420560+0000 mon.a (mon.0) 531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.425568+0000 mon.a (mon.0) 532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.426831+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.435452+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.514140+0000 mon.a (mon.0) 535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.516443+0000 mon.a (mon.0) 536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.518672+0000 mon.a (mon.0) 537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.519437+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.525842+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.592566+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.595723+0000 mon.a (mon.0) 541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.131072+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.134658+0000 mon.a (mon.0) 517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.135676+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.142752+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.221595+0000 mon.a (mon.0) 520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.225788+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.228719+0000 mon.a (mon.0) 522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.229705+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.236961+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.317607+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.321962+0000 mon.a (mon.0) 526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.325319+0000 mon.a (mon.0) 527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.326694+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.335401+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.417786+0000 mon.a (mon.0) 530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.420560+0000 mon.a (mon.0) 531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.425568+0000 mon.a (mon.0) 532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.426831+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.435452+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.599637+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.600747+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.608690+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.690789+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.693859+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.697077+0000 mon.a (mon.0) 547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.698630+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.708091+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.789379+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.791663+0000 mon.a (mon.0) 551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.794730+0000 mon.a (mon.0) 552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.795684+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.801718+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.881648+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.883651+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.886333+0000 mon.a (mon.0) 557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.887110+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.892451+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.973129+0000 mon.a (mon.0) 560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.975771+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.979543+0000 mon.a (mon.0) 562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.981127+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[80542]: audit 2023-12-06T15:06:19.988128+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.514140+0000 mon.a (mon.0) 535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.516443+0000 mon.a (mon.0) 536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.518672+0000 mon.a (mon.0) 537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.519437+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.525842+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.592566+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.595723+0000 mon.a (mon.0) 541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.599637+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.600747+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.608690+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.690789+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.693859+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.697077+0000 mon.a (mon.0) 547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.698630+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.708091+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.789379+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.791663+0000 mon.a (mon.0) 551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.794730+0000 mon.a (mon.0) 552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.795684+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.801718+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.881648+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.883651+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.886333+0000 mon.a (mon.0) 557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.887110+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.892451+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.973129+0000 mon.a (mon.0) 560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.975771+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.979543+0000 mon.a (mon.0) 562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.981127+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:20 smithi116 bash[83021]: audit 2023-12-06T15:06:19.988128+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.091850+0000 mgr.y (mgr.25504) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.194337+0000 mgr.y (mgr.25504) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.285352+0000 mgr.y (mgr.25504) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.384137+0000 mgr.y (mgr.25504) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.481762+0000 mgr.y (mgr.25504) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.571591+0000 mgr.y (mgr.25504) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cluster 2023-12-06T15:06:18.615515+0000 mgr.y (mgr.25504) 110 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.670048+0000 mgr.y (mgr.25504) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.769346+0000 mgr.y (mgr.25504) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.864499+0000 mgr.y (mgr.25504) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:18.962516+0000 mgr.y (mgr.25504) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.038291+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.040332+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.042486+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.043284+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.049181+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.049770+0000 mgr.y (mgr.25504) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.127901+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.131072+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.134658+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.135676+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.142752+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.221595+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.225788+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.228719+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.229705+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.236961+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.317607+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.321962+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.325319+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.326694+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.335401+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.417786+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.420560+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.425568+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.426831+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.435452+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.514140+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.516443+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.518672+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.519437+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.525842+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.592566+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.595723+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.599637+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.600747+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.608690+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.690789+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.693859+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.697077+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.698630+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.708091+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.789379+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.791663+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.794730+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.795684+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.801718+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.881648+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.883651+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.886333+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.887110+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.892451+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.973129+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.975771+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.979543+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.981127+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:20.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:20 smithi150 bash[25259]: audit 2023-12-06T15:06:19.988128+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.288 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.143351+0000 mgr.y (mgr.25504) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.288 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.237661+0000 mgr.y (mgr.25504) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.288 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.335953+0000 mgr.y (mgr.25504) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.288 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.436231+0000 mgr.y (mgr.25504) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.288 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.526499+0000 mgr.y (mgr.25504) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.288 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.609275+0000 mgr.y (mgr.25504) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:19.626357+0000 mgr.y (mgr.25504) 122 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.708775+0000 mgr.y (mgr.25504) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.802233+0000 mgr.y (mgr.25504) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.893036+0000 mgr.y (mgr.25504) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:19.988722+0000 mgr.y (mgr.25504) 126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.066572+0000 mon.a (mon.0) 565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.069147+0000 mon.a (mon.0) 566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.071754+0000 mon.a (mon.0) 567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.072644+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.080230+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.081008+0000 mgr.y (mgr.25504) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.162324+0000 mon.a (mon.0) 570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.164881+0000 mon.a (mon.0) 571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.168118+0000 mon.a (mon.0) 572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.289 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.169451+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.143351+0000 mgr.y (mgr.25504) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.237661+0000 mgr.y (mgr.25504) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.335953+0000 mgr.y (mgr.25504) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.436231+0000 mgr.y (mgr.25504) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.526499+0000 mgr.y (mgr.25504) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.609275+0000 mgr.y (mgr.25504) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:19.626357+0000 mgr.y (mgr.25504) 122 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.708775+0000 mgr.y (mgr.25504) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.802233+0000 mgr.y (mgr.25504) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.893036+0000 mgr.y (mgr.25504) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:19.988722+0000 mgr.y (mgr.25504) 126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.066572+0000 mon.a (mon.0) 565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.069147+0000 mon.a (mon.0) 566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.071754+0000 mon.a (mon.0) 567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.072644+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.080230+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.081008+0000 mgr.y (mgr.25504) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.162324+0000 mon.a (mon.0) 570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.164881+0000 mon.a (mon.0) 571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.168118+0000 mon.a (mon.0) 572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.169451+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.177830+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.242259+0000 mon.a (mon.0) 575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.244971+0000 mon.a (mon.0) 576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.247665+0000 mon.a (mon.0) 577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.248425+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.255189+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.318196+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.320718+0000 mon.a (mon.0) 581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.323820+0000 mon.a (mon.0) 582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.324882+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.331959+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.411616+0000 mon.a (mon.0) 585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.414308+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.292 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.417592+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.418591+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.425755+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.508801+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.510889+0000 mon.a (mon.0) 591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.512986+0000 mon.a (mon.0) 592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.177830+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.242259+0000 mon.a (mon.0) 575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.244971+0000 mon.a (mon.0) 576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.247665+0000 mon.a (mon.0) 577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.248425+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.255189+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.293 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.318196+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.320718+0000 mon.a (mon.0) 581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.323820+0000 mon.a (mon.0) 582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.324882+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.331959+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.411616+0000 mon.a (mon.0) 585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.414308+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.417592+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.418591+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.425755+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.508801+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.510889+0000 mon.a (mon.0) 591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.294 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.512986+0000 mon.a (mon.0) 592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.513668+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.518911+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.598903+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.603155+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.607082+0000 mon.a (mon.0) 597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.608071+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.613899+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.675687+0000 mon.a (mon.0) 600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.677900+0000 mon.a (mon.0) 601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.680435+0000 mon.a (mon.0) 602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.681226+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.686685+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.744162+0000 mon.a (mon.0) 605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.746233+0000 mon.a (mon.0) 606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.749245+0000 mon.a (mon.0) 607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.750124+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.755622+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.837570+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.840547+0000 mon.a (mon.0) 611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.843919+0000 mon.a (mon.0) 612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.845401+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.854068+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.935223+0000 mon.a (mon.0) 615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.937674+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.940637+0000 mon.a (mon.0) 617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.941827+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[80542]: audit 2023-12-06T15:06:20.950488+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.513668+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.518911+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.598903+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.603155+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.607082+0000 mon.a (mon.0) 597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.608071+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.613899+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.675687+0000 mon.a (mon.0) 600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.677900+0000 mon.a (mon.0) 601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.680435+0000 mon.a (mon.0) 602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.681226+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.686685+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.744162+0000 mon.a (mon.0) 605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.746233+0000 mon.a (mon.0) 606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.749245+0000 mon.a (mon.0) 607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.750124+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.755622+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.837570+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.840547+0000 mon.a (mon.0) 611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.843919+0000 mon.a (mon.0) 612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.845401+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.854068+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.935223+0000 mon.a (mon.0) 615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.937674+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.940637+0000 mon.a (mon.0) 617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.941827+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:21 smithi116 bash[83021]: audit 2023-12-06T15:06:20.950488+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.143351+0000 mgr.y (mgr.25504) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.237661+0000 mgr.y (mgr.25504) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.335953+0000 mgr.y (mgr.25504) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.436231+0000 mgr.y (mgr.25504) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.526499+0000 mgr.y (mgr.25504) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.609275+0000 mgr.y (mgr.25504) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:19.626357+0000 mgr.y (mgr.25504) 122 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.708775+0000 mgr.y (mgr.25504) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.802233+0000 mgr.y (mgr.25504) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.893036+0000 mgr.y (mgr.25504) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:19.988722+0000 mgr.y (mgr.25504) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.066572+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.069147+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.071754+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.072644+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.080230+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.081008+0000 mgr.y (mgr.25504) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.162324+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.164881+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.168118+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.169451+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.177830+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.242259+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.244971+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.247665+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.248425+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.255189+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.318196+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.320718+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.323820+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.324882+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.331959+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.411616+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.414308+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.417592+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.418591+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.425755+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.508801+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.510889+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.512986+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.513668+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.518911+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.598903+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.603155+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.607082+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.608071+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.613899+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.675687+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.677900+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.680435+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.681226+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.686685+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.744162+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.746233+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.749245+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.750124+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.755622+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.837570+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.840547+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.843919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.845401+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.854068+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.935223+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.937674+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.940637+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.941827+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:21.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:21 smithi150 bash[25259]: audit 2023-12-06T15:06:20.950488+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.398 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.178528+0000 mgr.y (mgr.25504) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.255861+0000 mgr.y (mgr.25504) 129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.332708+0000 mgr.y (mgr.25504) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.426300+0000 mgr.y (mgr.25504) 131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.519514+0000 mgr.y (mgr.25504) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.614465+0000 mgr.y (mgr.25504) 133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cluster 2023-12-06T15:06:20.616594+0000 mgr.y (mgr.25504) 134 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.687242+0000 mgr.y (mgr.25504) 135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.756280+0000 mgr.y (mgr.25504) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.854602+0000 mgr.y (mgr.25504) 137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:20.951046+0000 mgr.y (mgr.25504) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.399 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.035137+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.038403+0000 mon.a (mon.0) 621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.041659+0000 mon.a (mon.0) 622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.042790+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.050381+0000 mon.a (mon.0) 624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.050925+0000 mgr.y (mgr.25504) 139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.113738+0000 mon.a (mon.0) 625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.115891+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.118665+0000 mon.a (mon.0) 627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.119452+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.128287+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.209661+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.400 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.212310+0000 mon.a (mon.0) 631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.214894+0000 mon.a (mon.0) 632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.215747+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.223962+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.304126+0000 mon.a (mon.0) 635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.306529+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.308938+0000 mon.a (mon.0) 637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.309787+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.316815+0000 mon.a (mon.0) 639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.397310+0000 mon.a (mon.0) 640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.399224+0000 mon.a (mon.0) 641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.401543+0000 mon.a (mon.0) 642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.402324+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.401 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.411054+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.402 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.493112+0000 mon.a (mon.0) 645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.402 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.495805+0000 mon.a (mon.0) 646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.402 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.499984+0000 mon.a (mon.0) 647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.178528+0000 mgr.y (mgr.25504) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.255861+0000 mgr.y (mgr.25504) 129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.332708+0000 mgr.y (mgr.25504) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.426300+0000 mgr.y (mgr.25504) 131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.519514+0000 mgr.y (mgr.25504) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.614465+0000 mgr.y (mgr.25504) 133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cluster 2023-12-06T15:06:20.616594+0000 mgr.y (mgr.25504) 134 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.687242+0000 mgr.y (mgr.25504) 135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.756280+0000 mgr.y (mgr.25504) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.854602+0000 mgr.y (mgr.25504) 137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:20.951046+0000 mgr.y (mgr.25504) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.035137+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.038403+0000 mon.a (mon.0) 621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.041659+0000 mon.a (mon.0) 622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.042790+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.050381+0000 mon.a (mon.0) 624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.050925+0000 mgr.y (mgr.25504) 139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.113738+0000 mon.a (mon.0) 625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.115891+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.118665+0000 mon.a (mon.0) 627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.119452+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.500987+0000 mon.a (mon.0) 648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.507515+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.592129+0000 mon.a (mon.0) 650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.596106+0000 mon.a (mon.0) 651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.599470+0000 mon.a (mon.0) 652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.600777+0000 mon.a (mon.0) 653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.607938+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.689468+0000 mon.a (mon.0) 655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.692034+0000 mon.a (mon.0) 656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.695228+0000 mon.a (mon.0) 657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.696214+0000 mon.a (mon.0) 658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.704508+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.782840+0000 mon.a (mon.0) 660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.785671+0000 mon.a (mon.0) 661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.789073+0000 mon.a (mon.0) 662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.790382+0000 mon.a (mon.0) 663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.798631+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.881125+0000 mon.a (mon.0) 665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.883831+0000 mon.a (mon.0) 666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.888167+0000 mon.a (mon.0) 667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.889481+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.896015+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.975527+0000 mon.a (mon.0) 670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.978096+0000 mon.a (mon.0) 671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.981695+0000 mon.a (mon.0) 672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.982999+0000 mon.a (mon.0) 673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.407 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[80542]: audit 2023-12-06T15:06:21.990553+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.128287+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.209661+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.212310+0000 mon.a (mon.0) 631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.214894+0000 mon.a (mon.0) 632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.215747+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.223962+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.304126+0000 mon.a (mon.0) 635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.306529+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.308938+0000 mon.a (mon.0) 637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.309787+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.316815+0000 mon.a (mon.0) 639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.397310+0000 mon.a (mon.0) 640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.399224+0000 mon.a (mon.0) 641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.401543+0000 mon.a (mon.0) 642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.402324+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.411054+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.493112+0000 mon.a (mon.0) 645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.495805+0000 mon.a (mon.0) 646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.499984+0000 mon.a (mon.0) 647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.500987+0000 mon.a (mon.0) 648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.507515+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.592129+0000 mon.a (mon.0) 650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.596106+0000 mon.a (mon.0) 651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.599470+0000 mon.a (mon.0) 652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.409 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.600777+0000 mon.a (mon.0) 653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.607938+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.689468+0000 mon.a (mon.0) 655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.692034+0000 mon.a (mon.0) 656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.695228+0000 mon.a (mon.0) 657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.696214+0000 mon.a (mon.0) 658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.704508+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.782840+0000 mon.a (mon.0) 660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.785671+0000 mon.a (mon.0) 661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.789073+0000 mon.a (mon.0) 662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.790382+0000 mon.a (mon.0) 663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.798631+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.410 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.881125+0000 mon.a (mon.0) 665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.883831+0000 mon.a (mon.0) 666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.888167+0000 mon.a (mon.0) 667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.889481+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.896015+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.975527+0000 mon.a (mon.0) 670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.978096+0000 mon.a (mon.0) 671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.981695+0000 mon.a (mon.0) 672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.982999+0000 mon.a (mon.0) 673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.411 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[83021]: audit 2023-12-06T15:06:21.990553+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.178528+0000 mgr.y (mgr.25504) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.255861+0000 mgr.y (mgr.25504) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.332708+0000 mgr.y (mgr.25504) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.426300+0000 mgr.y (mgr.25504) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.519514+0000 mgr.y (mgr.25504) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.614465+0000 mgr.y (mgr.25504) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cluster 2023-12-06T15:06:20.616594+0000 mgr.y (mgr.25504) 134 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.687242+0000 mgr.y (mgr.25504) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.756280+0000 mgr.y (mgr.25504) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.854602+0000 mgr.y (mgr.25504) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:20.951046+0000 mgr.y (mgr.25504) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.035137+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.038403+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.041659+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.042790+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.050381+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.050925+0000 mgr.y (mgr.25504) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:22.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.113738+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.115891+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.118665+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.119452+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.128287+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.209661+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.212310+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.214894+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.215747+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.223962+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.304126+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.306529+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.308938+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.309787+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.316815+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.397310+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.399224+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.401543+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.402324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.411054+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.493112+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.495805+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.499984+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.500987+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.507515+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.592129+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.596106+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.599470+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.600777+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.607938+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.689468+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.692034+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.695228+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.696214+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.704508+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.782840+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.785671+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.789073+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.790382+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.798631+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.881125+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.883831+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.888167+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.889481+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.896015+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.975527+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.978096+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.981695+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.982999+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:22 smithi150 bash[25259]: audit 2023-12-06T15:06:21.990553+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:22.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[75526]: debug 2023-12-06T15:06:22.391+0000 7fd94cdde700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-06T15:06:22.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:06:22] "GET /metrics HTTP/1.1" 200 38171 "" "Prometheus/2.33.4" 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.129205+0000 mgr.y (mgr.25504) 140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.224727+0000 mgr.y (mgr.25504) 141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.317527+0000 mgr.y (mgr.25504) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.411885+0000 mgr.y (mgr.25504) 143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.508457+0000 mgr.y (mgr.25504) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.608557+0000 mgr.y (mgr.25504) 145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.705135+0000 mgr.y (mgr.25504) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.799579+0000 mgr.y (mgr.25504) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.896659+0000 mgr.y (mgr.25504) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:21.991430+0000 mgr.y (mgr.25504) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.069357+0000 mon.a (mon.0) 675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.071984+0000 mon.a (mon.0) 676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.074807+0000 mon.a (mon.0) 677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.075793+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.083104+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.083881+0000 mgr.y (mgr.25504) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.162398+0000 mon.a (mon.0) 680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.164567+0000 mon.a (mon.0) 681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.167211+0000 mon.a (mon.0) 682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.168305+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.175131+0000 mon.a (mon.0) 684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.256138+0000 mon.a (mon.0) 685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.258453+0000 mon.a (mon.0) 686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.261599+0000 mon.a (mon.0) 687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.262485+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.271546+0000 mon.a (mon.0) 689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.350287+0000 mon.a (mon.0) 690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.353014+0000 mon.a (mon.0) 691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.356752+0000 mon.a (mon.0) 692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.357960+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.366138+0000 mon.a (mon.0) 694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.447481+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.451691+0000 mon.a (mon.0) 696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.455799+0000 mon.a (mon.0) 697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.457197+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.464331+0000 mon.a (mon.0) 699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.533255+0000 mon.a (mon.0) 700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.535903+0000 mon.a (mon.0) 701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.538924+0000 mon.a (mon.0) 702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.540259+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.129205+0000 mgr.y (mgr.25504) 140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.224727+0000 mgr.y (mgr.25504) 141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.317527+0000 mgr.y (mgr.25504) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.411885+0000 mgr.y (mgr.25504) 143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.508457+0000 mgr.y (mgr.25504) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.608557+0000 mgr.y (mgr.25504) 145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.705135+0000 mgr.y (mgr.25504) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.799579+0000 mgr.y (mgr.25504) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.896659+0000 mgr.y (mgr.25504) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:21.991430+0000 mgr.y (mgr.25504) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.069357+0000 mon.a (mon.0) 675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.071984+0000 mon.a (mon.0) 676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.074807+0000 mon.a (mon.0) 677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.075793+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.083104+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.083881+0000 mgr.y (mgr.25504) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.162398+0000 mon.a (mon.0) 680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.164567+0000 mon.a (mon.0) 681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.167211+0000 mon.a (mon.0) 682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.168305+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.175131+0000 mon.a (mon.0) 684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.545588+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.625292+0000 mon.a (mon.0) 705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.629706+0000 mon.a (mon.0) 706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.633018+0000 mon.a (mon.0) 707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.634289+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.641886+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.724781+0000 mon.a (mon.0) 710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.727433+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.731512+0000 mon.a (mon.0) 712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.732876+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.741970+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.822325+0000 mon.a (mon.0) 715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.824572+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.827538+0000 mon.a (mon.0) 717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.828436+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.834126+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.915060+0000 mon.a (mon.0) 720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.917960+0000 mon.a (mon.0) 721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.921624+0000 mon.a (mon.0) 722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.922831+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:22.930437+0000 mon.a (mon.0) 724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:23.010471+0000 mon.a (mon.0) 725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:23.013181+0000 mon.a (mon.0) 726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:23.016882+0000 mon.a (mon.0) 727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:23.018368+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[80542]: audit 2023-12-06T15:06:23.025971+0000 mon.a (mon.0) 729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.256138+0000 mon.a (mon.0) 685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.258453+0000 mon.a (mon.0) 686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.261599+0000 mon.a (mon.0) 687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.262485+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.271546+0000 mon.a (mon.0) 689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.350287+0000 mon.a (mon.0) 690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.353014+0000 mon.a (mon.0) 691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.356752+0000 mon.a (mon.0) 692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.357960+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.366138+0000 mon.a (mon.0) 694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.447481+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.451691+0000 mon.a (mon.0) 696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.455799+0000 mon.a (mon.0) 697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.457197+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.464331+0000 mon.a (mon.0) 699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.533255+0000 mon.a (mon.0) 700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.535903+0000 mon.a (mon.0) 701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.538924+0000 mon.a (mon.0) 702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.540259+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.545588+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.625292+0000 mon.a (mon.0) 705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.629706+0000 mon.a (mon.0) 706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.633018+0000 mon.a (mon.0) 707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.634289+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.641886+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.724781+0000 mon.a (mon.0) 710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.727433+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.731512+0000 mon.a (mon.0) 712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.732876+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.741970+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.822325+0000 mon.a (mon.0) 715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.824572+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.827538+0000 mon.a (mon.0) 717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.828436+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.834126+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.915060+0000 mon.a (mon.0) 720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.917960+0000 mon.a (mon.0) 721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.921624+0000 mon.a (mon.0) 722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.922831+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:22.930437+0000 mon.a (mon.0) 724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:23.010471+0000 mon.a (mon.0) 725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:23.013181+0000 mon.a (mon.0) 726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:23.016882+0000 mon.a (mon.0) 727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:23.018368+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:23 smithi116 bash[83021]: audit 2023-12-06T15:06:23.025971+0000 mon.a (mon.0) 729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.129205+0000 mgr.y (mgr.25504) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.224727+0000 mgr.y (mgr.25504) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.317527+0000 mgr.y (mgr.25504) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.411885+0000 mgr.y (mgr.25504) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.508457+0000 mgr.y (mgr.25504) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.608557+0000 mgr.y (mgr.25504) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.705135+0000 mgr.y (mgr.25504) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.799579+0000 mgr.y (mgr.25504) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.896659+0000 mgr.y (mgr.25504) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:21.991430+0000 mgr.y (mgr.25504) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.069357+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.071984+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.074807+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.075793+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.083104+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.083881+0000 mgr.y (mgr.25504) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.162398+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.164567+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.167211+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.168305+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.175131+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.256138+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.258453+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.261599+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.262485+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.271546+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.350287+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.353014+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.356752+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.357960+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.366138+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.447481+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.451691+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.455799+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.457197+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.464331+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.533255+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.535903+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.538924+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.540259+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.545588+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.625292+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.629706+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.633018+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.634289+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.641886+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.724781+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.727433+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.731512+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.732876+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.741970+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.822325+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.824572+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.827538+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.828436+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.834126+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.915060+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.917960+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.921624+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.922831+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:22.930437+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:23.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:23.010471+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:23.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:23.013181+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:23.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:23.016882+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:23.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:23.018368+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:23 smithi150 bash[25259]: audit 2023-12-06T15:06:23.025971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.175725+0000 mgr.y (mgr.25504) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.272416+0000 mgr.y (mgr.25504) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.366847+0000 mgr.y (mgr.25504) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.465043+0000 mgr.y (mgr.25504) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.546110+0000 mgr.y (mgr.25504) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cluster 2023-12-06T15:06:22.617053+0000 mgr.y (mgr.25504) 156 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.642519+0000 mgr.y (mgr.25504) 157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.742495+0000 mgr.y (mgr.25504) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.834991+0000 mgr.y (mgr.25504) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:22.931118+0000 mgr.y (mgr.25504) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.294 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.026549+0000 mgr.y (mgr.25504) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.102175+0000 mon.a (mon.0) 730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.104586+0000 mon.a (mon.0) 731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.108641+0000 mon.a (mon.0) 732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.110138+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.118419+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.198847+0000 mon.a (mon.0) 735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.201142+0000 mon.a (mon.0) 736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.203344+0000 mon.a (mon.0) 737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.204184+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.210647+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.277392+0000 mon.a (mon.0) 740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.279927+0000 mon.a (mon.0) 741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.283309+0000 mon.a (mon.0) 742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.284198+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.295 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.290363+0000 mon.a (mon.0) 744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.372327+0000 mon.a (mon.0) 745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.374991+0000 mon.a (mon.0) 746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.377958+0000 mon.a (mon.0) 747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.378926+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.385371+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.463799+0000 mon.a (mon.0) 750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.466450+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.469610+0000 mon.a (mon.0) 752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.470766+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.477593+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.558345+0000 mon.a (mon.0) 755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.560395+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.562442+0000 mon.a (mon.0) 757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.563179+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.296 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.568522+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.652556+0000 mon.a (mon.0) 760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.654670+0000 mon.a (mon.0) 761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.657181+0000 mon.a (mon.0) 762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.658058+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.665035+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.742167+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.746497+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.750246+0000 mon.a (mon.0) 767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.751690+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.760172+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.824215+0000 mon.a (mon.0) 770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.826162+0000 mon.a (mon.0) 771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.828423+0000 mon.a (mon.0) 772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.829177+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.297 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.836556+0000 mon.a (mon.0) 774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.916715+0000 mon.a (mon.0) 775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.919213+0000 mon.a (mon.0) 776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.923587+0000 mon.a (mon.0) 777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.924660+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:23.932558+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:24.011655+0000 mon.a (mon.0) 780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:24.014739+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:24.018174+0000 mon.a (mon.0) 782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:24.019719+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.298 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[80542]: audit 2023-12-06T15:06:24.028198+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.175725+0000 mgr.y (mgr.25504) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.272416+0000 mgr.y (mgr.25504) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.366847+0000 mgr.y (mgr.25504) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.465043+0000 mgr.y (mgr.25504) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.546110+0000 mgr.y (mgr.25504) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cluster 2023-12-06T15:06:22.617053+0000 mgr.y (mgr.25504) 156 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.642519+0000 mgr.y (mgr.25504) 157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.742495+0000 mgr.y (mgr.25504) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.834991+0000 mgr.y (mgr.25504) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:22.931118+0000 mgr.y (mgr.25504) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.026549+0000 mgr.y (mgr.25504) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.102175+0000 mon.a (mon.0) 730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.104586+0000 mon.a (mon.0) 731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.108641+0000 mon.a (mon.0) 732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.110138+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.118419+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.198847+0000 mon.a (mon.0) 735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.201142+0000 mon.a (mon.0) 736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.203344+0000 mon.a (mon.0) 737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.204184+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.210647+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.277392+0000 mon.a (mon.0) 740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.279927+0000 mon.a (mon.0) 741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.283309+0000 mon.a (mon.0) 742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.284198+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.290363+0000 mon.a (mon.0) 744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.372327+0000 mon.a (mon.0) 745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.374991+0000 mon.a (mon.0) 746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.377958+0000 mon.a (mon.0) 747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.378926+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.385371+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.463799+0000 mon.a (mon.0) 750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.466450+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.469610+0000 mon.a (mon.0) 752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.470766+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.477593+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.558345+0000 mon.a (mon.0) 755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.560395+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.562442+0000 mon.a (mon.0) 757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.563179+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.568522+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.652556+0000 mon.a (mon.0) 760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.654670+0000 mon.a (mon.0) 761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.657181+0000 mon.a (mon.0) 762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.658058+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.665035+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.742167+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.746497+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.750246+0000 mon.a (mon.0) 767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.751690+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.760172+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.824215+0000 mon.a (mon.0) 770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.826162+0000 mon.a (mon.0) 771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.828423+0000 mon.a (mon.0) 772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.829177+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.302 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.836556+0000 mon.a (mon.0) 774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.916715+0000 mon.a (mon.0) 775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.919213+0000 mon.a (mon.0) 776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.923587+0000 mon.a (mon.0) 777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.924660+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:23.932558+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:24.011655+0000 mon.a (mon.0) 780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:24.014739+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:24.018174+0000 mon.a (mon.0) 782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:24.019719+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.303 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:24 smithi116 bash[83021]: audit 2023-12-06T15:06:24.028198+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.175725+0000 mgr.y (mgr.25504) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.272416+0000 mgr.y (mgr.25504) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.366847+0000 mgr.y (mgr.25504) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.465043+0000 mgr.y (mgr.25504) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.546110+0000 mgr.y (mgr.25504) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cluster 2023-12-06T15:06:22.617053+0000 mgr.y (mgr.25504) 156 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.642519+0000 mgr.y (mgr.25504) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.742495+0000 mgr.y (mgr.25504) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.834991+0000 mgr.y (mgr.25504) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:22.931118+0000 mgr.y (mgr.25504) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.026549+0000 mgr.y (mgr.25504) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.102175+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.104586+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.108641+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.110138+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.118419+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.198847+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.201142+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.203344+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.204184+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.210647+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.277392+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.279927+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.283309+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.284198+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.290363+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.372327+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.374991+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.377958+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.378926+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.385371+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.463799+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.466450+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.469610+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.470766+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.477593+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.558345+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.560395+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.562442+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.563179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.568522+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.652556+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.654670+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.657181+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.658058+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.665035+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.742167+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.746497+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.750246+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.751690+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.760172+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.824215+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.826162+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.828423+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.829177+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.836556+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.916715+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.919213+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.923587+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.924660+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:23.932558+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:24.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:24.011655+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:24.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:24.014739+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:24.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:24.018174+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:24.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:24.019719+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:24.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:24 smithi150 bash[25259]: audit 2023-12-06T15:06:24.028198+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.118999+0000 mgr.y (mgr.25504) 162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.211418+0000 mgr.y (mgr.25504) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.290933+0000 mgr.y (mgr.25504) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.386041+0000 mgr.y (mgr.25504) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.478086+0000 mgr.y (mgr.25504) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.569180+0000 mgr.y (mgr.25504) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.665736+0000 mgr.y (mgr.25504) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.761073+0000 mgr.y (mgr.25504) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.837266+0000 mgr.y (mgr.25504) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:23.933144+0000 mgr.y (mgr.25504) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.028837+0000 mgr.y (mgr.25504) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.109205+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.111355+0000 mon.a (mon.0) 786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.113870+0000 mon.a (mon.0) 787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.114769+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.124101+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.208518+0000 mon.a (mon.0) 790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.211717+0000 mon.a (mon.0) 791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.214391+0000 mon.a (mon.0) 792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.215372+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.226187+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.118999+0000 mgr.y (mgr.25504) 162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.211418+0000 mgr.y (mgr.25504) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.290933+0000 mgr.y (mgr.25504) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.386041+0000 mgr.y (mgr.25504) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.478086+0000 mgr.y (mgr.25504) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.569180+0000 mgr.y (mgr.25504) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.665736+0000 mgr.y (mgr.25504) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.761073+0000 mgr.y (mgr.25504) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.837266+0000 mgr.y (mgr.25504) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:23.933144+0000 mgr.y (mgr.25504) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.028837+0000 mgr.y (mgr.25504) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.109205+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.111355+0000 mon.a (mon.0) 786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.113870+0000 mon.a (mon.0) 787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.114769+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.124101+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.208518+0000 mon.a (mon.0) 790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.211717+0000 mon.a (mon.0) 791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.214391+0000 mon.a (mon.0) 792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.215372+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.226187+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.305080+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.307957+0000 mon.a (mon.0) 796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.311298+0000 mon.a (mon.0) 797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.312697+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.322378+0000 mon.a (mon.0) 799 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.402820+0000 mon.a (mon.0) 800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.404836+0000 mon.a (mon.0) 801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.406962+0000 mon.a (mon.0) 802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.407889+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.414197+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.496800+0000 mon.a (mon.0) 805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.499228+0000 mon.a (mon.0) 806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.502018+0000 mon.a (mon.0) 807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.502962+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.509424+0000 mon.a (mon.0) 809 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.587662+0000 mon.a (mon.0) 810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.591408+0000 mon.a (mon.0) 811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.595259+0000 mon.a (mon.0) 812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.596673+0000 mon.a (mon.0) 813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.305080+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.307957+0000 mon.a (mon.0) 796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.311298+0000 mon.a (mon.0) 797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.312697+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.322378+0000 mon.a (mon.0) 799 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.402820+0000 mon.a (mon.0) 800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.404836+0000 mon.a (mon.0) 801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.406962+0000 mon.a (mon.0) 802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.407889+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.414197+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.496800+0000 mon.a (mon.0) 805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.499228+0000 mon.a (mon.0) 806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.502018+0000 mon.a (mon.0) 807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.502962+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.509424+0000 mon.a (mon.0) 809 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.587662+0000 mon.a (mon.0) 810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.591408+0000 mon.a (mon.0) 811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.595259+0000 mon.a (mon.0) 812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.596673+0000 mon.a (mon.0) 813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.608625+0000 mon.a (mon.0) 814 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.686786+0000 mon.a (mon.0) 815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.688990+0000 mon.a (mon.0) 816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.691704+0000 mon.a (mon.0) 817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.692932+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.701634+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.780139+0000 mon.a (mon.0) 820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.782249+0000 mon.a (mon.0) 821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.784943+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.785790+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.794670+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.877424+0000 mon.a (mon.0) 825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.880944+0000 mon.a (mon.0) 826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.883909+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.885237+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.894855+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.973997+0000 mon.a (mon.0) 830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.976129+0000 mon.a (mon.0) 831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.978402+0000 mon.a (mon.0) 832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.979207+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[80542]: audit 2023-12-06T15:06:24.988906+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.608625+0000 mon.a (mon.0) 814 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.686786+0000 mon.a (mon.0) 815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.688990+0000 mon.a (mon.0) 816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.691704+0000 mon.a (mon.0) 817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.692932+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.701634+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.780139+0000 mon.a (mon.0) 820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.782249+0000 mon.a (mon.0) 821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.784943+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.785790+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.794670+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.877424+0000 mon.a (mon.0) 825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.880944+0000 mon.a (mon.0) 826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.883909+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.885237+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.894855+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.973997+0000 mon.a (mon.0) 830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.976129+0000 mon.a (mon.0) 831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.978402+0000 mon.a (mon.0) 832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.979207+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:25 smithi116 bash[83021]: audit 2023-12-06T15:06:24.988906+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.118999+0000 mgr.y (mgr.25504) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.211418+0000 mgr.y (mgr.25504) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.290933+0000 mgr.y (mgr.25504) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.386041+0000 mgr.y (mgr.25504) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.478086+0000 mgr.y (mgr.25504) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.569180+0000 mgr.y (mgr.25504) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.665736+0000 mgr.y (mgr.25504) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.761073+0000 mgr.y (mgr.25504) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.837266+0000 mgr.y (mgr.25504) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:23.933144+0000 mgr.y (mgr.25504) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.028837+0000 mgr.y (mgr.25504) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.109205+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.111355+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.113870+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.114769+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.124101+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.208518+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.211717+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.214391+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.215372+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.226187+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.305080+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.307957+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.311298+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.312697+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.322378+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.402820+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.404836+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.406962+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.407889+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.414197+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.496800+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.499228+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.502018+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.502962+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.509424+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.587662+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.591408+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.595259+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.596673+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.608625+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.686786+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.688990+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.691704+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.692932+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.701634+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.780139+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.782249+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.784943+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.785790+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.794670+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.877424+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.880944+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.883909+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.885237+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.894855+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.973997+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.976129+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.978402+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.979207+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:25.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:25 smithi150 bash[25259]: audit 2023-12-06T15:06:24.988906+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.384 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.124743+0000 mgr.y (mgr.25504) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.226847+0000 mgr.y (mgr.25504) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.322951+0000 mgr.y (mgr.25504) 175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.414892+0000 mgr.y (mgr.25504) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.510006+0000 mgr.y (mgr.25504) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.609221+0000 mgr.y (mgr.25504) 178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cluster 2023-12-06T15:06:24.618071+0000 mgr.y (mgr.25504) 179 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.702081+0000 mgr.y (mgr.25504) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.795119+0000 mgr.y (mgr.25504) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.895427+0000 mgr.y (mgr.25504) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:24.989480+0000 mgr.y (mgr.25504) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.385 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.066704+0000 mon.a (mon.0) 835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.069326+0000 mon.a (mon.0) 836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.072666+0000 mon.a (mon.0) 837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.073723+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.080712+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.081459+0000 mgr.y (mgr.25504) 184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.164168+0000 mon.a (mon.0) 840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.166767+0000 mon.a (mon.0) 841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.170293+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.386 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.171455+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.124743+0000 mgr.y (mgr.25504) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.226847+0000 mgr.y (mgr.25504) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.322951+0000 mgr.y (mgr.25504) 175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.414892+0000 mgr.y (mgr.25504) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.510006+0000 mgr.y (mgr.25504) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.609221+0000 mgr.y (mgr.25504) 178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cluster 2023-12-06T15:06:24.618071+0000 mgr.y (mgr.25504) 179 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.702081+0000 mgr.y (mgr.25504) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.795119+0000 mgr.y (mgr.25504) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.895427+0000 mgr.y (mgr.25504) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:24.989480+0000 mgr.y (mgr.25504) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.387 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.066704+0000 mon.a (mon.0) 835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.069326+0000 mon.a (mon.0) 836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.072666+0000 mon.a (mon.0) 837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.073723+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.080712+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.081459+0000 mgr.y (mgr.25504) 184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.164168+0000 mon.a (mon.0) 840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.166767+0000 mon.a (mon.0) 841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.170293+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.388 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.171455+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.180561+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.263706+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.265901+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.268235+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.269040+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.279703+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.345453+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.347709+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.350625+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.351880+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.389 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.360726+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.442006+0000 mon.a (mon.0) 855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.444299+0000 mon.a (mon.0) 856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.446926+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.447794+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.456728+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.521674+0000 mon.a (mon.0) 860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.524912+0000 mon.a (mon.0) 861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.528639+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.390 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.180561+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.263706+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.265901+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.268235+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.269040+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.279703+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.345453+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.347709+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.350625+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.351880+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.360726+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.442006+0000 mon.a (mon.0) 855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.391 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.444299+0000 mon.a (mon.0) 856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.446926+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.447794+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.456728+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.521674+0000 mon.a (mon.0) 860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.524912+0000 mon.a (mon.0) 861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.528639+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.392 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.529878+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.536141+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.621520+0000 mon.a (mon.0) 865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.623964+0000 mon.a (mon.0) 866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.627164+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.628048+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.635422+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.713746+0000 mon.a (mon.0) 870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.715927+0000 mon.a (mon.0) 871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.719058+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.719868+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.725308+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.393 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.802163+0000 mon.a (mon.0) 875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.805009+0000 mon.a (mon.0) 876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.807650+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.808533+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.816136+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.898467+0000 mon.a (mon.0) 880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.900444+0000 mon.a (mon.0) 881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.903102+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.903918+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.909224+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.971338+0000 mon.a (mon.0) 885 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.394 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.973333+0000 mon.a (mon.0) 886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.975767+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.976570+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[80542]: audit 2023-12-06T15:06:25.984333+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.529878+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.536141+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.621520+0000 mon.a (mon.0) 865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.623964+0000 mon.a (mon.0) 866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.395 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.627164+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.628048+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.635422+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.713746+0000 mon.a (mon.0) 870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.715927+0000 mon.a (mon.0) 871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.719058+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.719868+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.725308+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.802163+0000 mon.a (mon.0) 875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.805009+0000 mon.a (mon.0) 876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.807650+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.808533+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.816136+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.396 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.898467+0000 mon.a (mon.0) 880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.900444+0000 mon.a (mon.0) 881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.903102+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.903918+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.909224+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.971338+0000 mon.a (mon.0) 885 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.973333+0000 mon.a (mon.0) 886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.975767+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.976570+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.397 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:26 smithi116 bash[83021]: audit 2023-12-06T15:06:25.984333+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.124743+0000 mgr.y (mgr.25504) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.226847+0000 mgr.y (mgr.25504) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.322951+0000 mgr.y (mgr.25504) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.414892+0000 mgr.y (mgr.25504) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.510006+0000 mgr.y (mgr.25504) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.609221+0000 mgr.y (mgr.25504) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cluster 2023-12-06T15:06:24.618071+0000 mgr.y (mgr.25504) 179 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.702081+0000 mgr.y (mgr.25504) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.795119+0000 mgr.y (mgr.25504) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.895427+0000 mgr.y (mgr.25504) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:24.989480+0000 mgr.y (mgr.25504) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.066704+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.069326+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.072666+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.073723+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.080712+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.081459+0000 mgr.y (mgr.25504) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.164168+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.166767+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.170293+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.171455+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.180561+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.263706+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.265901+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.268235+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.269040+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.279703+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.345453+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.347709+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.350625+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.351880+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.360726+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.442006+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.444299+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.446926+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.447794+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.456728+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.521674+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.524912+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.528639+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.529878+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.536141+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.621520+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.623964+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.627164+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.628048+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.635422+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.713746+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.715927+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.719058+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.719868+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.725308+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.802163+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.805009+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.807650+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.808533+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.816136+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.898467+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.900444+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.903102+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.903918+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.909224+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.971338+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.973333+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.975767+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.976570+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:26.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:26 smithi150 bash[25259]: audit 2023-12-06T15:06:25.984333+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.181026+0000 mgr.y (mgr.25504) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.280301+0000 mgr.y (mgr.25504) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.361452+0000 mgr.y (mgr.25504) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.457428+0000 mgr.y (mgr.25504) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.536880+0000 mgr.y (mgr.25504) 189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.635860+0000 mgr.y (mgr.25504) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.414 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.725869+0000 mgr.y (mgr.25504) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.817071+0000 mgr.y (mgr.25504) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.909951+0000 mgr.y (mgr.25504) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:25.984963+0000 mgr.y (mgr.25504) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.064105+0000 mon.a (mon.0) 890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.066152+0000 mon.a (mon.0) 891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.068774+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.069741+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.415 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.075837+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.076540+0000 mgr.y (mgr.25504) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.152908+0000 mon.a (mon.0) 895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.155655+0000 mon.a (mon.0) 896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.158086+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.158912+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.416 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.164780+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.181026+0000 mgr.y (mgr.25504) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.280301+0000 mgr.y (mgr.25504) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.361452+0000 mgr.y (mgr.25504) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.457428+0000 mgr.y (mgr.25504) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.536880+0000 mgr.y (mgr.25504) 189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.635860+0000 mgr.y (mgr.25504) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.725869+0000 mgr.y (mgr.25504) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.817071+0000 mgr.y (mgr.25504) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.909951+0000 mgr.y (mgr.25504) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:25.984963+0000 mgr.y (mgr.25504) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.064105+0000 mon.a (mon.0) 890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.066152+0000 mon.a (mon.0) 891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.068774+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.069741+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.075837+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.076540+0000 mgr.y (mgr.25504) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.152908+0000 mon.a (mon.0) 895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.155655+0000 mon.a (mon.0) 896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.158086+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.158912+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.164780+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.242634+0000 mon.a (mon.0) 900 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.244854+0000 mon.a (mon.0) 901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.247856+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.248937+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.256112+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.334244+0000 mon.a (mon.0) 905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.336802+0000 mon.a (mon.0) 906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.340580+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.341376+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.347650+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.408805+0000 mon.a (mon.0) 910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.411155+0000 mon.a (mon.0) 911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.413396+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.414244+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.421830+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.503714+0000 mon.a (mon.0) 915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.506098+0000 mon.a (mon.0) 916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.508924+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.509874+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.242634+0000 mon.a (mon.0) 900 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.244854+0000 mon.a (mon.0) 901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.247856+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.248937+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.256112+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.334244+0000 mon.a (mon.0) 905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.336802+0000 mon.a (mon.0) 906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.340580+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.341376+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.347650+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.408805+0000 mon.a (mon.0) 910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.411155+0000 mon.a (mon.0) 911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.413396+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.414244+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.421830+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.503714+0000 mon.a (mon.0) 915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.506098+0000 mon.a (mon.0) 916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.508924+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.509874+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.516279+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.595914+0000 mon.a (mon.0) 920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.598612+0000 mon.a (mon.0) 921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.602064+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.603230+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.608994+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.690884+0000 mon.a (mon.0) 925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.693243+0000 mon.a (mon.0) 926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.696240+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.697292+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.703721+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.785729+0000 mon.a (mon.0) 930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.788520+0000 mon.a (mon.0) 931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.792277+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.793456+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.802041+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.884926+0000 mon.a (mon.0) 935 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.889134+0000 mon.a (mon.0) 936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.892262+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.893372+0000 mon.a (mon.0) 938 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.899660+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.984664+0000 mon.a (mon.0) 940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.986888+0000 mon.a (mon.0) 941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.990048+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.991259+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[80542]: audit 2023-12-06T15:06:26.997893+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.516279+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.595914+0000 mon.a (mon.0) 920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.598612+0000 mon.a (mon.0) 921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.602064+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.603230+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.608994+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.690884+0000 mon.a (mon.0) 925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.693243+0000 mon.a (mon.0) 926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.696240+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.697292+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.703721+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.785729+0000 mon.a (mon.0) 930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.788520+0000 mon.a (mon.0) 931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.792277+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.793456+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.802041+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.884926+0000 mon.a (mon.0) 935 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.889134+0000 mon.a (mon.0) 936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.892262+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.893372+0000 mon.a (mon.0) 938 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.899660+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.984664+0000 mon.a (mon.0) 940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.986888+0000 mon.a (mon.0) 941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.990048+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.991259+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:27 smithi116 bash[83021]: audit 2023-12-06T15:06:26.997893+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.181026+0000 mgr.y (mgr.25504) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.280301+0000 mgr.y (mgr.25504) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.361452+0000 mgr.y (mgr.25504) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.457428+0000 mgr.y (mgr.25504) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.536880+0000 mgr.y (mgr.25504) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.635860+0000 mgr.y (mgr.25504) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.725869+0000 mgr.y (mgr.25504) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.817071+0000 mgr.y (mgr.25504) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.909951+0000 mgr.y (mgr.25504) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:25.984963+0000 mgr.y (mgr.25504) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.064105+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.066152+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.068774+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.069741+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.075837+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.076540+0000 mgr.y (mgr.25504) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.152908+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.155655+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.158086+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.158912+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.164780+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.242634+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.244854+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.247856+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.248937+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.256112+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.334244+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.336802+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.340580+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.341376+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.347650+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.408805+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.411155+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.413396+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.414244+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.421830+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.503714+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.506098+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.508924+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.509874+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.516279+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.595914+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.598612+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.602064+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.603230+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.608994+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.690884+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.693243+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.696240+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.697292+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.450 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.703721+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.785729+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.788520+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.792277+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.793456+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.802041+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.884926+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.889134+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.892262+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.451 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.893372+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.452 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.899660+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:27.452 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.984664+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:27.452 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.986888+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:27.452 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.990048+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:27.452 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.991259+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:27.452 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:27 smithi150 bash[25259]: audit 2023-12-06T15:06:26.997893+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.165245+0000 mgr.y (mgr.25504) 196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.257236+0000 mgr.y (mgr.25504) 197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.348411+0000 mgr.y (mgr.25504) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.423355+0000 mgr.y (mgr.25504) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.517032+0000 mgr.y (mgr.25504) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.609532+0000 mgr.y (mgr.25504) 201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cluster 2023-12-06T15:06:26.618474+0000 mgr.y (mgr.25504) 202 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.704447+0000 mgr.y (mgr.25504) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.802786+0000 mgr.y (mgr.25504) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.900480+0000 mgr.y (mgr.25504) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:26.998796+0000 mgr.y (mgr.25504) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.074781+0000 mon.a (mon.0) 945 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.077110+0000 mon.a (mon.0) 946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.079717+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.080749+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.086985+0000 mon.a (mon.0) 949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.087512+0000 mgr.y (mgr.25504) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.170224+0000 mon.a (mon.0) 950 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.173389+0000 mon.a (mon.0) 951 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.178168+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.179166+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.165245+0000 mgr.y (mgr.25504) 196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.257236+0000 mgr.y (mgr.25504) 197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.348411+0000 mgr.y (mgr.25504) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.423355+0000 mgr.y (mgr.25504) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.517032+0000 mgr.y (mgr.25504) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.609532+0000 mgr.y (mgr.25504) 201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cluster 2023-12-06T15:06:26.618474+0000 mgr.y (mgr.25504) 202 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.704447+0000 mgr.y (mgr.25504) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.802786+0000 mgr.y (mgr.25504) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.900480+0000 mgr.y (mgr.25504) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:26.998796+0000 mgr.y (mgr.25504) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.074781+0000 mon.a (mon.0) 945 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.077110+0000 mon.a (mon.0) 946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.079717+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.080749+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.086985+0000 mon.a (mon.0) 949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.087512+0000 mgr.y (mgr.25504) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.170224+0000 mon.a (mon.0) 950 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.173389+0000 mon.a (mon.0) 951 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.178168+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.179166+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.187355+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.265797+0000 mon.a (mon.0) 955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.270247+0000 mon.a (mon.0) 956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.273447+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.274612+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.281564+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.361412+0000 mon.a (mon.0) 960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.363819+0000 mon.a (mon.0) 961 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.366422+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.367412+0000 mon.a (mon.0) 963 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.373047+0000 mon.a (mon.0) 964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.433651+0000 mon.a (mon.0) 965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.436222+0000 mon.a (mon.0) 966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.438903+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.439793+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.445693+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.525152+0000 mon.a (mon.0) 970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.529546+0000 mon.a (mon.0) 971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.532608+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.533724+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.539363+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.621696+0000 mon.a (mon.0) 975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.623739+0000 mon.a (mon.0) 976 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.626158+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.627136+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.633712+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.715144+0000 mon.a (mon.0) 980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.717980+0000 mon.a (mon.0) 981 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.720664+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.721759+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.731008+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.796725+0000 mon.a (mon.0) 985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.798891+0000 mon.a (mon.0) 986 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.801663+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.802576+0000 mon.a (mon.0) 988 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.809995+0000 mon.a (mon.0) 989 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.890763+0000 mon.a (mon.0) 990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.893165+0000 mon.a (mon.0) 991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.895127+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.187355+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.265797+0000 mon.a (mon.0) 955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.270247+0000 mon.a (mon.0) 956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.273447+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.274612+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.281564+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.361412+0000 mon.a (mon.0) 960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.363819+0000 mon.a (mon.0) 961 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.366422+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.367412+0000 mon.a (mon.0) 963 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.373047+0000 mon.a (mon.0) 964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.433651+0000 mon.a (mon.0) 965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.436222+0000 mon.a (mon.0) 966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.438903+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.439793+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.445693+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.525152+0000 mon.a (mon.0) 970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.529546+0000 mon.a (mon.0) 971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.532608+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.895880+0000 mon.a (mon.0) 993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.902415+0000 mon.a (mon.0) 994 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.980786+0000 mon.a (mon.0) 995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.983949+0000 mon.a (mon.0) 996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.986664+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.987896+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[80542]: audit 2023-12-06T15:06:27.995846+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.533724+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.539363+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.621696+0000 mon.a (mon.0) 975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.623739+0000 mon.a (mon.0) 976 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.626158+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.627136+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.633712+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.715144+0000 mon.a (mon.0) 980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.717980+0000 mon.a (mon.0) 981 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.720664+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.721759+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.731008+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.796725+0000 mon.a (mon.0) 985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.798891+0000 mon.a (mon.0) 986 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.801663+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.802576+0000 mon.a (mon.0) 988 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.809995+0000 mon.a (mon.0) 989 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.890763+0000 mon.a (mon.0) 990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.893165+0000 mon.a (mon.0) 991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.895127+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.895880+0000 mon.a (mon.0) 993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.902415+0000 mon.a (mon.0) 994 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.980786+0000 mon.a (mon.0) 995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.983949+0000 mon.a (mon.0) 996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.986664+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.987896+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:28 smithi116 bash[83021]: audit 2023-12-06T15:06:27.995846+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.165245+0000 mgr.y (mgr.25504) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.257236+0000 mgr.y (mgr.25504) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.348411+0000 mgr.y (mgr.25504) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.423355+0000 mgr.y (mgr.25504) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.517032+0000 mgr.y (mgr.25504) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.609532+0000 mgr.y (mgr.25504) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cluster 2023-12-06T15:06:26.618474+0000 mgr.y (mgr.25504) 202 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.704447+0000 mgr.y (mgr.25504) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.802786+0000 mgr.y (mgr.25504) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.900480+0000 mgr.y (mgr.25504) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:26.998796+0000 mgr.y (mgr.25504) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.074781+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.077110+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.079717+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.080749+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.086985+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.087512+0000 mgr.y (mgr.25504) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:28.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.170224+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.173389+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.178168+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.179166+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.187355+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.265797+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.270247+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.273447+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.274612+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.281564+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.361412+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.363819+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.366422+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.367412+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.373047+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.433651+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.436222+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.438903+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.439793+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.445693+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.525152+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.529546+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.532608+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.533724+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.539363+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.621696+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.623739+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.626158+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.627136+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.633712+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.715144+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.717980+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.720664+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.721759+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.731008+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.796725+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.798891+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.801663+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.802576+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.809995+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.890763+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.893165+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.895127+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.895880+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.902415+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.980786+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.983949+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.986664+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.987896+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:28.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[25259]: audit 2023-12-06T15:06:27.995846+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:28.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:06:28 smithi150 bash[61850]: ts=2023-12-06T15:06: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.187986+0000 mgr.y (mgr.25504) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.282175+0000 mgr.y (mgr.25504) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.373776+0000 mgr.y (mgr.25504) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.446299+0000 mgr.y (mgr.25504) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.539925+0000 mgr.y (mgr.25504) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.634302+0000 mgr.y (mgr.25504) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.731725+0000 mgr.y (mgr.25504) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.810519+0000 mgr.y (mgr.25504) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.902976+0000 mgr.y (mgr.25504) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:27.996734+0000 mgr.y (mgr.25504) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.072406+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.074685+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.078225+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.079338+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:29.063 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.086010+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: cephadm 2023-12-06T15:06:28.087031+0000 mgr.y (mgr.25504) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.172256+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.175121+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.178172+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.179350+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.188843+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.254483+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.264277+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.270391+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.271308+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.277287+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.187986+0000 mgr.y (mgr.25504) 208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.282175+0000 mgr.y (mgr.25504) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.373776+0000 mgr.y (mgr.25504) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.446299+0000 mgr.y (mgr.25504) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.539925+0000 mgr.y (mgr.25504) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.634302+0000 mgr.y (mgr.25504) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.731725+0000 mgr.y (mgr.25504) 214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.810519+0000 mgr.y (mgr.25504) 215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.902976+0000 mgr.y (mgr.25504) 216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:27.996734+0000 mgr.y (mgr.25504) 217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.072406+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.074685+0000 mon.a (mon.0) 1001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.078225+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.079338+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.086010+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: cephadm 2023-12-06T15:06:28.087031+0000 mgr.y (mgr.25504) 218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.172256+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.175121+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.178172+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.179350+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.188843+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.187986+0000 mgr.y (mgr.25504) 208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.282175+0000 mgr.y (mgr.25504) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.373776+0000 mgr.y (mgr.25504) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.446299+0000 mgr.y (mgr.25504) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.539925+0000 mgr.y (mgr.25504) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.634302+0000 mgr.y (mgr.25504) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.731725+0000 mgr.y (mgr.25504) 214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.810519+0000 mgr.y (mgr.25504) 215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.902976+0000 mgr.y (mgr.25504) 216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:27.996734+0000 mgr.y (mgr.25504) 217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.072406+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.074685+0000 mon.a (mon.0) 1001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.078225+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.079338+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.086010+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: cephadm 2023-12-06T15:06:28.087031+0000 mgr.y (mgr.25504) 218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.172256+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.175121+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.178172+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.179350+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.188843+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.254483+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.264277+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.270391+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.271308+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.277287+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.279198+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.280303+0000 mon.a (mon.0) 1016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T15:06:29.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[80542]: audit 2023-12-06T15:06:28.705733+0000 mon.a (mon.0) 1017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.254483+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.264277+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.270391+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.271308+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.277287+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.279198+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.280303+0000 mon.a (mon.0) 1016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T15:06:29.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:29 smithi116 bash[83021]: audit 2023-12-06T15:06:28.705733+0000 mon.a (mon.0) 1017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:29.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.279198+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:06:29.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.280303+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T15:06:29.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:29 smithi150 bash[25259]: audit 2023-12-06T15:06:28.705733+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:30.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:30 smithi150 bash[25259]: cephadm 2023-12-06T15:06:28.189715+0000 mgr.y (mgr.25504) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:30.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:30 smithi150 bash[25259]: cephadm 2023-12-06T15:06:28.280943+0000 mgr.y (mgr.25504) 220 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-06T15:06:30.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:30 smithi150 bash[25259]: cluster 2023-12-06T15:06:28.619289+0000 mgr.y (mgr.25504) 221 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:30.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:30 smithi116 bash[80542]: cephadm 2023-12-06T15:06:28.189715+0000 mgr.y (mgr.25504) 219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:30.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:30 smithi116 bash[80542]: cephadm 2023-12-06T15:06:28.280943+0000 mgr.y (mgr.25504) 220 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T15:06:30.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:30 smithi116 bash[80542]: cluster 2023-12-06T15:06:28.619289+0000 mgr.y (mgr.25504) 221 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:30.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:30 smithi116 bash[83021]: cephadm 2023-12-06T15:06:28.189715+0000 mgr.y (mgr.25504) 219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:30.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:30 smithi116 bash[83021]: cephadm 2023-12-06T15:06:28.280943+0000 mgr.y (mgr.25504) 220 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T15:06:30.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:30 smithi116 bash[83021]: cluster 2023-12-06T15:06:28.619289+0000 mgr.y (mgr.25504) 221 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:31.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:31 smithi116 bash[80542]: audit 2023-12-06T15:06:29.636460+0000 mgr.y (mgr.25504) 222 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:31.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:31 smithi116 bash[83021]: audit 2023-12-06T15:06:29.636460+0000 mgr.y (mgr.25504) 222 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:31.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:31 smithi150 bash[25259]: audit 2023-12-06T15:06:29.636460+0000 mgr.y (mgr.25504) 222 : audit [DBG] from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: cluster 2023-12-06T15:06:30.620970+0000 mgr.y (mgr.25504) 223 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.209160+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.213519+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.215412+0000 mon.a (mon.0) 1020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.217264+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.770379+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.782753+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[80542]: audit 2023-12-06T15:06:31.789374+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: cluster 2023-12-06T15:06:30.620970+0000 mgr.y (mgr.25504) 223 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.209160+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.213519+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.215412+0000 mon.a (mon.0) 1020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.217264+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.770379+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.782753+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[83021]: audit 2023-12-06T15:06:31.789374+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: cluster 2023-12-06T15:06:30.620970+0000 mgr.y (mgr.25504) 223 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.209160+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.213519+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.215412+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.217264+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.770379+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.782753+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:32 smithi150 bash[25259]: audit 2023-12-06T15:06:31.789374+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:32.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:06:32] "GET /metrics HTTP/1.1" 200 38168 "" "Prometheus/2.33.4" 2023-12-06T15:06:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:33 smithi116 bash[80542]: cephadm 2023-12-06T15:06:31.201660+0000 mgr.y (mgr.25504) 224 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T15:06:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:33 smithi116 bash[80542]: cephadm 2023-12-06T15:06:31.219292+0000 mgr.y (mgr.25504) 225 : cephadm 1 Deploying daemon mon.b on smithi150 2023-12-06T15:06:33.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:33 smithi116 bash[83021]: cephadm 2023-12-06T15:06:31.201660+0000 mgr.y (mgr.25504) 224 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T15:06:33.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:33 smithi116 bash[83021]: cephadm 2023-12-06T15:06:31.219292+0000 mgr.y (mgr.25504) 225 : cephadm 1 Deploying daemon mon.b on smithi150 2023-12-06T15:06:33.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:33 smithi150 bash[25259]: cephadm 2023-12-06T15:06:31.201660+0000 mgr.y (mgr.25504) 224 : cephadm [INF] Upgrade: Updating mon.b 2023-12-06T15:06:33.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:33 smithi150 bash[25259]: cephadm 2023-12-06T15:06:31.219292+0000 mgr.y (mgr.25504) 225 : cephadm [INF] Deploying daemon mon.b on smithi150 2023-12-06T15:06:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[80542]: cluster 2023-12-06T15:06:32.621692+0000 mgr.y (mgr.25504) 226 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[80542]: audit 2023-12-06T15:06:33.459117+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[80542]: audit 2023-12-06T15:06:33.469065+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[80542]: audit 2023-12-06T15:06:33.478730+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[83021]: cluster 2023-12-06T15:06:32.621692+0000 mgr.y (mgr.25504) 226 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[83021]: audit 2023-12-06T15:06:33.459117+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[83021]: audit 2023-12-06T15:06:33.469065+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:34 smithi116 bash[83021]: audit 2023-12-06T15:06:33.478730+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 bash[25259]: cluster 2023-12-06T15:06:32.621692+0000 mgr.y (mgr.25504) 226 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:34.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 bash[25259]: audit 2023-12-06T15:06:33.459117+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 bash[25259]: audit 2023-12-06T15:06:33.469065+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 bash[25259]: audit 2023-12-06T15:06:33.478730+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:34.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 systemd[1]: Stopping Ceph mon.b for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:06:35.231 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 bash[25259]: debug 2023-12-06T15:06:34.935+0000 7f80ad0ff700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T15:06:35.231 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:34 smithi150 bash[25259]: debug 2023-12-06T15:06:34.935+0000 7f80ad0ff700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-06T15:06:36.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:35 smithi150 bash[69759]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-b 2023-12-06T15:06:36.982 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:36 smithi150 bash[69959]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-b 2023-12-06T15:06:36.982 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:36 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-06T15:06:36.982 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:36 smithi150 systemd[1]: Stopped Ceph mon.b for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:06:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:36 smithi150 systemd[1]: Started Ceph mon.b for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:06:38.106 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:06:38.865 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:06:38.865 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 7s ago 17m - - 2023-12-06T15:06:38.865 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 3s ago 17m - - 2023-12-06T15:06:38.865 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (3m) 7s ago 10m 16.6M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:06:38.865 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (2m) 3s ago 10m 43.3M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (2m) 7s ago 7m 46.7M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (69s) 3s ago 17m 432M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (2m) 7s ago 19m 490M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (50s) 7s ago 19m 49.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 starting - - - 2048M 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (23s) 7s ago 17m 35.4M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (3m) 7s ago 10m 14.5M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (3m) 3s ago 10m 11.4M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (16m) 7s ago 16m 59.5M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (15m) 7s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (15m) 7s ago 15m 56.7M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (14m) 7s ago 14m 57.7M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (13m) 3s ago 13m 58.8M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:06:38.866 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (13m) 3s ago 13m 55.5M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (12m) 3s ago 12m 54.6M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (11m) 3s ago 11m 57.6M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (115s) 3s ago 10m 59.1M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (8m) 7s ago 8m 87.2M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (8m) 3s ago 8m 87.4M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (8m) 7s ago 8m 87.1M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:06:38.867 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (8m) 3s ago 8m 87.3M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:06:38.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[61850]: ts=2023-12-06T15:06: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.647+0000 7f3d5c1f7c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.647+0000 7f3d5c1f7c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 6 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.647+0000 7f3d5c1f7c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.651+0000 7f3d5c1f7c80 0 load: jerasure load: lrc 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Git sha 0 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: DB SUMMARY 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: DB Session ID: 6XLX8JE12KLQFSY3KOKP 2023-12-06T15:06:38.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2644 Bytes 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000051.sst 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000049.log size: 396121 ; 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.env: 0x55ed0afbda60 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.info_log: 0x55ed0d3b9760 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:06:38.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:06:38.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.db_log_dir: 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.wal_dir: 2023-12-06T15:06:38.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.write_buffer_manager: 0x55ed0d38cf00 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:06:38.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.row_cache: None 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.wal_filter: None 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:06:38.948 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:06:38.949 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:06:38.950 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Compression algorithms supported: 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kZSTD supported: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:06:38.951 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.merge_operator: 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ed0d3b98a0) 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: cache_index_and_filter_blocks: 1 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:06:38.952 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: pin_top_level_index_and_filter: 1 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: index_type: 0 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: data_block_index_type: 0 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: index_shortening: 1 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: checksum: 4 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: no_block_cache: 0 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_cache: 0x55ed0d40d090 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_cache_name: BinnedLRUCache 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_cache_options: 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: capacity : 536870912 2023-12-06T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: num_shard_bits : 4 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: strict_capacity_limit : 0 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: high_pri_pool_ratio: 0.000 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_cache_compressed: (nil) 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: persistent_cache: (nil) 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_size: 4096 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_size_deviation: 10 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_restart_interval: 16 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: index_block_restart_interval: 1 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: metadata_block_size: 4096 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: partition_filters: 0 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: use_delta_encoding: 1 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: filter_policy: bloomfilter 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: whole_key_filtering: 1 2023-12-06T15:06:38.954 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: verify_compression: 0 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: read_amp_bytes_per_bit: 0 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: format_version: 5 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: enable_index_compression: 1 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: block_align: 0 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: max_auto_readahead_size: 262144 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: prepopulate_block_cache: 0 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: initial_auto_readahead_size: 8192 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: num_file_reads_for_auto_readahead: 2 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:06:38.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.num_levels: 7 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:06:38.956 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:06:38.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:06:38.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:06:38.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:06:38.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:06:38.957 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:06:38.958 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:06:38.959 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:06:38.960 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:06:38.961 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:06:38.962 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d4f1bb700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 51.sst 2023-12-06T15:06:38.963 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 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 53, last_sequence is 31473, log_number is 49,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 49 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4dae30c0-2b03-4cf4-8c62-f694f22123d9 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875198660944, "job": 1, "event": "recovery_started", "wal_files": [49]} 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.655+0000 7f3d5c1f7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #49 mode 2 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.659+0000 7f3d5c1f7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875198664130, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 54, "file_size": 263363, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 31478, "largest_seqno": 31944, "table_properties": {"data_size": 260696, "index_size": 692, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 965, "raw_key_size": 6647, "raw_average_key_size": 17, "raw_value_size": 254794, "raw_average_value_size": 674, "num_data_blocks": 28, "num_entries": 378, "num_filter_entries": 378, "num_deletions": 272, "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": 1701875198, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4dae30c0-2b03-4cf4-8c62-f694f22123d9", "db_session_id": "6XLX8JE12KLQFSY3KOKP", "orig_file_number": 54, "seqno_to_time_mapping": "N/A"}} 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.659+0000 7f3d5c1f7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875198664413, "job": 1, "event": "recovery_finished"} 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.659+0000 7f3d5c1f7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 56 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.659+0000 7f3d5c1f7c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000049.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ed0d4ac000 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 4 rocksdb: DB pointer 0x55ed0d49a000 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d4a9b2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d4a9b2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T15:06:38.964 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: ** DB Stats ** 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: ** Compaction Stats [default] ** 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: L0 1/0 257.19 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: L6 1/0 9.45 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Sum 2/0 9.70 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:06:38.965 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: ** Compaction Stats [default] ** 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Cumulative compaction: 0.00 GB write, 30.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Interval compaction: 0.00 GB write, 30.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T15:06:38.966 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Block cache BinnedLRUCache@0x55ed0d40d090#6 capacity: 512.00 MB usage: 71.64 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: Block cache entry stats(count,size,portion): DataBlock(3,25.73 KB,0.00490844%) FilterBlock(2,21.06 KB,0.00401735%) IndexBlock(2,24.84 KB,0.00473857%) Misc(1,0.00 KB,0%) 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 1 mon.b@-1(???) e3 preinit fsid 4424379a-9446-11ee-95a2-87774f69a715 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 mon.b@-1(???).mds e1 new map 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 mon.b@-1(???).mds e1 print_map 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: e1 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: legacy client fscid: -1 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: No filesystems configured 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 mon.b@-1(???).osd e107 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 mon.b@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 mon.b@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:06:38.967 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.663+0000 7f3d5c1f7c80 0 mon.b@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:06:38.968 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:38 smithi150 bash[70025]: debug 2023-12-06T15:06:38.667+0000 7f3d5c1f7c80 1 mon.b@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:06:39.318 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:06:39.319 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:06:39.703 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:06:39.703 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:06:39.703 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "4/23 daemons upgraded", 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:06:39.704 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:06:40.135 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:06:42.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:06:42] "GET /metrics HTTP/1.1" 200 38168 "" "Prometheus/2.33.4" 2023-12-06T15:06:44.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:43 smithi116 bash[75526]: debug 2023-12-06T15:06:43.675+0000 7fd94cdde700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:41.243196+0000 mon.a (mon.0) 1035 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:41.243992+0000 mon.a (mon.0) 1036 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:41.245139+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:41.245433+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:41.245631+0000 mon.a (mon.0) 1038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:41.245845+0000 mon.a (mon.0) 1039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:41.245994+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T15:06:46.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:42.626791+0000 mgr.y (mgr.25504) 236 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:43.706136+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:44.628549+0000 mgr.y (mgr.25504) 237 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.245562+0000 mon.a (mon.0) 1041 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.247482+0000 mon.a (mon.0) 1042 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.247610+0000 mon.a (mon.0) 1043 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.272922+0000 mon.a (mon.0) 1044 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.284017+0000 mon.a (mon.0) 1045 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.285320+0000 mon.a (mon.0) 1046 : cluster 0 fsmap 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.285421+0000 mon.a (mon.0) 1047 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.286210+0000 mon.a (mon.0) 1048 : cluster 0 mgrmap e43: y(active, since 47s), standbys: x 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.294553+0000 mon.a (mon.0) 1049 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.300660+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.305156+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.313510+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.319399+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.330843+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.334568+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[80542]: audit 2023-12-06T15:06:46.335871+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:41.243196+0000 mon.a (mon.0) 1035 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:41.243992+0000 mon.a (mon.0) 1036 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:41.245139+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:41.245433+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:41.245631+0000 mon.a (mon.0) 1038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:41.245845+0000 mon.a (mon.0) 1039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:41.245994+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:42.626791+0000 mgr.y (mgr.25504) 236 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:46.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:43.706136+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:44.628549+0000 mgr.y (mgr.25504) 237 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.245562+0000 mon.a (mon.0) 1041 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.247482+0000 mon.a (mon.0) 1042 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.247610+0000 mon.a (mon.0) 1043 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.272922+0000 mon.a (mon.0) 1044 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.284017+0000 mon.a (mon.0) 1045 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.285320+0000 mon.a (mon.0) 1046 : cluster 0 fsmap 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.285421+0000 mon.a (mon.0) 1047 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.286210+0000 mon.a (mon.0) 1048 : cluster 0 mgrmap e43: y(active, since 47s), standbys: x 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.294553+0000 mon.a (mon.0) 1049 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.300660+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.305156+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.313510+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.319399+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.330843+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.334568+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:46.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:46 smithi116 bash[83021]: audit 2023-12-06T15:06:46.335871+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:41.243196+0000 mon.a (mon.0) 1035 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:41.243992+0000 mon.a (mon.0) 1036 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:41.245139+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:41.245433+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:41.245631+0000 mon.a (mon.0) 1038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:41.245845+0000 mon.a (mon.0) 1039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:41.245994+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:42.626791+0000 mgr.y (mgr.25504) 236 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:43.706136+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:44.628549+0000 mgr.y (mgr.25504) 237 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.245562+0000 mon.a (mon.0) 1041 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-06T15:06:46.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.247482+0000 mon.a (mon.0) 1042 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.247610+0000 mon.a (mon.0) 1043 : cluster 1 mon.a calling monitor election 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.272922+0000 mon.a (mon.0) 1044 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.284017+0000 mon.a (mon.0) 1045 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],b=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],c=[v2:172.21.15.116:3301/0,v1:172.21.15.116:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.285320+0000 mon.a (mon.0) 1046 : cluster 0 fsmap 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.285421+0000 mon.a (mon.0) 1047 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.286210+0000 mon.a (mon.0) 1048 : cluster 0 mgrmap e43: y(active, since 47s), standbys: x 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.294553+0000 mon.a (mon.0) 1049 : cluster 1 overall HEALTH_OK 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.300660+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.305156+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.313510+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.319399+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.330843+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:46.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.334568+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:46.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:46 smithi150 bash[70025]: audit 2023-12-06T15:06:46.335871+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: audit 2023-12-06T15:06:46.354009+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: cephadm 2023-12-06T15:06:46.354846+0000 mgr.y (mgr.25504) 238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: cephadm 2023-12-06T15:06:46.420452+0000 mgr.y (mgr.25504) 239 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T15:06:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: audit 2023-12-06T15:06:46.421254+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: audit 2023-12-06T15:06:46.423218+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: audit 2023-12-06T15:06:46.424968+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: cephadm 2023-12-06T15:06:46.426716+0000 mgr.y (mgr.25504) 240 : cephadm 1 Reconfiguring daemon mon.a on smithi116 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[80542]: cluster 2023-12-06T15:06:46.629328+0000 mgr.y (mgr.25504) 241 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: audit 2023-12-06T15:06:46.354009+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: cephadm 2023-12-06T15:06:46.354846+0000 mgr.y (mgr.25504) 238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: cephadm 2023-12-06T15:06:46.420452+0000 mgr.y (mgr.25504) 239 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: audit 2023-12-06T15:06:46.421254+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: audit 2023-12-06T15:06:46.423218+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: audit 2023-12-06T15:06:46.424968+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: cephadm 2023-12-06T15:06:46.426716+0000 mgr.y (mgr.25504) 240 : cephadm 1 Reconfiguring daemon mon.a on smithi116 2023-12-06T15:06:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:47 smithi116 bash[83021]: cluster 2023-12-06T15:06:46.629328+0000 mgr.y (mgr.25504) 241 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:47.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: audit 2023-12-06T15:06:46.354009+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: cephadm 2023-12-06T15:06:46.354846+0000 mgr.y (mgr.25504) 238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: cephadm 2023-12-06T15:06:46.420452+0000 mgr.y (mgr.25504) 239 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: audit 2023-12-06T15:06:46.421254+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: audit 2023-12-06T15:06:46.423218+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: audit 2023-12-06T15:06:46.424968+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: cephadm 2023-12-06T15:06:46.426716+0000 mgr.y (mgr.25504) 240 : cephadm 1 Reconfiguring daemon mon.a on smithi116 2023-12-06T15:06:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:47 smithi150 bash[70025]: cluster 2023-12-06T15:06:46.629328+0000 mgr.y (mgr.25504) 241 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:48.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:06:48 smithi150 bash[61850]: ts=2023-12-06T15:06:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:06:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: cluster 2023-12-06T15:06:48.630167+0000 mgr.y (mgr.25504) 242 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: audit 2023-12-06T15:06:48.768187+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: audit 2023-12-06T15:06:48.778868+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: cephadm 2023-12-06T15:06:48.796874+0000 mgr.y (mgr.25504) 243 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: audit 2023-12-06T15:06:48.797552+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: audit 2023-12-06T15:06:48.799538+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: audit 2023-12-06T15:06:48.801565+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[80542]: cephadm 2023-12-06T15:06:48.803538+0000 mgr.y (mgr.25504) 244 : cephadm 1 Reconfiguring daemon mgr.y on smithi116 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: cluster 2023-12-06T15:06:48.630167+0000 mgr.y (mgr.25504) 242 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: audit 2023-12-06T15:06:48.768187+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:49.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: audit 2023-12-06T15:06:48.778868+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:49.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: cephadm 2023-12-06T15:06:48.796874+0000 mgr.y (mgr.25504) 243 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T15:06:49.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: audit 2023-12-06T15:06:48.797552+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:06:49.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: audit 2023-12-06T15:06:48.799538+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:06:49.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: audit 2023-12-06T15:06:48.801565+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:49.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:49 smithi116 bash[83021]: cephadm 2023-12-06T15:06:48.803538+0000 mgr.y (mgr.25504) 244 : cephadm 1 Reconfiguring daemon mgr.y on smithi116 2023-12-06T15:06:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: cluster 2023-12-06T15:06:48.630167+0000 mgr.y (mgr.25504) 242 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: audit 2023-12-06T15:06:48.768187+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: audit 2023-12-06T15:06:48.778868+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: cephadm 2023-12-06T15:06:48.796874+0000 mgr.y (mgr.25504) 243 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T15:06:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: audit 2023-12-06T15:06:48.797552+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:06:50.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: audit 2023-12-06T15:06:48.799538+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:06:50.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: audit 2023-12-06T15:06:48.801565+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:50.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:49 smithi150 bash[70025]: cephadm 2023-12-06T15:06:48.803538+0000 mgr.y (mgr.25504) 244 : cephadm 1 Reconfiguring daemon mgr.y on smithi116 2023-12-06T15:06:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:50 smithi116 bash[80542]: audit 2023-12-06T15:06:49.657475+0000 mgr.y (mgr.25504) 245 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:51.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:50 smithi116 bash[83021]: audit 2023-12-06T15:06:49.657475+0000 mgr.y (mgr.25504) 245 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:50 smithi150 bash[70025]: audit 2023-12-06T15:06:49.657475+0000 mgr.y (mgr.25504) 245 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:06:52.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: cluster 2023-12-06T15:06:50.631829+0000 mgr.y (mgr.25504) 246 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:52.472 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:50.946768+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.472 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:50.958043+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:50.968693+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:51.558315+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:51.567074+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:51.575383+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:51.576736+0000 mon.a (mon.0) 1072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[80542]: audit 2023-12-06T15:06:51.577998+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: cluster 2023-12-06T15:06:50.631829+0000 mgr.y (mgr.25504) 246 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:50.946768+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:50.958043+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:50.968693+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.473 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:51.558315+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:51.567074+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:51.575383+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:51.576736+0000 mon.a (mon.0) 1072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:51 smithi116 bash[83021]: audit 2023-12-06T15:06:51.577998+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: cluster 2023-12-06T15:06:50.631829+0000 mgr.y (mgr.25504) 246 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:50.946768+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:50.958043+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.474 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:50.968693+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.475 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:51.558315+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.475 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:51.567074+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:52.475 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:51.575383+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:06:52.475 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:51.576736+0000 mon.a (mon.0) 1072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:06:52.475 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:51 smithi150 bash[70025]: audit 2023-12-06T15:06:51.577998+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:52.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:06:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:06:52] "GET /metrics HTTP/1.1" 200 38184 "" "Prometheus/2.33.4" 2023-12-06T15:06:53.358 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:52 smithi116 bash[80542]: cephadm 2023-12-06T15:06:51.574899+0000 mgr.y (mgr.25504) 247 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T15:06:53.358 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:52 smithi116 bash[80542]: cephadm 2023-12-06T15:06:51.579483+0000 mgr.y (mgr.25504) 248 : cephadm 1 Reconfiguring daemon mon.c on smithi116 2023-12-06T15:06:53.358 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:52 smithi116 bash[83021]: cephadm 2023-12-06T15:06:51.574899+0000 mgr.y (mgr.25504) 247 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T15:06:53.358 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:52 smithi116 bash[83021]: cephadm 2023-12-06T15:06:51.579483+0000 mgr.y (mgr.25504) 248 : cephadm 1 Reconfiguring daemon mon.c on smithi116 2023-12-06T15:06:53.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:52 smithi150 bash[70025]: cephadm 2023-12-06T15:06:51.574899+0000 mgr.y (mgr.25504) 247 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T15:06:53.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:52 smithi150 bash[70025]: cephadm 2023-12-06T15:06:51.579483+0000 mgr.y (mgr.25504) 248 : cephadm 1 Reconfiguring daemon mon.c on smithi116 2023-12-06T15:06:54.238 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:53 smithi116 bash[80542]: cluster 2023-12-06T15:06:52.632550+0000 mgr.y (mgr.25504) 249 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:54.239 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:53 smithi116 bash[83021]: cluster 2023-12-06T15:06:52.632550+0000 mgr.y (mgr.25504) 249 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:54.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:53 smithi150 bash[70025]: cluster 2023-12-06T15:06:52.632550+0000 mgr.y (mgr.25504) 249 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:56.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: cluster 2023-12-06T15:06:54.634127+0000 mgr.y (mgr.25504) 250 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:56.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: audit 2023-12-06T15:06:55.037088+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:56.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: audit 2023-12-06T15:06:55.047580+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: cephadm 2023-12-06T15:06:55.052213+0000 mgr.y (mgr.25504) 251 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: audit 2023-12-06T15:06:55.052870+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: audit 2023-12-06T15:06:55.054317+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[80542]: cephadm 2023-12-06T15:06:55.059302+0000 mgr.y (mgr.25504) 252 : cephadm 1 Reconfiguring daemon osd.0 on smithi116 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: cluster 2023-12-06T15:06:54.634127+0000 mgr.y (mgr.25504) 250 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: audit 2023-12-06T15:06:55.037088+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: audit 2023-12-06T15:06:55.047580+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: cephadm 2023-12-06T15:06:55.052213+0000 mgr.y (mgr.25504) 251 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: audit 2023-12-06T15:06:55.052870+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:06:56.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: audit 2023-12-06T15:06:55.054317+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:56.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:56 smithi116 bash[83021]: cephadm 2023-12-06T15:06:55.059302+0000 mgr.y (mgr.25504) 252 : cephadm 1 Reconfiguring daemon osd.0 on smithi116 2023-12-06T15:06:56.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: cluster 2023-12-06T15:06:54.634127+0000 mgr.y (mgr.25504) 250 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:06:56.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: audit 2023-12-06T15:06:55.037088+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:56.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: audit 2023-12-06T15:06:55.047580+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:06:56.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: cephadm 2023-12-06T15:06:55.052213+0000 mgr.y (mgr.25504) 251 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T15:06:56.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: audit 2023-12-06T15:06:55.052870+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:06:56.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: audit 2023-12-06T15:06:55.054317+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:56.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:56 smithi150 bash[70025]: cephadm 2023-12-06T15:06:55.059302+0000 mgr.y (mgr.25504) 252 : cephadm 1 Reconfiguring daemon osd.0 on smithi116 2023-12-06T15:06:58.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:58 smithi116 bash[80542]: cluster 2023-12-06T15:06:56.634664+0000 mgr.y (mgr.25504) 253 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:58.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:58 smithi116 bash[83021]: cluster 2023-12-06T15:06:56.634664+0000 mgr.y (mgr.25504) 253 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:58.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:58 smithi150 bash[70025]: cluster 2023-12-06T15:06:56.634664+0000 mgr.y (mgr.25504) 253 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:06:58.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:06:58 smithi150 bash[61850]: ts=2023-12-06T15:06: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:06:59.340 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:06:59 smithi116 bash[80542]: audit 2023-12-06T15:06:58.710446+0000 mon.a (mon.0) 1078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:59.340 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:06:59 smithi116 bash[83021]: audit 2023-12-06T15:06:58.710446+0000 mon.a (mon.0) 1078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:59.437 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:06:59 smithi150 bash[70025]: audit 2023-12-06T15:06:58.710446+0000 mon.a (mon.0) 1078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[80542]: cluster 2023-12-06T15:06:58.635462+0000 mgr.y (mgr.25504) 254 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[80542]: audit 2023-12-06T15:07:00.021686+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[80542]: audit 2023-12-06T15:07:00.029301+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[80542]: audit 2023-12-06T15:07:00.038635+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[80542]: audit 2023-12-06T15:07:00.040035+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[83021]: cluster 2023-12-06T15:06:58.635462+0000 mgr.y (mgr.25504) 254 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[83021]: audit 2023-12-06T15:07:00.021686+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[83021]: audit 2023-12-06T15:07:00.029301+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[83021]: audit 2023-12-06T15:07:00.038635+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:07:00.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:00 smithi116 bash[83021]: audit 2023-12-06T15:07:00.040035+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:00 smithi150 bash[70025]: cluster 2023-12-06T15:06:58.635462+0000 mgr.y (mgr.25504) 254 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:00.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:00 smithi150 bash[70025]: audit 2023-12-06T15:07:00.021686+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:00.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:00 smithi150 bash[70025]: audit 2023-12-06T15:07:00.029301+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:00.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:00 smithi150 bash[70025]: audit 2023-12-06T15:07:00.038635+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:07:00.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:00 smithi150 bash[70025]: audit 2023-12-06T15:07:00.040035+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:01.355 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:01 smithi116 bash[80542]: audit 2023-12-06T15:06:59.665748+0000 mgr.y (mgr.25504) 255 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:01.355 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:01 smithi116 bash[80542]: cephadm 2023-12-06T15:07:00.038057+0000 mgr.y (mgr.25504) 256 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T15:07:01.355 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:01 smithi116 bash[80542]: cephadm 2023-12-06T15:07:00.043697+0000 mgr.y (mgr.25504) 257 : cephadm 1 Reconfiguring daemon osd.1 on smithi116 2023-12-06T15:07:01.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:01 smithi116 bash[83021]: audit 2023-12-06T15:06:59.665748+0000 mgr.y (mgr.25504) 255 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:01.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:01 smithi116 bash[83021]: cephadm 2023-12-06T15:07:00.038057+0000 mgr.y (mgr.25504) 256 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T15:07:01.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:01 smithi116 bash[83021]: cephadm 2023-12-06T15:07:00.043697+0000 mgr.y (mgr.25504) 257 : cephadm 1 Reconfiguring daemon osd.1 on smithi116 2023-12-06T15:07:01.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:01 smithi150 bash[70025]: audit 2023-12-06T15:06:59.665748+0000 mgr.y (mgr.25504) 255 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:01.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:01 smithi150 bash[70025]: cephadm 2023-12-06T15:07:00.038057+0000 mgr.y (mgr.25504) 256 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T15:07:01.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:01 smithi150 bash[70025]: cephadm 2023-12-06T15:07:00.043697+0000 mgr.y (mgr.25504) 257 : cephadm 1 Reconfiguring daemon osd.1 on smithi116 2023-12-06T15:07:02.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:02 smithi116 bash[80542]: cluster 2023-12-06T15:07:00.637464+0000 mgr.y (mgr.25504) 258 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:02.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:02 smithi116 bash[83021]: cluster 2023-12-06T15:07:00.637464+0000 mgr.y (mgr.25504) 258 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:02.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:02 smithi150 bash[70025]: cluster 2023-12-06T15:07:00.637464+0000 mgr.y (mgr.25504) 258 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:02.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:07:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:07:02] "GET /metrics HTTP/1.1" 200 38182 "" "Prometheus/2.33.4" 2023-12-06T15:07:03.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.246885+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.257933+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.267218+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.321623+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.332317+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: cephadm 2023-12-06T15:07:02.363527+0000 mgr.y (mgr.25504) 259 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.364211+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: audit 2023-12-06T15:07:02.365833+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: cephadm 2023-12-06T15:07:02.371024+0000 mgr.y (mgr.25504) 260 : cephadm 1 Reconfiguring daemon osd.2 on smithi116 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[80542]: cluster 2023-12-06T15:07:02.638180+0000 mgr.y (mgr.25504) 261 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:03.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.246885+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.257933+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.267218+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.321623+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.332317+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: cephadm 2023-12-06T15:07:02.363527+0000 mgr.y (mgr.25504) 259 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.364211+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: audit 2023-12-06T15:07:02.365833+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: cephadm 2023-12-06T15:07:02.371024+0000 mgr.y (mgr.25504) 260 : cephadm 1 Reconfiguring daemon osd.2 on smithi116 2023-12-06T15:07:03.620 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:03 smithi116 bash[83021]: cluster 2023-12-06T15:07:02.638180+0000 mgr.y (mgr.25504) 261 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.246885+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.257933+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.267218+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.321623+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.332317+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: cephadm 2023-12-06T15:07:02.363527+0000 mgr.y (mgr.25504) 259 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.364211+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: audit 2023-12-06T15:07:02.365833+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: cephadm 2023-12-06T15:07:02.371024+0000 mgr.y (mgr.25504) 260 : cephadm 1 Reconfiguring daemon osd.2 on smithi116 2023-12-06T15:07:03.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:03 smithi150 bash[70025]: cluster 2023-12-06T15:07:02.638180+0000 mgr.y (mgr.25504) 261 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: cluster 2023-12-06T15:07:04.639884+0000 mgr.y (mgr.25504) 262 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: audit 2023-12-06T15:07:04.647182+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: audit 2023-12-06T15:07:04.656231+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: cephadm 2023-12-06T15:07:04.691768+0000 mgr.y (mgr.25504) 263 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: audit 2023-12-06T15:07:04.692509+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: audit 2023-12-06T15:07:04.694621+0000 mon.a (mon.0) 1093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[80542]: cephadm 2023-12-06T15:07:04.700348+0000 mgr.y (mgr.25504) 264 : cephadm 1 Reconfiguring daemon osd.3 on smithi116 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: cluster 2023-12-06T15:07:04.639884+0000 mgr.y (mgr.25504) 262 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: audit 2023-12-06T15:07:04.647182+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:05.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: audit 2023-12-06T15:07:04.656231+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: cephadm 2023-12-06T15:07:04.691768+0000 mgr.y (mgr.25504) 263 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T15:07:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: audit 2023-12-06T15:07:04.692509+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:07:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: audit 2023-12-06T15:07:04.694621+0000 mon.a (mon.0) 1093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:05 smithi116 bash[83021]: cephadm 2023-12-06T15:07:04.700348+0000 mgr.y (mgr.25504) 264 : cephadm 1 Reconfiguring daemon osd.3 on smithi116 2023-12-06T15:07:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: cluster 2023-12-06T15:07:04.639884+0000 mgr.y (mgr.25504) 262 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: audit 2023-12-06T15:07:04.647182+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:05.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: audit 2023-12-06T15:07:04.656231+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:05.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: cephadm 2023-12-06T15:07:04.691768+0000 mgr.y (mgr.25504) 263 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T15:07:05.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: audit 2023-12-06T15:07:04.692509+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:07:05.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: audit 2023-12-06T15:07:04.694621+0000 mon.a (mon.0) 1093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:05.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:05 smithi150 bash[70025]: cephadm 2023-12-06T15:07:04.700348+0000 mgr.y (mgr.25504) 264 : cephadm 1 Reconfiguring daemon osd.3 on smithi116 2023-12-06T15:07:08.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: cluster 2023-12-06T15:07:06.640602+0000 mgr.y (mgr.25504) 265 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:08.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: audit 2023-12-06T15:07:06.998050+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:08.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: audit 2023-12-06T15:07:07.007270+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:08.334 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: cephadm 2023-12-06T15:07:07.020919+0000 mgr.y (mgr.25504) 266 : cephadm 1 Reconfiguring rgw.foo.smithi116.roplpj (monmap changed)... 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: audit 2023-12-06T15:07:07.021614+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: audit 2023-12-06T15:07:07.025229+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[80542]: cephadm 2023-12-06T15:07:07.027268+0000 mgr.y (mgr.25504) 267 : cephadm 1 Reconfiguring daemon rgw.foo.smithi116.roplpj on smithi116 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: cluster 2023-12-06T15:07:06.640602+0000 mgr.y (mgr.25504) 265 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: audit 2023-12-06T15:07:06.998050+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: audit 2023-12-06T15:07:07.007270+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: cephadm 2023-12-06T15:07:07.020919+0000 mgr.y (mgr.25504) 266 : cephadm 1 Reconfiguring rgw.foo.smithi116.roplpj (monmap changed)... 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: audit 2023-12-06T15:07:07.021614+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: audit 2023-12-06T15:07:07.025229+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:08.335 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:07 smithi116 bash[83021]: cephadm 2023-12-06T15:07:07.027268+0000 mgr.y (mgr.25504) 267 : cephadm 1 Reconfiguring daemon rgw.foo.smithi116.roplpj on smithi116 2023-12-06T15:07:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: cluster 2023-12-06T15:07:06.640602+0000 mgr.y (mgr.25504) 265 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: audit 2023-12-06T15:07:06.998050+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: audit 2023-12-06T15:07:07.007270+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: cephadm 2023-12-06T15:07:07.020919+0000 mgr.y (mgr.25504) 266 : cephadm 1 Reconfiguring rgw.foo.smithi116.roplpj (monmap changed)... 2023-12-06T15:07:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: audit 2023-12-06T15:07:07.021614+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.roplpj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: audit 2023-12-06T15:07:07.025229+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:07 smithi150 bash[70025]: cephadm 2023-12-06T15:07:07.027268+0000 mgr.y (mgr.25504) 267 : cephadm 1 Reconfiguring daemon rgw.foo.smithi116.roplpj on smithi116 2023-12-06T15:07:08.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:07:08 smithi150 bash[61850]: ts=2023-12-06T15:07: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:07:10.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[80542]: cluster 2023-12-06T15:07:08.641412+0000 mgr.y (mgr.25504) 268 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:10.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[80542]: audit 2023-12-06T15:07:09.351437+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[80542]: audit 2023-12-06T15:07:09.361580+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[80542]: audit 2023-12-06T15:07:09.397782+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[80542]: audit 2023-12-06T15:07:09.401657+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[83021]: cluster 2023-12-06T15:07:08.641412+0000 mgr.y (mgr.25504) 268 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[83021]: audit 2023-12-06T15:07:09.351437+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[83021]: audit 2023-12-06T15:07:09.361580+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[83021]: audit 2023-12-06T15:07:09.397782+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:10.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:10 smithi116 bash[83021]: audit 2023-12-06T15:07:09.401657+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:10.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:10 smithi150 bash[70025]: cluster 2023-12-06T15:07:08.641412+0000 mgr.y (mgr.25504) 268 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:10.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:10 smithi150 bash[70025]: audit 2023-12-06T15:07:09.351437+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:10 smithi150 bash[70025]: audit 2023-12-06T15:07:09.361580+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:10 smithi150 bash[70025]: audit 2023-12-06T15:07:09.397782+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi116.ivsfoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:10.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:10 smithi150 bash[70025]: audit 2023-12-06T15:07:09.401657+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:10.545 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:07:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:11 smithi116 bash[80542]: cephadm 2023-12-06T15:07:09.397032+0000 mgr.y (mgr.25504) 269 : cephadm 1 Reconfiguring rgw.smpl.smithi116.ivsfoh (monmap changed)... 2023-12-06T15:07:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:11 smithi116 bash[80542]: cephadm 2023-12-06T15:07:09.403677+0000 mgr.y (mgr.25504) 270 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi116.ivsfoh on smithi116 2023-12-06T15:07:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:11 smithi116 bash[80542]: audit 2023-12-06T15:07:09.673486+0000 mgr.y (mgr.25504) 271 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:11 smithi116 bash[83021]: cephadm 2023-12-06T15:07:09.397032+0000 mgr.y (mgr.25504) 269 : cephadm 1 Reconfiguring rgw.smpl.smithi116.ivsfoh (monmap changed)... 2023-12-06T15:07:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:11 smithi116 bash[83021]: cephadm 2023-12-06T15:07:09.403677+0000 mgr.y (mgr.25504) 270 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi116.ivsfoh on smithi116 2023-12-06T15:07:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:11 smithi116 bash[83021]: audit 2023-12-06T15:07:09.673486+0000 mgr.y (mgr.25504) 271 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 0s ago 18m - - 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 9s ago 18m - - 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (4m) 0s ago 11m 16.0M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (3m) 9s ago 10m 44.0M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (2m) 0s ago 8m 47.3M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (101s) 9s ago 17m 433M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:07:11.320 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (2m) 0s ago 19m 492M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (83s) 0s ago 19m 51.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (34s) 9s ago 17m 24.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (55s) 0s ago 17m 38.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (4m) 0s ago 11m 12.1M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (3m) 9s ago 11m 11.2M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (17m) 0s ago 17m 59.5M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (16m) 0s ago 16m 60.7M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (15m) 0s ago 15m 57.3M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (14m) 0s ago 15m 58.0M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (14m) 9s ago 14m 58.9M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (13m) 9s ago 13m 55.7M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (13m) 9s ago 13m 54.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (12m) 9s ago 12m 58.4M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:07:11.321 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (2m) 9s ago 11m 60.7M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:07:11.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (9m) 0s ago 9m 87.3M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:07:11.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (8m) 9s ago 8m 87.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:07:11.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (8m) 0s ago 8m 87.2M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:07:11.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (8m) 9s ago 8m 87.5M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:07:11.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:11 smithi150 bash[70025]: cephadm 2023-12-06T15:07:09.397032+0000 mgr.y (mgr.25504) 269 : cephadm 1 Reconfiguring rgw.smpl.smithi116.ivsfoh (monmap changed)... 2023-12-06T15:07:11.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:11 smithi150 bash[70025]: cephadm 2023-12-06T15:07:09.403677+0000 mgr.y (mgr.25504) 270 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi116.ivsfoh on smithi116 2023-12-06T15:07:11.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:11 smithi150 bash[70025]: audit 2023-12-06T15:07:09.673486+0000 mgr.y (mgr.25504) 271 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:07:11.767 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:07:11.768 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:07:12.152 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:07:12.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:10.525577+0000 mgr.y (mgr.25504) 272 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:12.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: cluster 2023-12-06T15:07:10.642482+0000 mgr.y (mgr.25504) 273 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:10.910705+0000 mgr.y (mgr.25504) 274 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.183332+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.191912+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.200222+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.583114+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.591088+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.623079+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.624449+0000 mon.a (mon.0) 1108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.625816+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[80542]: audit 2023-12-06T15:07:11.763200+0000 mon.a (mon.0) 1110 : audit 0 from='client.? 172.21.15.116:0/2529551666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:10.525577+0000 mgr.y (mgr.25504) 272 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:12.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: cluster 2023-12-06T15:07:10.642482+0000 mgr.y (mgr.25504) 273 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:10.910705+0000 mgr.y (mgr.25504) 274 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.183332+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.191912+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.200222+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.583114+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.591088+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.623079+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.624449+0000 mon.a (mon.0) 1108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.625816+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:12.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[83021]: audit 2023-12-06T15:07:11.763200+0000 mon.a (mon.0) 1110 : audit 0 from='client.? 172.21.15.116:0/2529551666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:10.525577+0000 mgr.y (mgr.25504) 272 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: cluster 2023-12-06T15:07:10.642482+0000 mgr.y (mgr.25504) 273 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:10.910705+0000 mgr.y (mgr.25504) 274 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.183332+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.191912+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.200222+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.583114+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.591088+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.623079+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.624449+0000 mon.a (mon.0) 1108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.625816+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:12.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:12 smithi150 bash[70025]: audit 2023-12-06T15:07:11.763200+0000 mon.a (mon.0) 1110 : audit 0 from='client.? 172.21.15.116:0/2529551666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:12.599 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:07:12.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:07:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:07:12] "GET /metrics HTTP/1.1" 200 38182 "" "Prometheus/2.33.4" 2023-12-06T15:07:13.300 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:13 smithi150 bash[70025]: audit 2023-12-06T15:07:11.290877+0000 mgr.y (mgr.25504) 275 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:13.300 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:13 smithi150 bash[70025]: cephadm 2023-12-06T15:07:11.622542+0000 mgr.y (mgr.25504) 276 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T15:07:13.300 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:13 smithi150 bash[70025]: cephadm 2023-12-06T15:07:11.627560+0000 mgr.y (mgr.25504) 277 : cephadm 1 Reconfiguring daemon mon.b on smithi150 2023-12-06T15:07:13.300 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:13 smithi150 bash[70025]: audit 2023-12-06T15:07:12.596019+0000 mon.a (mon.0) 1111 : audit 0 from='client.? 172.21.15.116:0/2970047327' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:07:13.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[80542]: audit 2023-12-06T15:07:11.290877+0000 mgr.y (mgr.25504) 275 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:13.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[80542]: cephadm 2023-12-06T15:07:11.622542+0000 mgr.y (mgr.25504) 276 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T15:07:13.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[80542]: cephadm 2023-12-06T15:07:11.627560+0000 mgr.y (mgr.25504) 277 : cephadm 1 Reconfiguring daemon mon.b on smithi150 2023-12-06T15:07:13.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[80542]: audit 2023-12-06T15:07:12.596019+0000 mon.a (mon.0) 1111 : audit 0 from='client.? 172.21.15.116:0/2970047327' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:07:13.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[83021]: audit 2023-12-06T15:07:11.290877+0000 mgr.y (mgr.25504) 275 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:13.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[83021]: cephadm 2023-12-06T15:07:11.622542+0000 mgr.y (mgr.25504) 276 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T15:07:13.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[83021]: cephadm 2023-12-06T15:07:11.627560+0000 mgr.y (mgr.25504) 277 : cephadm 1 Reconfiguring daemon mon.b on smithi150 2023-12-06T15:07:13.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:13 smithi116 bash[83021]: audit 2023-12-06T15:07:12.596019+0000 mon.a (mon.0) 1111 : audit 0 from='client.? 172.21.15.116:0/2970047327' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:07:14.299 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:14 smithi116 bash[80542]: audit 2023-12-06T15:07:12.148003+0000 mgr.y (mgr.25504) 278 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:14.299 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:14 smithi116 bash[80542]: cluster 2023-12-06T15:07:12.643159+0000 mgr.y (mgr.25504) 279 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:14.299 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:14 smithi116 bash[80542]: audit 2023-12-06T15:07:13.710807+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:14.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:14 smithi116 bash[83021]: audit 2023-12-06T15:07:12.148003+0000 mgr.y (mgr.25504) 278 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:14.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:14 smithi116 bash[83021]: cluster 2023-12-06T15:07:12.643159+0000 mgr.y (mgr.25504) 279 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:14.300 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:14 smithi116 bash[83021]: audit 2023-12-06T15:07:13.710807+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:14.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:14 smithi150 bash[70025]: audit 2023-12-06T15:07:12.148003+0000 mgr.y (mgr.25504) 278 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:14.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:14 smithi150 bash[70025]: cluster 2023-12-06T15:07:12.643159+0000 mgr.y (mgr.25504) 279 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:14.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:14 smithi150 bash[70025]: audit 2023-12-06T15:07:13.710807+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:15.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: audit 2023-12-06T15:07:14.160598+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: audit 2023-12-06T15:07:14.171797+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: cephadm 2023-12-06T15:07:14.197497+0000 mgr.y (mgr.25504) 280 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: audit 2023-12-06T15:07:14.198144+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: audit 2023-12-06T15:07:14.199792+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: audit 2023-12-06T15:07:14.201152+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: cephadm 2023-12-06T15:07:14.202848+0000 mgr.y (mgr.25504) 281 : cephadm 1 Reconfiguring daemon mgr.x on smithi150 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[80542]: cluster 2023-12-06T15:07:14.644765+0000 mgr.y (mgr.25504) 282 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: audit 2023-12-06T15:07:14.160598+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: audit 2023-12-06T15:07:14.171797+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: cephadm 2023-12-06T15:07:14.197497+0000 mgr.y (mgr.25504) 280 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T15:07:15.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: audit 2023-12-06T15:07:14.198144+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:07:15.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: audit 2023-12-06T15:07:14.199792+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:07:15.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: audit 2023-12-06T15:07:14.201152+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:15.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: cephadm 2023-12-06T15:07:14.202848+0000 mgr.y (mgr.25504) 281 : cephadm 1 Reconfiguring daemon mgr.x on smithi150 2023-12-06T15:07:15.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:15 smithi116 bash[83021]: cluster 2023-12-06T15:07:14.644765+0000 mgr.y (mgr.25504) 282 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:15.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: audit 2023-12-06T15:07:14.160598+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:15.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: audit 2023-12-06T15:07:14.171797+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:15.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: cephadm 2023-12-06T15:07:14.197497+0000 mgr.y (mgr.25504) 280 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T15:07:15.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: audit 2023-12-06T15:07:14.198144+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:07:15.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: audit 2023-12-06T15:07:14.199792+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:07:15.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: audit 2023-12-06T15:07:14.201152+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:15.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: cephadm 2023-12-06T15:07:14.202848+0000 mgr.y (mgr.25504) 281 : cephadm 1 Reconfiguring daemon mgr.x on smithi150 2023-12-06T15:07:15.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:15 smithi150 bash[70025]: cluster 2023-12-06T15:07:14.644765+0000 mgr.y (mgr.25504) 282 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[83021]: cluster 2023-12-06T15:07:16.645529+0000 mgr.y (mgr.25504) 283 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[83021]: audit 2023-12-06T15:07:17.431637+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[83021]: audit 2023-12-06T15:07:17.442269+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[83021]: audit 2023-12-06T15:07:17.475030+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[83021]: audit 2023-12-06T15:07:17.476989+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[80542]: cluster 2023-12-06T15:07:16.645529+0000 mgr.y (mgr.25504) 283 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[80542]: audit 2023-12-06T15:07:17.431637+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[80542]: audit 2023-12-06T15:07:17.442269+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[80542]: audit 2023-12-06T15:07:17.475030+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:07:17.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:17 smithi116 bash[80542]: audit 2023-12-06T15:07:17.476989+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:17 smithi150 bash[70025]: cluster 2023-12-06T15:07:16.645529+0000 mgr.y (mgr.25504) 283 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:17 smithi150 bash[70025]: audit 2023-12-06T15:07:17.431637+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:17 smithi150 bash[70025]: audit 2023-12-06T15:07:17.442269+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:17 smithi150 bash[70025]: audit 2023-12-06T15:07:17.475030+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:07:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:17 smithi150 bash[70025]: audit 2023-12-06T15:07:17.476989+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:18.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:18 smithi150 bash[70025]: cephadm 2023-12-06T15:07:17.474241+0000 mgr.y (mgr.25504) 284 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T15:07:18.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:18 smithi150 bash[70025]: cephadm 2023-12-06T15:07:17.482888+0000 mgr.y (mgr.25504) 285 : cephadm 1 Reconfiguring daemon osd.4 on smithi150 2023-12-06T15:07:18.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:07:18 smithi150 bash[61850]: ts=2023-12-06T15:07: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:07:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:18 smithi116 bash[83021]: cephadm 2023-12-06T15:07:17.474241+0000 mgr.y (mgr.25504) 284 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T15:07:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:18 smithi116 bash[83021]: cephadm 2023-12-06T15:07:17.482888+0000 mgr.y (mgr.25504) 285 : cephadm 1 Reconfiguring daemon osd.4 on smithi150 2023-12-06T15:07:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:18 smithi116 bash[80542]: cephadm 2023-12-06T15:07:17.474241+0000 mgr.y (mgr.25504) 284 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T15:07:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:18 smithi116 bash[80542]: cephadm 2023-12-06T15:07:17.482888+0000 mgr.y (mgr.25504) 285 : cephadm 1 Reconfiguring daemon osd.4 on smithi150 2023-12-06T15:07:20.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:19 smithi150 bash[70025]: cluster 2023-12-06T15:07:18.646338+0000 mgr.y (mgr.25504) 286 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:20.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:19 smithi150 bash[70025]: audit 2023-12-06T15:07:19.433646+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:19 smithi150 bash[70025]: audit 2023-12-06T15:07:19.443992+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:19 smithi150 bash[70025]: audit 2023-12-06T15:07:19.452329+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[83021]: cluster 2023-12-06T15:07:18.646338+0000 mgr.y (mgr.25504) 286 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:20.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[83021]: audit 2023-12-06T15:07:19.433646+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[83021]: audit 2023-12-06T15:07:19.443992+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[83021]: audit 2023-12-06T15:07:19.452329+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[80542]: cluster 2023-12-06T15:07:18.646338+0000 mgr.y (mgr.25504) 286 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[80542]: audit 2023-12-06T15:07:19.433646+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[80542]: audit 2023-12-06T15:07:19.443992+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:19 smithi116 bash[80542]: audit 2023-12-06T15:07:19.452329+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:21.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:20 smithi150 bash[70025]: audit 2023-12-06T15:07:19.681455+0000 mgr.y (mgr.25504) 287 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:21.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:20 smithi116 bash[80542]: audit 2023-12-06T15:07:19.681455+0000 mgr.y (mgr.25504) 287 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:21.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:20 smithi116 bash[83021]: audit 2023-12-06T15:07:19.681455+0000 mgr.y (mgr.25504) 287 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:21.792 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:21 smithi150 bash[70025]: cluster 2023-12-06T15:07:20.648124+0000 mgr.y (mgr.25504) 288 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:21.792 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:21 smithi150 bash[70025]: audit 2023-12-06T15:07:21.490592+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:21.792 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:21 smithi150 bash[70025]: audit 2023-12-06T15:07:21.501541+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:21.792 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:21 smithi150 bash[70025]: audit 2023-12-06T15:07:21.509754+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[80542]: cluster 2023-12-06T15:07:20.648124+0000 mgr.y (mgr.25504) 288 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:22.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[80542]: audit 2023-12-06T15:07:21.490592+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[80542]: audit 2023-12-06T15:07:21.501541+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[80542]: audit 2023-12-06T15:07:21.509754+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[83021]: cluster 2023-12-06T15:07:20.648124+0000 mgr.y (mgr.25504) 288 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:22.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[83021]: audit 2023-12-06T15:07:21.490592+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[83021]: audit 2023-12-06T15:07:21.501541+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:21 smithi116 bash[83021]: audit 2023-12-06T15:07:21.509754+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:22.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:07:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:07:22] "GET /metrics HTTP/1.1" 200 38180 "" "Prometheus/2.33.4" 2023-12-06T15:07:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:23 smithi116 bash[80542]: cluster 2023-12-06T15:07:22.648905+0000 mgr.y (mgr.25504) 289 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:24.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:23 smithi116 bash[80542]: audit 2023-12-06T15:07:22.999826+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:23 smithi116 bash[80542]: audit 2023-12-06T15:07:23.012849+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:23 smithi116 bash[80542]: cephadm 2023-12-06T15:07:23.061471+0000 mgr.y (mgr.25504) 290 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:23 smithi116 bash[80542]: audit 2023-12-06T15:07:23.062157+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:23 smithi116 bash[80542]: audit 2023-12-06T15:07:23.063949+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[80542]: cephadm 2023-12-06T15:07:23.069580+0000 mgr.y (mgr.25504) 291 : cephadm 1 Reconfiguring daemon osd.5 on smithi150 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: cluster 2023-12-06T15:07:22.648905+0000 mgr.y (mgr.25504) 289 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: audit 2023-12-06T15:07:22.999826+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: audit 2023-12-06T15:07:23.012849+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:24.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: cephadm 2023-12-06T15:07:23.061471+0000 mgr.y (mgr.25504) 290 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T15:07:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: audit 2023-12-06T15:07:23.062157+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:07:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: audit 2023-12-06T15:07:23.063949+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:24.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:24 smithi116 bash[83021]: cephadm 2023-12-06T15:07:23.069580+0000 mgr.y (mgr.25504) 291 : cephadm 1 Reconfiguring daemon osd.5 on smithi150 2023-12-06T15:07:24.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: cluster 2023-12-06T15:07:22.648905+0000 mgr.y (mgr.25504) 289 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:24.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: audit 2023-12-06T15:07:22.999826+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: audit 2023-12-06T15:07:23.012849+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: cephadm 2023-12-06T15:07:23.061471+0000 mgr.y (mgr.25504) 290 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T15:07:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: audit 2023-12-06T15:07:23.062157+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:07:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: audit 2023-12-06T15:07:23.063949+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:24 smithi150 bash[70025]: cephadm 2023-12-06T15:07:23.069580+0000 mgr.y (mgr.25504) 291 : cephadm 1 Reconfiguring daemon osd.5 on smithi150 2023-12-06T15:07:25.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:25 smithi150 bash[70025]: cluster 2023-12-06T15:07:24.650485+0000 mgr.y (mgr.25504) 292 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:25.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:25 smithi116 bash[80542]: cluster 2023-12-06T15:07:24.650485+0000 mgr.y (mgr.25504) 292 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:25.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:25 smithi116 bash[83021]: cluster 2023-12-06T15:07:24.650485+0000 mgr.y (mgr.25504) 292 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:26.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[80542]: audit 2023-12-06T15:07:25.621214+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:26.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[80542]: audit 2023-12-06T15:07:25.630053+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:26.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[80542]: cephadm 2023-12-06T15:07:25.639728+0000 mgr.y (mgr.25504) 293 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[80542]: audit 2023-12-06T15:07:25.640390+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[80542]: audit 2023-12-06T15:07:25.642221+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[80542]: cephadm 2023-12-06T15:07:25.648093+0000 mgr.y (mgr.25504) 294 : cephadm 1 Reconfiguring daemon osd.6 on smithi150 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[83021]: audit 2023-12-06T15:07:25.621214+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[83021]: audit 2023-12-06T15:07:25.630053+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[83021]: cephadm 2023-12-06T15:07:25.639728+0000 mgr.y (mgr.25504) 293 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[83021]: audit 2023-12-06T15:07:25.640390+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[83021]: audit 2023-12-06T15:07:25.642221+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:26.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:26 smithi116 bash[83021]: cephadm 2023-12-06T15:07:25.648093+0000 mgr.y (mgr.25504) 294 : cephadm 1 Reconfiguring daemon osd.6 on smithi150 2023-12-06T15:07:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:26 smithi150 bash[70025]: audit 2023-12-06T15:07:25.621214+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:26.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:26 smithi150 bash[70025]: audit 2023-12-06T15:07:25.630053+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:26.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:26 smithi150 bash[70025]: cephadm 2023-12-06T15:07:25.639728+0000 mgr.y (mgr.25504) 293 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T15:07:26.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:26 smithi150 bash[70025]: audit 2023-12-06T15:07:25.640390+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:07:26.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:26 smithi150 bash[70025]: audit 2023-12-06T15:07:25.642221+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:26.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:26 smithi150 bash[70025]: cephadm 2023-12-06T15:07:25.648093+0000 mgr.y (mgr.25504) 294 : cephadm 1 Reconfiguring daemon osd.6 on smithi150 2023-12-06T15:07:27.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:27 smithi116 bash[80542]: cluster 2023-12-06T15:07:26.651172+0000 mgr.y (mgr.25504) 295 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:27.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:27 smithi116 bash[83021]: cluster 2023-12-06T15:07:26.651172+0000 mgr.y (mgr.25504) 295 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:27.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:27 smithi150 bash[70025]: cluster 2023-12-06T15:07:26.651172+0000 mgr.y (mgr.25504) 295 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:28.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:07:28 smithi150 bash[61850]: ts=2023-12-06T15:07: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:07:29.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: audit 2023-12-06T15:07:28.275240+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:29.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: audit 2023-12-06T15:07:28.285171+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:29.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: cephadm 2023-12-06T15:07:28.320463+0000 mgr.y (mgr.25504) 296 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: audit 2023-12-06T15:07:28.321176+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: audit 2023-12-06T15:07:28.322885+0000 mon.a (mon.0) 1139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: cephadm 2023-12-06T15:07:28.328472+0000 mgr.y (mgr.25504) 297 : cephadm 1 Reconfiguring daemon osd.7 on smithi150 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: cluster 2023-12-06T15:07:28.651922+0000 mgr.y (mgr.25504) 298 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[80542]: audit 2023-12-06T15:07:28.711074+0000 mon.a (mon.0) 1140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: audit 2023-12-06T15:07:28.275240+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: audit 2023-12-06T15:07:28.285171+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: cephadm 2023-12-06T15:07:28.320463+0000 mgr.y (mgr.25504) 296 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: audit 2023-12-06T15:07:28.321176+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: audit 2023-12-06T15:07:28.322885+0000 mon.a (mon.0) 1139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: cephadm 2023-12-06T15:07:28.328472+0000 mgr.y (mgr.25504) 297 : cephadm 1 Reconfiguring daemon osd.7 on smithi150 2023-12-06T15:07:29.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: cluster 2023-12-06T15:07:28.651922+0000 mgr.y (mgr.25504) 298 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:29.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:29 smithi116 bash[83021]: audit 2023-12-06T15:07:28.711074+0000 mon.a (mon.0) 1140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:29.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: audit 2023-12-06T15:07:28.275240+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:29.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: audit 2023-12-06T15:07:28.285171+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:29.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: cephadm 2023-12-06T15:07:28.320463+0000 mgr.y (mgr.25504) 296 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T15:07:29.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: audit 2023-12-06T15:07:28.321176+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:07:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: audit 2023-12-06T15:07:28.322885+0000 mon.a (mon.0) 1139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: cephadm 2023-12-06T15:07:28.328472+0000 mgr.y (mgr.25504) 297 : cephadm 1 Reconfiguring daemon osd.7 on smithi150 2023-12-06T15:07:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: cluster 2023-12-06T15:07:28.651922+0000 mgr.y (mgr.25504) 298 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:29.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:29 smithi150 bash[70025]: audit 2023-12-06T15:07:28.711074+0000 mon.a (mon.0) 1140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:30.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:30 smithi116 bash[80542]: audit 2023-12-06T15:07:29.692720+0000 mgr.y (mgr.25504) 299 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:30.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:30 smithi116 bash[83021]: audit 2023-12-06T15:07:29.692720+0000 mgr.y (mgr.25504) 299 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:30.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:30 smithi150 bash[70025]: audit 2023-12-06T15:07:29.692720+0000 mgr.y (mgr.25504) 299 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: cluster 2023-12-06T15:07:30.653616+0000 mgr.y (mgr.25504) 300 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:30.971519+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:30.979694+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: cephadm 2023-12-06T15:07:31.000074+0000 mgr.y (mgr.25504) 301 : cephadm 1 Reconfiguring rgw.foo.smithi150.vkcumf (monmap changed)... 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:31.000690+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:31.003772+0000 mon.a (mon.0) 1144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: cephadm 2023-12-06T15:07:31.005546+0000 mgr.y (mgr.25504) 302 : cephadm 1 Reconfiguring daemon rgw.foo.smithi150.vkcumf on smithi150 2023-12-06T15:07:32.308 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:31.350388+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.309 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:31.362097+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.309 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:31 smithi150 bash[70025]: audit 2023-12-06T15:07:31.373307+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: cluster 2023-12-06T15:07:30.653616+0000 mgr.y (mgr.25504) 300 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:32.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:30.971519+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:30.979694+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: cephadm 2023-12-06T15:07:31.000074+0000 mgr.y (mgr.25504) 301 : cephadm 1 Reconfiguring rgw.foo.smithi150.vkcumf (monmap changed)... 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:31.000690+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:31.003772+0000 mon.a (mon.0) 1144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: cephadm 2023-12-06T15:07:31.005546+0000 mgr.y (mgr.25504) 302 : cephadm 1 Reconfiguring daemon rgw.foo.smithi150.vkcumf on smithi150 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:31.350388+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:31.362097+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[80542]: audit 2023-12-06T15:07:31.373307+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: cluster 2023-12-06T15:07:30.653616+0000 mgr.y (mgr.25504) 300 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:30.971519+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:30.979694+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: cephadm 2023-12-06T15:07:31.000074+0000 mgr.y (mgr.25504) 301 : cephadm 1 Reconfiguring rgw.foo.smithi150.vkcumf (monmap changed)... 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:31.000690+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi150.vkcumf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:31.003772+0000 mon.a (mon.0) 1144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: cephadm 2023-12-06T15:07:31.005546+0000 mgr.y (mgr.25504) 302 : cephadm 1 Reconfiguring daemon rgw.foo.smithi150.vkcumf on smithi150 2023-12-06T15:07:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:31.350388+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:31.362097+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:31 smithi116 bash[83021]: audit 2023-12-06T15:07:31.373307+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:32.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:07:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:07:32] "GET /metrics HTTP/1.1" 200 38181 "" "Prometheus/2.33.4" 2023-12-06T15:07:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:33 smithi150 bash[70025]: cluster 2023-12-06T15:07:32.654357+0000 mgr.y (mgr.25504) 303 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:33 smithi150 bash[70025]: audit 2023-12-06T15:07:33.366567+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:33 smithi150 bash[70025]: audit 2023-12-06T15:07:33.374937+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:33 smithi150 bash[70025]: audit 2023-12-06T15:07:33.425741+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:33 smithi150 bash[70025]: audit 2023-12-06T15:07:33.429521+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:34.274 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[80542]: cluster 2023-12-06T15:07:32.654357+0000 mgr.y (mgr.25504) 303 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:34.274 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[80542]: audit 2023-12-06T15:07:33.366567+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[80542]: audit 2023-12-06T15:07:33.374937+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[80542]: audit 2023-12-06T15:07:33.425741+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[80542]: audit 2023-12-06T15:07:33.429521+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[83021]: cluster 2023-12-06T15:07:32.654357+0000 mgr.y (mgr.25504) 303 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[83021]: audit 2023-12-06T15:07:33.366567+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[83021]: audit 2023-12-06T15:07:33.374937+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[83021]: audit 2023-12-06T15:07:33.425741+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi150.wouxyl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:34.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:33 smithi116 bash[83021]: audit 2023-12-06T15:07:33.429521+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:35.249 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:34 smithi150 bash[70025]: cephadm 2023-12-06T15:07:33.424978+0000 mgr.y (mgr.25504) 304 : cephadm 1 Reconfiguring rgw.smpl.smithi150.wouxyl (monmap changed)... 2023-12-06T15:07:35.249 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:34 smithi150 bash[70025]: cephadm 2023-12-06T15:07:33.431477+0000 mgr.y (mgr.25504) 305 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi150.wouxyl on smithi150 2023-12-06T15:07:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:34 smithi116 bash[80542]: cephadm 2023-12-06T15:07:33.424978+0000 mgr.y (mgr.25504) 304 : cephadm 1 Reconfiguring rgw.smpl.smithi150.wouxyl (monmap changed)... 2023-12-06T15:07:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:34 smithi116 bash[80542]: cephadm 2023-12-06T15:07:33.431477+0000 mgr.y (mgr.25504) 305 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi150.wouxyl on smithi150 2023-12-06T15:07:35.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:34 smithi116 bash[83021]: cephadm 2023-12-06T15:07:33.424978+0000 mgr.y (mgr.25504) 304 : cephadm 1 Reconfiguring rgw.smpl.smithi150.wouxyl (monmap changed)... 2023-12-06T15:07:35.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:34 smithi116 bash[83021]: cephadm 2023-12-06T15:07:33.431477+0000 mgr.y (mgr.25504) 305 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi150.wouxyl on smithi150 2023-12-06T15:07:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:35 smithi150 bash[70025]: cluster 2023-12-06T15:07:34.656005+0000 mgr.y (mgr.25504) 306 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:35 smithi116 bash[80542]: cluster 2023-12-06T15:07:34.656005+0000 mgr.y (mgr.25504) 306 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:36.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:35 smithi116 bash[83021]: cluster 2023-12-06T15:07:34.656005+0000 mgr.y (mgr.25504) 306 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.570028+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.582151+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.615560+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.619043+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.621883+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: cephadm 2023-12-06T15:07:36.623300+0000 mgr.y (mgr.25504) 307 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.629895+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.633999+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T15:07:37.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.638352+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.641532+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.645265+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.648285+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.652492+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: cluster 2023-12-06T15:07:36.656660+0000 mgr.y (mgr.25504) 308 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.658197+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: cephadm 2023-12-06T15:07:36.659667+0000 mgr.y (mgr.25504) 309 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.664622+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.669481+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: audit 2023-12-06T15:07:36.669728+0000 mgr.y (mgr.25504) 310 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:37.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[80542]: cephadm 2023-12-06T15:07:36.671024+0000 mgr.y (mgr.25504) 311 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.570028+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.582151+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.615560+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.619043+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.621883+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: cephadm 2023-12-06T15:07:36.623300+0000 mgr.y (mgr.25504) 307 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.629895+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.633999+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.638352+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.641532+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.645265+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.648285+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.652492+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T15:07:37.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: cluster 2023-12-06T15:07:36.656660+0000 mgr.y (mgr.25504) 308 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.658197+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: cephadm 2023-12-06T15:07:36.659667+0000 mgr.y (mgr.25504) 309 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T15:07:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.664622+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.669481+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: audit 2023-12-06T15:07:36.669728+0000 mgr.y (mgr.25504) 310 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:37.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:37 smithi116 bash[83021]: cephadm 2023-12-06T15:07:36.671024+0000 mgr.y (mgr.25504) 311 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.570028+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.582151+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.615560+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.619043+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.621883+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: cephadm 2023-12-06T15:07:36.623300+0000 mgr.y (mgr.25504) 307 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.629895+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.633999+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.638352+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T15:07:37.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.641532+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.645265+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.648285+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.652492+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: cluster 2023-12-06T15:07:36.656660+0000 mgr.y (mgr.25504) 308 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.658197+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: cephadm 2023-12-06T15:07:36.659667+0000 mgr.y (mgr.25504) 309 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.664622+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.669481+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: audit 2023-12-06T15:07:36.669728+0000 mgr.y (mgr.25504) 310 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:37.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:37 smithi150 bash[70025]: cephadm 2023-12-06T15:07:36.671024+0000 mgr.y (mgr.25504) 311 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:07:38.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:07:38 smithi150 bash[61850]: ts=2023-12-06T15:07: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:07:39.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:39 smithi150 bash[70025]: cluster 2023-12-06T15:07:38.657366+0000 mgr.y (mgr.25504) 312 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:39.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:39 smithi150 bash[70025]: audit 2023-12-06T15:07:39.699586+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:39.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:39 smithi150 bash[70025]: audit 2023-12-06T15:07:39.703513+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:07:39.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:39 smithi150 bash[70025]: audit 2023-12-06T15:07:39.704934+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:40.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[80542]: cluster 2023-12-06T15:07:38.657366+0000 mgr.y (mgr.25504) 312 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:40.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[80542]: audit 2023-12-06T15:07:39.699586+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:40.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[80542]: audit 2023-12-06T15:07:39.703513+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:07:40.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[80542]: audit 2023-12-06T15:07:39.704934+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:40.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[83021]: cluster 2023-12-06T15:07:38.657366+0000 mgr.y (mgr.25504) 312 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:40.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[83021]: audit 2023-12-06T15:07:39.699586+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:40.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[83021]: audit 2023-12-06T15:07:39.703513+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:07:40.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:39 smithi116 bash[83021]: audit 2023-12-06T15:07:39.704934+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:40.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:40 smithi150 bash[70025]: cephadm 2023-12-06T15:07:39.692146+0000 mgr.y (mgr.25504) 313 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:07:40.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:40 smithi150 bash[70025]: audit 2023-12-06T15:07:39.701432+0000 mgr.y (mgr.25504) 314 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:40.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:40 smithi150 bash[70025]: cephadm 2023-12-06T15:07:39.709928+0000 mgr.y (mgr.25504) 315 : cephadm 1 Deploying daemon osd.0 on smithi116 2023-12-06T15:07:41.030 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:40 smithi116 bash[80542]: cephadm 2023-12-06T15:07:39.692146+0000 mgr.y (mgr.25504) 313 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:07:41.031 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:40 smithi116 bash[80542]: audit 2023-12-06T15:07:39.701432+0000 mgr.y (mgr.25504) 314 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:41.031 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:40 smithi116 bash[80542]: cephadm 2023-12-06T15:07:39.709928+0000 mgr.y (mgr.25504) 315 : cephadm 1 Deploying daemon osd.0 on smithi116 2023-12-06T15:07:41.031 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:40 smithi116 bash[83021]: cephadm 2023-12-06T15:07:39.692146+0000 mgr.y (mgr.25504) 313 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:07:41.031 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:40 smithi116 bash[83021]: audit 2023-12-06T15:07:39.701432+0000 mgr.y (mgr.25504) 314 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:41.031 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:40 smithi116 bash[83021]: cephadm 2023-12-06T15:07:39.709928+0000 mgr.y (mgr.25504) 315 : cephadm 1 Deploying daemon osd.0 on smithi116 2023-12-06T15:07:42.032 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[80542]: cluster 2023-12-06T15:07:40.659107+0000 mgr.y (mgr.25504) 316 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:42.032 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[80542]: audit 2023-12-06T15:07:41.670229+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.032 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[80542]: audit 2023-12-06T15:07:41.679854+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.032 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[80542]: audit 2023-12-06T15:07:41.689717+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.033 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[83021]: cluster 2023-12-06T15:07:40.659107+0000 mgr.y (mgr.25504) 316 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:42.033 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[83021]: audit 2023-12-06T15:07:41.670229+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.033 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[83021]: audit 2023-12-06T15:07:41.679854+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.033 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:41 smithi116 bash[83021]: audit 2023-12-06T15:07:41.689717+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:41 smithi150 bash[70025]: cluster 2023-12-06T15:07:40.659107+0000 mgr.y (mgr.25504) 316 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:41 smithi150 bash[70025]: audit 2023-12-06T15:07:41.670229+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:41 smithi150 bash[70025]: audit 2023-12-06T15:07:41.679854+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:41 smithi150 bash[70025]: audit 2023-12-06T15:07:41.689717+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:42.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:07:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:07:42] "GET /metrics HTTP/1.1" 200 38181 "" "Prometheus/2.33.4" 2023-12-06T15:07:43.014 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:07:43.788 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:07:43.788 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 12s ago 18m - - 2023-12-06T15:07:43.788 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 2s ago 18m - - 2023-12-06T15:07:43.788 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (4m) 12s ago 11m 16.0M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:07:43.788 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (3m) 2s ago 11m 44.1M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (3m) 12s ago 9m 47.4M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (2m) 2s ago 18m 433M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (3m) 12s ago 20m 495M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (115s) 12s ago 20m 53.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (66s) 2s ago 18m 35.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (87s) 12s ago 18m 41.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (5m) 12s ago 11m 12.1M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (4m) 2s ago 11m 12.1M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (17m) 12s ago 17m 59.6M 4096M 17.2.0 e1d6a67b021e 27b6c5dfcb56 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (16m) 12s ago 16m 60.7M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (16m) 12s ago 16m 57.3M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (15m) 12s ago 15m 57.8M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:07:43.789 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (14m) 2s ago 14m 59.7M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (14m) 2s ago 14m 55.9M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (13m) 2s ago 13m 55.2M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (13m) 2s ago 13m 58.5M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (3m) 2s ago 12m 61.4M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (9m) 12s ago 9m 87.3M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (9m) 2s ago 9m 87.6M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (9m) 12s ago 9m 87.3M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:07:43.790 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (9m) 2s ago 9m 87.7M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:07:43.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:43 smithi116 bash[80542]: cluster 2023-12-06T15:07:42.659847+0000 mgr.y (mgr.25504) 317 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:43.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:43 smithi116 bash[80542]: audit 2023-12-06T15:07:42.994720+0000 mgr.y (mgr.25504) 318 : audit 0 from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:43.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:43 smithi116 bash[80542]: audit 2023-12-06T15:07:43.711622+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:43.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:43 smithi116 bash[83021]: cluster 2023-12-06T15:07:42.659847+0000 mgr.y (mgr.25504) 317 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:43.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:43 smithi116 bash[83021]: audit 2023-12-06T15:07:42.994720+0000 mgr.y (mgr.25504) 318 : audit 0 from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:43.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:43 smithi116 bash[83021]: audit 2023-12-06T15:07:43.711622+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:44.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:43 smithi150 bash[70025]: cluster 2023-12-06T15:07:42.659847+0000 mgr.y (mgr.25504) 317 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:07:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:43 smithi150 bash[70025]: audit 2023-12-06T15:07:42.994720+0000 mgr.y (mgr.25504) 318 : audit 0 from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:43 smithi150 bash[70025]: audit 2023-12-06T15:07:43.711622+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:44.239 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:07:44.239 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:07:44.239 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:07:44.239 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:07:44.240 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:07:44.620 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:07:44.620 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:07:44.620 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:07:44.621 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:07:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[83021]: audit 2023-12-06T15:07:43.382876+0000 mgr.y (mgr.25504) 319 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[83021]: audit 2023-12-06T15:07:43.759712+0000 mgr.y (mgr.25504) 320 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[83021]: audit 2023-12-06T15:07:44.235672+0000 mon.a (mon.0) 1174 : audit 0 from='client.? 172.21.15.116:0/3734709086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:44.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[80542]: audit 2023-12-06T15:07:43.382876+0000 mgr.y (mgr.25504) 319 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:44.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[80542]: audit 2023-12-06T15:07:43.759712+0000 mgr.y (mgr.25504) 320 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:44.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[80542]: audit 2023-12-06T15:07:44.235672+0000 mon.a (mon.0) 1174 : audit 0 from='client.? 172.21.15.116:0/3734709086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:44.920 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:44 smithi116 systemd[1]: Stopping Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:07:45.082 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:07:45.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:44 smithi150 bash[70025]: audit 2023-12-06T15:07:43.382876+0000 mgr.y (mgr.25504) 319 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:45.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:44 smithi150 bash[70025]: audit 2023-12-06T15:07:43.759712+0000 mgr.y (mgr.25504) 320 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:45.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:44 smithi150 bash[70025]: audit 2023-12-06T15:07:44.235672+0000 mon.a (mon.0) 1174 : audit 0 from='client.? 172.21.15.116:0/3734709086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:45.419 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[34542]: debug 2023-12-06T15:07:44.922+0000 7f9f59147700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:07:45.419 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[34542]: debug 2023-12-06T15:07:44.922+0000 7f9f59147700 -1 osd.0 107 *** Got signal Terminated *** 2023-12-06T15:07:45.419 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:44 smithi116 bash[34542]: debug 2023-12-06T15:07:44.922+0000 7f9f59147700 -1 osd.0 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:07:46.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[80542]: audit 2023-12-06T15:07:44.616942+0000 mgr.y (mgr.25504) 321 : audit 0 from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:46.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[80542]: cluster 2023-12-06T15:07:44.660883+0000 mgr.y (mgr.25504) 322 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:46.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[80542]: cluster 2023-12-06T15:07:44.926439+0000 mon.a (mon.0) 1175 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:07:46.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[80542]: audit 2023-12-06T15:07:45.078967+0000 mon.a (mon.0) 1176 : audit 0 from='client.? 172.21.15.116:0/2840143957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:07:46.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[83021]: audit 2023-12-06T15:07:44.616942+0000 mgr.y (mgr.25504) 321 : audit 0 from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:46.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[83021]: cluster 2023-12-06T15:07:44.660883+0000 mgr.y (mgr.25504) 322 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:46.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[83021]: cluster 2023-12-06T15:07:44.926439+0000 mon.a (mon.0) 1175 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:07:46.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:45 smithi116 bash[83021]: audit 2023-12-06T15:07:45.078967+0000 mon.a (mon.0) 1176 : audit 0 from='client.? 172.21.15.116:0/2840143957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:07:46.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:45 smithi150 bash[70025]: audit 2023-12-06T15:07:44.616942+0000 mgr.y (mgr.25504) 321 : audit 0 from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:46.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:45 smithi150 bash[70025]: cluster 2023-12-06T15:07:44.660883+0000 mgr.y (mgr.25504) 322 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:07:46.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:45 smithi150 bash[70025]: cluster 2023-12-06T15:07:44.926439+0000 mon.a (mon.0) 1175 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:07:46.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:45 smithi150 bash[70025]: audit 2023-12-06T15:07:45.078967+0000 mon.a (mon.0) 1176 : audit 0 from='client.? 172.21.15.116:0/2840143957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:07:47.150 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[87165]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:07:47.150 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.735520+0000 mon.a (mon.0) 1177 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:07:47.150 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.749136+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.150 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.752951+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.150 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.753394+0000 mon.a (mon.0) 1178 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.754855+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.755491+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[80542]: cluster 2023-12-06T15:07:45.757481+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.735520+0000 mon.a (mon.0) 1177 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.749136+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.752951+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.753394+0000 mon.a (mon.0) 1178 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.754855+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.755491+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.151 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:46 smithi116 bash[83021]: cluster 2023-12-06T15:07:45.757481+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.735520+0000 mon.a (mon.0) 1177 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:07:47.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.749136+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.752951+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.753394+0000 mon.a (mon.0) 1178 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-06T15:07:47.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.754855+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.755491+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:46 smithi150 bash[70025]: cluster 2023-12-06T15:07:45.757481+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:07:47.419 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[87244]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:07:48.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.661552+0000 mgr.y (mgr.25504) 323 : cluster 0 pgmap v58: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:07:48.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.758193+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.759298+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.759326+0000 mon.a (mon.0) 1179 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.759608+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.759608+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.760453+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.761655+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.761658+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.761982+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[80542]: cluster 2023-12-06T15:07:46.762309+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.661552+0000 mgr.y (mgr.25504) 323 : cluster 0 pgmap v58: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.758193+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.759298+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.759326+0000 mon.a (mon.0) 1179 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T15:07:48.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.759608+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.759608+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.760453+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.761655+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.761658+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.761982+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:47 smithi116 bash[83021]: cluster 2023-12-06T15:07:46.762309+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.661552+0000 mgr.y (mgr.25504) 323 : cluster 0 pgmap v58: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.758193+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.759298+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.759326+0000 mon.a (mon.0) 1179 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.759608+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.759608+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.760453+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.761655+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.761658+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.761982+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:47 smithi150 bash[70025]: cluster 2023-12-06T15:07:46.762309+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:07:48.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:07:48 smithi150 bash[61850]: ts=2023-12-06T15:07:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:07:49.665 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:49 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-06T15:07:49.665 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:49 smithi116 systemd[1]: Stopped Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:07:49.665 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:49 smithi116 systemd[1]: Started Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:07:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[80542]: cluster 2023-12-06T15:07:48.662315+0000 mgr.y (mgr.25504) 324 : cluster 0 pgmap v60: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:07:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[80542]: audit 2023-12-06T15:07:49.706926+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[80542]: audit 2023-12-06T15:07:49.716580+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[80542]: audit 2023-12-06T15:07:49.759356+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:49.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[83021]: cluster 2023-12-06T15:07:48.662315+0000 mgr.y (mgr.25504) 324 : cluster 0 pgmap v60: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:07:49.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[83021]: audit 2023-12-06T15:07:49.706926+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:49.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[83021]: audit 2023-12-06T15:07:49.716580+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:49.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:49 smithi116 bash[83021]: audit 2023-12-06T15:07:49.759356+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:49 smithi150 bash[70025]: cluster 2023-12-06T15:07:48.662315+0000 mgr.y (mgr.25504) 324 : cluster 0 pgmap v60: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:07:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:49 smithi150 bash[70025]: audit 2023-12-06T15:07:49.706926+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:49 smithi150 bash[70025]: audit 2023-12-06T15:07:49.716580+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:50.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:49 smithi150 bash[70025]: audit 2023-12-06T15:07:49.759356+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.710814+0000 mgr.y (mgr.25504) 325 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:51.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.761310+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.777142+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: cephadm 2023-12-06T15:07:49.777872+0000 mgr.y (mgr.25504) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.859765+0000 mon.a (mon.0) 1185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.862995+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.867399+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.868710+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.878392+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: cephadm 2023-12-06T15:07:49.879445+0000 mgr.y (mgr.25504) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.958822+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.961339+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.964273+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.965461+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:49.974174+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: cephadm 2023-12-06T15:07:49.975053+0000 mgr.y (mgr.25504) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.054382+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.056919+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.164 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.059527+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.710814+0000 mgr.y (mgr.25504) 325 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.761310+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.777142+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: cephadm 2023-12-06T15:07:49.777872+0000 mgr.y (mgr.25504) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.859765+0000 mon.a (mon.0) 1185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.862995+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.867399+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.868710+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.878392+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: cephadm 2023-12-06T15:07:49.879445+0000 mgr.y (mgr.25504) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.958822+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.961339+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.964273+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.965461+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:49.974174+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: cephadm 2023-12-06T15:07:49.975053+0000 mgr.y (mgr.25504) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.054382+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.056919+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.059527+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.060337+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.069373+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.070214+0000 mgr.y (mgr.25504) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.166 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.152116+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.154327+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.156583+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.157597+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.164597+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.243474+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.245631+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.248392+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.249408+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.255294+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.331610+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.335926+0000 mon.a (mon.0) 1211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.338893+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.339889+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.347021+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.425893+0000 mon.a (mon.0) 1215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.167 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.428451+0000 mon.a (mon.0) 1216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.432175+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.433503+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.442505+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.520665+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.523066+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.525795+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.526630+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.534779+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.614291+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.616725+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.619545+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.620560+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.626510+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.705268+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.709251+0000 mon.a (mon.0) 1231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.712979+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.713799+0000 mon.a (mon.0) 1233 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[83021]: audit 2023-12-06T15:07:50.719559+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.060337+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.069373+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.070214+0000 mgr.y (mgr.25504) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.152116+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.154327+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.156583+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.157597+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.164597+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.243474+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.245631+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.248392+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.249408+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.255294+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.331610+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.335926+0000 mon.a (mon.0) 1211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.338893+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.339889+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.347021+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.425893+0000 mon.a (mon.0) 1215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.428451+0000 mon.a (mon.0) 1216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.432175+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.433503+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.442505+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.520665+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.523066+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.525795+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.526630+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.534779+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.614291+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.616725+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.619545+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.620560+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.626510+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.705268+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.709251+0000 mon.a (mon.0) 1231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.712979+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.713799+0000 mon.a (mon.0) 1233 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:50 smithi116 bash[80542]: audit 2023-12-06T15:07:50.719559+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.710814+0000 mgr.y (mgr.25504) 325 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.761310+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.777142+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: cephadm 2023-12-06T15:07:49.777872+0000 mgr.y (mgr.25504) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.859765+0000 mon.a (mon.0) 1185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.862995+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.867399+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.868710+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.878392+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: cephadm 2023-12-06T15:07:49.879445+0000 mgr.y (mgr.25504) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.958822+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.961339+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.964273+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.965461+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:49.974174+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: cephadm 2023-12-06T15:07:49.975053+0000 mgr.y (mgr.25504) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.054382+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.056919+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.059527+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.060337+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.069373+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.070214+0000 mgr.y (mgr.25504) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.152116+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.154327+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.156583+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.157597+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.164597+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.243474+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.245631+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.248392+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.249408+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.255294+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.331610+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.335926+0000 mon.a (mon.0) 1211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.338893+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.339889+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.347021+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.425893+0000 mon.a (mon.0) 1215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.428451+0000 mon.a (mon.0) 1216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.432175+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.433503+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.442505+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.520665+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.523066+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.525795+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.526630+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.534779+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.614291+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.616725+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.619545+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.620560+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.626510+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.705268+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.709251+0000 mon.a (mon.0) 1231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.712979+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.713799+0000 mon.a (mon.0) 1233 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:50 smithi150 bash[70025]: audit 2023-12-06T15:07:50.719559+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.165190+0000 mgr.y (mgr.25504) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.255769+0000 mgr.y (mgr.25504) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.347790+0000 mgr.y (mgr.25504) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.443247+0000 mgr.y (mgr.25504) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.535280+0000 mgr.y (mgr.25504) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.627030+0000 mgr.y (mgr.25504) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cluster 2023-12-06T15:07:50.663713+0000 mgr.y (mgr.25504) 336 : cluster 0 pgmap v61: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.720090+0000 mgr.y (mgr.25504) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.796536+0000 mon.a (mon.0) 1235 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.799341+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.801994+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.802986+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.810111+0000 mon.a (mon.0) 1239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.810677+0000 mgr.y (mgr.25504) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.888318+0000 mon.a (mon.0) 1240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.890618+0000 mon.a (mon.0) 1241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.893464+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.894396+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.901962+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:50.902794+0000 mgr.y (mgr.25504) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.165190+0000 mgr.y (mgr.25504) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.255769+0000 mgr.y (mgr.25504) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.347790+0000 mgr.y (mgr.25504) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.443247+0000 mgr.y (mgr.25504) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.535280+0000 mgr.y (mgr.25504) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.627030+0000 mgr.y (mgr.25504) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cluster 2023-12-06T15:07:50.663713+0000 mgr.y (mgr.25504) 336 : cluster 0 pgmap v61: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:51.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.720090+0000 mgr.y (mgr.25504) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.796536+0000 mon.a (mon.0) 1235 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.799341+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.801994+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.802986+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.810111+0000 mon.a (mon.0) 1239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.810677+0000 mgr.y (mgr.25504) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.888318+0000 mon.a (mon.0) 1240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.890618+0000 mon.a (mon.0) 1241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.893464+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.894396+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.901962+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:50.902794+0000 mgr.y (mgr.25504) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.983387+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.987594+0000 mon.a (mon.0) 1246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.992015+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:50.993061+0000 mon.a (mon.0) 1248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.001593+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.002464+0000 mgr.y (mgr.25504) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.085219+0000 mon.a (mon.0) 1250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.087611+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.090330+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.091211+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.098744+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.099414+0000 mgr.y (mgr.25504) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.176859+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.179065+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.181421+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.182270+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.188816+0000 mon.a (mon.0) 1259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.267652+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.270434+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.274277+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.275578+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.284327+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.365695+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.368719+0000 mon.a (mon.0) 1266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.372146+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.373447+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.383121+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.462518+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.465188+0000 mon.a (mon.0) 1271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.468527+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.469616+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.476510+0000 mon.a (mon.0) 1274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.521717+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.528694+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.536215+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.561286+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.564243+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.566804+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.568673+0000 mon.a (mon.0) 1281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: audit 2023-12-06T15:07:51.570973+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[83021]: cluster 2023-12-06T15:07:51.624614+0000 mon.a (mon.0) 1283 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.983387+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.987594+0000 mon.a (mon.0) 1246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.992015+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:50.993061+0000 mon.a (mon.0) 1248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.001593+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.002464+0000 mgr.y (mgr.25504) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.085219+0000 mon.a (mon.0) 1250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.087611+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.090330+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.091211+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.098744+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.099414+0000 mgr.y (mgr.25504) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.176859+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.179065+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.181421+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.182270+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.188816+0000 mon.a (mon.0) 1259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.267652+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.270434+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.274277+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.275578+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.284327+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.365695+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.368719+0000 mon.a (mon.0) 1266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.372146+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.373447+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.383121+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.462518+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.465188+0000 mon.a (mon.0) 1271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.468527+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.469616+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.476510+0000 mon.a (mon.0) 1274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.521717+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.528694+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.536215+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.561286+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.564243+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.566804+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.568673+0000 mon.a (mon.0) 1281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: audit 2023-12-06T15:07:51.570973+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:51.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:51 smithi116 bash[80542]: cluster 2023-12-06T15:07:51.624614+0000 mon.a (mon.0) 1283 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.165190+0000 mgr.y (mgr.25504) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.255769+0000 mgr.y (mgr.25504) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.347790+0000 mgr.y (mgr.25504) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.443247+0000 mgr.y (mgr.25504) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.535280+0000 mgr.y (mgr.25504) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.627030+0000 mgr.y (mgr.25504) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cluster 2023-12-06T15:07:50.663713+0000 mgr.y (mgr.25504) 336 : cluster 0 pgmap v61: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:52.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.720090+0000 mgr.y (mgr.25504) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.796536+0000 mon.a (mon.0) 1235 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.799341+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.801994+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.802986+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.810111+0000 mon.a (mon.0) 1239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.810677+0000 mgr.y (mgr.25504) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.888318+0000 mon.a (mon.0) 1240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.890618+0000 mon.a (mon.0) 1241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.893464+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.894396+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.901962+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:50.902794+0000 mgr.y (mgr.25504) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.983387+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.987594+0000 mon.a (mon.0) 1246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.992015+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:50.993061+0000 mon.a (mon.0) 1248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.001593+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.002464+0000 mgr.y (mgr.25504) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.085219+0000 mon.a (mon.0) 1250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.087611+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.090330+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.091211+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.098744+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.099414+0000 mgr.y (mgr.25504) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.176859+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.179065+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.181421+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.182270+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.188816+0000 mon.a (mon.0) 1259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.267652+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.270434+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.274277+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.275578+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.284327+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.365695+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.368719+0000 mon.a (mon.0) 1266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.372146+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.373447+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.383121+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.462518+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.465188+0000 mon.a (mon.0) 1271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.468527+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.469616+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.476510+0000 mon.a (mon.0) 1274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.521717+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.528694+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.536215+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.561286+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.564243+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.566804+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.568673+0000 mon.a (mon.0) 1281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: audit 2023-12-06T15:07:51.570973+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:52.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:51 smithi150 bash[70025]: cluster 2023-12-06T15:07:51.624614+0000 mon.a (mon.0) 1283 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:07:52.680 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:07:52] "GET /metrics HTTP/1.1" 200 38174 "" "Prometheus/2.33.4" 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T15:07:52.681 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[87413]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-06T15:07:53.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.189514+0000 mgr.y (mgr.25504) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.285474+0000 mgr.y (mgr.25504) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.383850+0000 mgr.y (mgr.25504) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.477239+0000 mgr.y (mgr.25504) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[80542]: audit 2023-12-06T15:07:51.571291+0000 mgr.y (mgr.25504) 346 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[80542]: cephadm 2023-12-06T15:07:51.573015+0000 mgr.y (mgr.25504) 347 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.189514+0000 mgr.y (mgr.25504) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.285474+0000 mgr.y (mgr.25504) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.383850+0000 mgr.y (mgr.25504) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.477239+0000 mgr.y (mgr.25504) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[83021]: audit 2023-12-06T15:07:51.571291+0000 mgr.y (mgr.25504) 346 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:53.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:52 smithi116 bash[83021]: cephadm 2023-12-06T15:07:51.573015+0000 mgr.y (mgr.25504) 347 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:07:53.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:52 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.189514+0000 mgr.y (mgr.25504) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:52 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.285474+0000 mgr.y (mgr.25504) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:52 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.383850+0000 mgr.y (mgr.25504) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:52 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.477239+0000 mgr.y (mgr.25504) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:07:53.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:52 smithi150 bash[70025]: audit 2023-12-06T15:07:51.571291+0000 mgr.y (mgr.25504) 346 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:07:53.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:52 smithi150 bash[70025]: cephadm 2023-12-06T15:07:51.573015+0000 mgr.y (mgr.25504) 347 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:07:54.105 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:53 smithi116 bash[80542]: cluster 2023-12-06T15:07:52.664626+0000 mgr.y (mgr.25504) 348 : cluster 0 pgmap v62: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-06T15:07:54.106 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:53 smithi116 bash[83021]: cluster 2023-12-06T15:07:52.664626+0000 mgr.y (mgr.25504) 348 : cluster 0 pgmap v62: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-06T15:07:54.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:53 smithi150 bash[70025]: cluster 2023-12-06T15:07:52.664626+0000 mgr.y (mgr.25504) 348 : cluster 0 pgmap v62: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-06T15:07:55.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:55 smithi116 bash[80542]: cluster 2023-12-06T15:07:54.666546+0000 mgr.y (mgr.25504) 349 : cluster 0 pgmap v63: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 459 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:55.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:55 smithi116 bash[83021]: cluster 2023-12-06T15:07:54.666546+0000 mgr.y (mgr.25504) 349 : cluster 0 pgmap v63: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 459 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:55 smithi150 bash[70025]: cluster 2023-12-06T15:07:54.666546+0000 mgr.y (mgr.25504) 349 : cluster 0 pgmap v63: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 459 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:57.397 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[87872]: debug 2023-12-06T15:07:57.186+0000 7f4d0ea30700 1 -- 172.21.15.116:0/3606422654 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5623dc6c71e0 con 0x5623dc74d000 2023-12-06T15:07:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:57 smithi150 bash[70025]: cluster 2023-12-06T15:07:56.667574+0000 mgr.y (mgr.25504) 350 : cluster 0 pgmap v64: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:57 smithi150 bash[70025]: audit 2023-12-06T15:07:57.204135+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:07:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:57 smithi150 bash[70025]: audit 2023-12-06T15:07:57.205242+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:58.169 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[87872]: debug 2023-12-06T15:07:57.758+0000 7f4d17bb6640 -1 Falling back to public interface 2023-12-06T15:07:58.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[80542]: cluster 2023-12-06T15:07:56.667574+0000 mgr.y (mgr.25504) 350 : cluster 0 pgmap v64: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:58.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[80542]: audit 2023-12-06T15:07:57.204135+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:07:58.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[80542]: audit 2023-12-06T15:07:57.205242+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:58.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[83021]: cluster 2023-12-06T15:07:56.667574+0000 mgr.y (mgr.25504) 350 : cluster 0 pgmap v64: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:58.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[83021]: audit 2023-12-06T15:07:57.204135+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:07:58.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:57 smithi116 bash[83021]: audit 2023-12-06T15:07:57.205242+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:58 smithi150 bash[70025]: cephadm 2023-12-06T15:07:57.202040+0000 mgr.y (mgr.25504) 351 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:07:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:58 smithi150 bash[70025]: cephadm 2023-12-06T15:07:57.209012+0000 mgr.y (mgr.25504) 352 : cephadm 1 Deploying daemon osd.0 on smithi116 2023-12-06T15:07:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:58 smithi150 bash[70025]: audit 2023-12-06T15:07:58.717534+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:58 smithi150 bash[70025]: audit 2023-12-06T15:07:58.722955+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:58.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:07:58 smithi150 bash[61850]: ts=2023-12-06T15:07: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.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:07:59.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[80542]: cephadm 2023-12-06T15:07:57.202040+0000 mgr.y (mgr.25504) 351 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:07:59.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[80542]: cephadm 2023-12-06T15:07:57.209012+0000 mgr.y (mgr.25504) 352 : cephadm 1 Deploying daemon osd.0 on smithi116 2023-12-06T15:07:59.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[80542]: audit 2023-12-06T15:07:58.717534+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:59.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[80542]: audit 2023-12-06T15:07:58.722955+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:59.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[83021]: cephadm 2023-12-06T15:07:57.202040+0000 mgr.y (mgr.25504) 351 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:07:59.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[83021]: cephadm 2023-12-06T15:07:57.209012+0000 mgr.y (mgr.25504) 352 : cephadm 1 Deploying daemon osd.0 on smithi116 2023-12-06T15:07:59.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[83021]: audit 2023-12-06T15:07:58.717534+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:07:59.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:58 smithi116 bash[83021]: audit 2023-12-06T15:07:58.722955+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:59.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:07:59 smithi116 bash[80542]: cluster 2023-12-06T15:07:58.668574+0000 mgr.y (mgr.25504) 353 : cluster 0 pgmap v65: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 343 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:07:59.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:07:59 smithi116 bash[83021]: cluster 2023-12-06T15:07:58.668574+0000 mgr.y (mgr.25504) 353 : cluster 0 pgmap v65: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 343 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:00.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:07:59 smithi150 bash[70025]: cluster 2023-12-06T15:07:58.668574+0000 mgr.y (mgr.25504) 353 : cluster 0 pgmap v65: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 343 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:01.143 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:00 smithi116 bash[80542]: audit 2023-12-06T15:07:59.714435+0000 mgr.y (mgr.25504) 354 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:01.143 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:00 smithi116 bash[83021]: audit 2023-12-06T15:07:59.714435+0000 mgr.y (mgr.25504) 354 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:01.143 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:00 smithi116 bash[87872]: debug 2023-12-06T15:08:00.826+0000 7f4d17bb6640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-06T15:08:01.143 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:00 smithi116 bash[87872]: debug 2023-12-06T15:08:00.870+0000 7f4d17bb6640 -1 osd.0 107 log_to_monitors true 2023-12-06T15:08:01.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:00 smithi150 bash[70025]: audit 2023-12-06T15:07:59.714435+0000 mgr.y (mgr.25504) 354 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:01.852 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[80542]: cluster 2023-12-06T15:08:00.670627+0000 mgr.y (mgr.25504) 355 : cluster 0 pgmap v66: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:01.852 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[80542]: audit 2023-12-06T15:08:00.878126+0000 mon.c (mon.1) 4 : audit 1 from='osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:01.852 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[80542]: audit 2023-12-06T15:08:00.878625+0000 mon.a (mon.0) 1288 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:01.852 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[87872]: debug 2023-12-06T15:08:01.846+0000 7f4d06822700 -1 osd.0 107 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:08:01.853 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[83021]: cluster 2023-12-06T15:08:00.670627+0000 mgr.y (mgr.25504) 355 : cluster 0 pgmap v66: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:01.853 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[83021]: audit 2023-12-06T15:08:00.878126+0000 mon.c (mon.1) 4 : audit 1 from='osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:01.853 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:01 smithi116 bash[83021]: audit 2023-12-06T15:08:00.878625+0000 mon.a (mon.0) 1288 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:02.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:01 smithi150 bash[70025]: cluster 2023-12-06T15:08:00.670627+0000 mgr.y (mgr.25504) 355 : cluster 0 pgmap v66: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:02.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:01 smithi150 bash[70025]: audit 2023-12-06T15:08:00.878126+0000 mon.c (mon.1) 4 : audit 1 from='osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:02.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:01 smithi150 bash[70025]: audit 2023-12-06T15:08:00.878625+0000 mon.a (mon.0) 1288 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:02.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:08:02] "GET /metrics HTTP/1.1" 200 38297 "" "Prometheus/2.33.4" 2023-12-06T15:08:03.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: audit 2023-12-06T15:08:01.750092+0000 mon.a (mon.0) 1289 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:08:03.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: cluster 2023-12-06T15:08:01.752192+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: cluster 2023-12-06T15:08:01.754681+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: cluster 2023-12-06T15:08:01.757225+0000 mon.a (mon.0) 1290 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: audit 2023-12-06T15:08:01.759671+0000 mon.c (mon.1) 5 : audit 1 from='osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: audit 2023-12-06T15:08:01.769438+0000 mon.a (mon.0) 1291 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: audit 2023-12-06T15:08:01.840650+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: audit 2023-12-06T15:08:01.847364+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: audit 2023-12-06T15:08:01.856367+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.405001+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.405009+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: audit 2023-12-06T15:08:01.750092+0000 mon.a (mon.0) 1289 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: cluster 2023-12-06T15:08:01.752192+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: cluster 2023-12-06T15:08:01.754681+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: cluster 2023-12-06T15:08:01.757225+0000 mon.a (mon.0) 1290 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: audit 2023-12-06T15:08:01.759671+0000 mon.c (mon.1) 5 : audit 1 from='osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: audit 2023-12-06T15:08:01.769438+0000 mon.a (mon.0) 1291 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: audit 2023-12-06T15:08:01.840650+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: audit 2023-12-06T15:08:01.847364+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: audit 2023-12-06T15:08:01.856367+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.405001+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:02 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.405009+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: audit 2023-12-06T15:08:01.750092+0000 mon.a (mon.0) 1289 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:08:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: cluster 2023-12-06T15:08:01.752192+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: cluster 2023-12-06T15:08:01.754681+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: cluster 2023-12-06T15:08:01.757225+0000 mon.a (mon.0) 1290 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: audit 2023-12-06T15:08:01.759671+0000 mon.c (mon.1) 5 : audit 1 from='osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: audit 2023-12-06T15:08:01.769438+0000 mon.a (mon.0) 1291 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: audit 2023-12-06T15:08:01.840650+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: audit 2023-12-06T15:08:01.847364+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: audit 2023-12-06T15:08:01.856367+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.405001+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:03.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:02 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.405009+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.404914+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.671801+0000 mgr.y (mgr.25504) 356 : cluster 0 pgmap v68: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.854390+0000 mon.a (mon.0) 1295 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.859416+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.861912+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.864964+0000 mon.a (mon.0) 1296 : cluster 1 osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423] boot 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.865099+0000 mon.a (mon.0) 1297 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2023-12-06T15:08:04.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: audit 2023-12-06T15:08:02.865972+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.866076+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[83021]: cluster 2023-12-06T15:08:02.867244+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.404914+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.671801+0000 mgr.y (mgr.25504) 356 : cluster 0 pgmap v68: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.854390+0000 mon.a (mon.0) 1295 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.859416+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.861912+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.864964+0000 mon.a (mon.0) 1296 : cluster 1 osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423] boot 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.865099+0000 mon.a (mon.0) 1297 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: audit 2023-12-06T15:08:02.865972+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.866076+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:03 smithi116 bash[80542]: cluster 2023-12-06T15:08:02.867244+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.404914+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:08:04.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.671801+0000 mgr.y (mgr.25504) 356 : cluster 0 pgmap v68: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:04.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.854390+0000 mon.a (mon.0) 1295 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:04.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.859416+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.861912+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.864964+0000 mon.a (mon.0) 1296 : cluster 1 osd.0 [v2:172.21.15.116:6802/2486570423,v1:172.21.15.116:6803/2486570423] boot 2023-12-06T15:08:04.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.865099+0000 mon.a (mon.0) 1297 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2023-12-06T15:08:04.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: audit 2023-12-06T15:08:02.865972+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:08:04.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.866076+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:04.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:03 smithi150 bash[70025]: cluster 2023-12-06T15:08:02.867244+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.872138+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.873966+0000 mon.a (mon.0) 1299 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.874643+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.874681+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.875708+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.876156+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.876236+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.876259+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.876296+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.878766+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.878892+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[80542]: cluster 2023-12-06T15:08:03.880653+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.872138+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.873966+0000 mon.a (mon.0) 1299 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.874643+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.874681+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.875708+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.876156+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.876236+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.876259+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.876296+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.878766+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.878892+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:04 smithi116 bash[83021]: cluster 2023-12-06T15:08:03.880653+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.872138+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.873966+0000 mon.a (mon.0) 1299 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.874643+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.874681+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.875708+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.876156+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.876236+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.876259+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.876296+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.878766+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.878892+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:04 smithi150 bash[70025]: cluster 2023-12-06T15:08:03.880653+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:08:05.551 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:05 smithi116 systemd[1]: Stopping Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:05.878 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[87872]: debug 2023-12-06T15:08:05.542+0000 7f4d0e22f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:08:05.878 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[87872]: debug 2023-12-06T15:08:05.542+0000 7f4d0e22f700 -1 osd.0 112 *** Got signal Terminated *** 2023-12-06T15:08:05.878 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[87872]: debug 2023-12-06T15:08:05.542+0000 7f4d0e22f700 -1 osd.0 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:06.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[80542]: cluster 2023-12-06T15:08:04.673471+0000 mgr.y (mgr.25504) 357 : cluster 0 pgmap v71: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:06.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[80542]: audit 2023-12-06T15:08:05.388677+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[80542]: audit 2023-12-06T15:08:05.397889+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[80542]: audit 2023-12-06T15:08:05.404847+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[80542]: cluster 2023-12-06T15:08:05.424882+0000 mon.a (mon.0) 1303 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:06.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[80542]: cluster 2023-12-06T15:08:05.548608+0000 mon.a (mon.0) 1304 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:08:06.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[83021]: cluster 2023-12-06T15:08:04.673471+0000 mgr.y (mgr.25504) 357 : cluster 0 pgmap v71: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:06.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[83021]: audit 2023-12-06T15:08:05.388677+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[83021]: audit 2023-12-06T15:08:05.397889+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[83021]: audit 2023-12-06T15:08:05.404847+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[83021]: cluster 2023-12-06T15:08:05.424882+0000 mon.a (mon.0) 1303 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:06.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:05 smithi116 bash[83021]: cluster 2023-12-06T15:08:05.548608+0000 mon.a (mon.0) 1304 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:08:06.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:05 smithi150 bash[70025]: cluster 2023-12-06T15:08:04.673471+0000 mgr.y (mgr.25504) 357 : cluster 0 pgmap v71: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:06.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:05 smithi150 bash[70025]: audit 2023-12-06T15:08:05.388677+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:05 smithi150 bash[70025]: audit 2023-12-06T15:08:05.397889+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:05 smithi150 bash[70025]: audit 2023-12-06T15:08:05.404847+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:06.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:05 smithi150 bash[70025]: cluster 2023-12-06T15:08:05.424882+0000 mon.a (mon.0) 1303 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:06.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:05 smithi150 bash[70025]: cluster 2023-12-06T15:08:05.548608+0000 mon.a (mon.0) 1304 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:08:07.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:06 smithi116 bash[80542]: cluster 2023-12-06T15:08:06.428115+0000 mon.a (mon.0) 1305 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:08:07.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:06 smithi116 bash[80542]: cluster 2023-12-06T15:08:06.440059+0000 mon.a (mon.0) 1306 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-06T15:08:07.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:06 smithi116 bash[83021]: cluster 2023-12-06T15:08:06.428115+0000 mon.a (mon.0) 1305 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:08:07.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:06 smithi116 bash[83021]: cluster 2023-12-06T15:08:06.440059+0000 mon.a (mon.0) 1306 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-06T15:08:07.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:06 smithi150 bash[70025]: cluster 2023-12-06T15:08:06.428115+0000 mon.a (mon.0) 1305 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:08:07.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:06 smithi150 bash[70025]: cluster 2023-12-06T15:08:06.440059+0000 mon.a (mon.0) 1306 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:06.436507+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:06.437481+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:06.674362+0000 mgr.y (mgr.25504) 358 : cluster 0 pgmap v73: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.442623+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.445470+0000 mon.a (mon.0) 1307 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.445731+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.447413+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.447507+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:06.436507+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:06.437481+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:06.674362+0000 mgr.y (mgr.25504) 358 : cluster 0 pgmap v73: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.442623+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.445470+0000 mon.a (mon.0) 1307 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.445731+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.447413+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.447507+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:07.920 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[89390]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:08:07.920 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:07 smithi116 bash[89468]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:08:08.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:06.436507+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:06.437481+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:06.674362+0000 mgr.y (mgr.25504) 358 : cluster 0 pgmap v73: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.442623+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.445470+0000 mon.a (mon.0) 1307 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.445731+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.447413+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:07 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.447507+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:08 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.443021+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:08 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.445919+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:08 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.446384+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:08 smithi150 bash[70025]: cluster 2023-12-06T15:08:07.447675+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:08.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:08:08 smithi150 bash[61850]: ts=2023-12-06T15:08:08.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-06T15:08:08.943 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:08:08 smithi150 bash[61850]: ts=2023-12-06T15:08:08.665Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"smithi116:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.116\", device_class=\"ssd\", hostname=\"smithi116\", instance=\"172.21.15.150:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.116\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.443021+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.445919+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.446384+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[80542]: cluster 2023-12-06T15:08:07.447675+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.443021+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.445919+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.446384+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:09.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:08 smithi116 bash[83021]: cluster 2023-12-06T15:08:07.447675+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:08:10.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:09 smithi116 bash[80542]: cluster 2023-12-06T15:08:08.675286+0000 mgr.y (mgr.25504) 359 : cluster 0 pgmap v75: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 880 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:10.072 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:09 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-06T15:08:10.072 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:09 smithi116 systemd[1]: Stopped Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:08:10.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:09 smithi116 bash[83021]: cluster 2023-12-06T15:08:08.675286+0000 mgr.y (mgr.25504) 359 : cluster 0 pgmap v75: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 880 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:10.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:09 smithi150 bash[70025]: cluster 2023-12-06T15:08:08.675286+0000 mgr.y (mgr.25504) 359 : cluster 0 pgmap v75: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 880 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-06T15:08:10.335 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:10 smithi116 systemd[1]: Started Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:08:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:09.725444+0000 mgr.y (mgr.25504) 360 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.229469+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.238318+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.260687+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.262136+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.270087+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.347730+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.350690+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.354892+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.356075+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.364027+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.445140+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.449498+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.452534+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.453476+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.460806+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.545326+0000 mon.a (mon.0) 1323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.547617+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.550668+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.551832+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.558162+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.638495+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.641271+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.644327+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.645737+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.653526+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.736080+0000 mon.a (mon.0) 1333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.739037+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.741597+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.742553+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.748701+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.832726+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.835025+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.837606+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.838685+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[80542]: audit 2023-12-06T15:08:10.847080+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:09.725444+0000 mgr.y (mgr.25504) 360 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.229469+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.238318+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.260687+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.262136+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.270087+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.347730+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.350690+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.354892+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.356075+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.364027+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.445140+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.449498+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.452534+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.453476+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.460806+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.545326+0000 mon.a (mon.0) 1323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.547617+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.550668+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.551832+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.558162+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.638495+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.641271+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.644327+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.645737+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.653526+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.736080+0000 mon.a (mon.0) 1333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.739037+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.741597+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.742553+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.748701+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.832726+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.835025+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.837606+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.838685+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:10 smithi116 bash[83021]: audit 2023-12-06T15:08:10.847080+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:09.725444+0000 mgr.y (mgr.25504) 360 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.229469+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.238318+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.260687+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.262136+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.270087+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.347730+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.350690+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.354892+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.356075+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.364027+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.445140+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.449498+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.452534+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.453476+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.460806+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.545326+0000 mon.a (mon.0) 1323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.547617+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.550668+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.551832+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.558162+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.638495+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.641271+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.644327+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.645737+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.653526+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.736080+0000 mon.a (mon.0) 1333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.739037+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.741597+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.742553+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.748701+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.832726+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.835025+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.837606+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.838685+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:10 smithi150 bash[70025]: audit 2023-12-06T15:08:10.847080+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.270724+0000 mgr.y (mgr.25504) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.364769+0000 mgr.y (mgr.25504) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.461566+0000 mgr.y (mgr.25504) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.558694+0000 mgr.y (mgr.25504) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.654220+0000 mgr.y (mgr.25504) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cluster 2023-12-06T15:08:10.676404+0000 mgr.y (mgr.25504) 366 : cluster 0 pgmap v76: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.749214+0000 mgr.y (mgr.25504) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.847863+0000 mgr.y (mgr.25504) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:10.922522+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:10.925056+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:10.928866+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:10.930079+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:10.937804+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:10.938842+0000 mgr.y (mgr.25504) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.021067+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.023748+0000 mon.a (mon.0) 1349 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.026802+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.028042+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.035197+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.035817+0000 mgr.y (mgr.25504) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.270724+0000 mgr.y (mgr.25504) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.364769+0000 mgr.y (mgr.25504) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.461566+0000 mgr.y (mgr.25504) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.558694+0000 mgr.y (mgr.25504) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.654220+0000 mgr.y (mgr.25504) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cluster 2023-12-06T15:08:10.676404+0000 mgr.y (mgr.25504) 366 : cluster 0 pgmap v76: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.749214+0000 mgr.y (mgr.25504) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.847863+0000 mgr.y (mgr.25504) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:10.922522+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:10.925056+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:10.928866+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:10.930079+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:10.937804+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:10.938842+0000 mgr.y (mgr.25504) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.021067+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.023748+0000 mon.a (mon.0) 1349 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.026802+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.028042+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.035197+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.035817+0000 mgr.y (mgr.25504) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.114006+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.118580+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.121775+0000 mon.a (mon.0) 1355 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.122904+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.130310+0000 mon.a (mon.0) 1357 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.214210+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.217267+0000 mon.a (mon.0) 1359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.219720+0000 mon.a (mon.0) 1360 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.220508+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.225856+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.308753+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.310938+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.313511+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.314365+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.322025+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.404007+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.406473+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.410116+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.411382+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.420687+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.501144+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.503700+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.506608+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.507597+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.515798+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.597998+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.600389+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.603653+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.604449+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.612305+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: cluster 2023-12-06T15:08:11.650782+0000 mon.a (mon.0) 1383 : cluster 3 Health check update: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.697195+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.700561+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.702700+0000 mon.a (mon.0) 1386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.703440+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.712917+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.794192+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.797030+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.800017+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.114006+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.118580+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.121775+0000 mon.a (mon.0) 1355 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.122904+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.130310+0000 mon.a (mon.0) 1357 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.214210+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.217267+0000 mon.a (mon.0) 1359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.219720+0000 mon.a (mon.0) 1360 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.220508+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.225856+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.308753+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.310938+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.313511+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.314365+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.322025+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.404007+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.406473+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.410116+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.411382+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.420687+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.801242+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.811847+0000 mon.a (mon.0) 1393 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.890336+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.893021+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.897010+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[83021]: audit 2023-12-06T15:08:11.898185+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.501144+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.503700+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.506608+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.507597+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.515798+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.597998+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.600389+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.603653+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.604449+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.612305+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: cluster 2023-12-06T15:08:11.650782+0000 mon.a (mon.0) 1383 : cluster 3 Health check update: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.697195+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.700561+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.702700+0000 mon.a (mon.0) 1386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.703440+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.712917+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.794192+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.797030+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.800017+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.801242+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.811847+0000 mon.a (mon.0) 1393 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.890336+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.893021+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.897010+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:11 smithi116 bash[80542]: audit 2023-12-06T15:08:11.898185+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.270724+0000 mgr.y (mgr.25504) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.364769+0000 mgr.y (mgr.25504) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.461566+0000 mgr.y (mgr.25504) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.558694+0000 mgr.y (mgr.25504) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.654220+0000 mgr.y (mgr.25504) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cluster 2023-12-06T15:08:10.676404+0000 mgr.y (mgr.25504) 366 : cluster 0 pgmap v76: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.749214+0000 mgr.y (mgr.25504) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.847863+0000 mgr.y (mgr.25504) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:10.922522+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:10.925056+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:10.928866+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:10.930079+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:10.937804+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:10.938842+0000 mgr.y (mgr.25504) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.021067+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.023748+0000 mon.a (mon.0) 1349 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.026802+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.028042+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.035197+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.035817+0000 mgr.y (mgr.25504) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.114006+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.118580+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.121775+0000 mon.a (mon.0) 1355 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.122904+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.130310+0000 mon.a (mon.0) 1357 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.214210+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.217267+0000 mon.a (mon.0) 1359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.219720+0000 mon.a (mon.0) 1360 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.220508+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.225856+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.308753+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.310938+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.313511+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.314365+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.322025+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.404007+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.406473+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.410116+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.411382+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.420687+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.501144+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.503700+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.506608+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.507597+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.515798+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.597998+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.600389+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.603653+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.604449+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.612305+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: cluster 2023-12-06T15:08:11.650782+0000 mon.a (mon.0) 1383 : cluster 3 Health check update: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.697195+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.700561+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.702700+0000 mon.a (mon.0) 1386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.703440+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.712917+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.794192+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.797030+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.800017+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.801242+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.811847+0000 mon.a (mon.0) 1393 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.890336+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.893021+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.897010+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:11 smithi150 bash[70025]: audit 2023-12-06T15:08:11.898185+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:08:12] "GET /metrics HTTP/1.1" 200 38297 "" "Prometheus/2.33.4" 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T15:08:12.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[89717]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.130946+0000 mgr.y (mgr.25504) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.226469+0000 mgr.y (mgr.25504) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.322649+0000 mgr.y (mgr.25504) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.421470+0000 mgr.y (mgr.25504) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.516495+0000 mgr.y (mgr.25504) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.612905+0000 mgr.y (mgr.25504) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.713456+0000 mgr.y (mgr.25504) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.812670+0000 mgr.y (mgr.25504) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:11.908086+0000 mon.a (mon.0) 1398 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.908615+0000 mgr.y (mgr.25504) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:11.974293+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:11.977498+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:11.980114+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:11.981109+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:11.990057+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:11.990755+0000 mgr.y (mgr.25504) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.072414+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.077788+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.081345+0000 mon.a (mon.0) 1406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.082253+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.090128+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.090878+0000 mgr.y (mgr.25504) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.170274+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.172766+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.174948+0000 mon.a (mon.0) 1411 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.175816+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.183292+0000 mon.a (mon.0) 1413 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.262870+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.265415+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.268332+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.269398+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.277018+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.355892+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.358336+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.360908+0000 mon.a (mon.0) 1421 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.363317+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.369832+0000 mon.a (mon.0) 1423 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.448206+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.450085+0000 mon.a (mon.0) 1425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.452934+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.453694+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.459564+0000 mon.a (mon.0) 1428 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.538205+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.540863+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.543750+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.544957+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.552906+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.635703+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.638652+0000 mon.a (mon.0) 1435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.641506+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.642768+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.650697+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.733556+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.735888+0000 mon.a (mon.0) 1440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.738752+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.739818+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.747310+0000 mon.a (mon.0) 1443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.828254+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.831262+0000 mon.a (mon.0) 1445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.835504+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.836851+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:12 smithi150 bash[70025]: audit 2023-12-06T15:08:12.845110+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.345 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.130946+0000 mgr.y (mgr.25504) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.345 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.226469+0000 mgr.y (mgr.25504) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.345 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.322649+0000 mgr.y (mgr.25504) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.345 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.421470+0000 mgr.y (mgr.25504) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.516495+0000 mgr.y (mgr.25504) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.612905+0000 mgr.y (mgr.25504) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.713456+0000 mgr.y (mgr.25504) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.812670+0000 mgr.y (mgr.25504) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:11.908086+0000 mon.a (mon.0) 1398 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.908615+0000 mgr.y (mgr.25504) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:11.974293+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:11.977498+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:11.980114+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:11.981109+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:11.990057+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:11.990755+0000 mgr.y (mgr.25504) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.072414+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.346 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.077788+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.081345+0000 mon.a (mon.0) 1406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.082253+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.090128+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.090878+0000 mgr.y (mgr.25504) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.170274+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.172766+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.174948+0000 mon.a (mon.0) 1411 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.175816+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.183292+0000 mon.a (mon.0) 1413 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.262870+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.265415+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.268332+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.269398+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.277018+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.347 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.355892+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.358336+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.360908+0000 mon.a (mon.0) 1421 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.363317+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.369832+0000 mon.a (mon.0) 1423 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.448206+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.450085+0000 mon.a (mon.0) 1425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.452934+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.453694+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.459564+0000 mon.a (mon.0) 1428 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.538205+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.540863+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.543750+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.544957+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.552906+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.348 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.635703+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.638652+0000 mon.a (mon.0) 1435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.641506+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.642768+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.650697+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.733556+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.735888+0000 mon.a (mon.0) 1440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.738752+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.739818+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.747310+0000 mon.a (mon.0) 1443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.828254+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.831262+0000 mon.a (mon.0) 1445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.835504+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.836851+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.349 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[80542]: audit 2023-12-06T15:08:12.845110+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.130946+0000 mgr.y (mgr.25504) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.226469+0000 mgr.y (mgr.25504) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.322649+0000 mgr.y (mgr.25504) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.421470+0000 mgr.y (mgr.25504) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.516495+0000 mgr.y (mgr.25504) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.612905+0000 mgr.y (mgr.25504) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.713456+0000 mgr.y (mgr.25504) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.812670+0000 mgr.y (mgr.25504) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:11.908086+0000 mon.a (mon.0) 1398 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.350 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.908615+0000 mgr.y (mgr.25504) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:11.974293+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:11.977498+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:11.980114+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:11.981109+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:11.990057+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:11.990755+0000 mgr.y (mgr.25504) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.072414+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.077788+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.081345+0000 mon.a (mon.0) 1406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.082253+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.090128+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.090878+0000 mgr.y (mgr.25504) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.170274+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.172766+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.174948+0000 mon.a (mon.0) 1411 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.175816+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.183292+0000 mon.a (mon.0) 1413 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.262870+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.265415+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.268332+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.269398+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.277018+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.355892+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.358336+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.360908+0000 mon.a (mon.0) 1421 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.363317+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.369832+0000 mon.a (mon.0) 1423 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.448206+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.450085+0000 mon.a (mon.0) 1425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.452934+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.453694+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.459564+0000 mon.a (mon.0) 1428 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.538205+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.540863+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.543750+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.544957+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.552906+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.635703+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.638652+0000 mon.a (mon.0) 1435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.641506+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.642768+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.650697+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.733556+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.735888+0000 mon.a (mon.0) 1440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.738752+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.739818+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.747310+0000 mon.a (mon.0) 1443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.828254+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.831262+0000 mon.a (mon.0) 1445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.835504+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.836851+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:13.354 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:12 smithi116 bash[83021]: audit 2023-12-06T15:08:12.845110+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.184082+0000 mgr.y (mgr.25504) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.277715+0000 mgr.y (mgr.25504) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.370387+0000 mgr.y (mgr.25504) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.460128+0000 mgr.y (mgr.25504) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.553668+0000 mgr.y (mgr.25504) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.651686+0000 mgr.y (mgr.25504) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cluster 2023-12-06T15:08:12.677028+0000 mgr.y (mgr.25504) 388 : cluster 0 pgmap v77: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.748029+0000 mgr.y (mgr.25504) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.845884+0000 mgr.y (mgr.25504) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:12.926227+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:12.930687+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:12.932808+0000 mon.a (mon.0) 1451 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:12.933587+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:12.941304+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:12.941849+0000 mgr.y (mgr.25504) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.020163+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.023008+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.026301+0000 mon.a (mon.0) 1456 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.027484+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.036820+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.037498+0000 mgr.y (mgr.25504) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.115743+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.118806+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.125265+0000 mon.a (mon.0) 1461 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.126578+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.133139+0000 mon.a (mon.0) 1463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.209230+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.213037+0000 mon.a (mon.0) 1465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.216272+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.217504+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.224712+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.302418+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.305347+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.308824+0000 mon.a (mon.0) 1471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.309742+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.315874+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.391838+0000 mon.a (mon.0) 1474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.393911+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.397474+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.398949+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.407505+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.488961+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.491211+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.493953+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.495075+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.503482+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.581192+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.586013+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.589021+0000 mon.a (mon.0) 1486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.590015+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.596368+0000 mon.a (mon.0) 1488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.674671+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.678019+0000 mon.a (mon.0) 1490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.681038+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.682026+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.689409+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.711638+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.786121+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.788737+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.792027+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.793373+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.802728+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.884363+0000 mon.a (mon.0) 1500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.887124+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.889992+0000 mon.a (mon.0) 1502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.891219+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:13 smithi150 bash[70025]: audit 2023-12-06T15:08:13.900369+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.184082+0000 mgr.y (mgr.25504) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.277715+0000 mgr.y (mgr.25504) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.370387+0000 mgr.y (mgr.25504) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.460128+0000 mgr.y (mgr.25504) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.553668+0000 mgr.y (mgr.25504) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.651686+0000 mgr.y (mgr.25504) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cluster 2023-12-06T15:08:12.677028+0000 mgr.y (mgr.25504) 388 : cluster 0 pgmap v77: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.748029+0000 mgr.y (mgr.25504) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.845884+0000 mgr.y (mgr.25504) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:12.926227+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:12.930687+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:12.932808+0000 mon.a (mon.0) 1451 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:12.933587+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:12.941304+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:12.941849+0000 mgr.y (mgr.25504) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.020163+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.023008+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.026301+0000 mon.a (mon.0) 1456 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.027484+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.036820+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.184082+0000 mgr.y (mgr.25504) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.277715+0000 mgr.y (mgr.25504) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.370387+0000 mgr.y (mgr.25504) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.460128+0000 mgr.y (mgr.25504) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.553668+0000 mgr.y (mgr.25504) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.651686+0000 mgr.y (mgr.25504) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cluster 2023-12-06T15:08:12.677028+0000 mgr.y (mgr.25504) 388 : cluster 0 pgmap v77: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.748029+0000 mgr.y (mgr.25504) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.845884+0000 mgr.y (mgr.25504) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:12.926227+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:12.930687+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:12.932808+0000 mon.a (mon.0) 1451 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:12.933587+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:12.941304+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:12.941849+0000 mgr.y (mgr.25504) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.020163+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.023008+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.026301+0000 mon.a (mon.0) 1456 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.027484+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.036820+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.037498+0000 mgr.y (mgr.25504) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.115743+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.118806+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.125265+0000 mon.a (mon.0) 1461 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.126578+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.133139+0000 mon.a (mon.0) 1463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.209230+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.213037+0000 mon.a (mon.0) 1465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.216272+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.217504+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.224712+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.302418+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.305347+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.308824+0000 mon.a (mon.0) 1471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.309742+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.315874+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.391838+0000 mon.a (mon.0) 1474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.393911+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.397474+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.398949+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.407505+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.488961+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.491211+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.493953+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.495075+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.503482+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.581192+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.586013+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.589021+0000 mon.a (mon.0) 1486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.590015+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.596368+0000 mon.a (mon.0) 1488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.674671+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.678019+0000 mon.a (mon.0) 1490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.681038+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.682026+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.689409+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.711638+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.786121+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.788737+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.037498+0000 mgr.y (mgr.25504) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.115743+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.118806+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.125265+0000 mon.a (mon.0) 1461 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.126578+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.133139+0000 mon.a (mon.0) 1463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.209230+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.213037+0000 mon.a (mon.0) 1465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.216272+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.217504+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.224712+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.302418+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.305347+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.308824+0000 mon.a (mon.0) 1471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.309742+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.315874+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.391838+0000 mon.a (mon.0) 1474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.393911+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.397474+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.792027+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.793373+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.802728+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.884363+0000 mon.a (mon.0) 1500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.887124+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.889992+0000 mon.a (mon.0) 1502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.891219+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[80542]: audit 2023-12-06T15:08:13.900369+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.398949+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.407505+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.488961+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.491211+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.493953+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.495075+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.503482+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.581192+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.586013+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.589021+0000 mon.a (mon.0) 1486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.590015+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.596368+0000 mon.a (mon.0) 1488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.674671+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.678019+0000 mon.a (mon.0) 1490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.681038+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.682026+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.689409+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.711638+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.786121+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.788737+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.792027+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.793373+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.802728+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.884363+0000 mon.a (mon.0) 1500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.887124+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.889992+0000 mon.a (mon.0) 1502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.891219+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:14.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:13 smithi116 bash[83021]: audit 2023-12-06T15:08:13.900369+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.133772+0000 mgr.y (mgr.25504) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.225341+0000 mgr.y (mgr.25504) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.316723+0000 mgr.y (mgr.25504) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.408308+0000 mgr.y (mgr.25504) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.504216+0000 mgr.y (mgr.25504) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.596992+0000 mgr.y (mgr.25504) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.690347+0000 mgr.y (mgr.25504) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.803659+0000 mgr.y (mgr.25504) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.901009+0000 mgr.y (mgr.25504) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:13.979482+0000 mon.a (mon.0) 1505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:13.982620+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:13.986253+0000 mon.a (mon.0) 1507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:13.987669+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:13.997829+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:13.998579+0000 mgr.y (mgr.25504) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.079371+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.083172+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.087901+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.089606+0000 mon.a (mon.0) 1513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.099551+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.100240+0000 mgr.y (mgr.25504) 403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.181378+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.183635+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.186444+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.187333+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.195062+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.277292+0000 mon.a (mon.0) 1520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.279577+0000 mon.a (mon.0) 1521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.282750+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.283922+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.293334+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.374504+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.376928+0000 mon.a (mon.0) 1526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.379508+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.380399+0000 mon.a (mon.0) 1528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.387878+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.467596+0000 mon.a (mon.0) 1530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.470515+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.473664+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.474667+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.482649+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.562598+0000 mon.a (mon.0) 1535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.565048+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.567668+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.568572+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.581893+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.662120+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.664624+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.667172+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.667964+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.675684+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.752748+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.757882+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.761437+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.762204+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.770610+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.848980+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.852644+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.855700+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.856792+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:14 smithi150 bash[70025]: audit 2023-12-06T15:08:14.867216+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.133772+0000 mgr.y (mgr.25504) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.225341+0000 mgr.y (mgr.25504) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.316723+0000 mgr.y (mgr.25504) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.408308+0000 mgr.y (mgr.25504) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.504216+0000 mgr.y (mgr.25504) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.596992+0000 mgr.y (mgr.25504) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.690347+0000 mgr.y (mgr.25504) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.803659+0000 mgr.y (mgr.25504) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.901009+0000 mgr.y (mgr.25504) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:13.979482+0000 mon.a (mon.0) 1505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.256 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:13.982620+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:13.986253+0000 mon.a (mon.0) 1507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:13.987669+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:13.997829+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:13.998579+0000 mgr.y (mgr.25504) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.079371+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.083172+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.087901+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.089606+0000 mon.a (mon.0) 1513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.099551+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.257 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.100240+0000 mgr.y (mgr.25504) 403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.133772+0000 mgr.y (mgr.25504) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.225341+0000 mgr.y (mgr.25504) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.316723+0000 mgr.y (mgr.25504) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.408308+0000 mgr.y (mgr.25504) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.504216+0000 mgr.y (mgr.25504) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.596992+0000 mgr.y (mgr.25504) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.690347+0000 mgr.y (mgr.25504) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.803659+0000 mgr.y (mgr.25504) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.901009+0000 mgr.y (mgr.25504) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:13.979482+0000 mon.a (mon.0) 1505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:13.982620+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:13.986253+0000 mon.a (mon.0) 1507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:13.987669+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:13.997829+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:13.998579+0000 mgr.y (mgr.25504) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.079371+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.083172+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.087901+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.089606+0000 mon.a (mon.0) 1513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.099551+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.100240+0000 mgr.y (mgr.25504) 403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.181378+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.183635+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.186444+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.259 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.187333+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.195062+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.277292+0000 mon.a (mon.0) 1520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.279577+0000 mon.a (mon.0) 1521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.282750+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.283922+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.293334+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.374504+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.376928+0000 mon.a (mon.0) 1526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.379508+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.380399+0000 mon.a (mon.0) 1528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.387878+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.467596+0000 mon.a (mon.0) 1530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.470515+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.260 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.473664+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.474667+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.482649+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.562598+0000 mon.a (mon.0) 1535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.565048+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.567668+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.568572+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.581893+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.662120+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.664624+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.667172+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.667964+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.675684+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.752748+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.757882+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.261 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.761437+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.762204+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.770610+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.848980+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.852644+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.855700+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.856792+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[80542]: audit 2023-12-06T15:08:14.867216+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.181378+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.262 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.183635+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.186444+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.187333+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.195062+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.277292+0000 mon.a (mon.0) 1520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.279577+0000 mon.a (mon.0) 1521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.282750+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.283922+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.293334+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.374504+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.376928+0000 mon.a (mon.0) 1526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.379508+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.380399+0000 mon.a (mon.0) 1528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.387878+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.467596+0000 mon.a (mon.0) 1530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.263 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.470515+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.473664+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.474667+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.482649+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.562598+0000 mon.a (mon.0) 1535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.565048+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.567668+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.568572+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.581893+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.662120+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.664624+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.667172+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.667964+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.675684+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.752748+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.757882+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.761437+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.264 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.762204+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.265 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.770610+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.265 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.848980+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.265 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.852644+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.265 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.855700+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.265 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.856792+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.265 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:14 smithi116 bash[83021]: audit 2023-12-06T15:08:14.867216+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.536 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.195933+0000 mgr.y (mgr.25504) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.294149+0000 mgr.y (mgr.25504) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.388621+0000 mgr.y (mgr.25504) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.483569+0000 mgr.y (mgr.25504) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.582621+0000 mgr.y (mgr.25504) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.676169+0000 mgr.y (mgr.25504) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cluster 2023-12-06T15:08:14.679386+0000 mgr.y (mgr.25504) 410 : cluster 0 pgmap v78: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 87 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.771273+0000 mgr.y (mgr.25504) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.868022+0000 mgr.y (mgr.25504) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:14.942216+0000 mon.a (mon.0) 1555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:14.943981+0000 mon.a (mon.0) 1556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:14.945767+0000 mon.a (mon.0) 1557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:14.946488+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.932 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:14.951229+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:14.951694+0000 mgr.y (mgr.25504) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.030313+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.033043+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.035887+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.036803+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.044387+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.051182+0000 mgr.y (mgr.25504) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:15.933 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.165238+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.936 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.168109+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.936 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.170546+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.171361+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.177287+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.256984+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.259669+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.261699+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.262379+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.267715+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.349134+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.352595+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.355538+0000 mon.a (mon.0) 1577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.356786+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.363001+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.444984+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.937 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.447295+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.449434+0000 mon.a (mon.0) 1582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.450242+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.460209+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.549270+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.551609+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.553961+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.554766+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.561554+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.938 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.639883+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.644123+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.647958+0000 mon.a (mon.0) 1592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.649136+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.655080+0000 mon.a (mon.0) 1594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.734857+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.738410+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.741590+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.742783+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.750159+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.830060+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.834192+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.839405+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.840518+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:15.939 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:15 smithi150 bash[70025]: audit 2023-12-06T15:08:15.847605+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.195933+0000 mgr.y (mgr.25504) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.294149+0000 mgr.y (mgr.25504) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.388621+0000 mgr.y (mgr.25504) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.483569+0000 mgr.y (mgr.25504) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.582621+0000 mgr.y (mgr.25504) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.676169+0000 mgr.y (mgr.25504) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cluster 2023-12-06T15:08:14.679386+0000 mgr.y (mgr.25504) 410 : cluster 0 pgmap v78: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 87 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.771273+0000 mgr.y (mgr.25504) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.868022+0000 mgr.y (mgr.25504) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:14.942216+0000 mon.a (mon.0) 1555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:14.943981+0000 mon.a (mon.0) 1556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:14.945767+0000 mon.a (mon.0) 1557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:14.946488+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:14.951229+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:14.951694+0000 mgr.y (mgr.25504) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.030313+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.033043+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.035887+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.036803+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.044387+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.195933+0000 mgr.y (mgr.25504) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.294149+0000 mgr.y (mgr.25504) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.388621+0000 mgr.y (mgr.25504) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.483569+0000 mgr.y (mgr.25504) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.582621+0000 mgr.y (mgr.25504) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.676169+0000 mgr.y (mgr.25504) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cluster 2023-12-06T15:08:14.679386+0000 mgr.y (mgr.25504) 410 : cluster 0 pgmap v78: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 87 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.771273+0000 mgr.y (mgr.25504) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.868022+0000 mgr.y (mgr.25504) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:14.942216+0000 mon.a (mon.0) 1555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:14.943981+0000 mon.a (mon.0) 1556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:14.945767+0000 mon.a (mon.0) 1557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:14.946488+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:14.951229+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:14.951694+0000 mgr.y (mgr.25504) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.030313+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.033043+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.035887+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.036803+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.044387+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.051182+0000 mgr.y (mgr.25504) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.165238+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.168109+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.170546+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.171361+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.182 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.177287+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.256984+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.259669+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.261699+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.262379+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.267715+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.349134+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.352595+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.355538+0000 mon.a (mon.0) 1577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.356786+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.363001+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.444984+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.447295+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.183 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.449434+0000 mon.a (mon.0) 1582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.051182+0000 mgr.y (mgr.25504) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.165238+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.168109+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.170546+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.171361+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.177287+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.256984+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.259669+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.261699+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.262379+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.267715+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.349134+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.352595+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.184 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.355538+0000 mon.a (mon.0) 1577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.356786+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.363001+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.444984+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.447295+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.449434+0000 mon.a (mon.0) 1582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.450242+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.460209+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.549270+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.551609+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.185 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.553961+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.554766+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.561554+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.639883+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.644123+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.647958+0000 mon.a (mon.0) 1592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.649136+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.655080+0000 mon.a (mon.0) 1594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.734857+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.738410+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.741590+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.742783+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.750159+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.830060+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.834192+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.186 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.839405+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.840518+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[80542]: audit 2023-12-06T15:08:15.847605+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.450242+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.460209+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.549270+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.551609+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.553961+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.554766+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.561554+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.639883+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.187 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.644123+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.647958+0000 mon.a (mon.0) 1592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.649136+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.655080+0000 mon.a (mon.0) 1594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.734857+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.738410+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.741590+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.742783+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.750159+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.830060+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.834192+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.839405+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.840518+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:16.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:15 smithi116 bash[83021]: audit 2023-12-06T15:08:15.847605+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 11s ago 19m - - 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 14s ago 19m - - 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (5m) 11s ago 12m 16.0M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (4m) 14s ago 11m 44.1M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (3m) 11s ago 9m 47.6M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (2m) 14s ago 18m 433M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (4m) 11s ago 20m 498M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:08:16.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (2m) 11s ago 20m 55.9M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (99s) 14s ago 18m 36.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (2m) 11s ago 19m 42.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (5m) 11s ago 12m 12.3M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (4m) 14s ago 12m 11.8M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 starting - - - 4096M 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (17m) 11s ago 17m 61.9M 4096M 17.2.0 e1d6a67b021e 769c874c1abd 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (16m) 11s ago 16m 58.0M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (16m) 11s ago 16m 59.2M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (15m) 14s ago 15m 59.2M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (14m) 14s ago 14m 56.9M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (14m) 14s ago 14m 56.0M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (13m) 14s ago 13m 58.3M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (3m) 14s ago 12m 61.5M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (10m) 11s ago 10m 87.5M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:08:16.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (10m) 14s ago 10m 87.7M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:08:16.447 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (9m) 11s ago 9m 87.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:08:16.447 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (9m) 14s ago 9m 87.7M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:08:16.968 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:08:16.969 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:08:16.970 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:16.970 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:08:16.970 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-06T15:08:16.970 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:08:16.970 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:08:16.970 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.177904+0000 mgr.y (mgr.25504) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.268298+0000 mgr.y (mgr.25504) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.363640+0000 mgr.y (mgr.25504) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.460874+0000 mgr.y (mgr.25504) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: audit 2023-12-06T15:08:15.518949+0000 mgr.y (mgr.25504) 419 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.562567+0000 mgr.y (mgr.25504) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.655890+0000 mgr.y (mgr.25504) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.750792+0000 mgr.y (mgr.25504) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.848968+0000 mgr.y (mgr.25504) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: audit 2023-12-06T15:08:15.933457+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: audit 2023-12-06T15:08:15.935479+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: audit 2023-12-06T15:08:15.937333+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[80542]: audit 2023-12-06T15:08:15.938024+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:15.943609+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:15.944080+0000 mgr.y (mgr.25504) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:15.966476+0000 mgr.y (mgr.25504) 425 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.024096+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.026962+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.076 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:16 smithi116 bash[90203]: debug 2023-12-06T15:08:16.786+0000 7f8de9bac640 -1 Falling back to public interface 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.177904+0000 mgr.y (mgr.25504) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.268298+0000 mgr.y (mgr.25504) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.363640+0000 mgr.y (mgr.25504) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.460874+0000 mgr.y (mgr.25504) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.518949+0000 mgr.y (mgr.25504) 419 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.562567+0000 mgr.y (mgr.25504) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.655890+0000 mgr.y (mgr.25504) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.750792+0000 mgr.y (mgr.25504) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.848968+0000 mgr.y (mgr.25504) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.933457+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.935479+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.937333+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.938024+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.943609+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:15.944080+0000 mgr.y (mgr.25504) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:15.966476+0000 mgr.y (mgr.25504) 425 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.024096+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.026962+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.029794+0000 mon.a (mon.0) 1612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.030536+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.036852+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.037496+0000 mgr.y (mgr.25504) 426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.115299+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.117633+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.119747+0000 mon.a (mon.0) 1617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.120825+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.128318+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.210387+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.213253+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.218077+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.219721+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.227080+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.306282+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.308993+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.311731+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.312657+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.320039+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.401249+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.404067+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.407107+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.408188+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.417447+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.507466+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.510809+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.516034+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.517607+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.526589+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.605559+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.608500+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.611302+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.612222+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.620691+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.701707+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.704766+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.708023+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.709301+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.717261+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.800058+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.802425+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.804816+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.805732+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.814512+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.892927+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.896023+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.898674+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.899543+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:16 smithi150 bash[70025]: audit 2023-12-06T15:08:16.906281+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.383 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:08:17.383 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:08:17.384 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.029794+0000 mon.a (mon.0) 1612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.030536+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.036852+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.037496+0000 mgr.y (mgr.25504) 426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.115299+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.117633+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.119747+0000 mon.a (mon.0) 1617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.120825+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.128318+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.210387+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.213253+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.218077+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.219721+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.227080+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.306282+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.308993+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.311731+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.312657+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.320039+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.177904+0000 mgr.y (mgr.25504) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.268298+0000 mgr.y (mgr.25504) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.363640+0000 mgr.y (mgr.25504) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.460874+0000 mgr.y (mgr.25504) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.518949+0000 mgr.y (mgr.25504) 419 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.562567+0000 mgr.y (mgr.25504) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.655890+0000 mgr.y (mgr.25504) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.750792+0000 mgr.y (mgr.25504) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.848968+0000 mgr.y (mgr.25504) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.933457+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.935479+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.937333+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.938024+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.943609+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:15.944080+0000 mgr.y (mgr.25504) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:15.966476+0000 mgr.y (mgr.25504) 425 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.024096+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.026962+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.029794+0000 mon.a (mon.0) 1612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.030536+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.401249+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.404067+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.407107+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.408188+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.417447+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.507466+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.510809+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.516034+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.517607+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.526589+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.605559+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.608500+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.611302+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.612222+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.620691+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.701707+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.704766+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.708023+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.709301+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.717261+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.800058+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.802425+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.804816+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.805732+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.814512+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.892927+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.896023+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.898674+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.899543+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.906281+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.036852+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.037496+0000 mgr.y (mgr.25504) 426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.115299+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.117633+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.119747+0000 mon.a (mon.0) 1617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.120825+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.128318+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.210387+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.213253+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.218077+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.219721+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.227080+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.306282+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.308993+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.311731+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.312657+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.320039+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.401249+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.404067+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.407107+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.408188+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.417447+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.507466+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.510809+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.516034+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.517607+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.526589+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.605559+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.608500+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.611302+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.612222+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.620691+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.701707+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.704766+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.708023+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.709301+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.717261+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.800058+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.802425+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.804816+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.805732+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.814512+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.892927+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.896023+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.898674+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.899543+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:17.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.906281+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:17.898 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: osd.0 (root=default,host=smithi116) is down 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 70/630 objects degraded (11.111%), 23 pgs degraded 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.4 is active+undersized+degraded, acting [1,7] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.10 is active+undersized+degraded, acting [2,1] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.15 is active+undersized+degraded, acting [1,5] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.19 is active+undersized+degraded, acting [3,6] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-06T15:08:17.899 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-06T15:08:17.900 INFO:teuthology.orchestra.run.smithi116.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-06T15:08:18.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[75526]: debug 2023-12-06T15:08:17.866+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T15:08:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.129495+0000 mgr.y (mgr.25504) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.227743+0000 mgr.y (mgr.25504) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.320663+0000 mgr.y (mgr.25504) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.419029+0000 mgr.y (mgr.25504) 430 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.422323+0000 mgr.y (mgr.25504) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.527507+0000 mgr.y (mgr.25504) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.621494+0000 mgr.y (mgr.25504) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cluster 2023-12-06T15:08:16.680002+0000 mgr.y (mgr.25504) 434 : cluster 0 pgmap v79: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.717849+0000 mgr.y (mgr.25504) 435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.815053+0000 mgr.y (mgr.25504) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:16.906807+0000 mgr.y (mgr.25504) 437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.965505+0000 mon.a (mon.0) 1660 : audit 0 from='client.? 172.21.15.116:0/2406894202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.985161+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.987920+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.990966+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:16.992029+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.000173+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.000978+0000 mgr.y (mgr.25504) 438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.079752+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.081931+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.129495+0000 mgr.y (mgr.25504) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.227743+0000 mgr.y (mgr.25504) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.320663+0000 mgr.y (mgr.25504) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.419029+0000 mgr.y (mgr.25504) 430 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.422323+0000 mgr.y (mgr.25504) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.527507+0000 mgr.y (mgr.25504) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.621494+0000 mgr.y (mgr.25504) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cluster 2023-12-06T15:08:16.680002+0000 mgr.y (mgr.25504) 434 : cluster 0 pgmap v79: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.717849+0000 mgr.y (mgr.25504) 435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.815053+0000 mgr.y (mgr.25504) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:16.906807+0000 mgr.y (mgr.25504) 437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.965505+0000 mon.a (mon.0) 1660 : audit 0 from='client.? 172.21.15.116:0/2406894202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.985161+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.987920+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.990966+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:16.992029+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.000173+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.000978+0000 mgr.y (mgr.25504) 438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.079752+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.081931+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.084055+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.084954+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.094042+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.094738+0000 mgr.y (mgr.25504) 439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.177234+0000 mon.a (mon.0) 1671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.180064+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.184334+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.185494+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.193739+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.274350+0000 mon.a (mon.0) 1676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.277249+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.280346+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.282920+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.292439+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.374901+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.379890+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.382683+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.383497+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.391743+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.470700+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.084055+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.084954+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.094042+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.094738+0000 mgr.y (mgr.25504) 439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.177234+0000 mon.a (mon.0) 1671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.180064+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.184334+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.185494+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.193739+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.274350+0000 mon.a (mon.0) 1676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.277249+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.280346+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.282920+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.292439+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.374901+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.379890+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.382683+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.383497+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.391743+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.470700+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.473461+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.477682+0000 mon.a (mon.0) 1688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.479147+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.488626+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.570122+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.573456+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.576361+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.577529+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.586981+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.668161+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.671225+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.674446+0000 mon.a (mon.0) 1698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.675945+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.687257+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.765694+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.768355+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.771473+0000 mon.a (mon.0) 1703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.772711+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.782489+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.827607+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.473461+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.477682+0000 mon.a (mon.0) 1688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.479147+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.488626+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.570122+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.573456+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.576361+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.577529+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.586981+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.668161+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.671225+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.674446+0000 mon.a (mon.0) 1698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.675945+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.687257+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.765694+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.768355+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.771473+0000 mon.a (mon.0) 1703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.772711+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.782489+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.827607+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.836128+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.842587+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.862252+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.864566+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.866344+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.867684+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.869302+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[80542]: audit 2023-12-06T15:08:17.895697+0000 mon.a (mon.0) 1714 : audit 0 from='client.? 172.21.15.116:0/4154710655' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.836128+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.842587+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.862252+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.864566+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.866344+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.867684+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.869302+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:18.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:17 smithi116 bash[83021]: audit 2023-12-06T15:08:17.895697+0000 mon.a (mon.0) 1714 : audit 0 from='client.? 172.21.15.116:0/4154710655' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:08:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.129495+0000 mgr.y (mgr.25504) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.227743+0000 mgr.y (mgr.25504) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.320663+0000 mgr.y (mgr.25504) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:16.419029+0000 mgr.y (mgr.25504) 430 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.422323+0000 mgr.y (mgr.25504) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.527507+0000 mgr.y (mgr.25504) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.621494+0000 mgr.y (mgr.25504) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cluster 2023-12-06T15:08:16.680002+0000 mgr.y (mgr.25504) 434 : cluster 0 pgmap v79: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.717849+0000 mgr.y (mgr.25504) 435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.815053+0000 mgr.y (mgr.25504) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:16.906807+0000 mgr.y (mgr.25504) 437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:16.965505+0000 mon.a (mon.0) 1660 : audit 0 from='client.? 172.21.15.116:0/2406894202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:16.985161+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:16.987920+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:16.990966+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:16.992029+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.000173+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.000978+0000 mgr.y (mgr.25504) 438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.079752+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.081931+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.084055+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.084954+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.094042+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.094738+0000 mgr.y (mgr.25504) 439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.177234+0000 mon.a (mon.0) 1671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.180064+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.184334+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.185494+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.193739+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.274350+0000 mon.a (mon.0) 1676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.277249+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.280346+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.282920+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.292439+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.374901+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.379890+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.382683+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.383497+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.391743+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.470700+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.473461+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.477682+0000 mon.a (mon.0) 1688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.479147+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.488626+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.570122+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.573456+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.576361+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.577529+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.586981+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.668161+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.671225+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.674446+0000 mon.a (mon.0) 1698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.675945+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.687257+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.765694+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.768355+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.771473+0000 mon.a (mon.0) 1703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.772711+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.782489+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.827607+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.836128+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.842587+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.862252+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.864566+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.866344+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.867684+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.869302+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:17 smithi150 bash[70025]: audit 2023-12-06T15:08:17.895697+0000 mon.a (mon.0) 1714 : audit 0 from='client.? 172.21.15.116:0/4154710655' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.194340+0000 mgr.y (mgr.25504) 440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.293128+0000 mgr.y (mgr.25504) 441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: audit 2023-12-06T15:08:17.380281+0000 mgr.y (mgr.25504) 442 : audit 0 from='client.44239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.392535+0000 mgr.y (mgr.25504) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.489705+0000 mgr.y (mgr.25504) 444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.587784+0000 mgr.y (mgr.25504) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.688046+0000 mgr.y (mgr.25504) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.783329+0000 mgr.y (mgr.25504) 447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: audit 2023-12-06T15:08:17.869514+0000 mgr.y (mgr.25504) 448 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[83021]: cephadm 2023-12-06T15:08:17.870683+0000 mgr.y (mgr.25504) 449 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.194340+0000 mgr.y (mgr.25504) 440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.293128+0000 mgr.y (mgr.25504) 441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: audit 2023-12-06T15:08:17.380281+0000 mgr.y (mgr.25504) 442 : audit 0 from='client.44239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.392535+0000 mgr.y (mgr.25504) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.489705+0000 mgr.y (mgr.25504) 444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.587784+0000 mgr.y (mgr.25504) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.688046+0000 mgr.y (mgr.25504) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.783329+0000 mgr.y (mgr.25504) 447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: audit 2023-12-06T15:08:17.869514+0000 mgr.y (mgr.25504) 448 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:18 smithi116 bash[80542]: cephadm 2023-12-06T15:08:17.870683+0000 mgr.y (mgr.25504) 449 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T15:08:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.194340+0000 mgr.y (mgr.25504) 440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.293128+0000 mgr.y (mgr.25504) 441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: audit 2023-12-06T15:08:17.380281+0000 mgr.y (mgr.25504) 442 : audit 0 from='client.44239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.392535+0000 mgr.y (mgr.25504) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.489705+0000 mgr.y (mgr.25504) 444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.587784+0000 mgr.y (mgr.25504) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.688046+0000 mgr.y (mgr.25504) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.783329+0000 mgr.y (mgr.25504) 447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: audit 2023-12-06T15:08:17.869514+0000 mgr.y (mgr.25504) 448 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:18 smithi150 bash[70025]: cephadm 2023-12-06T15:08:17.870683+0000 mgr.y (mgr.25504) 449 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T15:08:19.919 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[90203]: debug 2023-12-06T15:08:19.650+0000 7f8de9bac640 -1 osd.0 112 log_to_monitors true 2023-12-06T15:08:20.258 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[80542]: cluster 2023-12-06T15:08:18.681094+0000 mgr.y (mgr.25504) 450 : cluster 0 pgmap v80: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:20.258 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[80542]: audit 2023-12-06T15:08:19.659980+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:20.258 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[80542]: audit 2023-12-06T15:08:19.660506+0000 mon.a (mon.0) 1715 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:20.258 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[83021]: cluster 2023-12-06T15:08:18.681094+0000 mgr.y (mgr.25504) 450 : cluster 0 pgmap v80: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:20.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[83021]: audit 2023-12-06T15:08:19.659980+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:20.259 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:19 smithi116 bash[83021]: audit 2023-12-06T15:08:19.660506+0000 mon.a (mon.0) 1715 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:20.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:19 smithi150 bash[70025]: cluster 2023-12-06T15:08:18.681094+0000 mgr.y (mgr.25504) 450 : cluster 0 pgmap v80: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:20.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:19 smithi150 bash[70025]: audit 2023-12-06T15:08:19.659980+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:20.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:19 smithi150 bash[70025]: audit 2023-12-06T15:08:19.660506+0000 mon.a (mon.0) 1715 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:08:20.669 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[90203]: debug 2023-12-06T15:08:20.478+0000 7f8dd981a700 -1 osd.0 112 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: audit 2023-12-06T15:08:19.733516+0000 mgr.y (mgr.25504) 451 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: audit 2023-12-06T15:08:20.435447+0000 mon.a (mon.0) 1716 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.441610+0000 mon.a (mon.0) 1717 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: audit 2023-12-06T15:08:20.443648+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: audit 2023-12-06T15:08:20.444357+0000 mon.a (mon.0) 1718 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.541040+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:21.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.541215+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: audit 2023-12-06T15:08:19.733516+0000 mgr.y (mgr.25504) 451 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: audit 2023-12-06T15:08:20.435447+0000 mon.a (mon.0) 1716 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.441610+0000 mon.a (mon.0) 1717 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: audit 2023-12-06T15:08:20.443648+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: audit 2023-12-06T15:08:20.444357+0000 mon.a (mon.0) 1718 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.541040+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:21.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:20 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.541215+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: audit 2023-12-06T15:08:19.733516+0000 mgr.y (mgr.25504) 451 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: audit 2023-12-06T15:08:20.435447+0000 mon.a (mon.0) 1716 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:08:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.441610+0000 mon.a (mon.0) 1717 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T15:08:21.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: audit 2023-12-06T15:08:20.443648+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: audit 2023-12-06T15:08:20.444357+0000 mon.a (mon.0) 1718 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.541040+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:21.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:20 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.541215+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.437328+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.440718+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.539592+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.539713+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:20.682223+0000 mgr.y (mgr.25504) 452 : cluster 0 pgmap v82: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:21.436395+0000 mon.a (mon.0) 1719 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:21.440549+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:21.445926+0000 mon.a (mon.0) 1720 : cluster 1 osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387] boot 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: cluster 2023-12-06T15:08:21.445986+0000 mon.a (mon.0) 1721 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[80542]: audit 2023-12-06T15:08:21.447012+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:08:22.328 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.437328+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.440718+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.539592+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.539713+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:20.682223+0000 mgr.y (mgr.25504) 452 : cluster 0 pgmap v82: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:21.436395+0000 mon.a (mon.0) 1719 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:21.440549+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:21.445926+0000 mon.a (mon.0) 1720 : cluster 1 osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387] boot 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: cluster 2023-12-06T15:08:21.445986+0000 mon.a (mon.0) 1721 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-06T15:08:22.329 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:21 smithi116 bash[83021]: audit 2023-12-06T15:08:21.447012+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:08:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.437328+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.440718+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.539592+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.539713+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:08:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:20.682223+0000 mgr.y (mgr.25504) 452 : cluster 0 pgmap v82: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:21.436395+0000 mon.a (mon.0) 1719 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:21.440549+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:21.445926+0000 mon.a (mon.0) 1720 : cluster 1 osd.0 [v2:172.21.15.116:6802/3946866387,v1:172.21.15.116:6803/3946866387] boot 2023-12-06T15:08:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: cluster 2023-12-06T15:08:21.445986+0000 mon.a (mon.0) 1721 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-06T15:08:22.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:21 smithi150 bash[70025]: audit 2023-12-06T15:08:21.447012+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:08:22.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:08:22] "GET /metrics HTTP/1.1" 200 38116 "" "Prometheus/2.33.4" 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: cluster 2023-12-06T15:08:21.441700+0000 osd.1 (osd.1) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: cluster 2023-12-06T15:08:21.446748+0000 osd.1 (osd.1) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: audit 2023-12-06T15:08:21.974471+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: audit 2023-12-06T15:08:21.984702+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: audit 2023-12-06T15:08:21.992821+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: audit 2023-12-06T15:08:22.004111+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: audit 2023-12-06T15:08:22.011511+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: audit 2023-12-06T15:08:22.019744+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.457436+0000 mon.a (mon.0) 1729 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.457833+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.459460+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.459538+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: cluster 2023-12-06T15:08:21.441700+0000 osd.1 (osd.1) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: cluster 2023-12-06T15:08:21.446748+0000 osd.1 (osd.1) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: audit 2023-12-06T15:08:21.974471+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: audit 2023-12-06T15:08:21.984702+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: audit 2023-12-06T15:08:21.992821+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: audit 2023-12-06T15:08:22.004111+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: audit 2023-12-06T15:08:22.011511+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: audit 2023-12-06T15:08:22.019744+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.457436+0000 mon.a (mon.0) 1729 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-06T15:08:23.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.457833+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.459460+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:22 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.459538+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: cluster 2023-12-06T15:08:21.441700+0000 osd.1 (osd.1) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:23.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: cluster 2023-12-06T15:08:21.446748+0000 osd.1 (osd.1) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:08:23.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: audit 2023-12-06T15:08:21.974471+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: audit 2023-12-06T15:08:21.984702+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: audit 2023-12-06T15:08:21.992821+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: audit 2023-12-06T15:08:22.004111+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: audit 2023-12-06T15:08:22.011511+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: audit 2023-12-06T15:08:22.019744+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.457436+0000 mon.a (mon.0) 1729 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-06T15:08:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.457833+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.459460+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:23.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:22 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.459538+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.452956+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.455295+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.457996+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.459124+0000 osd.1 (osd.1) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.460436+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.461242+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[83021]: cluster 2023-12-06T15:08:22.683330+0000 mgr.y (mgr.25504) 453 : cluster 0 pgmap v85: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:24.066 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.452956+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.455295+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.457996+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.459124+0000 osd.1 (osd.1) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.460436+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.461242+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:23 smithi116 bash[80542]: cluster 2023-12-06T15:08:22.683330+0000 mgr.y (mgr.25504) 453 : cluster 0 pgmap v85: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:24.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.452956+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.455295+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.457996+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.459124+0000 osd.1 (osd.1) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.460436+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.461242+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:08:24.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:23 smithi150 bash[70025]: cluster 2023-12-06T15:08:22.683330+0000 mgr.y (mgr.25504) 453 : cluster 0 pgmap v85: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 70/630 objects degraded (11.111%) 2023-12-06T15:08:25.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:25 smithi116 bash[80542]: cluster 2023-12-06T15:08:24.685116+0000 mgr.y (mgr.25504) 454 : cluster 0 pgmap v86: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-06T15:08:25.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:25 smithi116 bash[83021]: cluster 2023-12-06T15:08:24.685116+0000 mgr.y (mgr.25504) 454 : cluster 0 pgmap v86: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-06T15:08:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:25 smithi150 bash[70025]: cluster 2023-12-06T15:08:24.685116+0000 mgr.y (mgr.25504) 454 : cluster 0 pgmap v86: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-06T15:08:26.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:26 smithi116 bash[80542]: cluster 2023-12-06T15:08:25.431500+0000 mon.a (mon.0) 1730 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:26 smithi116 bash[83021]: cluster 2023-12-06T15:08:25.431500+0000 mon.a (mon.0) 1730 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:26 smithi150 bash[70025]: cluster 2023-12-06T15:08:25.431500+0000 mon.a (mon.0) 1730 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:27.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:27 smithi116 bash[80542]: cluster 2023-12-06T15:08:26.686086+0000 mgr.y (mgr.25504) 455 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 163 B/s rd, 0 op/s; 0 B/s, 7 objects/s recovering 2023-12-06T15:08:27.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:27 smithi116 bash[83021]: cluster 2023-12-06T15:08:26.686086+0000 mgr.y (mgr.25504) 455 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 163 B/s rd, 0 op/s; 0 B/s, 7 objects/s recovering 2023-12-06T15:08:27.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:27 smithi150 bash[70025]: cluster 2023-12-06T15:08:26.686086+0000 mgr.y (mgr.25504) 455 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 163 B/s rd, 0 op/s; 0 B/s, 7 objects/s recovering 2023-12-06T15:08:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:28 smithi116 bash[80542]: cluster 2023-12-06T15:08:27.442420+0000 mon.a (mon.0) 1731 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-06T15:08:28.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:28 smithi116 bash[80542]: cluster 2023-12-06T15:08:27.442511+0000 mon.a (mon.0) 1732 : cluster 1 Cluster is now healthy 2023-12-06T15:08:28.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:28 smithi116 bash[83021]: cluster 2023-12-06T15:08:27.442420+0000 mon.a (mon.0) 1731 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-06T15:08:28.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:28 smithi116 bash[83021]: cluster 2023-12-06T15:08:27.442511+0000 mon.a (mon.0) 1732 : cluster 1 Cluster is now healthy 2023-12-06T15:08:28.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:28 smithi150 bash[70025]: cluster 2023-12-06T15:08:27.442420+0000 mon.a (mon.0) 1731 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-06T15:08:28.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:28 smithi150 bash[70025]: cluster 2023-12-06T15:08:27.442511+0000 mon.a (mon.0) 1732 : cluster 1 Cluster is now healthy 2023-12-06T15:08:30.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:29 smithi116 bash[80542]: cluster 2023-12-06T15:08:28.686866+0000 mgr.y (mgr.25504) 456 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 0 B/s, 5 objects/s recovering 2023-12-06T15:08:30.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:29 smithi116 bash[80542]: audit 2023-12-06T15:08:28.723407+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:30.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:29 smithi116 bash[80542]: audit 2023-12-06T15:08:28.730160+0000 mon.a (mon.0) 1734 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:30.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:29 smithi116 bash[83021]: cluster 2023-12-06T15:08:28.686866+0000 mgr.y (mgr.25504) 456 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 0 B/s, 5 objects/s recovering 2023-12-06T15:08:30.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:29 smithi116 bash[83021]: audit 2023-12-06T15:08:28.723407+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:30.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:29 smithi116 bash[83021]: audit 2023-12-06T15:08:28.730160+0000 mon.a (mon.0) 1734 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:30.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:29 smithi150 bash[70025]: cluster 2023-12-06T15:08:28.686866+0000 mgr.y (mgr.25504) 456 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 0 B/s, 5 objects/s recovering 2023-12-06T15:08:30.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:29 smithi150 bash[70025]: audit 2023-12-06T15:08:28.723407+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:30.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:29 smithi150 bash[70025]: audit 2023-12-06T15:08:28.730160+0000 mon.a (mon.0) 1734 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:31.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:30 smithi116 bash[80542]: audit 2023-12-06T15:08:29.743707+0000 mgr.y (mgr.25504) 457 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:31.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:30 smithi116 bash[83021]: audit 2023-12-06T15:08:29.743707+0000 mgr.y (mgr.25504) 457 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:31.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:30 smithi150 bash[70025]: audit 2023-12-06T15:08:29.743707+0000 mgr.y (mgr.25504) 457 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:31 smithi116 bash[80542]: cluster 2023-12-06T15:08:30.688585+0000 mgr.y (mgr.25504) 458 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:08:32.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:31 smithi116 bash[83021]: cluster 2023-12-06T15:08:30.688585+0000 mgr.y (mgr.25504) 458 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:08:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:31 smithi150 bash[70025]: cluster 2023-12-06T15:08:30.688585+0000 mgr.y (mgr.25504) 458 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:08:32.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:08:32] "GET /metrics HTTP/1.1" 200 38325 "" "Prometheus/2.33.4" 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[80542]: cluster 2023-12-06T15:08:32.689430+0000 mgr.y (mgr.25504) 459 : cluster 0 pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 70 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[80542]: audit 2023-12-06T15:08:32.886557+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[80542]: audit 2023-12-06T15:08:32.886967+0000 mgr.y (mgr.25504) 460 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[80542]: cephadm 2023-12-06T15:08:32.889621+0000 mgr.y (mgr.25504) 461 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[83021]: cluster 2023-12-06T15:08:32.689430+0000 mgr.y (mgr.25504) 459 : cluster 0 pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 70 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[83021]: audit 2023-12-06T15:08:32.886557+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[83021]: audit 2023-12-06T15:08:32.886967+0000 mgr.y (mgr.25504) 460 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:34.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:33 smithi116 bash[83021]: cephadm 2023-12-06T15:08:32.889621+0000 mgr.y (mgr.25504) 461 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T15:08:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:33 smithi150 bash[70025]: cluster 2023-12-06T15:08:32.689430+0000 mgr.y (mgr.25504) 459 : cluster 0 pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 70 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:08:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:33 smithi150 bash[70025]: audit 2023-12-06T15:08:32.886557+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:33 smithi150 bash[70025]: audit 2023-12-06T15:08:32.886967+0000 mgr.y (mgr.25504) 460 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:08:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:33 smithi150 bash[70025]: cephadm 2023-12-06T15:08:32.889621+0000 mgr.y (mgr.25504) 461 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T15:08:34.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:34 smithi116 bash[80542]: audit 2023-12-06T15:08:33.790956+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:34.804 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:34 smithi116 bash[83021]: audit 2023-12-06T15:08:33.790956+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:35.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:34 smithi150 bash[70025]: audit 2023-12-06T15:08:33.790956+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[80542]: cluster 2023-12-06T15:08:34.691055+0000 mgr.y (mgr.25504) 462 : cluster 0 pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s; 0 B/s, 3 objects/s recovering 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[80542]: audit 2023-12-06T15:08:35.618089+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[80542]: audit 2023-12-06T15:08:35.622931+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[80542]: audit 2023-12-06T15:08:35.624260+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[83021]: cluster 2023-12-06T15:08:34.691055+0000 mgr.y (mgr.25504) 462 : cluster 0 pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s; 0 B/s, 3 objects/s recovering 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[83021]: audit 2023-12-06T15:08:35.618089+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[83021]: audit 2023-12-06T15:08:35.622931+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:08:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:35 smithi116 bash[83021]: audit 2023-12-06T15:08:35.624260+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:35 smithi150 bash[70025]: cluster 2023-12-06T15:08:34.691055+0000 mgr.y (mgr.25504) 462 : cluster 0 pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s; 0 B/s, 3 objects/s recovering 2023-12-06T15:08:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:35 smithi150 bash[70025]: audit 2023-12-06T15:08:35.618089+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:35 smithi150 bash[70025]: audit 2023-12-06T15:08:35.622931+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:08:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:35 smithi150 bash[70025]: audit 2023-12-06T15:08:35.624260+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:37.081 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:36 smithi116 bash[80542]: cephadm 2023-12-06T15:08:35.610400+0000 mgr.y (mgr.25504) 463 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T15:08:37.081 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:36 smithi116 bash[80542]: cephadm 2023-12-06T15:08:35.629638+0000 mgr.y (mgr.25504) 464 : cephadm 1 Deploying daemon osd.1 on smithi116 2023-12-06T15:08:37.081 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:36 smithi116 bash[83021]: cephadm 2023-12-06T15:08:35.610400+0000 mgr.y (mgr.25504) 463 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T15:08:37.081 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:36 smithi116 bash[83021]: cephadm 2023-12-06T15:08:35.629638+0000 mgr.y (mgr.25504) 464 : cephadm 1 Deploying daemon osd.1 on smithi116 2023-12-06T15:08:37.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:36 smithi150 bash[70025]: cephadm 2023-12-06T15:08:35.610400+0000 mgr.y (mgr.25504) 463 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T15:08:37.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:36 smithi150 bash[70025]: cephadm 2023-12-06T15:08:35.629638+0000 mgr.y (mgr.25504) 464 : cephadm 1 Deploying daemon osd.1 on smithi116 2023-12-06T15:08:38.162 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:37 smithi116 bash[80542]: cluster 2023-12-06T15:08:36.692168+0000 mgr.y (mgr.25504) 465 : cluster 0 pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 0 B/s, 1 objects/s recovering 2023-12-06T15:08:38.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:37 smithi116 bash[83021]: cluster 2023-12-06T15:08:36.692168+0000 mgr.y (mgr.25504) 465 : cluster 0 pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 0 B/s, 1 objects/s recovering 2023-12-06T15:08:38.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:37 smithi150 bash[70025]: cluster 2023-12-06T15:08:36.692168+0000 mgr.y (mgr.25504) 465 : cluster 0 pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 0 B/s, 1 objects/s recovering 2023-12-06T15:08:39.825 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:39 smithi116 bash[80542]: cluster 2023-12-06T15:08:38.692994+0000 mgr.y (mgr.25504) 466 : cluster 0 pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-06T15:08:39.826 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:39 smithi116 bash[83021]: cluster 2023-12-06T15:08:38.692994+0000 mgr.y (mgr.25504) 466 : cluster 0 pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-06T15:08:40.183 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:39 smithi150 bash[70025]: cluster 2023-12-06T15:08:38.692994+0000 mgr.y (mgr.25504) 466 : cluster 0 pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-06T15:08:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:40 smithi116 bash[80542]: audit 2023-12-06T15:08:39.753473+0000 mgr.y (mgr.25504) 467 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:41.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:40 smithi116 bash[83021]: audit 2023-12-06T15:08:39.753473+0000 mgr.y (mgr.25504) 467 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:40 smithi150 bash[70025]: audit 2023-12-06T15:08:39.753473+0000 mgr.y (mgr.25504) 467 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:41.667 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:41 smithi116 systemd[1]: Stopping Ceph osd.1 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:41.919 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[37893]: debug 2023-12-06T15:08:41.658+0000 7f99e9271700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:08:41.919 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[37893]: debug 2023-12-06T15:08:41.658+0000 7f99e9271700 -1 osd.1 117 *** Got signal Terminated *** 2023-12-06T15:08:41.919 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[37893]: debug 2023-12-06T15:08:41.658+0000 7f99e9271700 -1 osd.1 117 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:41.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[80542]: cluster 2023-12-06T15:08:40.694655+0000 mgr.y (mgr.25504) 468 : cluster 0 pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T15:08:41.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.665447+0000 mon.a (mon.0) 1740 : cluster 1 osd.1 marked itself down and dead 2023-12-06T15:08:41.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[83021]: cluster 2023-12-06T15:08:40.694655+0000 mgr.y (mgr.25504) 468 : cluster 0 pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T15:08:41.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:41 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.665447+0000 mon.a (mon.0) 1740 : cluster 1 osd.1 marked itself down and dead 2023-12-06T15:08:41.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:41 smithi150 bash[70025]: cluster 2023-12-06T15:08:40.694655+0000 mgr.y (mgr.25504) 468 : cluster 0 pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T15:08:41.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:41 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.665447+0000 mon.a (mon.0) 1740 : cluster 1 osd.1 marked itself down and dead 2023-12-06T15:08:42.669 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:08:42] "GET /metrics HTTP/1.1" 200 38325 "" "Prometheus/2.33.4" 2023-12-06T15:08:43.169 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[92334]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:08:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.817832+0000 mon.a (mon.0) 1741 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:08:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.822394+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.827591+0000 mon.a (mon.0) 1742 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T15:08:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.827751+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.828868+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.828995+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.830434+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.830622+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.832521+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: audit 2023-12-06T15:08:41.972011+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: audit 2023-12-06T15:08:41.979734+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: cluster 2023-12-06T15:08:41.981554+0000 mgr.y (mgr.25504) 469 : cluster 0 pgmap v96: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: audit 2023-12-06T15:08:41.987826+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: audit 2023-12-06T15:08:42.191033+0000 mon.a (mon.0) 1746 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: audit 2023-12-06T15:08:42.200607+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[80542]: audit 2023-12-06T15:08:42.209505+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.817832+0000 mon.a (mon.0) 1741 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.822394+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.827591+0000 mon.a (mon.0) 1742 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.827751+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.828868+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.828995+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.830434+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.830622+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.832521+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: audit 2023-12-06T15:08:41.972011+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: audit 2023-12-06T15:08:41.979734+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: cluster 2023-12-06T15:08:41.981554+0000 mgr.y (mgr.25504) 469 : cluster 0 pgmap v96: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: audit 2023-12-06T15:08:41.987826+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: audit 2023-12-06T15:08:42.191033+0000 mon.a (mon.0) 1746 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: audit 2023-12-06T15:08:42.200607+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:42 smithi116 bash[83021]: audit 2023-12-06T15:08:42.209505+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.817832+0000 mon.a (mon.0) 1741 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:08:43.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.822394+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.827591+0000 mon.a (mon.0) 1742 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.827751+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.828868+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.828995+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.830434+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.830622+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.832521+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: audit 2023-12-06T15:08:41.972011+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: audit 2023-12-06T15:08:41.979734+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: cluster 2023-12-06T15:08:41.981554+0000 mgr.y (mgr.25504) 469 : cluster 0 pgmap v96: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: audit 2023-12-06T15:08:41.987826+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: audit 2023-12-06T15:08:42.191033+0000 mon.a (mon.0) 1746 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: audit 2023-12-06T15:08:42.200607+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:42 smithi150 bash[70025]: audit 2023-12-06T15:08:42.209505+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:43.669 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[92476]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:08:44.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.202740+0000 mgr.y (mgr.25504) 470 : cluster 0 pgmap v97: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-12-06T15:08:44.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.203289+0000 mgr.y (mgr.25504) 471 : cluster 0 pgmap v98: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 928 B/s rd, 0 op/s 2023-12-06T15:08:44.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.845337+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.847025+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.849626+0000 mon.a (mon.0) 1749 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.849805+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.849904+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.851238+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.851510+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.852819+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.853078+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.855828+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: cluster 2023-12-06T15:08:42.976569+0000 mon.a (mon.0) 1750 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: audit 2023-12-06T15:08:43.724249+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[80542]: audit 2023-12-06T15:08:43.726539+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:44.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.202740+0000 mgr.y (mgr.25504) 470 : cluster 0 pgmap v97: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.203289+0000 mgr.y (mgr.25504) 471 : cluster 0 pgmap v98: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 928 B/s rd, 0 op/s 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.845337+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.847025+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.849626+0000 mon.a (mon.0) 1749 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.849805+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.849904+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.851238+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.851510+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.852819+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.853078+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.855828+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: cluster 2023-12-06T15:08:42.976569+0000 mon.a (mon.0) 1750 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: audit 2023-12-06T15:08:43.724249+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:44.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:43 smithi116 bash[83021]: audit 2023-12-06T15:08:43.726539+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:44.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.202740+0000 mgr.y (mgr.25504) 470 : cluster 0 pgmap v97: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-12-06T15:08:44.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.203289+0000 mgr.y (mgr.25504) 471 : cluster 0 pgmap v98: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail; 928 B/s rd, 0 op/s 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.845337+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.847025+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.849626+0000 mon.a (mon.0) 1749 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.849805+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.849904+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.851238+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.851510+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.852819+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.853078+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.855828+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: cluster 2023-12-06T15:08:42.976569+0000 mon.a (mon.0) 1750 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: audit 2023-12-06T15:08:43.724249+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:44.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:43 smithi150 bash[70025]: audit 2023-12-06T15:08:43.726539+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:45.720 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:45 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-06T15:08:45.720 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:45 smithi116 systemd[1]: Stopped Ceph osd.1 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:08:46.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:45 smithi116 bash[80542]: cluster 2023-12-06T15:08:44.204084+0000 mgr.y (mgr.25504) 472 : cluster 0 pgmap v100: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:46.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:45 smithi116 bash[80542]: audit 2023-12-06T15:08:45.765444+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:46.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:45 smithi116 bash[80542]: audit 2023-12-06T15:08:45.775300+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:46.172 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:45 smithi116 systemd[1]: Started Ceph osd.1 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:08:46.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:45 smithi116 bash[83021]: cluster 2023-12-06T15:08:44.204084+0000 mgr.y (mgr.25504) 472 : cluster 0 pgmap v100: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:46.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:45 smithi116 bash[83021]: audit 2023-12-06T15:08:45.765444+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:46.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:45 smithi116 bash[83021]: audit 2023-12-06T15:08:45.775300+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:46.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:45 smithi150 bash[70025]: cluster 2023-12-06T15:08:44.204084+0000 mgr.y (mgr.25504) 472 : cluster 0 pgmap v100: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 127 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:46.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:45 smithi150 bash[70025]: audit 2023-12-06T15:08:45.765444+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:46.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:45 smithi150 bash[70025]: audit 2023-12-06T15:08:45.775300+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cluster 2023-12-06T15:08:46.205160+0000 mgr.y (mgr.25504) 473 : cluster 0 pgmap v101: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.348978+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.360600+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.363384+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.364998+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cluster 2023-12-06T15:08:46.368129+0000 mgr.y (mgr.25504) 474 : cluster 0 pgmap v102: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.374553+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.375400+0000 mgr.y (mgr.25504) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.457857+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.460526+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.465190+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.466475+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.473512+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.474269+0000 mgr.y (mgr.25504) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.556425+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.558768+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.562154+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.563235+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.571133+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.571646+0000 mgr.y (mgr.25504) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.652273+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.654435+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.656968+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.657835+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.664986+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.665928+0000 mgr.y (mgr.25504) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.749720+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.752127+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.755302+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.756292+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.762573+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.763289+0000 mgr.y (mgr.25504) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.845239+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.848057+0000 mon.a (mon.0) 1781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.851211+0000 mon.a (mon.0) 1782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.852493+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cluster 2023-12-06T15:08:46.852823+0000 mon.a (mon.0) 1784 : cluster 3 Health check failed: Degraded data redundancy: 89/630 objects degraded (14.127%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cluster 2023-12-06T15:08:46.852918+0000 mon.a (mon.0) 1785 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.863340+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cluster 2023-12-06T15:08:46.205160+0000 mgr.y (mgr.25504) 473 : cluster 0 pgmap v101: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.348978+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.360600+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.363384+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.364998+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cluster 2023-12-06T15:08:46.368129+0000 mgr.y (mgr.25504) 474 : cluster 0 pgmap v102: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.374553+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.375400+0000 mgr.y (mgr.25504) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.457857+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.460526+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.465190+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.466475+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.473512+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.474269+0000 mgr.y (mgr.25504) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.556425+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.558768+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.562154+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.563235+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.571133+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.863997+0000 mgr.y (mgr.25504) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.943545+0000 mon.a (mon.0) 1787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.947740+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.950960+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.951900+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:46.958417+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:46.958922+0000 mgr.y (mgr.25504) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.035980+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.038522+0000 mon.a (mon.0) 1793 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.041580+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.042724+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.049014+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.049584+0000 mgr.y (mgr.25504) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.126693+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.130607+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.134169+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.135223+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.143176+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.223808+0000 mon.a (mon.0) 1802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.226443+0000 mon.a (mon.0) 1803 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.229441+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.230608+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.238666+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.301324+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.304849+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.308542+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.309770+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[80542]: audit 2023-12-06T15:08:47.318548+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.571646+0000 mgr.y (mgr.25504) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.652273+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.654435+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.656968+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.657835+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.664986+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.665928+0000 mgr.y (mgr.25504) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.749720+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.752127+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.755302+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.756292+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.762573+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.763289+0000 mgr.y (mgr.25504) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.845239+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.848057+0000 mon.a (mon.0) 1781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.851211+0000 mon.a (mon.0) 1782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.852493+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cluster 2023-12-06T15:08:46.852823+0000 mon.a (mon.0) 1784 : cluster 3 Health check failed: Degraded data redundancy: 89/630 objects degraded (14.127%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cluster 2023-12-06T15:08:46.852918+0000 mon.a (mon.0) 1785 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.863340+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.863997+0000 mgr.y (mgr.25504) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.943545+0000 mon.a (mon.0) 1787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.947740+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.950960+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.951900+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:46.958417+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:46.958922+0000 mgr.y (mgr.25504) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.035980+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.038522+0000 mon.a (mon.0) 1793 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.041580+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.042724+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.049014+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.049584+0000 mgr.y (mgr.25504) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.126693+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.130607+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.134169+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.135223+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.143176+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.223808+0000 mon.a (mon.0) 1802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.226443+0000 mon.a (mon.0) 1803 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.229441+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.230608+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.238666+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.301324+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.304849+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.308542+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.309770+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[83021]: audit 2023-12-06T15:08:47.318548+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cluster 2023-12-06T15:08:46.205160+0000 mgr.y (mgr.25504) 473 : cluster 0 pgmap v101: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.348978+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.360600+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.363384+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.364998+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cluster 2023-12-06T15:08:46.368129+0000 mgr.y (mgr.25504) 474 : cluster 0 pgmap v102: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.374553+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.375400+0000 mgr.y (mgr.25504) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.457857+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.460526+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.465190+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.466475+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.473512+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.474269+0000 mgr.y (mgr.25504) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.556425+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.558768+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.562154+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.563235+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.571133+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.571646+0000 mgr.y (mgr.25504) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.652273+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.654435+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.656968+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.657835+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.664986+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.665928+0000 mgr.y (mgr.25504) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.749720+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.752127+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.755302+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.756292+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.762573+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.763289+0000 mgr.y (mgr.25504) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.845239+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.848057+0000 mon.a (mon.0) 1781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.851211+0000 mon.a (mon.0) 1782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.852493+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cluster 2023-12-06T15:08:46.852823+0000 mon.a (mon.0) 1784 : cluster 3 Health check failed: Degraded data redundancy: 89/630 objects degraded (14.127%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cluster 2023-12-06T15:08:46.852918+0000 mon.a (mon.0) 1785 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.863340+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.863997+0000 mgr.y (mgr.25504) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.943545+0000 mon.a (mon.0) 1787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.947740+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.950960+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.951900+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:46.958417+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:46.958922+0000 mgr.y (mgr.25504) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.035980+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.038522+0000 mon.a (mon.0) 1793 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.041580+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.042724+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.049014+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.049584+0000 mgr.y (mgr.25504) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.126693+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.130607+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.134169+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.135223+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.143176+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.223808+0000 mon.a (mon.0) 1802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.226443+0000 mon.a (mon.0) 1803 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.229441+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.230608+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.238666+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.301324+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.304849+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:47.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.308542+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.309770+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:47.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:47 smithi150 bash[70025]: audit 2023-12-06T15:08:47.318548+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.143898+0000 mgr.y (mgr.25504) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.239631+0000 mgr.y (mgr.25504) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.319755+0000 mgr.y (mgr.25504) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.407503+0000 mon.a (mon.0) 1812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.409852+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.412221+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.412936+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.418980+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.419585+0000 mgr.y (mgr.25504) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.499669+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.359 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.502088+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.360 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.504952+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.360 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.506041+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.360 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.514477+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.360 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.515182+0000 mgr.y (mgr.25504) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T15:08:48.360 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:47 smithi116 bash[92643]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-06T15:08:48.406 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.593123+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.597327+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.600145+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.601107+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.607978+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.608755+0000 mgr.y (mgr.25504) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.687976+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.690304+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.693383+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.694339+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.701206+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.701887+0000 mgr.y (mgr.25504) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.783108+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.785033+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.787869+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.788813+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.794877+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.795611+0000 mgr.y (mgr.25504) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.874288+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.878502+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.881885+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.883276+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.891124+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.891776+0000 mgr.y (mgr.25504) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.959111+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.961972+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.964767+0000 mon.a (mon.0) 1844 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.965909+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:47.975221+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:47.976099+0000 mgr.y (mgr.25504) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.058835+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.061505+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.064459+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.065349+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.070964+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.071408+0000 mgr.y (mgr.25504) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.151866+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.153911+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.156333+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.157241+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.164909+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.241486+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.243788+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.246978+0000 mon.a (mon.0) 1859 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.247961+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.254379+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.334924+0000 mon.a (mon.0) 1862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.338717+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.341715+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[80542]: audit 2023-12-06T15:08:48.342992+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.143898+0000 mgr.y (mgr.25504) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.239631+0000 mgr.y (mgr.25504) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.319755+0000 mgr.y (mgr.25504) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.407503+0000 mon.a (mon.0) 1812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.409852+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.412221+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.412936+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.418980+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.419585+0000 mgr.y (mgr.25504) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.499669+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.502088+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.504952+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.506041+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.514477+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.515182+0000 mgr.y (mgr.25504) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.593123+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.597327+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.600145+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.601107+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.607978+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.608755+0000 mgr.y (mgr.25504) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.687976+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.690304+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.693383+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.694339+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.701206+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.701887+0000 mgr.y (mgr.25504) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.783108+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.785033+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.787869+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.788813+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.794877+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.795611+0000 mgr.y (mgr.25504) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.874288+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.878502+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.881885+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.883276+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.891124+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.891776+0000 mgr.y (mgr.25504) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.959111+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.961972+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.964767+0000 mon.a (mon.0) 1844 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.965909+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:47.975221+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:47.976099+0000 mgr.y (mgr.25504) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.058835+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.061505+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.064459+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.065349+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.070964+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.071408+0000 mgr.y (mgr.25504) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.151866+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.153911+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.156333+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.157241+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.164909+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.241486+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.243788+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.246978+0000 mon.a (mon.0) 1859 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.247961+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.254379+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.334924+0000 mon.a (mon.0) 1862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.338717+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.341715+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:48 smithi116 bash[83021]: audit 2023-12-06T15:08:48.342992+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.143898+0000 mgr.y (mgr.25504) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.239631+0000 mgr.y (mgr.25504) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.319755+0000 mgr.y (mgr.25504) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.407503+0000 mon.a (mon.0) 1812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.409852+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.412221+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.412936+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.418980+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.419585+0000 mgr.y (mgr.25504) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.499669+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.502088+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.504952+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.506041+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.514477+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.515182+0000 mgr.y (mgr.25504) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.593123+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.597327+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.600145+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.601107+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.607978+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.608755+0000 mgr.y (mgr.25504) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.687976+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.690304+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.693383+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.694339+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.701206+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.701887+0000 mgr.y (mgr.25504) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.783108+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.785033+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.787869+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.788813+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.794877+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.795611+0000 mgr.y (mgr.25504) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.874288+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.878502+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.881885+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.883276+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.891124+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.891776+0000 mgr.y (mgr.25504) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.959111+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.961972+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.964767+0000 mon.a (mon.0) 1844 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.965909+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:47.975221+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:47.976099+0000 mgr.y (mgr.25504) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.058835+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.061505+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.064459+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.065349+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.070964+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.071408+0000 mgr.y (mgr.25504) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.151866+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.153911+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.156333+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.157241+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.164909+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.241486+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.243788+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.246978+0000 mon.a (mon.0) 1859 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.247961+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.254379+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.334924+0000 mon.a (mon.0) 1862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.338717+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.341715+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:48.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:48 smithi150 bash[70025]: audit 2023-12-06T15:08:48.342992+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.270 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:08:49.270 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 7s ago 20m - - 2023-12-06T15:08:49.270 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 7s ago 19m - - 2023-12-06T15:08:49.270 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (5m) 7s ago 12m 16.6M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:08:49.270 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (4m) 7s ago 12m 44.2M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (4m) 7s ago 10m 47.9M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (3m) 7s ago 19m 434M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (4m) 7s ago 21m 504M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (3m) 7s ago 21m 59.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (2m) 7s ago 19m 38.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (2m) 7s ago 19m 44.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (6m) 7s ago 13m 12.5M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (5m) 7s ago 12m 11.7M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (35s) 7s ago 18m 46.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 starting - - - 4096M 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (17m) 7s ago 17m 60.8M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (16m) 7s ago 16m 62.8M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:08:49.271 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (15m) 7s ago 16m 65.1M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (15m) 7s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (14m) 7s ago 14m 59.6M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (14m) 7s ago 14m 63.3M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (4m) 7s ago 13m 61.9M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (10m) 7s ago 10m 87.9M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (10m) 7s ago 10m 88.2M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (10m) 7s ago 10m 87.9M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:08:49.272 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (10m) 7s ago 10m 87.9M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:08:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.165468+0000 mgr.y (mgr.25504) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.255150+0000 mgr.y (mgr.25504) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.349605+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.350227+0000 mgr.y (mgr.25504) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cluster 2023-12-06T15:08:48.368821+0000 mgr.y (mgr.25504) 497 : cluster 0 pgmap v103: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.383936+0000 mgr.y (mgr.25504) 498 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.430567+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.433187+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.435524+0000 mon.a (mon.0) 1869 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.436399+0000 mon.a (mon.0) 1870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.443472+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.444112+0000 mgr.y (mgr.25504) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.519238+0000 mon.a (mon.0) 1872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.521201+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.523247+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.523944+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.529552+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.530096+0000 mgr.y (mgr.25504) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.607306+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.609655+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.165468+0000 mgr.y (mgr.25504) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.255150+0000 mgr.y (mgr.25504) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.349605+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.350227+0000 mgr.y (mgr.25504) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cluster 2023-12-06T15:08:48.368821+0000 mgr.y (mgr.25504) 497 : cluster 0 pgmap v103: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.383936+0000 mgr.y (mgr.25504) 498 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.430567+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.433187+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.435524+0000 mon.a (mon.0) 1869 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.436399+0000 mon.a (mon.0) 1870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.443472+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.444112+0000 mgr.y (mgr.25504) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.519238+0000 mon.a (mon.0) 1872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.521201+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.523247+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.523944+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.529552+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.530096+0000 mgr.y (mgr.25504) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.607306+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.609655+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.613675+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.614929+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.622281+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.622981+0000 mgr.y (mgr.25504) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.701178+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.704233+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.707417+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.708458+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.715794+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.717197+0000 mgr.y (mgr.25504) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.798595+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.805566+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.808132+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.809091+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.816076+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.816616+0000 mgr.y (mgr.25504) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.830928+0000 mgr.y (mgr.25504) 504 : audit 0 from='client.44260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.895251+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.897996+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.613675+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.614929+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.622281+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.622981+0000 mgr.y (mgr.25504) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.701178+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.704233+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.707417+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.708458+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.715794+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.717197+0000 mgr.y (mgr.25504) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.798595+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.805566+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.808132+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.809091+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.816076+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.816616+0000 mgr.y (mgr.25504) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.830928+0000 mgr.y (mgr.25504) 504 : audit 0 from='client.44260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.895251+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.897996+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.900628+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.901695+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.909328+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:48.910018+0000 mgr.y (mgr.25504) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.988853+0000 mon.a (mon.0) 1897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.992341+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.995097+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:48.996009+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.002611+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.003413+0000 mgr.y (mgr.25504) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.082852+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.086085+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.089605+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.091145+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.099870+0000 mon.a (mon.0) 1906 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.100872+0000 mgr.y (mgr.25504) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.181072+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.183394+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.185817+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.186608+0000 mon.a (mon.0) 1910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.191972+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.900628+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.901695+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.909328+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.432 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:48.910018+0000 mgr.y (mgr.25504) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.988853+0000 mon.a (mon.0) 1897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.992341+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.995097+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:48.996009+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.002611+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.003413+0000 mgr.y (mgr.25504) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.082852+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.433 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.086085+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.089605+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.091145+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.099870+0000 mon.a (mon.0) 1906 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.100872+0000 mgr.y (mgr.25504) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.181072+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.434 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.183394+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.185817+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.186608+0000 mon.a (mon.0) 1910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.191972+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.311368+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.314474+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.318728+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.320039+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[80542]: audit 2023-12-06T15:08:49.329175+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.435 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.311368+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.436 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.314474+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.436 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.318728+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.436 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.320039+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.436 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:49 smithi116 bash[83021]: audit 2023-12-06T15:08:49.329175+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.165468+0000 mgr.y (mgr.25504) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.255150+0000 mgr.y (mgr.25504) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.349605+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.350227+0000 mgr.y (mgr.25504) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cluster 2023-12-06T15:08:48.368821+0000 mgr.y (mgr.25504) 497 : cluster 0 pgmap v103: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.383936+0000 mgr.y (mgr.25504) 498 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.430567+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.433187+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.435524+0000 mon.a (mon.0) 1869 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.436399+0000 mon.a (mon.0) 1870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.443472+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.444112+0000 mgr.y (mgr.25504) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.519238+0000 mon.a (mon.0) 1872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.521201+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.523247+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.523944+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.529552+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.530096+0000 mgr.y (mgr.25504) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.607306+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.609655+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.613675+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.614929+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.622281+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.622981+0000 mgr.y (mgr.25504) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.701178+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.704233+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.707417+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.708458+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.715794+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.717197+0000 mgr.y (mgr.25504) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.798595+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.805566+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.808132+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.809091+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.816076+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.816616+0000 mgr.y (mgr.25504) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.830928+0000 mgr.y (mgr.25504) 504 : audit 0 from='client.44260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.895251+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.897996+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.900628+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.901695+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.909328+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:48.910018+0000 mgr.y (mgr.25504) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.988853+0000 mon.a (mon.0) 1897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.992341+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.995097+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:48.996009+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.002611+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.003413+0000 mgr.y (mgr.25504) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.082852+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.086085+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.089605+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.091145+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.099870+0000 mon.a (mon.0) 1906 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.100872+0000 mgr.y (mgr.25504) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.181072+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.183394+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.185817+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.186608+0000 mon.a (mon.0) 1910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.191972+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.311368+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:49.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.314474+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:49.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.318728+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.320039+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.700 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:49 smithi150 bash[70025]: audit 2023-12-06T15:08:49.329175+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:49.740 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:08:49.741 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:08:49.742 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:08:49.742 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-06T15:08:49.742 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T15:08:49.742 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:08:49.742 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:08:50.197 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:08:50.197 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:08:50.197 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:08:50.197 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "6/23 daemons upgraded", 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:08:50.198 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:08:50.199 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:08:50.369 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.192518+0000 mgr.y (mgr.25504) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.243351+0000 mgr.y (mgr.25504) 509 : audit 0 from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.330038+0000 mgr.y (mgr.25504) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.412538+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.414656+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.416999+0000 mon.a (mon.0) 1919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.418090+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.425639+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.370 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.426950+0000 mgr.y (mgr.25504) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.506547+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.508962+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.511366+0000 mon.a (mon.0) 1924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.512101+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.519230+0000 mon.a (mon.0) 1926 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.519762+0000 mgr.y (mgr.25504) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.601287+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.605106+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.608679+0000 mon.a (mon.0) 1929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.610001+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.618655+0000 mon.a (mon.0) 1931 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.619257+0000 mgr.y (mgr.25504) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.697030+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.699689+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.703031+0000 mon.a (mon.0) 1934 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.704280+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.713193+0000 mon.a (mon.0) 1936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.713805+0000 mgr.y (mgr.25504) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.738039+0000 mon.a (mon.0) 1937 : audit 0 from='client.? 172.21.15.116:0/695573803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.764547+0000 mgr.y (mgr.25504) 515 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.794370+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.796622+0000 mon.a (mon.0) 1939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.800160+0000 mon.a (mon.0) 1940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.801297+0000 mon.a (mon.0) 1941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.809772+0000 mon.a (mon.0) 1942 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.810516+0000 mgr.y (mgr.25504) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.891556+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.893794+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.896686+0000 mon.a (mon.0) 1945 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.897664+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.903614+0000 mon.a (mon.0) 1947 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.904212+0000 mgr.y (mgr.25504) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.982704+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.984809+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.987513+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.988669+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:49.995740+0000 mon.a (mon.0) 1952 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:49.996606+0000 mgr.y (mgr.25504) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.076487+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.080077+0000 mon.a (mon.0) 1954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.082996+0000 mon.a (mon.0) 1955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.084183+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.091904+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.092684+0000 mgr.y (mgr.25504) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.174602+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.176776+0000 mon.a (mon.0) 1959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.179395+0000 mon.a (mon.0) 1960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.180497+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.187712+0000 mon.a (mon.0) 1962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.267635+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.271984+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.275338+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.276249+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.281909+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.343801+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.345979+0000 mon.a (mon.0) 1969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.348148+0000 mon.a (mon.0) 1970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.348878+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[80542]: audit 2023-12-06T15:08:50.356155+0000 mon.a (mon.0) 1972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.192518+0000 mgr.y (mgr.25504) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.243351+0000 mgr.y (mgr.25504) 509 : audit 0 from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.330038+0000 mgr.y (mgr.25504) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.412538+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.414656+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.416999+0000 mon.a (mon.0) 1919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.418090+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.425639+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.426950+0000 mgr.y (mgr.25504) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.506547+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.508962+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.511366+0000 mon.a (mon.0) 1924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.512101+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.519230+0000 mon.a (mon.0) 1926 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.519762+0000 mgr.y (mgr.25504) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.601287+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.605106+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.608679+0000 mon.a (mon.0) 1929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.610001+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.618655+0000 mon.a (mon.0) 1931 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.619257+0000 mgr.y (mgr.25504) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.697030+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.699689+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.703031+0000 mon.a (mon.0) 1934 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.704280+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.713193+0000 mon.a (mon.0) 1936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.713805+0000 mgr.y (mgr.25504) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.738039+0000 mon.a (mon.0) 1937 : audit 0 from='client.? 172.21.15.116:0/695573803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.764547+0000 mgr.y (mgr.25504) 515 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.794370+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.796622+0000 mon.a (mon.0) 1939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.800160+0000 mon.a (mon.0) 1940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.801297+0000 mon.a (mon.0) 1941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.809772+0000 mon.a (mon.0) 1942 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.810516+0000 mgr.y (mgr.25504) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.891556+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.893794+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.896686+0000 mon.a (mon.0) 1945 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.897664+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.903614+0000 mon.a (mon.0) 1947 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.904212+0000 mgr.y (mgr.25504) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.982704+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.984809+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.987513+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.988669+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:49.995740+0000 mon.a (mon.0) 1952 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:49.996606+0000 mgr.y (mgr.25504) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.076487+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.080077+0000 mon.a (mon.0) 1954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.082996+0000 mon.a (mon.0) 1955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.084183+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.091904+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.092684+0000 mgr.y (mgr.25504) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.174602+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.176776+0000 mon.a (mon.0) 1959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.179395+0000 mon.a (mon.0) 1960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.180497+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.187712+0000 mon.a (mon.0) 1962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.267635+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.271984+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.275338+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.276249+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.281909+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.343801+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.345979+0000 mon.a (mon.0) 1969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.348148+0000 mon.a (mon.0) 1970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.348878+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:50 smithi116 bash[83021]: audit 2023-12-06T15:08:50.356155+0000 mon.a (mon.0) 1972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.192518+0000 mgr.y (mgr.25504) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.243351+0000 mgr.y (mgr.25504) 509 : audit 0 from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.330038+0000 mgr.y (mgr.25504) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.412538+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.414656+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.416999+0000 mon.a (mon.0) 1919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.418090+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.425639+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.426950+0000 mgr.y (mgr.25504) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.506547+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.508962+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.511366+0000 mon.a (mon.0) 1924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.512101+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.519230+0000 mon.a (mon.0) 1926 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.519762+0000 mgr.y (mgr.25504) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.601287+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.605106+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.608679+0000 mon.a (mon.0) 1929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.610001+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.618655+0000 mon.a (mon.0) 1931 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.619257+0000 mgr.y (mgr.25504) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.697030+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.699689+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.703031+0000 mon.a (mon.0) 1934 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.704280+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.713193+0000 mon.a (mon.0) 1936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.713805+0000 mgr.y (mgr.25504) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.738039+0000 mon.a (mon.0) 1937 : audit 0 from='client.? 172.21.15.116:0/695573803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.764547+0000 mgr.y (mgr.25504) 515 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.794370+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.796622+0000 mon.a (mon.0) 1939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.800160+0000 mon.a (mon.0) 1940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.801297+0000 mon.a (mon.0) 1941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.809772+0000 mon.a (mon.0) 1942 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.810516+0000 mgr.y (mgr.25504) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.891556+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.893794+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.896686+0000 mon.a (mon.0) 1945 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.897664+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.903614+0000 mon.a (mon.0) 1947 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.904212+0000 mgr.y (mgr.25504) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.982704+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.984809+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.987513+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.988669+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:49.995740+0000 mon.a (mon.0) 1952 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:49.996606+0000 mgr.y (mgr.25504) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.076487+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.080077+0000 mon.a (mon.0) 1954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.082996+0000 mon.a (mon.0) 1955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.084183+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.091904+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.092684+0000 mgr.y (mgr.25504) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.174602+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.176776+0000 mon.a (mon.0) 1959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.179395+0000 mon.a (mon.0) 1960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.180497+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.187712+0000 mon.a (mon.0) 1962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.267635+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.271984+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.275338+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.276249+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.281909+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.343801+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.345979+0000 mon.a (mon.0) 1969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:50.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.348148+0000 mon.a (mon.0) 1970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:50.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.348878+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:50.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:50 smithi150 bash[70025]: audit 2023-12-06T15:08:50.356155+0000 mon.a (mon.0) 1972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 89/630 objects degraded (14.127%), 25 pgs degraded 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: osd.1 (root=default,host=smithi116) is down 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 89/630 objects degraded (14.127%), 25 pgs degraded 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.4 is active+undersized+degraded, acting [0,7] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.8 is active+undersized+degraded, acting [7,0] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.d is active+undersized+degraded, acting [4,3] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.10 is active+undersized+degraded, acting [2,0] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.15 is active+undersized+degraded, acting [5,0] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-06T15:08:50.703 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.d is active+undersized+degraded, acting [4,2] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.e is active+undersized+degraded, acting [4,6] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-06T15:08:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.188462+0000 mgr.y (mgr.25504) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.193634+0000 mgr.y (mgr.25504) 521 : audit 0 from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.282463+0000 mgr.y (mgr.25504) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.356848+0000 mgr.y (mgr.25504) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cluster 2023-12-06T15:08:50.371880+0000 mgr.y (mgr.25504) 524 : cluster 0 pgmap v104: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.440147+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.442524+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.445333+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.446338+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.642 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.453715+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.454262+0000 mgr.y (mgr.25504) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.533552+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.536188+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.538768+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.539706+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.547394+0000 mon.a (mon.0) 1982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.547956+0000 mgr.y (mgr.25504) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.625086+0000 mon.a (mon.0) 1983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.643 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.628251+0000 mon.a (mon.0) 1984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.188462+0000 mgr.y (mgr.25504) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.193634+0000 mgr.y (mgr.25504) 521 : audit 0 from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.282463+0000 mgr.y (mgr.25504) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.356848+0000 mgr.y (mgr.25504) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cluster 2023-12-06T15:08:50.371880+0000 mgr.y (mgr.25504) 524 : cluster 0 pgmap v104: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.440147+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.442524+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.445333+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.446338+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.453715+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.454262+0000 mgr.y (mgr.25504) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.533552+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.536188+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.538768+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.539706+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.547394+0000 mon.a (mon.0) 1982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.547956+0000 mgr.y (mgr.25504) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.625086+0000 mon.a (mon.0) 1983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.628251+0000 mon.a (mon.0) 1984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.632125+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.633245+0000 mon.a (mon.0) 1986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.642872+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.643625+0000 mgr.y (mgr.25504) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.700263+0000 mon.a (mon.0) 1988 : audit 0 from='client.? 172.21.15.116:0/4265038153' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:08:51.645 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.723501+0000 mon.a (mon.0) 1989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.725629+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.729120+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.730245+0000 mon.a (mon.0) 1992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.738443+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.739054+0000 mgr.y (mgr.25504) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.821162+0000 mon.a (mon.0) 1994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.823929+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.827489+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.828665+0000 mon.a (mon.0) 1997 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.835817+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.836283+0000 mgr.y (mgr.25504) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.646 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.917973+0000 mon.a (mon.0) 1999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.920843+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.923655+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.632125+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.633245+0000 mon.a (mon.0) 1986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.642872+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.643625+0000 mgr.y (mgr.25504) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.700263+0000 mon.a (mon.0) 1988 : audit 0 from='client.? 172.21.15.116:0/4265038153' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.723501+0000 mon.a (mon.0) 1989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.725629+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.729120+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.647 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.730245+0000 mon.a (mon.0) 1992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.738443+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.739054+0000 mgr.y (mgr.25504) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.821162+0000 mon.a (mon.0) 1994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.823929+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.827489+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.828665+0000 mon.a (mon.0) 1997 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.835817+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.836283+0000 mgr.y (mgr.25504) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.917973+0000 mon.a (mon.0) 1999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.920843+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.648 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.923655+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.924766+0000 mon.a (mon.0) 2002 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:50.931284+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:50.931906+0000 mgr.y (mgr.25504) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.009644+0000 mon.a (mon.0) 2004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.011738+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.014829+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.016157+0000 mon.a (mon.0) 2007 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.025477+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.026273+0000 mgr.y (mgr.25504) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.649 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.106465+0000 mon.a (mon.0) 2009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.110704+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.114368+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.115679+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.124306+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.203415+0000 mon.a (mon.0) 2014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.206490+0000 mon.a (mon.0) 2015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.210215+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.211496+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.220509+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.303086+0000 mon.a (mon.0) 2019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.650 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.305255+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.309080+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.310391+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[80542]: audit 2023-12-06T15:08:51.317425+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.924766+0000 mon.a (mon.0) 2002 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:50.931284+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:50.931906+0000 mgr.y (mgr.25504) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.009644+0000 mon.a (mon.0) 2004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.651 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.011738+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.014829+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.016157+0000 mon.a (mon.0) 2007 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.025477+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.026273+0000 mgr.y (mgr.25504) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.106465+0000 mon.a (mon.0) 2009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.110704+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.114368+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.115679+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.124306+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.203415+0000 mon.a (mon.0) 2014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.206490+0000 mon.a (mon.0) 2015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.210215+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.211496+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.653 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.220509+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.653 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.303086+0000 mon.a (mon.0) 2019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.653 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.305255+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.653 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.309080+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.653 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.310391+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.653 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[83021]: audit 2023-12-06T15:08:51.317425+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.188462+0000 mgr.y (mgr.25504) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.193634+0000 mgr.y (mgr.25504) 521 : audit 0 from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.282463+0000 mgr.y (mgr.25504) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.356848+0000 mgr.y (mgr.25504) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cluster 2023-12-06T15:08:50.371880+0000 mgr.y (mgr.25504) 524 : cluster 0 pgmap v104: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.440147+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.442524+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.445333+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.446338+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.453715+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.454262+0000 mgr.y (mgr.25504) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.533552+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.536188+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.538768+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.539706+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.547394+0000 mon.a (mon.0) 1982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.547956+0000 mgr.y (mgr.25504) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.625086+0000 mon.a (mon.0) 1983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.628251+0000 mon.a (mon.0) 1984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.632125+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.633245+0000 mon.a (mon.0) 1986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.642872+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.643625+0000 mgr.y (mgr.25504) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.700263+0000 mon.a (mon.0) 1988 : audit 0 from='client.? 172.21.15.116:0/4265038153' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.723501+0000 mon.a (mon.0) 1989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.725629+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.729120+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.730245+0000 mon.a (mon.0) 1992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.738443+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.739054+0000 mgr.y (mgr.25504) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.821162+0000 mon.a (mon.0) 1994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.823929+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.827489+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.828665+0000 mon.a (mon.0) 1997 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.835817+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.836283+0000 mgr.y (mgr.25504) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.917973+0000 mon.a (mon.0) 1999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.920843+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.923655+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.924766+0000 mon.a (mon.0) 2002 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:50.931284+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:50.931906+0000 mgr.y (mgr.25504) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.009644+0000 mon.a (mon.0) 2004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.011738+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.014829+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.016157+0000 mon.a (mon.0) 2007 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.025477+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.026273+0000 mgr.y (mgr.25504) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.106465+0000 mon.a (mon.0) 2009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.110704+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.114368+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.115679+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.124306+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.203415+0000 mon.a (mon.0) 2014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.206490+0000 mon.a (mon.0) 2015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.210215+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.211496+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.220509+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.303086+0000 mon.a (mon.0) 2019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.305255+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:51.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.309080+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:51.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.310391+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:51.699 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:51 smithi150 bash[70025]: audit 2023-12-06T15:08:51.317425+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:51.884 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:51 smithi116 bash[93185]: debug 2023-12-06T15:08:51.682+0000 7f688a1fd700 1 -- 172.21.15.116:0/4225555936 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5590e310b1e0 con 0x5590e3191000 2023-12-06T15:08:52.380 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[93185]: debug 2023-12-06T15:08:52.233+0000 7f6893383640 -1 Falling back to public interface 2023-12-06T15:08:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.124822+0000 mgr.y (mgr.25504) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.221242+0000 mgr.y (mgr.25504) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.318033+0000 mgr.y (mgr.25504) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.391907+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.394267+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.396659+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.397698+0000 mon.a (mon.0) 2027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.405908+0000 mon.a (mon.0) 2028 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.406694+0000 mgr.y (mgr.25504) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.485476+0000 mon.a (mon.0) 2029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.488758+0000 mon.a (mon.0) 2030 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.490928+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.491695+0000 mon.a (mon.0) 2032 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.500565+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.501293+0000 mgr.y (mgr.25504) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.566206+0000 mon.a (mon.0) 2034 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.568852+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.571730+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.572833+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.580998+0000 mon.a (mon.0) 2038 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.581870+0000 mgr.y (mgr.25504) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.643912+0000 mon.a (mon.0) 2039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.646488+0000 mon.a (mon.0) 2040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.649190+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.650082+0000 mon.a (mon.0) 2042 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.657985+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.658764+0000 mgr.y (mgr.25504) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.739583+0000 mon.a (mon.0) 2044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.743477+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.746579+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.747800+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.757142+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.757630+0000 mgr.y (mgr.25504) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.838939+0000 mon.a (mon.0) 2049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.841311+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.843460+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.844565+0000 mon.a (mon.0) 2052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.852260+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.852785+0000 mgr.y (mgr.25504) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.930490+0000 mon.a (mon.0) 2054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.932772+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.935157+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.936084+0000 mon.a (mon.0) 2057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:51.944386+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:51.945007+0000 mgr.y (mgr.25504) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.022521+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.025781+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.029313+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.030702+0000 mon.a (mon.0) 2062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.041513+0000 mon.a (mon.0) 2063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.042201+0000 mgr.y (mgr.25504) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.124938+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.127288+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.129537+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.130334+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.139808+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.217774+0000 mon.a (mon.0) 2069 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.220849+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.224662+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.225981+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.233416+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.316434+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.318447+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.320670+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.321635+0000 mon.a (mon.0) 2077 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:52 smithi150 bash[70025]: audit 2023-12-06T15:08:52.330674+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:08:52] "GET /metrics HTTP/1.1" 200 38407 "" "Prometheus/2.33.4" 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.124822+0000 mgr.y (mgr.25504) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.221242+0000 mgr.y (mgr.25504) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.318033+0000 mgr.y (mgr.25504) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.391907+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.394267+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.396659+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.397698+0000 mon.a (mon.0) 2027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.405908+0000 mon.a (mon.0) 2028 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.406694+0000 mgr.y (mgr.25504) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.485476+0000 mon.a (mon.0) 2029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.488758+0000 mon.a (mon.0) 2030 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.490928+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.491695+0000 mon.a (mon.0) 2032 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.500565+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.501293+0000 mgr.y (mgr.25504) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.566206+0000 mon.a (mon.0) 2034 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.568852+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.571730+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.572833+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.580998+0000 mon.a (mon.0) 2038 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.124822+0000 mgr.y (mgr.25504) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.221242+0000 mgr.y (mgr.25504) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.318033+0000 mgr.y (mgr.25504) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.391907+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.394267+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.396659+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.397698+0000 mon.a (mon.0) 2027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.405908+0000 mon.a (mon.0) 2028 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.406694+0000 mgr.y (mgr.25504) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.485476+0000 mon.a (mon.0) 2029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.488758+0000 mon.a (mon.0) 2030 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.490928+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.491695+0000 mon.a (mon.0) 2032 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.500565+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.501293+0000 mgr.y (mgr.25504) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.566206+0000 mon.a (mon.0) 2034 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.568852+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.571730+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.572833+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.580998+0000 mon.a (mon.0) 2038 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.581870+0000 mgr.y (mgr.25504) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.643912+0000 mon.a (mon.0) 2039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.646488+0000 mon.a (mon.0) 2040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.649190+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.650082+0000 mon.a (mon.0) 2042 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.657985+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.658764+0000 mgr.y (mgr.25504) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.739583+0000 mon.a (mon.0) 2044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.743477+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.746579+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.747800+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.757142+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.757630+0000 mgr.y (mgr.25504) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.838939+0000 mon.a (mon.0) 2049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.841311+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.843460+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.844565+0000 mon.a (mon.0) 2052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.852260+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.852785+0000 mgr.y (mgr.25504) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.930490+0000 mon.a (mon.0) 2054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.581870+0000 mgr.y (mgr.25504) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.643912+0000 mon.a (mon.0) 2039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.646488+0000 mon.a (mon.0) 2040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.649190+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.650082+0000 mon.a (mon.0) 2042 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.657985+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.658764+0000 mgr.y (mgr.25504) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.739583+0000 mon.a (mon.0) 2044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.743477+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.746579+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.747800+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.757142+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.757630+0000 mgr.y (mgr.25504) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.838939+0000 mon.a (mon.0) 2049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.841311+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.843460+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.844565+0000 mon.a (mon.0) 2052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.852260+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.852785+0000 mgr.y (mgr.25504) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.930490+0000 mon.a (mon.0) 2054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.932772+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.935157+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.936084+0000 mon.a (mon.0) 2057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:51.944386+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:51.945007+0000 mgr.y (mgr.25504) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.022521+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.025781+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.029313+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.030702+0000 mon.a (mon.0) 2062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.041513+0000 mon.a (mon.0) 2063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.042201+0000 mgr.y (mgr.25504) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.124938+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.127288+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.129537+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.130334+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.139808+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.217774+0000 mon.a (mon.0) 2069 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.220849+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.224662+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.225981+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.233416+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.316434+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.318447+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.320670+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.321635+0000 mon.a (mon.0) 2077 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[83021]: audit 2023-12-06T15:08:52.330674+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.932772+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.935157+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.936084+0000 mon.a (mon.0) 2057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:51.944386+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:51.945007+0000 mgr.y (mgr.25504) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.022521+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.025781+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.029313+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.030702+0000 mon.a (mon.0) 2062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.041513+0000 mon.a (mon.0) 2063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.042201+0000 mgr.y (mgr.25504) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.124938+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.127288+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.129537+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.130334+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.139808+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.217774+0000 mon.a (mon.0) 2069 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.220849+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.224662+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.225981+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.233416+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:52.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.316434+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:52.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.318447+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:52.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.320670+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:52.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.321635+0000 mon.a (mon.0) 2077 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:52.931 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:52 smithi116 bash[80542]: audit 2023-12-06T15:08:52.330674+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.140393+0000 mgr.y (mgr.25504) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.233880+0000 mgr.y (mgr.25504) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.331278+0000 mgr.y (mgr.25504) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cluster 2023-12-06T15:08:52.372771+0000 mgr.y (mgr.25504) 546 : cluster 0 pgmap v105: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.411202+0000 mon.a (mon.0) 2079 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.413527+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.416606+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.417534+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.424280+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.424949+0000 mgr.y (mgr.25504) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.502093+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.506105+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.510224+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.511614+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.520756+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.521471+0000 mgr.y (mgr.25504) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.604456+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.606870+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.610428+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.611658+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.620383+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.620992+0000 mgr.y (mgr.25504) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.702862+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.705015+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.707581+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.708519+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.715790+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.716354+0000 mgr.y (mgr.25504) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.791494+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.794640+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.798976+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.800285+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.806714+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.807428+0000 mgr.y (mgr.25504) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.889818+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.894055+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.897155+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.898389+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.905153+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.906236+0000 mgr.y (mgr.25504) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.140393+0000 mgr.y (mgr.25504) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.233880+0000 mgr.y (mgr.25504) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.331278+0000 mgr.y (mgr.25504) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cluster 2023-12-06T15:08:52.372771+0000 mgr.y (mgr.25504) 546 : cluster 0 pgmap v105: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.411202+0000 mon.a (mon.0) 2079 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.413527+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.416606+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.417534+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.424280+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.424949+0000 mgr.y (mgr.25504) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.502093+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.506105+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.510224+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.511614+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.520756+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.521471+0000 mgr.y (mgr.25504) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.604456+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.606870+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.610428+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.975197+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.978980+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.982150+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.983543+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:52.988883+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:52.989346+0000 mgr.y (mgr.25504) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.051453+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.053718+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.056141+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.056988+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.065131+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.065686+0000 mgr.y (mgr.25504) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.144533+0000 mon.a (mon.0) 2119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.147355+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.149791+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.151395+0000 mon.a (mon.0) 2122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.159413+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.241456+0000 mon.a (mon.0) 2124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.246261+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.250405+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.251525+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.258816+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.341039+0000 mon.a (mon.0) 2129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.343556+0000 mon.a (mon.0) 2130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.346296+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.347207+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[83021]: audit 2023-12-06T15:08:53.354273+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.611658+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.620383+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.620992+0000 mgr.y (mgr.25504) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.702862+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.705015+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.707581+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.708519+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.715790+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.716354+0000 mgr.y (mgr.25504) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.791494+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.794640+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.798976+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.800285+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.806714+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.807428+0000 mgr.y (mgr.25504) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.889818+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.894055+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.897155+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.898389+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.905153+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.906236+0000 mgr.y (mgr.25504) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.975197+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.978980+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.982150+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.983543+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:52.988883+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:52.989346+0000 mgr.y (mgr.25504) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.051453+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.053718+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.056141+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.056988+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.065131+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.065686+0000 mgr.y (mgr.25504) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.144533+0000 mon.a (mon.0) 2119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.147355+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.149791+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.151395+0000 mon.a (mon.0) 2122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.159413+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.241456+0000 mon.a (mon.0) 2124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.246261+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.250405+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.251525+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.258816+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.341039+0000 mon.a (mon.0) 2129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.343556+0000 mon.a (mon.0) 2130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.346296+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.347207+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:53 smithi116 bash[80542]: audit 2023-12-06T15:08:53.354273+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.140393+0000 mgr.y (mgr.25504) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.233880+0000 mgr.y (mgr.25504) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.331278+0000 mgr.y (mgr.25504) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cluster 2023-12-06T15:08:52.372771+0000 mgr.y (mgr.25504) 546 : cluster 0 pgmap v105: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.411202+0000 mon.a (mon.0) 2079 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.413527+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.416606+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.417534+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.424280+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.424949+0000 mgr.y (mgr.25504) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.502093+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.506105+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.510224+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.511614+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.520756+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.521471+0000 mgr.y (mgr.25504) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.604456+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.606870+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.610428+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.611658+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.620383+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.620992+0000 mgr.y (mgr.25504) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.702862+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.705015+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.707581+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.708519+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.715790+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.716354+0000 mgr.y (mgr.25504) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.791494+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.794640+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.798976+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.800285+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.806714+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.807428+0000 mgr.y (mgr.25504) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.889818+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.894055+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.897155+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.898389+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.905153+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.906236+0000 mgr.y (mgr.25504) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.975197+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.978980+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.982150+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.983543+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:52.988883+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:52.989346+0000 mgr.y (mgr.25504) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.051453+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.053718+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.056141+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.056988+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.065131+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.065686+0000 mgr.y (mgr.25504) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.144533+0000 mon.a (mon.0) 2119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.147355+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.149791+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.151395+0000 mon.a (mon.0) 2122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.159413+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.241456+0000 mon.a (mon.0) 2124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.246261+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.250405+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.251525+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.258816+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.341039+0000 mon.a (mon.0) 2129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:53.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.343556+0000 mon.a (mon.0) 2130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:53.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.346296+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.347207+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:53.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:53 smithi150 bash[70025]: audit 2023-12-06T15:08:53.354273+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.159991+0000 mgr.y (mgr.25504) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.259297+0000 mgr.y (mgr.25504) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.354989+0000 mgr.y (mgr.25504) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.417110+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.420029+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.422383+0000 mon.a (mon.0) 2136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.423338+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.431177+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.432115+0000 mgr.y (mgr.25504) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.511611+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.514128+0000 mon.a (mon.0) 2140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.518052+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.519161+0000 mon.a (mon.0) 2142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.528182+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.529149+0000 mgr.y (mgr.25504) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.609532+0000 mon.a (mon.0) 2144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.611873+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.614620+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.615915+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.623126+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.623954+0000 mgr.y (mgr.25504) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.708451+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.712730+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.716414+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.717507+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.724654+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.725252+0000 mgr.y (mgr.25504) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.803282+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.813322+0000 mon.a (mon.0) 2155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.817377+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.818602+0000 mon.a (mon.0) 2157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.826812+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.827655+0000 mgr.y (mgr.25504) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.909437+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.912252+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.915630+0000 mon.a (mon.0) 2161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.916770+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:53.924864+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:53.925522+0000 mgr.y (mgr.25504) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.004989+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.007049+0000 mon.a (mon.0) 2165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.009247+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.010113+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.016225+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.016989+0000 mgr.y (mgr.25504) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.097906+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.100447+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.103688+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.104854+0000 mon.a (mon.0) 2172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.112378+0000 mon.a (mon.0) 2173 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.113046+0000 mgr.y (mgr.25504) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.193745+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.196251+0000 mon.a (mon.0) 2175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.199261+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.200369+0000 mon.a (mon.0) 2177 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.207793+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.291217+0000 mon.a (mon.0) 2179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.295696+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.298538+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.299757+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[80542]: audit 2023-12-06T15:08:54.306481+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.159991+0000 mgr.y (mgr.25504) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.259297+0000 mgr.y (mgr.25504) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.354989+0000 mgr.y (mgr.25504) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.417110+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.420029+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.422383+0000 mon.a (mon.0) 2136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.423338+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.431177+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.432115+0000 mgr.y (mgr.25504) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.511611+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.514128+0000 mon.a (mon.0) 2140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.518052+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.519161+0000 mon.a (mon.0) 2142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.528182+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.529149+0000 mgr.y (mgr.25504) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.609532+0000 mon.a (mon.0) 2144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.611873+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.614620+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.615915+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.623126+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.623954+0000 mgr.y (mgr.25504) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.708451+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.712730+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.716414+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.717507+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.724654+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.725252+0000 mgr.y (mgr.25504) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.803282+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.813322+0000 mon.a (mon.0) 2155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.817377+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.818602+0000 mon.a (mon.0) 2157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.826812+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.827655+0000 mgr.y (mgr.25504) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.909437+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.912252+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.915630+0000 mon.a (mon.0) 2161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.916770+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:53.924864+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:53.925522+0000 mgr.y (mgr.25504) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.004989+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.007049+0000 mon.a (mon.0) 2165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.009247+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.010113+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.016225+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.016989+0000 mgr.y (mgr.25504) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.097906+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.100447+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.103688+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.104854+0000 mon.a (mon.0) 2172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.112378+0000 mon.a (mon.0) 2173 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.113046+0000 mgr.y (mgr.25504) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.193745+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.196251+0000 mon.a (mon.0) 2175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.199261+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.200369+0000 mon.a (mon.0) 2177 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.207793+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.291217+0000 mon.a (mon.0) 2179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.295696+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.298538+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.299757+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:54 smithi116 bash[83021]: audit 2023-12-06T15:08:54.306481+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.159991+0000 mgr.y (mgr.25504) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.259297+0000 mgr.y (mgr.25504) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.354989+0000 mgr.y (mgr.25504) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.417110+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.420029+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.422383+0000 mon.a (mon.0) 2136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.423338+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.431177+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.432115+0000 mgr.y (mgr.25504) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.511611+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.514128+0000 mon.a (mon.0) 2140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.518052+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.519161+0000 mon.a (mon.0) 2142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.528182+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.529149+0000 mgr.y (mgr.25504) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.609532+0000 mon.a (mon.0) 2144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.611873+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.614620+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.615915+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.623126+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.623954+0000 mgr.y (mgr.25504) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.708451+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.712730+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.716414+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.717507+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.724654+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.725252+0000 mgr.y (mgr.25504) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.803282+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.813322+0000 mon.a (mon.0) 2155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.817377+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.818602+0000 mon.a (mon.0) 2157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.826812+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.827655+0000 mgr.y (mgr.25504) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.909437+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.912252+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.915630+0000 mon.a (mon.0) 2161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.916770+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:53.924864+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:53.925522+0000 mgr.y (mgr.25504) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.004989+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.007049+0000 mon.a (mon.0) 2165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.009247+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.010113+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.016225+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.016989+0000 mgr.y (mgr.25504) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.097906+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.100447+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.103688+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.104854+0000 mon.a (mon.0) 2172 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.112378+0000 mon.a (mon.0) 2173 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.113046+0000 mgr.y (mgr.25504) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.193745+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.196251+0000 mon.a (mon.0) 2175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.199261+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.200369+0000 mon.a (mon.0) 2177 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.207793+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:54.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.291217+0000 mon.a (mon.0) 2179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:54.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.295696+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:54.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.298538+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:54.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.299757+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:54.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:54 smithi150 bash[70025]: audit 2023-12-06T15:08:54.306481+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.497 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[93185]: debug 2023-12-06T15:08:55.225+0000 7f6893383640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-06T15:08:55.497 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[93185]: debug 2023-12-06T15:08:55.277+0000 7f6893383640 -1 osd.1 117 log_to_monitors true 2023-12-06T15:08:55.497 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.208479+0000 mgr.y (mgr.25504) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.307090+0000 mgr.y (mgr.25504) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cluster 2023-12-06T15:08:54.373595+0000 mgr.y (mgr.25504) 568 : cluster 0 pgmap v106: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.389187+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.393087+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.395510+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.396304+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.401603+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.402557+0000 mgr.y (mgr.25504) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.477344+0000 mon.a (mon.0) 2189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.479499+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.482300+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.498 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.483142+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.501884+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.502483+0000 mgr.y (mgr.25504) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.563948+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.567012+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.570478+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.571862+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.208479+0000 mgr.y (mgr.25504) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.307090+0000 mgr.y (mgr.25504) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cluster 2023-12-06T15:08:54.373595+0000 mgr.y (mgr.25504) 568 : cluster 0 pgmap v106: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:55.499 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.389187+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.393087+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.395510+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.396304+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.401603+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.402557+0000 mgr.y (mgr.25504) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.477344+0000 mon.a (mon.0) 2189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.479499+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.482300+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.483142+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.501884+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.502483+0000 mgr.y (mgr.25504) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.563948+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.567012+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.570478+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.500 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.571862+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.578603+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.579597+0000 mgr.y (mgr.25504) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.656250+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.658760+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.661227+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.662328+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.668087+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.668736+0000 mgr.y (mgr.25504) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.749765+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.753317+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.501 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.756347+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.757311+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.763460+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.764090+0000 mgr.y (mgr.25504) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.842022+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.845068+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.848022+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.849275+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.857427+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.858022+0000 mgr.y (mgr.25504) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.578603+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.502 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.579597+0000 mgr.y (mgr.25504) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.656250+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.658760+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.661227+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.662328+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.668087+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.668736+0000 mgr.y (mgr.25504) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.749765+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.753317+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.756347+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.757311+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.763460+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.764090+0000 mgr.y (mgr.25504) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.842022+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.503 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.845068+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.848022+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.849275+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.857427+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.858022+0000 mgr.y (mgr.25504) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.936402+0000 mon.a (mon.0) 2214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.939188+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.942454+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.943205+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:54.949613+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:54.951493+0000 mgr.y (mgr.25504) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.018784+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.504 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.020801+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.022919+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.023651+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.029556+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.030524+0000 mgr.y (mgr.25504) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.110157+0000 mon.a (mon.0) 2224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.112638+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.116503+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.117932+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.125700+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.210146+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.212510+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.505 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.215235+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.936402+0000 mon.a (mon.0) 2214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.939188+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.942454+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.943205+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:54.949613+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:54.951493+0000 mgr.y (mgr.25504) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.018784+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.020801+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.022919+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.023651+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.029556+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.506 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.030524+0000 mgr.y (mgr.25504) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.110157+0000 mon.a (mon.0) 2224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.112638+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.116503+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.117932+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.125700+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.210146+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.212510+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.215235+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.507 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.216019+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.222712+0000 mon.a (mon.0) 2233 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.285983+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.286276+0000 mon.c (mon.1) 8 : audit 1 from='osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.287083+0000 mon.a (mon.0) 2235 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.290785+0000 mon.a (mon.0) 2236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.293560+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.294714+0000 mon.a (mon.0) 2238 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[80542]: audit 2023-12-06T15:08:55.302179+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.216019+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.222712+0000 mon.a (mon.0) 2233 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.285983+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.508 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.286276+0000 mon.c (mon.1) 8 : audit 1 from='osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:08:55.509 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.287083+0000 mon.a (mon.0) 2235 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:08:55.509 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.290785+0000 mon.a (mon.0) 2236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.509 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.293560+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.509 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.294714+0000 mon.a (mon.0) 2238 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.509 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:55 smithi116 bash[83021]: audit 2023-12-06T15:08:55.302179+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.208479+0000 mgr.y (mgr.25504) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.307090+0000 mgr.y (mgr.25504) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cluster 2023-12-06T15:08:54.373595+0000 mgr.y (mgr.25504) 568 : cluster 0 pgmap v106: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 89/630 objects degraded (14.127%) 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.389187+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.393087+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.395510+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.396304+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.401603+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.402557+0000 mgr.y (mgr.25504) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.477344+0000 mon.a (mon.0) 2189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.479499+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.482300+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.483142+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.501884+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.502483+0000 mgr.y (mgr.25504) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.563948+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.567012+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.570478+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.571862+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.578603+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.579597+0000 mgr.y (mgr.25504) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.656250+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.658760+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.661227+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.662328+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.668087+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.668736+0000 mgr.y (mgr.25504) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.749765+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.753317+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.756347+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.757311+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.763460+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.764090+0000 mgr.y (mgr.25504) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.842022+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.845068+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.848022+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.849275+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.857427+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.858022+0000 mgr.y (mgr.25504) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.936402+0000 mon.a (mon.0) 2214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.939188+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.942454+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.943205+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:54.949613+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:54.951493+0000 mgr.y (mgr.25504) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.018784+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.020801+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.022919+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.023651+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.029556+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.030524+0000 mgr.y (mgr.25504) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.110157+0000 mon.a (mon.0) 2224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.112638+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.116503+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.117932+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.125700+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.210146+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.212510+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.215235+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.216019+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.222712+0000 mon.a (mon.0) 2233 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.285983+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.286276+0000 mon.c (mon.1) 8 : audit 1 from='osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.287083+0000 mon.a (mon.0) 2235 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.290785+0000 mon.a (mon.0) 2236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.293560+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.294714+0000 mon.a (mon.0) 2238 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:55.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:55 smithi150 bash[70025]: audit 2023-12-06T15:08:55.302179+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.668 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[93185]: debug 2023-12-06T15:08:56.273+0000 7f68807ec700 -1 osd.1 117 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.126401+0000 mgr.y (mgr.25504) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.223344+0000 mgr.y (mgr.25504) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.302930+0000 mgr.y (mgr.25504) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.382527+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.393744+0000 mon.a (mon.0) 2241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.395688+0000 mon.a (mon.0) 2242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.396355+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.401166+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.401629+0000 mgr.y (mgr.25504) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.478606+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.481302+0000 mon.a (mon.0) 2246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.484693+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.485672+0000 mon.a (mon.0) 2248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.493763+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.494574+0000 mgr.y (mgr.25504) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.578493+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.581430+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.584170+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.585248+0000 mon.a (mon.0) 2253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.595389+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.126401+0000 mgr.y (mgr.25504) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.223344+0000 mgr.y (mgr.25504) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.302930+0000 mgr.y (mgr.25504) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.382527+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.393744+0000 mon.a (mon.0) 2241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.395688+0000 mon.a (mon.0) 2242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.396355+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.401166+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.401629+0000 mgr.y (mgr.25504) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.478606+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.481302+0000 mon.a (mon.0) 2246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.484693+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.485672+0000 mon.a (mon.0) 2248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.493763+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.494574+0000 mgr.y (mgr.25504) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.578493+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.581430+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.584170+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.585248+0000 mon.a (mon.0) 2253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.595389+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.595888+0000 mgr.y (mgr.25504) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.675278+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.679477+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.683044+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.684318+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.693736+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.694349+0000 mgr.y (mgr.25504) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.773874+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.778387+0000 mon.a (mon.0) 2261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.782898+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.784366+0000 mon.a (mon.0) 2263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.795848+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.796728+0000 mgr.y (mgr.25504) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.875558+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.878060+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.881046+0000 mon.a (mon.0) 2267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.882158+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.891088+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.892064+0000 mgr.y (mgr.25504) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.974183+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.976445+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.979102+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.979960+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:55.989963+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:55.990532+0000 mgr.y (mgr.25504) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.066029+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.068496+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.071059+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.071977+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.078392+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.079011+0000 mgr.y (mgr.25504) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.157619+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.159921+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.162644+0000 mon.a (mon.0) 2282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.163655+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.172371+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.222812+0000 mon.a (mon.0) 2285 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cluster 2023-12-06T15:08:56.225580+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cluster 2023-12-06T15:08:56.229462+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: cluster 2023-12-06T15:08:56.229804+0000 mon.a (mon.0) 2286 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.595888+0000 mgr.y (mgr.25504) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.675278+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.679477+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.683044+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.684318+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.693736+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.694349+0000 mgr.y (mgr.25504) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.773874+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.778387+0000 mon.a (mon.0) 2261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.782898+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.784366+0000 mon.a (mon.0) 2263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.795848+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.796728+0000 mgr.y (mgr.25504) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.875558+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.878060+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.881046+0000 mon.a (mon.0) 2267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.882158+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.891088+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.892064+0000 mgr.y (mgr.25504) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.974183+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.235046+0000 mon.c (mon.1) 9 : audit 1 from='osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.235615+0000 mon.a (mon.0) 2287 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.247357+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.249353+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.251541+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.252420+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.258634+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.321581+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.324127+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.327172+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.327970+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[83021]: audit 2023-12-06T15:08:56.332842+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.976445+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.979102+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.979960+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:55.989963+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:55.990532+0000 mgr.y (mgr.25504) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.066029+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.068496+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.071059+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.071977+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.078392+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.079011+0000 mgr.y (mgr.25504) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.157619+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.159921+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.162644+0000 mon.a (mon.0) 2282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.163655+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.172371+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.222812+0000 mon.a (mon.0) 2285 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cluster 2023-12-06T15:08:56.225580+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cluster 2023-12-06T15:08:56.229462+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: cluster 2023-12-06T15:08:56.229804+0000 mon.a (mon.0) 2286 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.235046+0000 mon.c (mon.1) 9 : audit 1 from='osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.235615+0000 mon.a (mon.0) 2287 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.247357+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.249353+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.251541+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.252420+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.258634+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.321581+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.324127+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.327172+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.327970+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:56 smithi116 bash[80542]: audit 2023-12-06T15:08:56.332842+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.126401+0000 mgr.y (mgr.25504) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.223344+0000 mgr.y (mgr.25504) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.302930+0000 mgr.y (mgr.25504) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.382527+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.393744+0000 mon.a (mon.0) 2241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.395688+0000 mon.a (mon.0) 2242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.396355+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.401166+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.401629+0000 mgr.y (mgr.25504) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.478606+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.481302+0000 mon.a (mon.0) 2246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.484693+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.485672+0000 mon.a (mon.0) 2248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.493763+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.494574+0000 mgr.y (mgr.25504) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.578493+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.581430+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.584170+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.585248+0000 mon.a (mon.0) 2253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.595389+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.595888+0000 mgr.y (mgr.25504) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.675278+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.679477+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.683044+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.684318+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.693736+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.694349+0000 mgr.y (mgr.25504) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.773874+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.778387+0000 mon.a (mon.0) 2261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.782898+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.784366+0000 mon.a (mon.0) 2263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.795848+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.796728+0000 mgr.y (mgr.25504) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.875558+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.878060+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.881046+0000 mon.a (mon.0) 2267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.882158+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.891088+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.892064+0000 mgr.y (mgr.25504) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.974183+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.976445+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.979102+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.979960+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:55.989963+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:55.990532+0000 mgr.y (mgr.25504) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.066029+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.068496+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.071059+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.071977+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.078392+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.079011+0000 mgr.y (mgr.25504) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:56.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.157619+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.159921+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.162644+0000 mon.a (mon.0) 2282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.163655+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.172371+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.222812+0000 mon.a (mon.0) 2285 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cluster 2023-12-06T15:08:56.225580+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cluster 2023-12-06T15:08:56.229462+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: cluster 2023-12-06T15:08:56.229804+0000 mon.a (mon.0) 2286 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.235046+0000 mon.c (mon.1) 9 : audit 1 from='osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.235615+0000 mon.a (mon.0) 2287 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.247357+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.249353+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.251541+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.252420+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.258634+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:56.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.321581+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:56.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.324127+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:56.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.327172+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:56.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.327970+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:56.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:56 smithi150 bash[70025]: audit 2023-12-06T15:08:56.332842+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.173013+0000 mgr.y (mgr.25504) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.259469+0000 mgr.y (mgr.25504) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.333241+0000 mgr.y (mgr.25504) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cluster 2023-12-06T15:08:56.374434+0000 mgr.y (mgr.25504) 591 : cluster 0 pgmap v108: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 89/630 objects degraded (14.127%) 2023-12-06T15:08:57.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.402663+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.405163+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.173013+0000 mgr.y (mgr.25504) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.259469+0000 mgr.y (mgr.25504) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.333241+0000 mgr.y (mgr.25504) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cluster 2023-12-06T15:08:56.374434+0000 mgr.y (mgr.25504) 591 : cluster 0 pgmap v108: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 89/630 objects degraded (14.127%) 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.402663+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.405163+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.407328+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.408039+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.413314+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.413893+0000 mgr.y (mgr.25504) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.480278+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.482738+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.486926+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.488312+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.495603+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.496250+0000 mgr.y (mgr.25504) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.574339+0000 mon.a (mon.0) 2308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.577151+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.580627+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.581975+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.589908+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.590546+0000 mgr.y (mgr.25504) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.670424+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.672740+0000 mon.a (mon.0) 2314 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.674934+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.675897+0000 mon.a (mon.0) 2316 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.681602+0000 mon.a (mon.0) 2317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.682142+0000 mgr.y (mgr.25504) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.761790+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.764125+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.766958+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.768090+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.775718+0000 mon.a (mon.0) 2322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.776659+0000 mgr.y (mgr.25504) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.860728+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.863433+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.867365+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.868917+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.879366+0000 mon.a (mon.0) 2327 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.880201+0000 mgr.y (mgr.25504) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.407328+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.408039+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.413314+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.413893+0000 mgr.y (mgr.25504) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.480278+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.482738+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.486926+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.488312+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.495603+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.496250+0000 mgr.y (mgr.25504) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.574339+0000 mon.a (mon.0) 2308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.577151+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.580627+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.581975+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.589908+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.590546+0000 mgr.y (mgr.25504) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.670424+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.672740+0000 mon.a (mon.0) 2314 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.674934+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.942228+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.944396+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.947252+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.948420+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:56.955972+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:56.956829+0000 mgr.y (mgr.25504) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.034413+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.036646+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.040127+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.041291+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.049402+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.050104+0000 mgr.y (mgr.25504) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.127999+0000 mon.a (mon.0) 2338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.130412+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.134052+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.135131+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.142367+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.208160+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.210768+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.675897+0000 mon.a (mon.0) 2316 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.681602+0000 mon.a (mon.0) 2317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.682142+0000 mgr.y (mgr.25504) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.761790+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.764125+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.766958+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.768090+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.775718+0000 mon.a (mon.0) 2322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.776659+0000 mgr.y (mgr.25504) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.860728+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.863433+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.867365+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.868917+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.879366+0000 mon.a (mon.0) 2327 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.880201+0000 mgr.y (mgr.25504) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.942228+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.944396+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.947252+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.948420+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:56.955972+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:56.956829+0000 mgr.y (mgr.25504) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.214361+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.215498+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.222746+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cluster 2023-12-06T15:08:57.256683+0000 mon.a (mon.0) 2348 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cluster 2023-12-06T15:08:57.259895+0000 osd.2 (osd.2) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cluster 2023-12-06T15:08:57.261972+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:08:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cluster 2023-12-06T15:08:57.262554+0000 mon.a (mon.0) 2349 : cluster 1 osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263] boot 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: cluster 2023-12-06T15:08:57.262632+0000 mon.a (mon.0) 2350 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.262997+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.343810+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.346088+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.348617+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.349628+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[80542]: audit 2023-12-06T15:08:57.355933+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.034413+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.036646+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.040127+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.041291+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.049402+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.050104+0000 mgr.y (mgr.25504) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.127999+0000 mon.a (mon.0) 2338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.130412+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.134052+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.135131+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.142367+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.208160+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.210768+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.214361+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.215498+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.222746+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cluster 2023-12-06T15:08:57.256683+0000 mon.a (mon.0) 2348 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cluster 2023-12-06T15:08:57.259895+0000 osd.2 (osd.2) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cluster 2023-12-06T15:08:57.261972+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cluster 2023-12-06T15:08:57.262554+0000 mon.a (mon.0) 2349 : cluster 1 osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263] boot 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: cluster 2023-12-06T15:08:57.262632+0000 mon.a (mon.0) 2350 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.262997+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.343810+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.346088+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.348617+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.349628+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:57 smithi116 bash[83021]: audit 2023-12-06T15:08:57.355933+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.173013+0000 mgr.y (mgr.25504) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.259469+0000 mgr.y (mgr.25504) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.333241+0000 mgr.y (mgr.25504) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cluster 2023-12-06T15:08:56.374434+0000 mgr.y (mgr.25504) 591 : cluster 0 pgmap v108: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 89/630 objects degraded (14.127%) 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.402663+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.405163+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.407328+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.408039+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.413314+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.413893+0000 mgr.y (mgr.25504) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.480278+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.482738+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.486926+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.488312+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.495603+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.496250+0000 mgr.y (mgr.25504) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.574339+0000 mon.a (mon.0) 2308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.577151+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.580627+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.581975+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.589908+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.590546+0000 mgr.y (mgr.25504) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.670424+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.672740+0000 mon.a (mon.0) 2314 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.674934+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.675897+0000 mon.a (mon.0) 2316 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.681602+0000 mon.a (mon.0) 2317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.682142+0000 mgr.y (mgr.25504) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.761790+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.764125+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.766958+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.768090+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.775718+0000 mon.a (mon.0) 2322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.776659+0000 mgr.y (mgr.25504) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.860728+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.863433+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.867365+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.868917+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.879366+0000 mon.a (mon.0) 2327 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.880201+0000 mgr.y (mgr.25504) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.942228+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.944396+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.947252+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.948420+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:56.955972+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:56.956829+0000 mgr.y (mgr.25504) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.034413+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.036646+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.040127+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.041291+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.049402+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.050104+0000 mgr.y (mgr.25504) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.127999+0000 mon.a (mon.0) 2338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.130412+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.134052+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.135131+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.142367+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.208160+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.210768+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.214361+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.215498+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.222746+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cluster 2023-12-06T15:08:57.256683+0000 mon.a (mon.0) 2348 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cluster 2023-12-06T15:08:57.259895+0000 osd.2 (osd.2) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cluster 2023-12-06T15:08:57.261972+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cluster 2023-12-06T15:08:57.262554+0000 mon.a (mon.0) 2349 : cluster 1 osd.1 [v2:172.21.15.116:6810/2772777263,v1:172.21.15.116:6811/2772777263] boot 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: cluster 2023-12-06T15:08:57.262632+0000 mon.a (mon.0) 2350 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.262997+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.343810+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.346088+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.348617+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.349628+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:57.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:57 smithi150 bash[70025]: audit 2023-12-06T15:08:57.355933+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.143162+0000 mgr.y (mgr.25504) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.223326+0000 mgr.y (mgr.25504) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.356445+0000 mgr.y (mgr.25504) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.432064+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.435930+0000 mon.a (mon.0) 2358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.438909+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.439692+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.446420+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.621 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.447133+0000 mgr.y (mgr.25504) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.525016+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.527053+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.529466+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.530335+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.536579+0000 mon.a (mon.0) 2366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.537315+0000 mgr.y (mgr.25504) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.617922+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.620274+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.622545+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.623341+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.630132+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.631029+0000 mgr.y (mgr.25504) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.622 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.693952+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.696561+0000 mon.a (mon.0) 2373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.699539+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.700641+0000 mon.a (mon.0) 2375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.708796+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.709512+0000 mgr.y (mgr.25504) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.787596+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.790308+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.793043+0000 mon.a (mon.0) 2379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.794151+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.801449+0000 mon.a (mon.0) 2381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.802475+0000 mgr.y (mgr.25504) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.868111+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.870610+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.874153+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.623 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.875461+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.883614+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.884384+0000 mgr.y (mgr.25504) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.948914+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.143162+0000 mgr.y (mgr.25504) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.223326+0000 mgr.y (mgr.25504) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.356445+0000 mgr.y (mgr.25504) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.432064+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.435930+0000 mon.a (mon.0) 2358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.438909+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.624 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.439692+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.446420+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.447133+0000 mgr.y (mgr.25504) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.525016+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.527053+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.529466+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.530335+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.536579+0000 mon.a (mon.0) 2366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.537315+0000 mgr.y (mgr.25504) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.617922+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.620274+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.622545+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.623341+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.630132+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.951534+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.954520+0000 mon.a (mon.0) 2389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.955233+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:57.961028+0000 mon.a (mon.0) 2391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:57.961573+0000 mgr.y (mgr.25504) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.026007+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.029553+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.032862+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.034187+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.041733+0000 mon.a (mon.0) 2396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.042370+0000 mgr.y (mgr.25504) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.626 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.106025+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.108454+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.110992+0000 mon.a (mon.0) 2399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.112082+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.120302+0000 mon.a (mon.0) 2401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.120949+0000 mgr.y (mgr.25504) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.198537+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.201170+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.203928+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.631029+0000 mgr.y (mgr.25504) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.693952+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.627 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.696561+0000 mon.a (mon.0) 2373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.699539+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.700641+0000 mon.a (mon.0) 2375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.708796+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.709512+0000 mgr.y (mgr.25504) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.787596+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.790308+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.793043+0000 mon.a (mon.0) 2379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.794151+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.801449+0000 mon.a (mon.0) 2381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.802475+0000 mgr.y (mgr.25504) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.868111+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.870610+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.874153+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.628 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.875461+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.883614+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.884384+0000 mgr.y (mgr.25504) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.948914+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.204834+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.211131+0000 mon.a (mon.0) 2406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.264431+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.265085+0000 mon.a (mon.0) 2407 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.269045+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.271761+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.629 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.275103+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.276756+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.295532+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.299289+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.306357+0000 mon.a (mon.0) 2410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.308167+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.317451+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.380329+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.383345+0000 mon.a (mon.0) 2414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.386164+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[80542]: audit 2023-12-06T15:08:58.387060+0000 mon.a (mon.0) 2416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.630 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.951534+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.954520+0000 mon.a (mon.0) 2389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.955233+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:57.961028+0000 mon.a (mon.0) 2391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:57.961573+0000 mgr.y (mgr.25504) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.026007+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.029553+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.032862+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.034187+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.041733+0000 mon.a (mon.0) 2396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.042370+0000 mgr.y (mgr.25504) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.106025+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.108454+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.110992+0000 mon.a (mon.0) 2399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.112082+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.120302+0000 mon.a (mon.0) 2401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.120949+0000 mgr.y (mgr.25504) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.198537+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.201170+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.203928+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.204834+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.211131+0000 mon.a (mon.0) 2406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.264431+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.265085+0000 mon.a (mon.0) 2407 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.269045+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.271761+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.275103+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.276756+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.295532+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.632 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.299289+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.306357+0000 mon.a (mon.0) 2410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.308167+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.317451+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.380329+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.383345+0000 mon.a (mon.0) 2414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.386164+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.633 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[83021]: audit 2023-12-06T15:08:58.387060+0000 mon.a (mon.0) 2416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.143162+0000 mgr.y (mgr.25504) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.223326+0000 mgr.y (mgr.25504) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.356445+0000 mgr.y (mgr.25504) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.432064+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.435930+0000 mon.a (mon.0) 2358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.438909+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.439692+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.446420+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.447133+0000 mgr.y (mgr.25504) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.525016+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.527053+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.529466+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.530335+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.536579+0000 mon.a (mon.0) 2366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.537315+0000 mgr.y (mgr.25504) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.617922+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.620274+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.622545+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.623341+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.630132+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.631029+0000 mgr.y (mgr.25504) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.693952+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.696561+0000 mon.a (mon.0) 2373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.699539+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.700641+0000 mon.a (mon.0) 2375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.708796+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.709512+0000 mgr.y (mgr.25504) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.787596+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.790308+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.793043+0000 mon.a (mon.0) 2379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.794151+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.801449+0000 mon.a (mon.0) 2381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.802475+0000 mgr.y (mgr.25504) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.868111+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.870610+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.874153+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.875461+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.883614+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.884384+0000 mgr.y (mgr.25504) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.948914+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.951534+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.954520+0000 mon.a (mon.0) 2389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.955233+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:57.961028+0000 mon.a (mon.0) 2391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:57.961573+0000 mgr.y (mgr.25504) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.026007+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.029553+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.032862+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.034187+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.041733+0000 mon.a (mon.0) 2396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.042370+0000 mgr.y (mgr.25504) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.106025+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.108454+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.110992+0000 mon.a (mon.0) 2399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.112082+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.120302+0000 mon.a (mon.0) 2401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.120949+0000 mgr.y (mgr.25504) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.198537+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.201170+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.203928+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.204834+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.211131+0000 mon.a (mon.0) 2406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.264431+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.265085+0000 mon.a (mon.0) 2407 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.269045+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.271761+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.275103+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.276756+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.295532+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.299289+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.306357+0000 mon.a (mon.0) 2410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.308167+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.317451+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.380329+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.383345+0000 mon.a (mon.0) 2414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.386164+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:58 smithi150 bash[70025]: audit 2023-12-06T15:08:58.387060+0000 mon.a (mon.0) 2416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:08:58 smithi116 bash[75526]: debug 2023-12-06T15:08:58.885+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-06T15:08:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.211738+0000 mgr.y (mgr.25504) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.263898+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.265568+0000 osd.2 (osd.2) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.265763+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.267147+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.269074+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.271342+0000 osd.2 (osd.2) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.274411+0000 osd.2 (osd.2) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.319827+0000 mgr.y (mgr.25504) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cluster 2023-12-06T15:08:58.374966+0000 mgr.y (mgr.25504) 614 : cluster 0 pgmap v111: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 89/630 objects degraded (14.127%) 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.393490+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.394282+0000 mgr.y (mgr.25504) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.473856+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.475947+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.478186+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.479073+0000 mon.a (mon.0) 2421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.484327+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.484847+0000 mgr.y (mgr.25504) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.563798+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.566615+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.569553+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.211738+0000 mgr.y (mgr.25504) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.263898+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.265568+0000 osd.2 (osd.2) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.265763+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.267147+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.269074+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.271342+0000 osd.2 (osd.2) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.274411+0000 osd.2 (osd.2) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.319827+0000 mgr.y (mgr.25504) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cluster 2023-12-06T15:08:58.374966+0000 mgr.y (mgr.25504) 614 : cluster 0 pgmap v111: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 89/630 objects degraded (14.127%) 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.393490+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.394282+0000 mgr.y (mgr.25504) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.473856+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.475947+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.478186+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.479073+0000 mon.a (mon.0) 2421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.484327+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.484847+0000 mgr.y (mgr.25504) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.563798+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.566615+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.569553+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.570610+0000 mon.a (mon.0) 2426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.579138+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.579701+0000 mgr.y (mgr.25504) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.658589+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.663097+0000 mon.a (mon.0) 2429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.666537+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.667421+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.674912+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.675674+0000 mgr.y (mgr.25504) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.724088+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.725862+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.784994+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.786881+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.789025+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.789865+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.800441+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.801139+0000 mgr.y (mgr.25504) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.822836+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.830540+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.838583+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.881172+0000 mon.a (mon.0) 2443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.570610+0000 mon.a (mon.0) 2426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.579138+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.579701+0000 mgr.y (mgr.25504) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.658589+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.663097+0000 mon.a (mon.0) 2429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.666537+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.667421+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.674912+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.675674+0000 mgr.y (mgr.25504) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.724088+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.725862+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.784994+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.786881+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.789025+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.789865+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.800441+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.801139+0000 mgr.y (mgr.25504) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.822836+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.830540+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.838583+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.881172+0000 mon.a (mon.0) 2443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.884330+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.886186+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.887530+0000 mon.a (mon.0) 2446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.889243+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:08:59.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: audit 2023-12-06T15:08:58.889504+0000 mgr.y (mgr.25504) 620 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[80542]: cephadm 2023-12-06T15:08:58.891031+0000 mgr.y (mgr.25504) 621 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.884330+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.886186+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.887530+0000 mon.a (mon.0) 2446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.889243+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: audit 2023-12-06T15:08:58.889504+0000 mgr.y (mgr.25504) 620 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:08:59.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:08:59 smithi116 bash[83021]: cephadm 2023-12-06T15:08:58.891031+0000 mgr.y (mgr.25504) 621 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-06T15:08:59.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.211738+0000 mgr.y (mgr.25504) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.263898+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.265568+0000 osd.2 (osd.2) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.265763+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.267147+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.269074+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.271342+0000 osd.2 (osd.2) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.274411+0000 osd.2 (osd.2) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.319827+0000 mgr.y (mgr.25504) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cluster 2023-12-06T15:08:58.374966+0000 mgr.y (mgr.25504) 614 : cluster 0 pgmap v111: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 89/630 objects degraded (14.127%) 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.393490+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.394282+0000 mgr.y (mgr.25504) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.473856+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.475947+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.478186+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.479073+0000 mon.a (mon.0) 2421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.484327+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.484847+0000 mgr.y (mgr.25504) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.563798+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.566615+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.569553+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.570610+0000 mon.a (mon.0) 2426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.579138+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.579701+0000 mgr.y (mgr.25504) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.658589+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.663097+0000 mon.a (mon.0) 2429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.666537+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.667421+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.674912+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.675674+0000 mgr.y (mgr.25504) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.724088+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.725862+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.784994+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.786881+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.789025+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.789865+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.800441+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.801139+0000 mgr.y (mgr.25504) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:08:59.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.822836+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.830540+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.838583+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.881172+0000 mon.a (mon.0) 2443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.884330+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.886186+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.887530+0000 mon.a (mon.0) 2446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.889243+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: audit 2023-12-06T15:08:58.889504+0000 mgr.y (mgr.25504) 620 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:08:59.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:08:59 smithi150 bash[70025]: cephadm 2023-12-06T15:08:58.891031+0000 mgr.y (mgr.25504) 621 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-06T15:09:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:00 smithi116 bash[80542]: audit 2023-12-06T15:08:59.774310+0000 mgr.y (mgr.25504) 622 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:00.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:00 smithi116 bash[83021]: audit 2023-12-06T15:08:59.774310+0000 mgr.y (mgr.25504) 622 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:00.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:00 smithi150 bash[70025]: audit 2023-12-06T15:08:59.774310+0000 mgr.y (mgr.25504) 622 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:01.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:01 smithi116 bash[80542]: cluster 2023-12-06T15:09:00.375934+0000 mgr.y (mgr.25504) 623 : cluster 0 pgmap v112: 161 pgs: 10 active+undersized+degraded, 14 active+undersized, 137 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 40/630 objects degraded (6.349%) 2023-12-06T15:09:01.687 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:01 smithi116 bash[80542]: cluster 2023-12-06T15:09:00.448099+0000 mon.a (mon.0) 2448 : cluster 3 Health check update: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:01.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:01 smithi116 bash[83021]: cluster 2023-12-06T15:09:00.375934+0000 mgr.y (mgr.25504) 623 : cluster 0 pgmap v112: 161 pgs: 10 active+undersized+degraded, 14 active+undersized, 137 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 40/630 objects degraded (6.349%) 2023-12-06T15:09:01.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:01 smithi116 bash[83021]: cluster 2023-12-06T15:09:00.448099+0000 mon.a (mon.0) 2448 : cluster 3 Health check update: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:01.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:01 smithi150 bash[70025]: cluster 2023-12-06T15:09:00.375934+0000 mgr.y (mgr.25504) 623 : cluster 0 pgmap v112: 161 pgs: 10 active+undersized+degraded, 14 active+undersized, 137 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 40/630 objects degraded (6.349%) 2023-12-06T15:09:01.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:01 smithi150 bash[70025]: cluster 2023-12-06T15:09:00.448099+0000 mon.a (mon.0) 2448 : cluster 3 Health check update: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:09:02] "GET /metrics HTTP/1.1" 200 38270 "" "Prometheus/2.33.4" 2023-12-06T15:09:03.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: cluster 2023-12-06T15:09:02.377011+0000 mgr.y (mgr.25504) 624 : cluster 0 pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: audit 2023-12-06T15:09:02.379217+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: audit 2023-12-06T15:09:02.389982+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: audit 2023-12-06T15:09:02.399041+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: audit 2023-12-06T15:09:02.975540+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: audit 2023-12-06T15:09:02.983673+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[80542]: audit 2023-12-06T15:09:02.992762+0000 mon.a (mon.0) 2454 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: cluster 2023-12-06T15:09:02.377011+0000 mgr.y (mgr.25504) 624 : cluster 0 pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: audit 2023-12-06T15:09:02.379217+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: audit 2023-12-06T15:09:02.389982+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: audit 2023-12-06T15:09:02.399041+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: audit 2023-12-06T15:09:02.975540+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: audit 2023-12-06T15:09:02.983673+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:03 smithi116 bash[83021]: audit 2023-12-06T15:09:02.992762+0000 mon.a (mon.0) 2454 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: cluster 2023-12-06T15:09:02.377011+0000 mgr.y (mgr.25504) 624 : cluster 0 pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: audit 2023-12-06T15:09:02.379217+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: audit 2023-12-06T15:09:02.389982+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: audit 2023-12-06T15:09:02.399041+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: audit 2023-12-06T15:09:02.975540+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: audit 2023-12-06T15:09:02.983673+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:03.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:03 smithi150 bash[70025]: audit 2023-12-06T15:09:02.992762+0000 mon.a (mon.0) 2454 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:04 smithi116 bash[80542]: cluster 2023-12-06T15:09:03.376110+0000 mon.a (mon.0) 2455 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded) 2023-12-06T15:09:04.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:04 smithi116 bash[80542]: cluster 2023-12-06T15:09:03.376172+0000 mon.a (mon.0) 2456 : cluster 1 Cluster is now healthy 2023-12-06T15:09:04.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:04 smithi116 bash[83021]: cluster 2023-12-06T15:09:03.376110+0000 mon.a (mon.0) 2455 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded) 2023-12-06T15:09:04.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:04 smithi116 bash[83021]: cluster 2023-12-06T15:09:03.376172+0000 mon.a (mon.0) 2456 : cluster 1 Cluster is now healthy 2023-12-06T15:09:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:04 smithi150 bash[70025]: cluster 2023-12-06T15:09:03.376110+0000 mon.a (mon.0) 2455 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded) 2023-12-06T15:09:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:04 smithi150 bash[70025]: cluster 2023-12-06T15:09:03.376172+0000 mon.a (mon.0) 2456 : cluster 1 Cluster is now healthy 2023-12-06T15:09:05.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:05 smithi116 bash[80542]: cluster 2023-12-06T15:09:04.377782+0000 mgr.y (mgr.25504) 625 : cluster 0 pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:09:05.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:05 smithi116 bash[83021]: cluster 2023-12-06T15:09:04.377782+0000 mgr.y (mgr.25504) 625 : cluster 0 pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:09:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:05 smithi150 bash[70025]: cluster 2023-12-06T15:09:04.377782+0000 mgr.y (mgr.25504) 625 : cluster 0 pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:09:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:07 smithi116 bash[80542]: cluster 2023-12-06T15:09:06.379576+0000 mgr.y (mgr.25504) 626 : cluster 0 pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:07.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:07 smithi116 bash[83021]: cluster 2023-12-06T15:09:06.379576+0000 mgr.y (mgr.25504) 626 : cluster 0 pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:07.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:07 smithi150 bash[70025]: cluster 2023-12-06T15:09:06.379576+0000 mgr.y (mgr.25504) 626 : cluster 0 pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:09 smithi116 bash[80542]: cluster 2023-12-06T15:09:08.380441+0000 mgr.y (mgr.25504) 627 : cluster 0 pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-06T15:09:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:09 smithi116 bash[80542]: audit 2023-12-06T15:09:08.828082+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:09 smithi116 bash[83021]: cluster 2023-12-06T15:09:08.380441+0000 mgr.y (mgr.25504) 627 : cluster 0 pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-06T15:09:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:09 smithi116 bash[83021]: audit 2023-12-06T15:09:08.828082+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:10.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:09 smithi150 bash[70025]: cluster 2023-12-06T15:09:08.380441+0000 mgr.y (mgr.25504) 627 : cluster 0 pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-06T15:09:10.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:09 smithi150 bash[70025]: audit 2023-12-06T15:09:08.828082+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:11.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:10 smithi116 bash[83021]: audit 2023-12-06T15:09:09.781443+0000 mgr.y (mgr.25504) 628 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:10 smithi116 bash[80542]: audit 2023-12-06T15:09:09.781443+0000 mgr.y (mgr.25504) 628 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:10 smithi150 bash[70025]: audit 2023-12-06T15:09:09.781443+0000 mgr.y (mgr.25504) 628 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:11 smithi116 bash[80542]: cluster 2023-12-06T15:09:10.382024+0000 mgr.y (mgr.25504) 629 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:11 smithi116 bash[83021]: cluster 2023-12-06T15:09:10.382024+0000 mgr.y (mgr.25504) 629 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:11 smithi150 bash[70025]: cluster 2023-12-06T15:09:10.382024+0000 mgr.y (mgr.25504) 629 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:12.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:09:12] "GET /metrics HTTP/1.1" 200 38270 "" "Prometheus/2.33.4" 2023-12-06T15:09:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:13 smithi116 bash[80542]: cluster 2023-12-06T15:09:12.383122+0000 mgr.y (mgr.25504) 630 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:13 smithi116 bash[80542]: audit 2023-12-06T15:09:13.724972+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:13 smithi116 bash[80542]: audit 2023-12-06T15:09:13.727400+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:14.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:13 smithi116 bash[83021]: cluster 2023-12-06T15:09:12.383122+0000 mgr.y (mgr.25504) 630 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:14.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:13 smithi116 bash[83021]: audit 2023-12-06T15:09:13.724972+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:14.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:13 smithi116 bash[83021]: audit 2023-12-06T15:09:13.727400+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:13 smithi150 bash[70025]: cluster 2023-12-06T15:09:12.383122+0000 mgr.y (mgr.25504) 630 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:13 smithi150 bash[70025]: audit 2023-12-06T15:09:13.724972+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:13 smithi150 bash[70025]: audit 2023-12-06T15:09:13.727400+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:15.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:14 smithi116 bash[80542]: audit 2023-12-06T15:09:13.906565+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:09:15.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:14 smithi116 bash[80542]: audit 2023-12-06T15:09:13.907003+0000 mgr.y (mgr.25504) 631 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:09:15.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:14 smithi116 bash[80542]: cephadm 2023-12-06T15:09:13.909685+0000 mgr.y (mgr.25504) 632 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T15:09:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:14 smithi116 bash[83021]: audit 2023-12-06T15:09:13.906565+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:09:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:14 smithi116 bash[83021]: audit 2023-12-06T15:09:13.907003+0000 mgr.y (mgr.25504) 631 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:09:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:14 smithi116 bash[83021]: cephadm 2023-12-06T15:09:13.909685+0000 mgr.y (mgr.25504) 632 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T15:09:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:14 smithi150 bash[70025]: audit 2023-12-06T15:09:13.906565+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:09:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:14 smithi150 bash[70025]: audit 2023-12-06T15:09:13.907003+0000 mgr.y (mgr.25504) 631 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:09:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:14 smithi150 bash[70025]: cephadm 2023-12-06T15:09:13.909685+0000 mgr.y (mgr.25504) 632 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T15:09:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:15 smithi116 bash[80542]: cluster 2023-12-06T15:09:14.383825+0000 mgr.y (mgr.25504) 633 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:16.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:15 smithi116 bash[83021]: cluster 2023-12-06T15:09:14.383825+0000 mgr.y (mgr.25504) 633 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:16.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:15 smithi150 bash[70025]: cluster 2023-12-06T15:09:14.383825+0000 mgr.y (mgr.25504) 633 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[80542]: cluster 2023-12-06T15:09:16.385570+0000 mgr.y (mgr.25504) 634 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[80542]: cephadm 2023-12-06T15:09:16.630782+0000 mgr.y (mgr.25504) 635 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[80542]: audit 2023-12-06T15:09:16.638378+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[80542]: audit 2023-12-06T15:09:16.642791+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[80542]: audit 2023-12-06T15:09:16.643976+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[80542]: cephadm 2023-12-06T15:09:16.647123+0000 mgr.y (mgr.25504) 636 : cephadm 1 Deploying daemon osd.2 on smithi116 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[83021]: cluster 2023-12-06T15:09:16.385570+0000 mgr.y (mgr.25504) 634 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[83021]: cephadm 2023-12-06T15:09:16.630782+0000 mgr.y (mgr.25504) 635 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[83021]: audit 2023-12-06T15:09:16.638378+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[83021]: audit 2023-12-06T15:09:16.642791+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:09:17.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[83021]: audit 2023-12-06T15:09:16.643976+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:17.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:17 smithi116 bash[83021]: cephadm 2023-12-06T15:09:16.647123+0000 mgr.y (mgr.25504) 636 : cephadm 1 Deploying daemon osd.2 on smithi116 2023-12-06T15:09:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:17 smithi150 bash[70025]: cluster 2023-12-06T15:09:16.385570+0000 mgr.y (mgr.25504) 634 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:17 smithi150 bash[70025]: cephadm 2023-12-06T15:09:16.630782+0000 mgr.y (mgr.25504) 635 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T15:09:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:17 smithi150 bash[70025]: audit 2023-12-06T15:09:16.638378+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:17 smithi150 bash[70025]: audit 2023-12-06T15:09:16.642791+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:09:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:17 smithi150 bash[70025]: audit 2023-12-06T15:09:16.643976+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:17.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:17 smithi150 bash[70025]: cephadm 2023-12-06T15:09:16.647123+0000 mgr.y (mgr.25504) 636 : cephadm 1 Deploying daemon osd.2 on smithi116 2023-12-06T15:09:19.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:19 smithi116 bash[80542]: cluster 2023-12-06T15:09:18.386401+0000 mgr.y (mgr.25504) 637 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:19.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:19 smithi116 bash[83021]: cluster 2023-12-06T15:09:18.386401+0000 mgr.y (mgr.25504) 637 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:19.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:19 smithi150 bash[70025]: cluster 2023-12-06T15:09:18.386401+0000 mgr.y (mgr.25504) 637 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:20 smithi116 bash[80542]: audit 2023-12-06T15:09:19.789420+0000 mgr.y (mgr.25504) 638 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:20 smithi116 bash[83021]: audit 2023-12-06T15:09:19.789420+0000 mgr.y (mgr.25504) 638 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:20 smithi150 bash[70025]: audit 2023-12-06T15:09:19.789420+0000 mgr.y (mgr.25504) 638 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:21.101 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:09:21.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:21 smithi116 systemd[1]: Stopping Ceph osd.2 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:09:21.880 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:09:21.880 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 18s ago 20m - - 2023-12-06T15:09:21.880 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 19s ago 20m - - 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (6m) 18s ago 13m 16.7M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (5m) 19s ago 13m 44.0M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (4m) 18s ago 10m 48.0M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (3m) 19s ago 19m 434M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (5m) 18s ago 21m 507M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (3m) 18s ago 21m 62.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:09:21.881 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (2m) 19s ago 20m 40.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (3m) 18s ago 20m 45.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (6m) 18s ago 13m 14.9M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (5m) 19s ago 13m 12.0M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (68s) 18s ago 19m 48.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (32s) 18s ago 18m 49.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (17m) 18s ago 17m 62.9M 4096M 17.2.0 e1d6a67b021e 159fec7c14f3 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (17m) 18s ago 17m 64.1M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (16m) 19s ago 16m 65.2M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (15m) 19s ago 15m 62.4M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (15m) 19s ago 15m 60.6M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (14m) 19s ago 14m 64.4M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (4m) 19s ago 13m 62.5M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:09:21.882 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (11m) 18s ago 11m 88.0M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:09:21.883 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (11m) 19s ago 11m 88.3M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:09:21.883 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (10m) 18s ago 10m 88.0M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:09:21.883 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (10m) 19s ago 10m 88.0M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:09:21.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[80542]: cluster 2023-12-06T15:09:20.387959+0000 mgr.y (mgr.25504) 639 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:21.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[80542]: audit 2023-12-06T15:09:21.084412+0000 mgr.y (mgr.25504) 640 : audit 0 from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:21.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.522260+0000 mon.a (mon.0) 2464 : cluster 1 osd.2 marked itself down and dead 2023-12-06T15:09:21.919 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[41403]: debug 2023-12-06T15:09:21.517+0000 7f18638a6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:09:21.919 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[41403]: debug 2023-12-06T15:09:21.517+0000 7f18638a6700 -1 osd.2 122 *** Got signal Terminated *** 2023-12-06T15:09:21.919 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[41403]: debug 2023-12-06T15:09:21.517+0000 7f18638a6700 -1 osd.2 122 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:09:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[83021]: cluster 2023-12-06T15:09:20.387959+0000 mgr.y (mgr.25504) 639 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:21.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[83021]: audit 2023-12-06T15:09:21.084412+0000 mgr.y (mgr.25504) 640 : audit 0 from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:21.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:21 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.522260+0000 mon.a (mon.0) 2464 : cluster 1 osd.2 marked itself down and dead 2023-12-06T15:09:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:21 smithi150 bash[70025]: cluster 2023-12-06T15:09:20.387959+0000 mgr.y (mgr.25504) 639 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:21 smithi150 bash[70025]: audit 2023-12-06T15:09:21.084412+0000 mgr.y (mgr.25504) 640 : audit 0 from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:21.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:21 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.522260+0000 mon.a (mon.0) 2464 : cluster 1 osd.2 marked itself down and dead 2023-12-06T15:09:22.342 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:09:22.343 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:09:22.344 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:09:22.578 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:09:22] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:09:22.731 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "7/23 daemons upgraded", 2023-12-06T15:09:22.732 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:09:22.732 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:09:22.732 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:09:22.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: audit 2023-12-06T15:09:21.469801+0000 mgr.y (mgr.25504) 641 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:22.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.652279+0000 mon.a (mon.0) 2465 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:09:22.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.667637+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.668308+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.668743+0000 mon.a (mon.0) 2466 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.670721+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: cluster 2023-12-06T15:09:21.674147+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: audit 2023-12-06T15:09:21.852254+0000 mgr.y (mgr.25504) 642 : audit 0 from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: audit 2023-12-06T15:09:22.340070+0000 mon.a (mon.0) 2467 : audit 0 from='client.? 172.21.15.116:0/2058065428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: audit 2023-12-06T15:09:22.549483+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: audit 2023-12-06T15:09:22.557181+0000 mon.a (mon.0) 2469 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[83021]: audit 2023-12-06T15:09:22.564813+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: audit 2023-12-06T15:09:21.469801+0000 mgr.y (mgr.25504) 641 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:22.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.652279+0000 mon.a (mon.0) 2465 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.667637+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.668308+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.668743+0000 mon.a (mon.0) 2466 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.670721+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: cluster 2023-12-06T15:09:21.674147+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: audit 2023-12-06T15:09:21.852254+0000 mgr.y (mgr.25504) 642 : audit 0 from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: audit 2023-12-06T15:09:22.340070+0000 mon.a (mon.0) 2467 : audit 0 from='client.? 172.21.15.116:0/2058065428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: audit 2023-12-06T15:09:22.549483+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: audit 2023-12-06T15:09:22.557181+0000 mon.a (mon.0) 2469 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:22 smithi116 bash[80542]: audit 2023-12-06T15:09:22.564813+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: audit 2023-12-06T15:09:21.469801+0000 mgr.y (mgr.25504) 641 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.652279+0000 mon.a (mon.0) 2465 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.667637+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.668308+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.668743+0000 mon.a (mon.0) 2466 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.670721+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: cluster 2023-12-06T15:09:21.674147+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:09:22.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: audit 2023-12-06T15:09:21.852254+0000 mgr.y (mgr.25504) 642 : audit 0 from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:22.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: audit 2023-12-06T15:09:22.340070+0000 mon.a (mon.0) 2467 : audit 0 from='client.? 172.21.15.116:0/2058065428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:22.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: audit 2023-12-06T15:09:22.549483+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: audit 2023-12-06T15:09:22.557181+0000 mon.a (mon.0) 2469 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:22.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:22 smithi150 bash[70025]: audit 2023-12-06T15:09:22.564813+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.181 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN 1 osds down 2023-12-06T15:09:23.181 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:09:23.182 INFO:teuthology.orchestra.run.smithi116.stdout: osd.2 (root=default,host=smithi116) is down 2023-12-06T15:09:23.851 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[95633]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:09:23.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.388768+0000 mgr.y (mgr.25504) 643 : cluster 0 pgmap v124: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:09:23.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.669257+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.671235+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.671811+0000 mon.a (mon.0) 2471 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T15:09:23.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.671993+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.851 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.673718+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.674651+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.675032+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.678052+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.679692+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: audit 2023-12-06T15:09:22.727887+0000 mgr.y (mgr.25504) 644 : audit 0 from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: audit 2023-12-06T15:09:22.880233+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: audit 2023-12-06T15:09:22.887309+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: cluster 2023-12-06T15:09:22.888639+0000 mgr.y (mgr.25504) 645 : cluster 0 pgmap v126: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: audit 2023-12-06T15:09:22.895631+0000 mon.a (mon.0) 2474 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[83021]: audit 2023-12-06T15:09:23.178871+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.116:0/1899689873' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:09:23.852 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.388768+0000 mgr.y (mgr.25504) 643 : cluster 0 pgmap v124: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.669257+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.671235+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.671811+0000 mon.a (mon.0) 2471 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.671993+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.673718+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.674651+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.675032+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.678052+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.679692+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: audit 2023-12-06T15:09:22.727887+0000 mgr.y (mgr.25504) 644 : audit 0 from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:23.853 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: audit 2023-12-06T15:09:22.880233+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.854 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: audit 2023-12-06T15:09:22.887309+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.854 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: cluster 2023-12-06T15:09:22.888639+0000 mgr.y (mgr.25504) 645 : cluster 0 pgmap v126: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-12-06T15:09:23.854 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: audit 2023-12-06T15:09:22.895631+0000 mon.a (mon.0) 2474 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.854 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[80542]: audit 2023-12-06T15:09:23.178871+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.116:0/1899689873' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:09:23.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.388768+0000 mgr.y (mgr.25504) 643 : cluster 0 pgmap v124: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:09:23.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.669257+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.671235+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.671811+0000 mon.a (mon.0) 2471 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.671993+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.673718+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.674651+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.675032+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.678052+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.679692+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: audit 2023-12-06T15:09:22.727887+0000 mgr.y (mgr.25504) 644 : audit 0 from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: audit 2023-12-06T15:09:22.880233+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: audit 2023-12-06T15:09:22.887309+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: cluster 2023-12-06T15:09:22.888639+0000 mgr.y (mgr.25504) 645 : cluster 0 pgmap v126: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-12-06T15:09:23.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: audit 2023-12-06T15:09:22.895631+0000 mon.a (mon.0) 2474 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:23.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:23 smithi150 bash[70025]: audit 2023-12-06T15:09:23.178871+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.116:0/1899689873' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:09:24.168 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:23 smithi116 bash[95882]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:09:24.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:24 smithi116 bash[80542]: cluster 2023-12-06T15:09:23.885432+0000 mon.a (mon.0) 2475 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:09:24.901 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:24 smithi116 bash[83021]: cluster 2023-12-06T15:09:23.885432+0000 mon.a (mon.0) 2475 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:09:24.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:24 smithi150 bash[70025]: cluster 2023-12-06T15:09:23.885432+0000 mon.a (mon.0) 2475 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:09:25.939 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:25 smithi116 bash[80542]: cluster 2023-12-06T15:09:24.890928+0000 mgr.y (mgr.25504) 646 : cluster 0 pgmap v127: 161 pgs: 10 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 125 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 31/630 objects degraded (4.921%) 2023-12-06T15:09:25.939 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:25 smithi116 bash[83021]: cluster 2023-12-06T15:09:24.890928+0000 mgr.y (mgr.25504) 646 : cluster 0 pgmap v127: 161 pgs: 10 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 125 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 31/630 objects degraded (4.921%) 2023-12-06T15:09:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:25 smithi150 bash[70025]: cluster 2023-12-06T15:09:24.890928+0000 mgr.y (mgr.25504) 646 : cluster 0 pgmap v127: 161 pgs: 10 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 125 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 31/630 objects degraded (4.921%) 2023-12-06T15:09:26.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:26 smithi116 bash[80542]: cluster 2023-12-06T15:09:25.673569+0000 mon.a (mon.0) 2476 : cluster 3 Health check failed: Degraded data redundancy: 31/630 objects degraded (4.921%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:26.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:26 smithi116 bash[83021]: cluster 2023-12-06T15:09:25.673569+0000 mon.a (mon.0) 2476 : cluster 3 Health check failed: Degraded data redundancy: 31/630 objects degraded (4.921%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:26 smithi150 bash[70025]: cluster 2023-12-06T15:09:25.673569+0000 mon.a (mon.0) 2476 : cluster 3 Health check failed: Degraded data redundancy: 31/630 objects degraded (4.921%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:27.367 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:27 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-06T15:09:27.367 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:27 smithi116 systemd[1]: Stopped Ceph osd.2 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:09:27.683 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:27 smithi116 systemd[1]: Started Ceph osd.2 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:09:28.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: cluster 2023-12-06T15:09:26.892275+0000 mgr.y (mgr.25504) 647 : cluster 0 pgmap v128: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.413434+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.419679+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.443250+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.444466+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.453185+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.534728+0000 mon.a (mon.0) 2482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.537679+0000 mon.a (mon.0) 2483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.542911+0000 mon.a (mon.0) 2484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.544228+0000 mon.a (mon.0) 2485 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.554259+0000 mon.a (mon.0) 2486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.637149+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.639192+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.641826+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.642658+0000 mon.a (mon.0) 2490 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[80542]: audit 2023-12-06T15:09:27.651123+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: cluster 2023-12-06T15:09:26.892275+0000 mgr.y (mgr.25504) 647 : cluster 0 pgmap v128: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:28.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.413434+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.419679+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.443250+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.444466+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.453185+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.534728+0000 mon.a (mon.0) 2482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.537679+0000 mon.a (mon.0) 2483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.542911+0000 mon.a (mon.0) 2484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.544228+0000 mon.a (mon.0) 2485 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.554259+0000 mon.a (mon.0) 2486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.637149+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.639192+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.641826+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.642658+0000 mon.a (mon.0) 2490 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:27 smithi116 bash[83021]: audit 2023-12-06T15:09:27.651123+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: cluster 2023-12-06T15:09:26.892275+0000 mgr.y (mgr.25504) 647 : cluster 0 pgmap v128: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.413434+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.419679+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.443250+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.444466+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.453185+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.534728+0000 mon.a (mon.0) 2482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.537679+0000 mon.a (mon.0) 2483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.542911+0000 mon.a (mon.0) 2484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.544228+0000 mon.a (mon.0) 2485 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.554259+0000 mon.a (mon.0) 2486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.637149+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.639192+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.641826+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.642658+0000 mon.a (mon.0) 2490 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:28.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:27 smithi150 bash[70025]: audit 2023-12-06T15:09:27.651123+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cluster 2023-12-06T15:09:27.446780+0000 mgr.y (mgr.25504) 648 : cluster 0 pgmap v129: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:29.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:27.453860+0000 mgr.y (mgr.25504) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.109 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:27.555115+0000 mgr.y (mgr.25504) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.110 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:27.652085+0000 mgr.y (mgr.25504) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.110 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cluster 2023-12-06T15:09:27.685089+0000 mon.a (mon.0) 2492 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:09:29.110 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.731817+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.110 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.734532+0000 mon.a (mon.0) 2494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.110 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.737015+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.110 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.738125+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.111 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.745935+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.111 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:27.746620+0000 mgr.y (mgr.25504) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.111 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.824813+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.111 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.829255+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.111 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.833398+0000 mon.a (mon.0) 2500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.111 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.834840+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.112 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.845242+0000 mon.a (mon.0) 2502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.112 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:27.845985+0000 mgr.y (mgr.25504) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.112 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.925348+0000 mon.a (mon.0) 2503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.112 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.928040+0000 mon.a (mon.0) 2504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.113 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cluster 2023-12-06T15:09:27.446780+0000 mgr.y (mgr.25504) 648 : cluster 0 pgmap v129: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:29.113 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:27.453860+0000 mgr.y (mgr.25504) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.113 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:27.555115+0000 mgr.y (mgr.25504) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.113 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:27.652085+0000 mgr.y (mgr.25504) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.113 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cluster 2023-12-06T15:09:27.685089+0000 mon.a (mon.0) 2492 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:09:29.113 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.731817+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.114 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.734532+0000 mon.a (mon.0) 2494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.114 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.737015+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.114 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.738125+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.114 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.745935+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.114 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:27.746620+0000 mgr.y (mgr.25504) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.824813+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.829255+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.833398+0000 mon.a (mon.0) 2500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.834840+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.845242+0000 mon.a (mon.0) 2502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:27.845985+0000 mgr.y (mgr.25504) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.925348+0000 mon.a (mon.0) 2503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.115 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.928040+0000 mon.a (mon.0) 2504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.116 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.931668+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.116 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.933052+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.116 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:27.942995+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.116 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:27.943689+0000 mgr.y (mgr.25504) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.025517+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.029774+0000 mon.a (mon.0) 2509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.033792+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.035170+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.043834+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.044420+0000 mgr.y (mgr.25504) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.128384+0000 mon.a (mon.0) 2513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.131374+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.117 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.136137+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.137783+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.146240+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.226376+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.228603+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.231887+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.232796+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.118 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.239440+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.119 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.931668+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.119 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.933052+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.119 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:27.942995+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:27.943689+0000 mgr.y (mgr.25504) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.025517+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.029774+0000 mon.a (mon.0) 2509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.033792+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.035170+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.043834+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.044420+0000 mgr.y (mgr.25504) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.128384+0000 mon.a (mon.0) 2513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.131374+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.136137+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.120 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.137783+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.146240+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.226376+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.228603+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.231887+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.232796+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.239440+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.319662+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.321959+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.325595+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.326867+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.334088+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.397614+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.400916+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.404047+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.404867+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.121 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.413159+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.491545+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.494258+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.497334+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.498506+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.506968+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.586826+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.588986+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.591807+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.592644+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.122 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.597978+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.319662+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.321959+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.325595+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.326867+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.334088+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.397614+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.400916+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.404047+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.404867+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.413159+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.491545+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.123 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.494258+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.497334+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.498506+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.506968+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.586826+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.588986+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.591807+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.592644+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.124 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.597978+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.678886+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.681773+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.685867+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[83021]: audit 2023-12-06T15:09:28.687339+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.678886+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.681773+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.685867+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.125 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:28 smithi116 bash[80542]: audit 2023-12-06T15:09:28.687339+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cluster 2023-12-06T15:09:27.446780+0000 mgr.y (mgr.25504) 648 : cluster 0 pgmap v129: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:27.453860+0000 mgr.y (mgr.25504) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:27.555115+0000 mgr.y (mgr.25504) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:27.652085+0000 mgr.y (mgr.25504) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cluster 2023-12-06T15:09:27.685089+0000 mon.a (mon.0) 2492 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.731817+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.734532+0000 mon.a (mon.0) 2494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.737015+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.738125+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.745935+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:27.746620+0000 mgr.y (mgr.25504) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.824813+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.829255+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.833398+0000 mon.a (mon.0) 2500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.834840+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.845242+0000 mon.a (mon.0) 2502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:27.845985+0000 mgr.y (mgr.25504) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.925348+0000 mon.a (mon.0) 2503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.928040+0000 mon.a (mon.0) 2504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.931668+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.933052+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:27.942995+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:27.943689+0000 mgr.y (mgr.25504) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.025517+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.029774+0000 mon.a (mon.0) 2509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.033792+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.035170+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.043834+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.044420+0000 mgr.y (mgr.25504) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.128384+0000 mon.a (mon.0) 2513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.131374+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.136137+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.137783+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.146240+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.226376+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.228603+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.231887+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.232796+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.239440+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.319662+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.321959+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.325595+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.326867+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.334088+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.397614+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.400916+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.404047+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.404867+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.413159+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.491545+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.494258+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.497334+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.498506+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.506968+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.586826+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.588986+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.591807+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.592644+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.597978+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.678886+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.681773+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.685867+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:28 smithi150 bash[70025]: audit 2023-12-06T15:09:28.687339+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.146859+0000 mgr.y (mgr.25504) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.240003+0000 mgr.y (mgr.25504) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.334669+0000 mgr.y (mgr.25504) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.413912+0000 mgr.y (mgr.25504) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.507674+0000 mgr.y (mgr.25504) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.598568+0000 mgr.y (mgr.25504) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.695792+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.696412+0000 mgr.y (mgr.25504) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.995 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.721091+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.722016+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.787828+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.790349+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.793303+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.794211+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.800560+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.801400+0000 mgr.y (mgr.25504) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.880651+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.883391+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.887633+0000 mon.a (mon.0) 2557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.889076+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.897157+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.996 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.897678+0000 mgr.y (mgr.25504) 664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.977688+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.981382+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.985098+0000 mon.a (mon.0) 2562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.986450+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:28.993087+0000 mon.a (mon.0) 2564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:28.993674+0000 mgr.y (mgr.25504) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.074109+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.076205+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.078566+0000 mon.a (mon.0) 2567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.079320+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.086969+0000 mon.a (mon.0) 2569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.087510+0000 mgr.y (mgr.25504) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.168794+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.176203+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.997 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.179658+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.180580+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.186517+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.266352+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.269080+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.271912+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.272942+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.282538+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.347903+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.349936+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.352065+0000 mon.a (mon.0) 2582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.352807+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.358220+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.437031+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.438938+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.440956+0000 mon.a (mon.0) 2587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.441680+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.447032+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.529311+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.531755+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.535237+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.536367+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.543304+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.622841+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.626248+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:29.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.629197+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.630165+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[80542]: audit 2023-12-06T15:09:29.636627+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.146859+0000 mgr.y (mgr.25504) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.240003+0000 mgr.y (mgr.25504) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.334669+0000 mgr.y (mgr.25504) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.413912+0000 mgr.y (mgr.25504) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.507674+0000 mgr.y (mgr.25504) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.598568+0000 mgr.y (mgr.25504) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.695792+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.696412+0000 mgr.y (mgr.25504) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.721091+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.722016+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.787828+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.790349+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.793303+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.794211+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.800560+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.801400+0000 mgr.y (mgr.25504) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.880651+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.883391+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.887633+0000 mon.a (mon.0) 2557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.889076+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.001 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.897157+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.897678+0000 mgr.y (mgr.25504) 664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.977688+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.981382+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.985098+0000 mon.a (mon.0) 2562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.986450+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:28.993087+0000 mon.a (mon.0) 2564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:28.993674+0000 mgr.y (mgr.25504) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.074109+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.076205+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.078566+0000 mon.a (mon.0) 2567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.079320+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.086969+0000 mon.a (mon.0) 2569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.002 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.087510+0000 mgr.y (mgr.25504) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.168794+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.176203+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.179658+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.180580+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.186517+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.266352+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.003 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.269080+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.004 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.271912+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.004 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.272942+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.004 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.282538+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.004 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.347903+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.004 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.349936+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.352065+0000 mon.a (mon.0) 2582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.352807+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.358220+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.437031+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.438938+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.440956+0000 mon.a (mon.0) 2587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.441680+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.447032+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.529311+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.531755+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.535237+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.536367+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.543304+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.622841+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.005 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.626248+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.629197+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.630165+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[83021]: audit 2023-12-06T15:09:29.636627+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T15:09:30.006 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:29 smithi116 bash[96120]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.146859+0000 mgr.y (mgr.25504) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.240003+0000 mgr.y (mgr.25504) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.334669+0000 mgr.y (mgr.25504) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.413912+0000 mgr.y (mgr.25504) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.507674+0000 mgr.y (mgr.25504) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.598568+0000 mgr.y (mgr.25504) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.695792+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.696412+0000 mgr.y (mgr.25504) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.721091+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.722016+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.787828+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.790349+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.793303+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.794211+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.800560+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.801400+0000 mgr.y (mgr.25504) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.880651+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.883391+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.887633+0000 mon.a (mon.0) 2557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.889076+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.897157+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.897678+0000 mgr.y (mgr.25504) 664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.977688+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.981382+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.985098+0000 mon.a (mon.0) 2562 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.986450+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:28.993087+0000 mon.a (mon.0) 2564 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:28.993674+0000 mgr.y (mgr.25504) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.074109+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.076205+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.078566+0000 mon.a (mon.0) 2567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.079320+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.086969+0000 mon.a (mon.0) 2569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.087510+0000 mgr.y (mgr.25504) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.168794+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.176203+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.179658+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.180580+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.186517+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.266352+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.269080+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.271912+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.272942+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.282538+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.347903+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.349936+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.352065+0000 mon.a (mon.0) 2582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.352807+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.358220+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.437031+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.438938+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.440956+0000 mon.a (mon.0) 2587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.441680+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.447032+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.529311+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.531755+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.535237+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.536367+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.543304+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.622841+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.626248+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.629197+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.630165+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:29 smithi150 bash[70025]: audit 2023-12-06T15:09:29.636627+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.187801+0000 mgr.y (mgr.25504) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.283400+0000 mgr.y (mgr.25504) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.358822+0000 mgr.y (mgr.25504) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cluster 2023-12-06T15:09:29.447424+0000 mgr.y (mgr.25504) 670 : cluster 0 pgmap v130: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.449637+0000 mgr.y (mgr.25504) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.543937+0000 mgr.y (mgr.25504) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.804 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.637258+0000 mgr.y (mgr.25504) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.702673+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.713125+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.716172+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.717146+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.722693+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.723357+0000 mgr.y (mgr.25504) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.784794+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.787217+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.805 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.789906+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.790762+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.797242+0000 mgr.y (mgr.25504) 675 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.798496+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.799271+0000 mgr.y (mgr.25504) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.187801+0000 mgr.y (mgr.25504) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.283400+0000 mgr.y (mgr.25504) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.358822+0000 mgr.y (mgr.25504) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cluster 2023-12-06T15:09:29.447424+0000 mgr.y (mgr.25504) 670 : cluster 0 pgmap v130: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:30.806 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.449637+0000 mgr.y (mgr.25504) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.543937+0000 mgr.y (mgr.25504) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.637258+0000 mgr.y (mgr.25504) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.702673+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.713125+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.716172+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.717146+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.722693+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.723357+0000 mgr.y (mgr.25504) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.784794+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.807 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.787217+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.809 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.789906+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.809 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.790762+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.809 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.797242+0000 mgr.y (mgr.25504) 675 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:30.809 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.798496+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.809 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.799271+0000 mgr.y (mgr.25504) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.878378+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.881207+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.884065+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.884908+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.893820+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.894435+0000 mgr.y (mgr.25504) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.974180+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.976020+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.810 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.978319+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.979239+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:29.987372+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:29.988131+0000 mgr.y (mgr.25504) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.067975+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.070240+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.073026+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.073894+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.081413+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.082023+0000 mgr.y (mgr.25504) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.160661+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.811 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.162702+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.812 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.165332+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.812 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.166199+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.812 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.174713+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.812 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.251886+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.812 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.254509+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.812 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.257110+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.258040+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.266115+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.346232+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.350586+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.353077+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.354012+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.362453+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.445892+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.453407+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.457802+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.813 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.458857+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.467408+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.551906+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.554284+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.556711+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.557706+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.567707+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.647340+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.650079+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.653029+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.814 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.653916+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.815 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[80542]: audit 2023-12-06T15:09:30.662353+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.815 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.878378+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.815 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.881207+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.815 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.884065+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.815 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.884908+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.893820+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.894435+0000 mgr.y (mgr.25504) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.974180+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.976020+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.978319+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.979239+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:29.987372+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:29.988131+0000 mgr.y (mgr.25504) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.067975+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.816 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.070240+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.073026+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.073894+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.081413+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.082023+0000 mgr.y (mgr.25504) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.160661+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.162702+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.165332+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.166199+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.174713+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.251886+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.817 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.254509+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.257110+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.258040+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.266115+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.346232+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.350586+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.353077+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.354012+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.362453+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.445892+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.453407+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.818 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.457802+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.458857+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.467408+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.551906+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.554284+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.556711+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.557706+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.567707+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.647340+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.650079+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.653029+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.653916+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:30.819 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:30 smithi116 bash[83021]: audit 2023-12-06T15:09:30.662353+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.187801+0000 mgr.y (mgr.25504) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.283400+0000 mgr.y (mgr.25504) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.358822+0000 mgr.y (mgr.25504) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cluster 2023-12-06T15:09:29.447424+0000 mgr.y (mgr.25504) 670 : cluster 0 pgmap v130: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.449637+0000 mgr.y (mgr.25504) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.543937+0000 mgr.y (mgr.25504) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.637258+0000 mgr.y (mgr.25504) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.702673+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.713125+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.716172+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.717146+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.722693+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.723357+0000 mgr.y (mgr.25504) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.784794+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.787217+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.789906+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.790762+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.797242+0000 mgr.y (mgr.25504) 675 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.798496+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.799271+0000 mgr.y (mgr.25504) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.878378+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.881207+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.884065+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.884908+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.893820+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.894435+0000 mgr.y (mgr.25504) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.974180+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.976020+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.978319+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.979239+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:29.987372+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:29.988131+0000 mgr.y (mgr.25504) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.067975+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.070240+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.073026+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.073894+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.081413+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.082023+0000 mgr.y (mgr.25504) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.160661+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.162702+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.165332+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.166199+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.174713+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.251886+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.254509+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.257110+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.258040+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.266115+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.346232+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.350586+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.353077+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.354012+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.362453+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.445892+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.453407+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.457802+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.458857+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.467408+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.551906+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.554284+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.556711+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.557706+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.567707+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.647340+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.650079+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.653029+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.653916+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:31.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:30 smithi150 bash[70025]: audit 2023-12-06T15:09:30.662353+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.175394+0000 mgr.y (mgr.25504) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.266776+0000 mgr.y (mgr.25504) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.363136+0000 mgr.y (mgr.25504) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.468303+0000 mgr.y (mgr.25504) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.568306+0000 mgr.y (mgr.25504) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.662916+0000 mgr.y (mgr.25504) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.741557+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.746097+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.750225+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.751285+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.758579+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.761180+0000 mgr.y (mgr.25504) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.840401+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.843007+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.846120+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.847331+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.855632+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.856280+0000 mgr.y (mgr.25504) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.937455+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.940010+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.943696+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.944828+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:30.952961+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:30.953605+0000 mgr.y (mgr.25504) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.032465+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.035039+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.037559+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.038333+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.044023+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.044456+0000 mgr.y (mgr.25504) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.125832+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.128523+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.131311+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.132207+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.138479+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.222117+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.224767+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.227675+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.228439+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.234506+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.175394+0000 mgr.y (mgr.25504) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.266776+0000 mgr.y (mgr.25504) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.363136+0000 mgr.y (mgr.25504) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.468303+0000 mgr.y (mgr.25504) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.568306+0000 mgr.y (mgr.25504) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.662916+0000 mgr.y (mgr.25504) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.741557+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.746097+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.750225+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.751285+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.758579+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.761180+0000 mgr.y (mgr.25504) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.840401+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.843007+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.846120+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.847331+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.855632+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.856280+0000 mgr.y (mgr.25504) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.937455+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.940010+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.316852+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.320965+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.323907+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.324914+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.332192+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.410111+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.412617+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.415365+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.416171+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.421788+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.501706+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.504137+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.506829+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.507781+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.514653+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.594623+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.597521+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.601243+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.602464+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.608330+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.690264+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.694990+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.697903+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.698765+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[80542]: audit 2023-12-06T15:09:31.704877+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.943696+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.944828+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:30.952961+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:30.953605+0000 mgr.y (mgr.25504) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.032465+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.035039+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.037559+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.038333+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.044023+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.044456+0000 mgr.y (mgr.25504) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.125832+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.128523+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.131311+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.132207+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.138479+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.222117+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.224767+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.227675+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.228439+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.234506+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.316852+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.320965+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.323907+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.324914+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.332192+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.410111+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.412617+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.415365+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.416171+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.421788+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.501706+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.504137+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.506829+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.507781+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.514653+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.594623+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.597521+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.601243+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.602464+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.608330+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.690264+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.694990+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.697903+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.698765+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:31 smithi116 bash[83021]: audit 2023-12-06T15:09:31.704877+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.175394+0000 mgr.y (mgr.25504) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.266776+0000 mgr.y (mgr.25504) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.363136+0000 mgr.y (mgr.25504) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.468303+0000 mgr.y (mgr.25504) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.568306+0000 mgr.y (mgr.25504) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.662916+0000 mgr.y (mgr.25504) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.741557+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.746097+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.750225+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.751285+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.758579+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.761180+0000 mgr.y (mgr.25504) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.840401+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.843007+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.846120+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.847331+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.855632+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.856280+0000 mgr.y (mgr.25504) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.937455+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.940010+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.943696+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.944828+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:30.952961+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:30.953605+0000 mgr.y (mgr.25504) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.032465+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.035039+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.037559+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.038333+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.044023+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.044456+0000 mgr.y (mgr.25504) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.125832+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.128523+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.131311+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.132207+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.138479+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.222117+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.224767+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.227675+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.228439+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.234506+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.316852+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.320965+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.323907+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.324914+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.332192+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.410111+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.412617+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.415365+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.416171+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.421788+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.501706+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.504137+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.506829+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.507781+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.514653+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.594623+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.597521+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.601243+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.602464+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.608330+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.690264+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.694990+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.697903+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.698765+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:31 smithi150 bash[70025]: audit 2023-12-06T15:09:31.704877+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:32.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:09:32] "GET /metrics HTTP/1.1" 200 38414 "" "Prometheus/2.33.4" 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.138988+0000 mgr.y (mgr.25504) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.235052+0000 mgr.y (mgr.25504) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.332750+0000 mgr.y (mgr.25504) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.422583+0000 mgr.y (mgr.25504) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cluster 2023-12-06T15:09:31.448345+0000 mgr.y (mgr.25504) 694 : cluster 0 pgmap v131: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.515397+0000 mgr.y (mgr.25504) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.608833+0000 mgr.y (mgr.25504) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.705621+0000 mgr.y (mgr.25504) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.796556+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.798411+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.801323+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.802544+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.809975+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.810789+0000 mgr.y (mgr.25504) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.891501+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.894005+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.897175+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.898296+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.904410+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.905013+0000 mgr.y (mgr.25504) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.138988+0000 mgr.y (mgr.25504) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.235052+0000 mgr.y (mgr.25504) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.332750+0000 mgr.y (mgr.25504) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.422583+0000 mgr.y (mgr.25504) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cluster 2023-12-06T15:09:31.448345+0000 mgr.y (mgr.25504) 694 : cluster 0 pgmap v131: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.515397+0000 mgr.y (mgr.25504) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.608833+0000 mgr.y (mgr.25504) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.705621+0000 mgr.y (mgr.25504) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.796556+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.798411+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.801323+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.802544+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.809975+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.810789+0000 mgr.y (mgr.25504) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.891501+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.894005+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.897175+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.898296+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.904410+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.905013+0000 mgr.y (mgr.25504) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.982307+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.985400+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.988838+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.990043+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:31.998348+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:31.999211+0000 mgr.y (mgr.25504) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.081329+0000 mon.a (mon.0) 2725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.086087+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.089726+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.090726+0000 mon.a (mon.0) 2728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.097255+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.097905+0000 mgr.y (mgr.25504) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.177033+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.179535+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.182539+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.183362+0000 mon.a (mon.0) 2733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.188958+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.265840+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.268309+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.271348+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.982307+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.985400+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.988838+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.990043+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:31.998348+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:31.999211+0000 mgr.y (mgr.25504) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.081329+0000 mon.a (mon.0) 2725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.086087+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.089726+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.090726+0000 mon.a (mon.0) 2728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.097255+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.097905+0000 mgr.y (mgr.25504) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.177033+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.179535+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.182539+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.183362+0000 mon.a (mon.0) 2733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.188958+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.265840+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.268309+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.271348+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.272347+0000 mon.a (mon.0) 2738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.279082+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.358389+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.360433+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.363264+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.364043+0000 mon.a (mon.0) 2743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.369394+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.434495+0000 mon.a (mon.0) 2745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.437458+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.440033+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.440853+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.448130+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.510968+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.513164+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.515683+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.516577+0000 mon.a (mon.0) 2753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.522912+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.586132+0000 mon.a (mon.0) 2755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.588656+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.592275+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.593495+0000 mon.a (mon.0) 2758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.600993+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.678861+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.681832+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.685496+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.686810+0000 mon.a (mon.0) 2763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[80542]: audit 2023-12-06T15:09:32.695352+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.272347+0000 mon.a (mon.0) 2738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.279082+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.358389+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.360433+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.363264+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.364043+0000 mon.a (mon.0) 2743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.369394+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.434495+0000 mon.a (mon.0) 2745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.437458+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.440033+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.440853+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.448130+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.510968+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.513164+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.515683+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.516577+0000 mon.a (mon.0) 2753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.522912+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.586132+0000 mon.a (mon.0) 2755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.588656+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.592275+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.593495+0000 mon.a (mon.0) 2758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.600993+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.678861+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.681832+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.685496+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.686810+0000 mon.a (mon.0) 2763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:32 smithi116 bash[83021]: audit 2023-12-06T15:09:32.695352+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.138988+0000 mgr.y (mgr.25504) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.235052+0000 mgr.y (mgr.25504) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.332750+0000 mgr.y (mgr.25504) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.422583+0000 mgr.y (mgr.25504) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cluster 2023-12-06T15:09:31.448345+0000 mgr.y (mgr.25504) 694 : cluster 0 pgmap v131: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.515397+0000 mgr.y (mgr.25504) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.608833+0000 mgr.y (mgr.25504) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.705621+0000 mgr.y (mgr.25504) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.796556+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.798411+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.801323+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.802544+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.809975+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.810789+0000 mgr.y (mgr.25504) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.891501+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.894005+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.897175+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.898296+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.904410+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.905013+0000 mgr.y (mgr.25504) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.982307+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.985400+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.988838+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.990043+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:31.998348+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:31.999211+0000 mgr.y (mgr.25504) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.081329+0000 mon.a (mon.0) 2725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.086087+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.089726+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.090726+0000 mon.a (mon.0) 2728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.097255+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.097905+0000 mgr.y (mgr.25504) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.177033+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.179535+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.182539+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.183362+0000 mon.a (mon.0) 2733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.188958+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.265840+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.268309+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.271348+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.272347+0000 mon.a (mon.0) 2738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.279082+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.358389+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.360433+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.363264+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.364043+0000 mon.a (mon.0) 2743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.369394+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.434495+0000 mon.a (mon.0) 2745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.437458+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.440033+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.440853+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.448130+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.510968+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.513164+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.515683+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.516577+0000 mon.a (mon.0) 2753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.522912+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.586132+0000 mon.a (mon.0) 2755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.588656+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.592275+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.593495+0000 mon.a (mon.0) 2758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.600993+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.678861+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.681832+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.685496+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.686810+0000 mon.a (mon.0) 2763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:32 smithi150 bash[70025]: audit 2023-12-06T15:09:32.695352+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:33.669 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[96610]: debug 2023-12-06T15:09:33.341+0000 7f5b996bd700 1 -- 172.21.15.116:0/2475792786 <== mon.1 v2:172.21.15.116:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56022cffd1e0 con 0x56022d082c00 2023-12-06T15:09:34.082 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[96610]: debug 2023-12-06T15:09:33.901+0000 7f5ba2843640 -1 Falling back to public interface 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.189372+0000 mgr.y (mgr.25504) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.279619+0000 mgr.y (mgr.25504) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.370024+0000 mgr.y (mgr.25504) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.449160+0000 mgr.y (mgr.25504) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.524270+0000 mgr.y (mgr.25504) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.601527+0000 mgr.y (mgr.25504) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.696101+0000 mgr.y (mgr.25504) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.776411+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.778653+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.781468+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.782302+0000 mon.a (mon.0) 2768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.790055+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.790564+0000 mgr.y (mgr.25504) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.867387+0000 mon.a (mon.0) 2770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.870247+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.873831+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.875059+0000 mon.a (mon.0) 2773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.883541+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.884315+0000 mgr.y (mgr.25504) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.965451+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.967554+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.969933+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.970935+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:32.976721+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:32.977529+0000 mgr.y (mgr.25504) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.057808+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.084 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.060457+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.063330+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.064505+0000 mon.a (mon.0) 2783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.071636+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.072561+0000 mgr.y (mgr.25504) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.153422+0000 mon.a (mon.0) 2785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.155596+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.158438+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.159318+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.168045+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.229508+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.232486+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.236228+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.237363+0000 mon.a (mon.0) 2793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.085 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.244010+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.327103+0000 mon.a (mon.0) 2795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.329975+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.332775+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.333787+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.341048+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.422665+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.424993+0000 mon.a (mon.0) 2801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.427183+0000 mon.a (mon.0) 2802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.428006+0000 mon.a (mon.0) 2803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.433888+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.516634+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.519237+0000 mon.a (mon.0) 2806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.522189+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.523298+0000 mon.a (mon.0) 2808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.086 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.531143+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.613174+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.615395+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.618203+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.619332+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.630039+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[80542]: audit 2023-12-06T15:09:33.710379+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.087 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.189372+0000 mgr.y (mgr.25504) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.279619+0000 mgr.y (mgr.25504) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.370024+0000 mgr.y (mgr.25504) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.449160+0000 mgr.y (mgr.25504) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.524270+0000 mgr.y (mgr.25504) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.601527+0000 mgr.y (mgr.25504) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.696101+0000 mgr.y (mgr.25504) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.776411+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.778653+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.781468+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.782302+0000 mon.a (mon.0) 2768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.088 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.790055+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.790564+0000 mgr.y (mgr.25504) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.867387+0000 mon.a (mon.0) 2770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.870247+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.873831+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.875059+0000 mon.a (mon.0) 2773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.883541+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.884315+0000 mgr.y (mgr.25504) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.965451+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.967554+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.969933+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.970935+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:32.976721+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:32.977529+0000 mgr.y (mgr.25504) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.057808+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.060457+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.063330+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.064505+0000 mon.a (mon.0) 2783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.071636+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.072561+0000 mgr.y (mgr.25504) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.153422+0000 mon.a (mon.0) 2785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.155596+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.158438+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.159318+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.168045+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.229508+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.232486+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.236228+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.090 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.237363+0000 mon.a (mon.0) 2793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.244010+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.327103+0000 mon.a (mon.0) 2795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.329975+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.332775+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.333787+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.341048+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.422665+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.424993+0000 mon.a (mon.0) 2801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.427183+0000 mon.a (mon.0) 2802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.428006+0000 mon.a (mon.0) 2803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.433888+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.516634+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.519237+0000 mon.a (mon.0) 2806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.522189+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.091 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.523298+0000 mon.a (mon.0) 2808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.531143+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.613174+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.615395+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.618203+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.619332+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.630039+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.092 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:33 smithi116 bash[83021]: audit 2023-12-06T15:09:33.710379+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.189372+0000 mgr.y (mgr.25504) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.279619+0000 mgr.y (mgr.25504) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.370024+0000 mgr.y (mgr.25504) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.449160+0000 mgr.y (mgr.25504) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.524270+0000 mgr.y (mgr.25504) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.601527+0000 mgr.y (mgr.25504) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.696101+0000 mgr.y (mgr.25504) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.776411+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.778653+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.781468+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.782302+0000 mon.a (mon.0) 2768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.790055+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.790564+0000 mgr.y (mgr.25504) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.867387+0000 mon.a (mon.0) 2770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.870247+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.873831+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.875059+0000 mon.a (mon.0) 2773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.883541+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.884315+0000 mgr.y (mgr.25504) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.965451+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.967554+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.969933+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.970935+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:32.976721+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:32.977529+0000 mgr.y (mgr.25504) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.057808+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.060457+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.063330+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.064505+0000 mon.a (mon.0) 2783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.071636+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.072561+0000 mgr.y (mgr.25504) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.153422+0000 mon.a (mon.0) 2785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.155596+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.158438+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.159318+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.168045+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.229508+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.232486+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.236228+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.237363+0000 mon.a (mon.0) 2793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.244010+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.327103+0000 mon.a (mon.0) 2795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.329975+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.332775+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.333787+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.341048+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.422665+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.424993+0000 mon.a (mon.0) 2801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.427183+0000 mon.a (mon.0) 2802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.428006+0000 mon.a (mon.0) 2803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.433888+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.516634+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.519237+0000 mon.a (mon.0) 2806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.522189+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.523298+0000 mon.a (mon.0) 2808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.531143+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.613174+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.615395+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.618203+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.619332+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.630039+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:34.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:33 smithi150 bash[70025]: audit 2023-12-06T15:09:33.710379+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.168567+0000 mgr.y (mgr.25504) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.244610+0000 mgr.y (mgr.25504) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.341971+0000 mgr.y (mgr.25504) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.434454+0000 mgr.y (mgr.25504) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cluster 2023-12-06T15:09:33.449714+0000 mgr.y (mgr.25504) 717 : cluster 0 pgmap v132: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.531758+0000 mgr.y (mgr.25504) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.630702+0000 mgr.y (mgr.25504) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.715614+0000 mon.a (mon.0) 2816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.727075+0000 mon.a (mon.0) 2817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.728238+0000 mon.a (mon.0) 2818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.733720+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.734165+0000 mgr.y (mgr.25504) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.810441+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.813407+0000 mon.a (mon.0) 2821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.816539+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.817587+0000 mon.a (mon.0) 2823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.826477+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.827076+0000 mgr.y (mgr.25504) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.914019+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.918359+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.921083+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.921859+0000 mon.a (mon.0) 2828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:33.928643+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:33.929018+0000 mgr.y (mgr.25504) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.011312+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.013870+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.016464+0000 mon.a (mon.0) 2832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.017630+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.027694+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.028363+0000 mgr.y (mgr.25504) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.110852+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.115547+0000 mon.a (mon.0) 2836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.118591+0000 mon.a (mon.0) 2837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.119727+0000 mon.a (mon.0) 2838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.127443+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.127985+0000 mgr.y (mgr.25504) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.209851+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.212400+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.215347+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.216585+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.168567+0000 mgr.y (mgr.25504) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.244610+0000 mgr.y (mgr.25504) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.341971+0000 mgr.y (mgr.25504) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.434454+0000 mgr.y (mgr.25504) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cluster 2023-12-06T15:09:33.449714+0000 mgr.y (mgr.25504) 717 : cluster 0 pgmap v132: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.531758+0000 mgr.y (mgr.25504) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.630702+0000 mgr.y (mgr.25504) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.715614+0000 mon.a (mon.0) 2816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.727075+0000 mon.a (mon.0) 2817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.728238+0000 mon.a (mon.0) 2818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.733720+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.734165+0000 mgr.y (mgr.25504) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.810441+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.813407+0000 mon.a (mon.0) 2821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.816539+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.817587+0000 mon.a (mon.0) 2823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.826477+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.827076+0000 mgr.y (mgr.25504) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.914019+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.918359+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.225379+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.306026+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.309581+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.312940+0000 mon.a (mon.0) 2847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.314334+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.321589+0000 mon.a (mon.0) 2849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.405231+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.407602+0000 mon.a (mon.0) 2851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.410115+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.411072+0000 mon.a (mon.0) 2853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.418931+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: cluster 2023-12-06T15:09:34.455593+0000 mon.a (mon.0) 2855 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.498916+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.502971+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.505571+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.506510+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.511980+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.592046+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.594933+0000 mon.a (mon.0) 2862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.598792+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.600199+0000 mon.a (mon.0) 2864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.609295+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.692897+0000 mon.a (mon.0) 2866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.696982+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.700124+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.701335+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[80542]: audit 2023-12-06T15:09:34.708926+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.921083+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.921859+0000 mon.a (mon.0) 2828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:33.928643+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:33.929018+0000 mgr.y (mgr.25504) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.011312+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.013870+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.016464+0000 mon.a (mon.0) 2832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.017630+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.027694+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.028363+0000 mgr.y (mgr.25504) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.110852+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.115547+0000 mon.a (mon.0) 2836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.118591+0000 mon.a (mon.0) 2837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.119727+0000 mon.a (mon.0) 2838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.127443+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.127985+0000 mgr.y (mgr.25504) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.209851+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.212400+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.215347+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.216585+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.225379+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.306026+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.309581+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.312940+0000 mon.a (mon.0) 2847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.314334+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.321589+0000 mon.a (mon.0) 2849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.405231+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.407602+0000 mon.a (mon.0) 2851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.410115+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.411072+0000 mon.a (mon.0) 2853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.418931+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: cluster 2023-12-06T15:09:34.455593+0000 mon.a (mon.0) 2855 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.498916+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.502971+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.505571+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.506510+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.511980+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.592046+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.594933+0000 mon.a (mon.0) 2862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.598792+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.600199+0000 mon.a (mon.0) 2864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.609295+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.692897+0000 mon.a (mon.0) 2866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.696982+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.700124+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.701335+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.182 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:34 smithi116 bash[83021]: audit 2023-12-06T15:09:34.708926+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.168567+0000 mgr.y (mgr.25504) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.244610+0000 mgr.y (mgr.25504) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.341971+0000 mgr.y (mgr.25504) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.434454+0000 mgr.y (mgr.25504) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cluster 2023-12-06T15:09:33.449714+0000 mgr.y (mgr.25504) 717 : cluster 0 pgmap v132: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.531758+0000 mgr.y (mgr.25504) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.630702+0000 mgr.y (mgr.25504) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.715614+0000 mon.a (mon.0) 2816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.727075+0000 mon.a (mon.0) 2817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.728238+0000 mon.a (mon.0) 2818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.733720+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.734165+0000 mgr.y (mgr.25504) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.810441+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.813407+0000 mon.a (mon.0) 2821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.816539+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.817587+0000 mon.a (mon.0) 2823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.826477+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.827076+0000 mgr.y (mgr.25504) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.914019+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.918359+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.921083+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.921859+0000 mon.a (mon.0) 2828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:33.928643+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:33.929018+0000 mgr.y (mgr.25504) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.011312+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.013870+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.016464+0000 mon.a (mon.0) 2832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.017630+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.027694+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.028363+0000 mgr.y (mgr.25504) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.110852+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.115547+0000 mon.a (mon.0) 2836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.118591+0000 mon.a (mon.0) 2837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.119727+0000 mon.a (mon.0) 2838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.127443+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.127985+0000 mgr.y (mgr.25504) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.209851+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.212400+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.215347+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.216585+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.225379+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.306026+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.309581+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.312940+0000 mon.a (mon.0) 2847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.314334+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.321589+0000 mon.a (mon.0) 2849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.405231+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.407602+0000 mon.a (mon.0) 2851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.410115+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.411072+0000 mon.a (mon.0) 2853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.418931+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: cluster 2023-12-06T15:09:34.455593+0000 mon.a (mon.0) 2855 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.498916+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.502971+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.505571+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.506510+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.511980+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.592046+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.594933+0000 mon.a (mon.0) 2862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.598792+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.600199+0000 mon.a (mon.0) 2864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.609295+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.692897+0000 mon.a (mon.0) 2866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.696982+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:35.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.700124+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:35.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.701335+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:35.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:34 smithi150 bash[70025]: audit 2023-12-06T15:09:34.708926+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.226202+0000 mgr.y (mgr.25504) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.322377+0000 mgr.y (mgr.25504) 726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.419589+0000 mgr.y (mgr.25504) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.512636+0000 mgr.y (mgr.25504) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.610119+0000 mgr.y (mgr.25504) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.709725+0000 mgr.y (mgr.25504) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.794814+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.797347+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.799873+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.800796+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.808084+0000 mon.a (mon.0) 2875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.808713+0000 mgr.y (mgr.25504) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.887545+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.889821+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.892671+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.893511+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.900975+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.901629+0000 mgr.y (mgr.25504) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.984613+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.986891+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.226202+0000 mgr.y (mgr.25504) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.322377+0000 mgr.y (mgr.25504) 726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.419589+0000 mgr.y (mgr.25504) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.512636+0000 mgr.y (mgr.25504) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.610119+0000 mgr.y (mgr.25504) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.709725+0000 mgr.y (mgr.25504) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.794814+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.797347+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.799873+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.800796+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.808084+0000 mon.a (mon.0) 2875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.808713+0000 mgr.y (mgr.25504) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.887545+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.889821+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.892671+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.893511+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.900975+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.901629+0000 mgr.y (mgr.25504) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.984613+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.986891+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.988967+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.989777+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:34.994998+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:34.995771+0000 mgr.y (mgr.25504) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.075374+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.077383+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.080404+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.081463+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.089707+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.090259+0000 mgr.y (mgr.25504) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.167293+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.170280+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.173627+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.175042+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.183085+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.268233+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.270505+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.273324+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.274313+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.280731+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.988967+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.989777+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:34.994998+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:34.995771+0000 mgr.y (mgr.25504) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.075374+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.077383+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.080404+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.081463+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.089707+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.090259+0000 mgr.y (mgr.25504) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.167293+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.170280+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.173627+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.175042+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.183085+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.268233+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.270505+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.273324+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.274313+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.280731+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.362224+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.364452+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.367114+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.367892+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.375768+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.438846+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.440897+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.443415+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.444241+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.453525+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.518725+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.521070+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.523809+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.524630+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.530852+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.613127+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.615075+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.617554+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.618434+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.626212+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.706474+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.709398+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.712793+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[83021]: audit 2023-12-06T15:09:35.714382+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.362224+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.364452+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.367114+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.367892+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.375768+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.438846+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.440897+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.443415+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.444241+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.453525+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.518725+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.521070+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.523809+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.524630+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.530852+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.613127+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.615075+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.617554+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.618434+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.626212+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.706474+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.709398+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.712793+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.181 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:35 smithi116 bash[80542]: audit 2023-12-06T15:09:35.714382+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.226202+0000 mgr.y (mgr.25504) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.322377+0000 mgr.y (mgr.25504) 726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.419589+0000 mgr.y (mgr.25504) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.512636+0000 mgr.y (mgr.25504) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.610119+0000 mgr.y (mgr.25504) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.709725+0000 mgr.y (mgr.25504) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.794814+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.797347+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.799873+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.800796+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.808084+0000 mon.a (mon.0) 2875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.808713+0000 mgr.y (mgr.25504) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.887545+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.889821+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.892671+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.893511+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.900975+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.901629+0000 mgr.y (mgr.25504) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.984613+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.986891+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.988967+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.989777+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:34.994998+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:34.995771+0000 mgr.y (mgr.25504) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.075374+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.077383+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.080404+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.081463+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.089707+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.090259+0000 mgr.y (mgr.25504) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.167293+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.170280+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.173627+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.175042+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.183085+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.268233+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.270505+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.273324+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.274313+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.280731+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.362224+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.364452+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.367114+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.367892+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.375768+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.438846+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.440897+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.443415+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.444241+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.453525+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.518725+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.521070+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.523809+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.524630+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.530852+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.613127+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.615075+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.617554+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.618434+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:36.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.626212+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:36.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.706474+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:36.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.709398+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:36.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.712793+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:36.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:35 smithi150 bash[70025]: audit 2023-12-06T15:09:35.714382+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.183676+0000 mgr.y (mgr.25504) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.281353+0000 mgr.y (mgr.25504) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.376533+0000 mgr.y (mgr.25504) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cluster 2023-12-06T15:09:35.451485+0000 mgr.y (mgr.25504) 738 : cluster 0 pgmap v133: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.456190+0000 mgr.y (mgr.25504) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.531377+0000 mgr.y (mgr.25504) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.627033+0000 mgr.y (mgr.25504) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.722867+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.723898+0000 mgr.y (mgr.25504) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.804355+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.807402+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.088 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.810725+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.811760+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.820416+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.821010+0000 mgr.y (mgr.25504) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.899173+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.902920+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.907308+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.908738+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.918922+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:35.919521+0000 mgr.y (mgr.25504) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:35.997759+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.000646+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.003613+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.004880+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.089 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.012267+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.013029+0000 mgr.y (mgr.25504) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.070415+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.072551+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.074758+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.075721+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.082854+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.083525+0000 mgr.y (mgr.25504) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.165469+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.169269+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.172851+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.174069+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.180828+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.261025+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.090 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.262880+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.265214+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.266064+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.272280+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.354971+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.358018+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.360972+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.361875+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.091 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.367346+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.444953+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.447847+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.456957+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.458141+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.464839+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.543559+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.546785+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.550343+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.551750+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.559615+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.641377+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.643917+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.645996+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.646758+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.092 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.654872+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.093 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.712772+0000 mon.c (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:09:37.093 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[80542]: audit 2023-12-06T15:09:36.713233+0000 mon.a (mon.0) 2976 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:09:37.093 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[96610]: debug 2023-12-06T15:09:36.677+0000 7f5ba2843640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-06T15:09:37.093 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[96610]: debug 2023-12-06T15:09:36.705+0000 7f5ba2843640 -1 osd.2 122 log_to_monitors true 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.183676+0000 mgr.y (mgr.25504) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.281353+0000 mgr.y (mgr.25504) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.376533+0000 mgr.y (mgr.25504) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cluster 2023-12-06T15:09:35.451485+0000 mgr.y (mgr.25504) 738 : cluster 0 pgmap v133: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.456190+0000 mgr.y (mgr.25504) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.531377+0000 mgr.y (mgr.25504) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.627033+0000 mgr.y (mgr.25504) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.722867+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.723898+0000 mgr.y (mgr.25504) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.804355+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.094 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.807402+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.810725+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.811760+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.820416+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.821010+0000 mgr.y (mgr.25504) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.899173+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.902920+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.907308+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.908738+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.918922+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:35.919521+0000 mgr.y (mgr.25504) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:35.997759+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.000646+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.003613+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.004880+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.012267+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.095 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.013029+0000 mgr.y (mgr.25504) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.070415+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.072551+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.074758+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.075721+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.082854+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.083525+0000 mgr.y (mgr.25504) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.165469+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.169269+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.172851+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.174069+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.180828+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.261025+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.262880+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.096 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.265214+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.266064+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.272280+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.354971+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.358018+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.360972+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.361875+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.367346+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.444953+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.447847+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.456957+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.458141+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.464839+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.543559+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.546785+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.550343+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.551750+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.559615+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.641377+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.643917+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.645996+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.646758+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.654872+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.712772+0000 mon.c (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:09:37.098 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:36 smithi116 bash[83021]: audit 2023-12-06T15:09:36.713233+0000 mon.a (mon.0) 2976 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.183676+0000 mgr.y (mgr.25504) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.281353+0000 mgr.y (mgr.25504) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.376533+0000 mgr.y (mgr.25504) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cluster 2023-12-06T15:09:35.451485+0000 mgr.y (mgr.25504) 738 : cluster 0 pgmap v133: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.456190+0000 mgr.y (mgr.25504) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.531377+0000 mgr.y (mgr.25504) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.627033+0000 mgr.y (mgr.25504) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.722867+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.723898+0000 mgr.y (mgr.25504) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.804355+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.807402+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.810725+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.811760+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.820416+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.821010+0000 mgr.y (mgr.25504) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.899173+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.902920+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.907308+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.908738+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.918922+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:35.919521+0000 mgr.y (mgr.25504) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:35.997759+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.000646+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.003613+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.004880+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.012267+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.013029+0000 mgr.y (mgr.25504) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.070415+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.072551+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.074758+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.075721+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.082854+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.083525+0000 mgr.y (mgr.25504) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.165469+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.169269+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.172851+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.174069+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.180828+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.261025+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.262880+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.265214+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.266064+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.272280+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.354971+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.358018+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.360972+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.361875+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.367346+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.444953+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.447847+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.456957+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.458141+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.464839+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.543559+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.546785+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.550343+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.551750+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.559615+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.641377+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.643917+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.645996+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.646758+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.654872+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.712772+0000 mon.c (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:09:37.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:36 smithi150 bash[70025]: audit 2023-12-06T15:09:36.713233+0000 mon.a (mon.0) 2976 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:09:38.067 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[96610]: debug 2023-12-06T15:09:37.713+0000 7f5b914af700 -1 osd.2 122 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:09:38.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.181429+0000 mgr.y (mgr.25504) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.272791+0000 mgr.y (mgr.25504) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.067 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.367882+0000 mgr.y (mgr.25504) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.465461+0000 mgr.y (mgr.25504) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.560537+0000 mgr.y (mgr.25504) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.658071+0000 mgr.y (mgr.25504) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.739141+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.741161+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.742929+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.743562+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.748071+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.748598+0000 mgr.y (mgr.25504) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.825128+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.827970+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.830545+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.831585+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.838102+0000 mon.a (mon.0) 2986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.068 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.838628+0000 mgr.y (mgr.25504) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.915787+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.918559+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.181429+0000 mgr.y (mgr.25504) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.272791+0000 mgr.y (mgr.25504) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.367882+0000 mgr.y (mgr.25504) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.465461+0000 mgr.y (mgr.25504) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.560537+0000 mgr.y (mgr.25504) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.658071+0000 mgr.y (mgr.25504) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.739141+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.741161+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.742929+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.743562+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.748071+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.748598+0000 mgr.y (mgr.25504) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.825128+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.827970+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.830545+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.831585+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.838102+0000 mon.a (mon.0) 2986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.838628+0000 mgr.y (mgr.25504) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.915787+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.918559+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.921262+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.922198+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:36.929251+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:36.929841+0000 mgr.y (mgr.25504) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.008348+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.012777+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.016629+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.017903+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.026096+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.026797+0000 mgr.y (mgr.25504) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.107136+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.109973+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.113087+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.114307+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.121584+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.122407+0000 mgr.y (mgr.25504) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.202721+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.205449+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.208488+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.209832+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.921262+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.922198+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:36.929251+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:36.929841+0000 mgr.y (mgr.25504) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.008348+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.012777+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.072 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.016629+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.017903+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.026096+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.026797+0000 mgr.y (mgr.25504) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.107136+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.109973+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.113087+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.114307+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.121584+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.122407+0000 mgr.y (mgr.25504) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.202721+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.205449+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.208488+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.073 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.209832+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.217013+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.297930+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.300278+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.304728+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.305860+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.312153+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.396470+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.400189+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.403878+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.405204+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.412149+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.491455+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.493580+0000 mon.a (mon.0) 3018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.495867+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.496895+0000 mon.a (mon.0) 3020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.502748+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.564398+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.567151+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.571085+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.572265+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.217013+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.297930+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.300278+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.075 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.304728+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.305860+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.312153+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.396470+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.400189+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.403878+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.405204+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.412149+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.491455+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.493580+0000 mon.a (mon.0) 3018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.495867+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.496895+0000 mon.a (mon.0) 3020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.502748+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.564398+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.076 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.567151+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.571085+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.572265+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.579307+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.654905+0000 mon.a (mon.0) 3027 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: cluster 2023-12-06T15:09:37.661773+0000 mon.a (mon.0) 3028 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.663070+0000 mon.c (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.664660+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.665377+0000 mon.a (mon.0) 3030 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.668406+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.675918+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.677046+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.077 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[83021]: audit 2023-12-06T15:09:37.686646+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.579307+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.654905+0000 mon.a (mon.0) 3027 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: cluster 2023-12-06T15:09:37.661773+0000 mon.a (mon.0) 3028 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.663070+0000 mon.c (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.664660+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.665377+0000 mon.a (mon.0) 3030 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.668406+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.675918+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.677046+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.078 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:37 smithi116 bash[80542]: audit 2023-12-06T15:09:37.686646+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.181429+0000 mgr.y (mgr.25504) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.272791+0000 mgr.y (mgr.25504) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.367882+0000 mgr.y (mgr.25504) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.465461+0000 mgr.y (mgr.25504) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.560537+0000 mgr.y (mgr.25504) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.658071+0000 mgr.y (mgr.25504) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.739141+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.741161+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.742929+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.743562+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.748071+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.748598+0000 mgr.y (mgr.25504) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.825128+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.827970+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.830545+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.831585+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.838102+0000 mon.a (mon.0) 2986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.838628+0000 mgr.y (mgr.25504) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.915787+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.918559+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.921262+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.922198+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:36.929251+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:36.929841+0000 mgr.y (mgr.25504) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.008348+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.012777+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.016629+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.017903+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.026096+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.026797+0000 mgr.y (mgr.25504) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.107136+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.109973+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.113087+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.114307+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.121584+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.122407+0000 mgr.y (mgr.25504) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.202721+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.205449+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.208488+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.209832+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.217013+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.297930+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.300278+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.304728+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.305860+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.312153+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.396470+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.400189+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.403878+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.405204+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.412149+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.491455+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.493580+0000 mon.a (mon.0) 3018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.495867+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.496895+0000 mon.a (mon.0) 3020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.502748+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.564398+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.567151+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.571085+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.572265+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.579307+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.654905+0000 mon.a (mon.0) 3027 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: cluster 2023-12-06T15:09:37.661773+0000 mon.a (mon.0) 3028 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.663070+0000 mon.c (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.664660+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:38.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.665377+0000 mon.a (mon.0) 3030 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:09:38.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.668406+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:38.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.675918+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:38.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.677046+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:38.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:37 smithi150 bash[70025]: audit 2023-12-06T15:09:37.686646+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.153 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.217518+0000 mgr.y (mgr.25504) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.153 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.312823+0000 mgr.y (mgr.25504) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.153 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.412860+0000 mgr.y (mgr.25504) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.153 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:37.452685+0000 mgr.y (mgr.25504) 761 : cluster 0 pgmap v134: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.503210+0000 mgr.y (mgr.25504) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.579842+0000 mgr.y (mgr.25504) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:37.662159+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.687444+0000 mgr.y (mgr.25504) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.756347+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.758321+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.760232+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.761025+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.766696+0000 mon.a (mon.0) 3039 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.767163+0000 mgr.y (mgr.25504) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:37.805352+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.828666+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.833345+0000 mon.a (mon.0) 3041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.837868+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.839322+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.848709+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.849538+0000 mgr.y (mgr.25504) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:37.892086+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:37.892090+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.930418+0000 mon.a (mon.0) 3045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.932603+0000 mon.a (mon.0) 3046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.935417+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.936413+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:37.942117+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:37.942782+0000 mgr.y (mgr.25504) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.022462+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.024857+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.028088+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.028980+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.035895+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.036628+0000 mgr.y (mgr.25504) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.116443+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.119063+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.122496+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.123383+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.131757+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.132447+0000 mgr.y (mgr.25504) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.190526+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.193666+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.196993+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.197816+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.203187+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.285315+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.287560+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.289791+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.290754+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.300783+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.365226+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.368906+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.372465+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.373532+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.381790+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.460114+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.462628+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.465989+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.467416+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.476108+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.554474+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.556868+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.559192+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.560103+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.565366+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.643608+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.646017+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.649585+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.650615+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.658503+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.684627+0000 mon.a (mon.0) 3090 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.689984+0000 mon.a (mon.0) 3091 : cluster 1 osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895] boot 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.690086+0000 mon.a (mon.0) 3092 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T15:09:39.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:38 smithi150 bash[70025]: audit 2023-12-06T15:09:38.691710+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:09:39.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.217518+0000 mgr.y (mgr.25504) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.312823+0000 mgr.y (mgr.25504) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.412860+0000 mgr.y (mgr.25504) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:37.452685+0000 mgr.y (mgr.25504) 761 : cluster 0 pgmap v134: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.503210+0000 mgr.y (mgr.25504) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.579842+0000 mgr.y (mgr.25504) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:37.662159+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.687444+0000 mgr.y (mgr.25504) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.756347+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.758321+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.760232+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.761025+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.766696+0000 mon.a (mon.0) 3039 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.767163+0000 mgr.y (mgr.25504) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:37.805352+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.828666+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.833345+0000 mon.a (mon.0) 3041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.837868+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.839322+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.848709+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.217518+0000 mgr.y (mgr.25504) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.312823+0000 mgr.y (mgr.25504) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.412860+0000 mgr.y (mgr.25504) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:37.452685+0000 mgr.y (mgr.25504) 761 : cluster 0 pgmap v134: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 148 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.503210+0000 mgr.y (mgr.25504) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.579842+0000 mgr.y (mgr.25504) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:37.662159+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.687444+0000 mgr.y (mgr.25504) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.756347+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.758321+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.760232+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.761025+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.766696+0000 mon.a (mon.0) 3039 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.767163+0000 mgr.y (mgr.25504) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:37.805352+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.828666+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.833345+0000 mon.a (mon.0) 3041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.837868+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.839322+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.848709+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.849538+0000 mgr.y (mgr.25504) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:37.892086+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:37.892090+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.930418+0000 mon.a (mon.0) 3045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.932603+0000 mon.a (mon.0) 3046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.935417+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.936413+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:37.942117+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:37.942782+0000 mgr.y (mgr.25504) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.022462+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.024857+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.028088+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.028980+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.035895+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.036628+0000 mgr.y (mgr.25504) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.116443+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.119063+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.122496+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.123383+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.131757+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.132447+0000 mgr.y (mgr.25504) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.190526+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.193666+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.196993+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.197816+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.203187+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.285315+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.287560+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.289791+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.290754+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.300783+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.365226+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.368906+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.372465+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.373532+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.381790+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.460114+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.462628+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.465989+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.467416+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.476108+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.849538+0000 mgr.y (mgr.25504) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:37.892086+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:37.892090+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.930418+0000 mon.a (mon.0) 3045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.932603+0000 mon.a (mon.0) 3046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.935417+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.936413+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:37.942117+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:37.942782+0000 mgr.y (mgr.25504) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.022462+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.024857+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.028088+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.028980+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.035895+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.036628+0000 mgr.y (mgr.25504) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.116443+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.119063+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.122496+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.123383+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.131757+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.132447+0000 mgr.y (mgr.25504) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.554474+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.556868+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.559192+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.560103+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.565366+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.643608+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.646017+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.649585+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.650615+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.658503+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.684627+0000 mon.a (mon.0) 3090 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.689984+0000 mon.a (mon.0) 3091 : cluster 1 osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895] boot 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.690086+0000 mon.a (mon.0) 3092 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[80542]: audit 2023-12-06T15:09:38.691710+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.190526+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.193666+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.196993+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.197816+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.203187+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.285315+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.287560+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.289791+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.290754+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.300783+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.365226+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.368906+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.372465+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.373532+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.381790+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.460114+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.462628+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.465989+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.467416+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.476108+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.554474+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.556868+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.559192+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.560103+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.565366+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.643608+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.646017+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.649585+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.650615+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.658503+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.180 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.684627+0000 mon.a (mon.0) 3090 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:09:39.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.689984+0000 mon.a (mon.0) 3091 : cluster 1 osd.2 [v2:172.21.15.116:6818/472525895,v1:172.21.15.116:6819/472525895] boot 2023-12-06T15:09:39.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.690086+0000 mon.a (mon.0) 3092 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T15:09:39.181 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:38 smithi116 bash[83021]: audit 2023-12-06T15:09:38.691710+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.203867+0000 mgr.y (mgr.25504) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.301784+0000 mgr.y (mgr.25504) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.382451+0000 mgr.y (mgr.25504) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.476819+0000 mgr.y (mgr.25504) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.565807+0000 mgr.y (mgr.25504) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.634361+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.659080+0000 mgr.y (mgr.25504) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.688458+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.689101+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cluster 2023-12-06T15:09:38.692377+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.746489+0000 mon.a (mon.0) 3094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.749109+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.751224+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.751986+0000 mon.a (mon.0) 3097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.760303+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.761392+0000 mgr.y (mgr.25504) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.870766+0000 mon.a (mon.0) 3099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.873541+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.877115+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.877844+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.885208+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.203867+0000 mgr.y (mgr.25504) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.301784+0000 mgr.y (mgr.25504) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.382451+0000 mgr.y (mgr.25504) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.476819+0000 mgr.y (mgr.25504) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.565807+0000 mgr.y (mgr.25504) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.634361+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.659080+0000 mgr.y (mgr.25504) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.688458+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.689101+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cluster 2023-12-06T15:09:38.692377+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.746489+0000 mon.a (mon.0) 3094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.749109+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.751224+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.751986+0000 mon.a (mon.0) 3097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.760303+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.761392+0000 mgr.y (mgr.25504) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.870766+0000 mon.a (mon.0) 3099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.873541+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.877115+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.877844+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.885208+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.885856+0000 mgr.y (mgr.25504) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.964385+0000 mon.a (mon.0) 3104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.966813+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.969566+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.970554+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:38.977517+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:38.978102+0000 mgr.y (mgr.25504) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.054331+0000 mon.a (mon.0) 3109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.057546+0000 mon.a (mon.0) 3110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.060264+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.061189+0000 mon.a (mon.0) 3112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.068591+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.069453+0000 mgr.y (mgr.25504) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.151726+0000 mon.a (mon.0) 3114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.155269+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.157905+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.158845+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.165669+0000 mon.a (mon.0) 3118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.231379+0000 mon.a (mon.0) 3119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.234550+0000 mon.a (mon.0) 3120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.885856+0000 mgr.y (mgr.25504) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.964385+0000 mon.a (mon.0) 3104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.966813+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.969566+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.970554+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:38.977517+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:38.978102+0000 mgr.y (mgr.25504) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.054331+0000 mon.a (mon.0) 3109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.057546+0000 mon.a (mon.0) 3110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.060264+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.061189+0000 mon.a (mon.0) 3112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.068591+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.069453+0000 mgr.y (mgr.25504) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.151726+0000 mon.a (mon.0) 3114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.155269+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.157905+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.158845+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.165669+0000 mon.a (mon.0) 3118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.231379+0000 mon.a (mon.0) 3119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.234550+0000 mon.a (mon.0) 3120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.237403+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.238354+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.244593+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.324339+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.327515+0000 mon.a (mon.0) 3125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.330009+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.331187+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.338956+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.419844+0000 mon.a (mon.0) 3129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.423149+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.427166+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.428343+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.435342+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.517249+0000 mon.a (mon.0) 3134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.520299+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.523202+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.524376+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.531922+0000 mon.a (mon.0) 3138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.596382+0000 mon.a (mon.0) 3139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.599406+0000 mon.a (mon.0) 3140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.602953+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.603920+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.610490+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.696579+0000 mon.a (mon.0) 3144 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T15:09:39.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.696990+0000 mon.a (mon.0) 3145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.698373+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.714176+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.720035+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.723318+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[80542]: audit 2023-12-06T15:09:39.733148+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.237403+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.238354+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.244593+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.324339+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.327515+0000 mon.a (mon.0) 3125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.330009+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.331187+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.338956+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.419844+0000 mon.a (mon.0) 3129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.423149+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.427166+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.428343+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.435342+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.517249+0000 mon.a (mon.0) 3134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.520299+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.523202+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.524376+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.531922+0000 mon.a (mon.0) 3138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.596382+0000 mon.a (mon.0) 3139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.599406+0000 mon.a (mon.0) 3140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.602953+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.603920+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.610490+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.696579+0000 mon.a (mon.0) 3144 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.696990+0000 mon.a (mon.0) 3145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.698373+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.714176+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.720035+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.723318+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:39.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:39 smithi116 bash[83021]: audit 2023-12-06T15:09:39.733148+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.203867+0000 mgr.y (mgr.25504) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.301784+0000 mgr.y (mgr.25504) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.382451+0000 mgr.y (mgr.25504) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.476819+0000 mgr.y (mgr.25504) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.565807+0000 mgr.y (mgr.25504) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.634361+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.659080+0000 mgr.y (mgr.25504) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.688458+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.689101+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cluster 2023-12-06T15:09:38.692377+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.746489+0000 mon.a (mon.0) 3094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.749109+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.751224+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.751986+0000 mon.a (mon.0) 3097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.760303+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.761392+0000 mgr.y (mgr.25504) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.870766+0000 mon.a (mon.0) 3099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.873541+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.877115+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.877844+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.885208+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.885856+0000 mgr.y (mgr.25504) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.964385+0000 mon.a (mon.0) 3104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.966813+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.969566+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.970554+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:38.977517+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:38.978102+0000 mgr.y (mgr.25504) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.054331+0000 mon.a (mon.0) 3109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.057546+0000 mon.a (mon.0) 3110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.060264+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.061189+0000 mon.a (mon.0) 3112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.068591+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.069453+0000 mgr.y (mgr.25504) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.151726+0000 mon.a (mon.0) 3114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.155269+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.157905+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.158845+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.165669+0000 mon.a (mon.0) 3118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.231379+0000 mon.a (mon.0) 3119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.234550+0000 mon.a (mon.0) 3120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.237403+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.238354+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.244593+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.324339+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.327515+0000 mon.a (mon.0) 3125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.330009+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.331187+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.338956+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.419844+0000 mon.a (mon.0) 3129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.423149+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.427166+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.428343+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.435342+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.517249+0000 mon.a (mon.0) 3134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.520299+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.523202+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.524376+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.531922+0000 mon.a (mon.0) 3138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.596382+0000 mon.a (mon.0) 3139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.599406+0000 mon.a (mon.0) 3140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.602953+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.603920+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.610490+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.696579+0000 mon.a (mon.0) 3144 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.696990+0000 mon.a (mon.0) 3145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.698373+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.714176+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.720035+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.723318+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:39 smithi150 bash[70025]: audit 2023-12-06T15:09:39.733148+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.905 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.166306+0000 mgr.y (mgr.25504) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.905 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.245309+0000 mgr.y (mgr.25504) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.905 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.339670+0000 mgr.y (mgr.25504) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.905 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.436092+0000 mgr.y (mgr.25504) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.906 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.453568+0000 mgr.y (mgr.25504) 784 : cluster 0 pgmap v137: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T15:09:40.906 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.532736+0000 mgr.y (mgr.25504) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.906 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.611109+0000 mgr.y (mgr.25504) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.906 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.695536+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.906 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.697233+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.906 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.698290+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.700040+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.701965+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.705798+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.710229+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cluster 2023-12-06T15:09:39.710701+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.734199+0000 mgr.y (mgr.25504) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.907 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.807578+0000 mgr.y (mgr.25504) 788 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:40.908 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.817512+0000 mon.a (mon.0) 3150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.908 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.819872+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.908 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.822580+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.908 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.823592+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.908 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.831076+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.909 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.166306+0000 mgr.y (mgr.25504) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.909 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.245309+0000 mgr.y (mgr.25504) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.909 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.339670+0000 mgr.y (mgr.25504) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.909 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.436092+0000 mgr.y (mgr.25504) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.909 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.453568+0000 mgr.y (mgr.25504) 784 : cluster 0 pgmap v137: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.532736+0000 mgr.y (mgr.25504) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.611109+0000 mgr.y (mgr.25504) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.695536+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.697233+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.698290+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.700040+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.701965+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.705798+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.710229+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cluster 2023-12-06T15:09:39.710701+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:40.910 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.734199+0000 mgr.y (mgr.25504) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.807578+0000 mgr.y (mgr.25504) 788 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.817512+0000 mon.a (mon.0) 3150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.819872+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.822580+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.823592+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.831076+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.831953+0000 mgr.y (mgr.25504) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.912133+0000 mon.a (mon.0) 3155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.916683+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.920756+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.922221+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:39.929412+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:39.930030+0000 mgr.y (mgr.25504) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.911 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.008460+0000 mon.a (mon.0) 3160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.010915+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.013454+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.014279+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.019621+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.020154+0000 mgr.y (mgr.25504) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.099643+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.101656+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.104586+0000 mon.a (mon.0) 3167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.105510+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.115437+0000 mon.a (mon.0) 3169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.115977+0000 mgr.y (mgr.25504) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.193863+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.912 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.831953+0000 mgr.y (mgr.25504) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.912133+0000 mon.a (mon.0) 3155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.916683+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.920756+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.922221+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:39.929412+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:39.930030+0000 mgr.y (mgr.25504) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.008460+0000 mon.a (mon.0) 3160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.010915+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.013454+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.014279+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.019621+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.020154+0000 mgr.y (mgr.25504) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.913 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.099643+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.101656+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.104586+0000 mon.a (mon.0) 3167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.105510+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.115437+0000 mon.a (mon.0) 3169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.115977+0000 mgr.y (mgr.25504) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.193863+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.196856+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.200419+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.201659+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.914 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.212077+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.289577+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.292550+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.295286+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.296287+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.305817+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.417439+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.420872+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.424385+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.425454+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.434967+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.513790+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.516990+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.915 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.520070+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.520944+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.528951+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.592879+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.595231+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.597321+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.598201+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.606740+0000 mon.a (mon.0) 3194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.684406+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.686591+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.689390+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.690259+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[80542]: audit 2023-12-06T15:09:40.696616+0000 mon.a (mon.0) 3199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.916 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.196856+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.200419+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.201659+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.212077+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.289577+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.292550+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.295286+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.296287+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.305817+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.417439+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.420872+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.424385+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.425454+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.434967+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.917 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.513790+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.516990+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.520070+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.520944+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.528951+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.592879+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.595231+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.597321+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.598201+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.606740+0000 mon.a (mon.0) 3194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:40.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.684406+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:40.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.686591+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:40.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.689390+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:40.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.690259+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:40.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:40 smithi116 bash[83021]: audit 2023-12-06T15:09:40.696616+0000 mon.a (mon.0) 3199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.166306+0000 mgr.y (mgr.25504) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.245309+0000 mgr.y (mgr.25504) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.339670+0000 mgr.y (mgr.25504) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.436092+0000 mgr.y (mgr.25504) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.453568+0000 mgr.y (mgr.25504) 784 : cluster 0 pgmap v137: 161 pgs: 14 active+undersized+degraded, 31 active+undersized, 116 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.532736+0000 mgr.y (mgr.25504) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.165 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.611109+0000 mgr.y (mgr.25504) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.695536+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.697233+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.698290+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.700040+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.701965+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.705798+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.710229+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cluster 2023-12-06T15:09:39.710701+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.734199+0000 mgr.y (mgr.25504) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.807578+0000 mgr.y (mgr.25504) 788 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.817512+0000 mon.a (mon.0) 3150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.819872+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.822580+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.823592+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.167 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.831076+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.167 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.831953+0000 mgr.y (mgr.25504) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.167 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.912133+0000 mon.a (mon.0) 3155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.167 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.916683+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.167 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.920756+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.167 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.922221+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:39.929412+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:39.930030+0000 mgr.y (mgr.25504) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.008460+0000 mon.a (mon.0) 3160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.010915+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.013454+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.014279+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.019621+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.020154+0000 mgr.y (mgr.25504) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.099643+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.101656+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.104586+0000 mon.a (mon.0) 3167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.105510+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.115437+0000 mon.a (mon.0) 3169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.115977+0000 mgr.y (mgr.25504) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:41.168 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.193863+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.196856+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.200419+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.201659+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.212077+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.289577+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.292550+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.295286+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.296287+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.305817+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.417439+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.420872+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.424385+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.425454+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.169 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.434967+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.513790+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.516990+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.520070+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.520944+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.528951+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.592879+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.595231+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.597321+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.598201+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.606740+0000 mon.a (mon.0) 3194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.684406+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.686591+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.689390+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.690259+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:41.170 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:40 smithi150 bash[70025]: audit 2023-12-06T15:09:40.696616+0000 mon.a (mon.0) 3199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:41.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[75526]: debug 2023-12-06T15:09:41.249+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.212771+0000 mgr.y (mgr.25504) 793 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.307745+0000 mgr.y (mgr.25504) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.435508+0000 mgr.y (mgr.25504) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.529860+0000 mgr.y (mgr.25504) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.607382+0000 mgr.y (mgr.25504) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.697206+0000 mgr.y (mgr.25504) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.773889+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.775977+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.778387+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.779188+0000 mon.a (mon.0) 3203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.787360+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.788057+0000 mgr.y (mgr.25504) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.872436+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.875033+0000 mon.a (mon.0) 3206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.878404+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.879759+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.887347+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.887834+0000 mgr.y (mgr.25504) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.970717+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.972878+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.212771+0000 mgr.y (mgr.25504) 793 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.307745+0000 mgr.y (mgr.25504) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.435508+0000 mgr.y (mgr.25504) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.529860+0000 mgr.y (mgr.25504) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.607382+0000 mgr.y (mgr.25504) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.697206+0000 mgr.y (mgr.25504) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.773889+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.775977+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.778387+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.779188+0000 mon.a (mon.0) 3203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.787360+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.788057+0000 mgr.y (mgr.25504) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.872436+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.875033+0000 mon.a (mon.0) 3206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.878404+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.879759+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.887347+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.887834+0000 mgr.y (mgr.25504) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.970717+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.972878+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.975620+0000 mon.a (mon.0) 3212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.976482+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:40.983897+0000 mon.a (mon.0) 3214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:40.984744+0000 mgr.y (mgr.25504) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.063930+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.066041+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.069476+0000 mon.a (mon.0) 3217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.070707+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.080209+0000 mon.a (mon.0) 3219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: cephadm 2023-12-06T15:09:41.080871+0000 mgr.y (mgr.25504) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.158538+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.160975+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.163544+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.164490+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.172032+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.228939+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.239102+0000 mon.a (mon.0) 3226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.240052+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.244040+0000 mon.a (mon.0) 3228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.249099+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.249849+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.251259+0000 mon.a (mon.0) 3231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[80542]: audit 2023-12-06T15:09:41.253243+0000 mon.a (mon.0) 3232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.975620+0000 mon.a (mon.0) 3212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.976482+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:40.983897+0000 mon.a (mon.0) 3214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:40.984744+0000 mgr.y (mgr.25504) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.063930+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.066041+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.069476+0000 mon.a (mon.0) 3217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.070707+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.080209+0000 mon.a (mon.0) 3219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: cephadm 2023-12-06T15:09:41.080871+0000 mgr.y (mgr.25504) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.158538+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.160975+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.163544+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.164490+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.172032+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.228939+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.239102+0000 mon.a (mon.0) 3226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.240052+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.244040+0000 mon.a (mon.0) 3228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.249099+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.249849+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.251259+0000 mon.a (mon.0) 3231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:41 smithi116 bash[83021]: audit 2023-12-06T15:09:41.253243+0000 mon.a (mon.0) 3232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.212771+0000 mgr.y (mgr.25504) 793 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.307745+0000 mgr.y (mgr.25504) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.435508+0000 mgr.y (mgr.25504) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.529860+0000 mgr.y (mgr.25504) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.607382+0000 mgr.y (mgr.25504) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.697206+0000 mgr.y (mgr.25504) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.773889+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.775977+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.778387+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.779188+0000 mon.a (mon.0) 3203 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.787360+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.788057+0000 mgr.y (mgr.25504) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.872436+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.875033+0000 mon.a (mon.0) 3206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.878404+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.879759+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.887347+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.887834+0000 mgr.y (mgr.25504) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.970717+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.972878+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.975620+0000 mon.a (mon.0) 3212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.976482+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:40.983897+0000 mon.a (mon.0) 3214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:40.984744+0000 mgr.y (mgr.25504) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.063930+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.066041+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.069476+0000 mon.a (mon.0) 3217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.070707+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.080209+0000 mon.a (mon.0) 3219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: cephadm 2023-12-06T15:09:41.080871+0000 mgr.y (mgr.25504) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.158538+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.160975+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.163544+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.164490+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.172032+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.228939+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.239102+0000 mon.a (mon.0) 3226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.240052+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.244040+0000 mon.a (mon.0) 3228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.249099+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.249849+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.251259+0000 mon.a (mon.0) 3231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:42.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:41 smithi150 bash[70025]: audit 2023-12-06T15:09:41.253243+0000 mon.a (mon.0) 3232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:42.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:09:42] "GET /metrics HTTP/1.1" 200 38414 "" "Prometheus/2.33.4" 2023-12-06T15:09:43.018 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: cephadm 2023-12-06T15:09:41.172541+0000 mgr.y (mgr.25504) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:43.018 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: audit 2023-12-06T15:09:41.253426+0000 mgr.y (mgr.25504) 804 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:43.018 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: cephadm 2023-12-06T15:09:41.254229+0000 mgr.y (mgr.25504) 805 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T15:09:43.018 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: cluster 2023-12-06T15:09:41.454643+0000 mgr.y (mgr.25504) 806 : cluster 0 pgmap v139: 161 pgs: 23 peering, 2 active+undersized+degraded, 11 active+undersized, 125 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 2/630 objects degraded (0.317%) 2023-12-06T15:09:43.018 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: cluster 2023-12-06T15:09:42.245076+0000 mon.a (mon.0) 3233 : cluster 3 Health check update: Degraded data redundancy: 2/630 objects degraded (0.317%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:43.018 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: audit 2023-12-06T15:09:42.717692+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.019 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: audit 2023-12-06T15:09:42.725317+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.019 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:42 smithi150 bash[70025]: audit 2023-12-06T15:09:42.733410+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: cephadm 2023-12-06T15:09:41.172541+0000 mgr.y (mgr.25504) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:43.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: audit 2023-12-06T15:09:41.253426+0000 mgr.y (mgr.25504) 804 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:43.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: cephadm 2023-12-06T15:09:41.254229+0000 mgr.y (mgr.25504) 805 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T15:09:43.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: cluster 2023-12-06T15:09:41.454643+0000 mgr.y (mgr.25504) 806 : cluster 0 pgmap v139: 161 pgs: 23 peering, 2 active+undersized+degraded, 11 active+undersized, 125 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 2/630 objects degraded (0.317%) 2023-12-06T15:09:43.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: cluster 2023-12-06T15:09:42.245076+0000 mon.a (mon.0) 3233 : cluster 3 Health check update: Degraded data redundancy: 2/630 objects degraded (0.317%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: audit 2023-12-06T15:09:42.717692+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: audit 2023-12-06T15:09:42.725317+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[80542]: audit 2023-12-06T15:09:42.733410+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: cephadm 2023-12-06T15:09:41.172541+0000 mgr.y (mgr.25504) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: audit 2023-12-06T15:09:41.253426+0000 mgr.y (mgr.25504) 804 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: cephadm 2023-12-06T15:09:41.254229+0000 mgr.y (mgr.25504) 805 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: cluster 2023-12-06T15:09:41.454643+0000 mgr.y (mgr.25504) 806 : cluster 0 pgmap v139: 161 pgs: 23 peering, 2 active+undersized+degraded, 11 active+undersized, 125 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 2/630 objects degraded (0.317%) 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: cluster 2023-12-06T15:09:42.245076+0000 mon.a (mon.0) 3233 : cluster 3 Health check update: Degraded data redundancy: 2/630 objects degraded (0.317%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: audit 2023-12-06T15:09:42.717692+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: audit 2023-12-06T15:09:42.725317+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:43.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:42 smithi116 bash[83021]: audit 2023-12-06T15:09:42.733410+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:44.731 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[80542]: cluster 2023-12-06T15:09:43.455552+0000 mgr.y (mgr.25504) 807 : cluster 0 pgmap v140: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:44.732 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[80542]: audit 2023-12-06T15:09:43.725691+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:44.732 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[80542]: audit 2023-12-06T15:09:43.727873+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:44.732 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[80542]: cluster 2023-12-06T15:09:43.750056+0000 mon.a (mon.0) 3239 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/630 objects degraded (0.317%), 2 pgs degraded) 2023-12-06T15:09:44.732 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[80542]: cluster 2023-12-06T15:09:43.750125+0000 mon.a (mon.0) 3240 : cluster 1 Cluster is now healthy 2023-12-06T15:09:44.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[83021]: cluster 2023-12-06T15:09:43.455552+0000 mgr.y (mgr.25504) 807 : cluster 0 pgmap v140: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[83021]: audit 2023-12-06T15:09:43.725691+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[83021]: audit 2023-12-06T15:09:43.727873+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[83021]: cluster 2023-12-06T15:09:43.750056+0000 mon.a (mon.0) 3239 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/630 objects degraded (0.317%), 2 pgs degraded) 2023-12-06T15:09:44.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:44 smithi116 bash[83021]: cluster 2023-12-06T15:09:43.750125+0000 mon.a (mon.0) 3240 : cluster 1 Cluster is now healthy 2023-12-06T15:09:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:44 smithi150 bash[70025]: cluster 2023-12-06T15:09:43.455552+0000 mgr.y (mgr.25504) 807 : cluster 0 pgmap v140: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 163 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:44 smithi150 bash[70025]: audit 2023-12-06T15:09:43.725691+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:44 smithi150 bash[70025]: audit 2023-12-06T15:09:43.727873+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:44 smithi150 bash[70025]: cluster 2023-12-06T15:09:43.750056+0000 mon.a (mon.0) 3239 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/630 objects degraded (0.317%), 2 pgs degraded) 2023-12-06T15:09:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:44 smithi150 bash[70025]: cluster 2023-12-06T15:09:43.750125+0000 mon.a (mon.0) 3240 : cluster 1 Cluster is now healthy 2023-12-06T15:09:46.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:45 smithi116 bash[80542]: audit 2023-12-06T15:09:44.978596+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:45 smithi116 bash[80542]: audit 2023-12-06T15:09:44.988442+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:45 smithi116 bash[80542]: audit 2023-12-06T15:09:44.996337+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:45 smithi116 bash[83021]: audit 2023-12-06T15:09:44.978596+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:45 smithi116 bash[83021]: audit 2023-12-06T15:09:44.988442+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:45 smithi116 bash[83021]: audit 2023-12-06T15:09:44.996337+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:45 smithi150 bash[70025]: audit 2023-12-06T15:09:44.978596+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:45 smithi150 bash[70025]: audit 2023-12-06T15:09:44.988442+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:46.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:45 smithi150 bash[70025]: audit 2023-12-06T15:09:44.996337+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:47.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:46 smithi116 bash[80542]: cluster 2023-12-06T15:09:45.457007+0000 mgr.y (mgr.25504) 808 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:09:47.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:47 smithi116 bash[83021]: cluster 2023-12-06T15:09:45.457007+0000 mgr.y (mgr.25504) 808 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:09:47.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:46 smithi150 bash[70025]: cluster 2023-12-06T15:09:45.457007+0000 mgr.y (mgr.25504) 808 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:09:49.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:49 smithi116 bash[83021]: cluster 2023-12-06T15:09:47.458021+0000 mgr.y (mgr.25504) 809 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:49.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:49 smithi116 bash[80542]: cluster 2023-12-06T15:09:47.458021+0000 mgr.y (mgr.25504) 809 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:49 smithi150 bash[70025]: cluster 2023-12-06T15:09:47.458021+0000 mgr.y (mgr.25504) 809 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:51 smithi116 bash[80542]: cluster 2023-12-06T15:09:49.459054+0000 mgr.y (mgr.25504) 810 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:09:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:51 smithi116 bash[80542]: audit 2023-12-06T15:09:49.817483+0000 mgr.y (mgr.25504) 811 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:51 smithi116 bash[83021]: cluster 2023-12-06T15:09:49.459054+0000 mgr.y (mgr.25504) 810 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:09:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:51 smithi116 bash[83021]: audit 2023-12-06T15:09:49.817483+0000 mgr.y (mgr.25504) 811 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:51.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:51 smithi150 bash[70025]: cluster 2023-12-06T15:09:49.459054+0000 mgr.y (mgr.25504) 810 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:09:51.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:51 smithi150 bash[70025]: audit 2023-12-06T15:09:49.817483+0000 mgr.y (mgr.25504) 811 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:52.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:09:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:09:52] "GET /metrics HTTP/1.1" 200 38413 "" "Prometheus/2.33.4" 2023-12-06T15:09:53.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:53 smithi116 bash[80542]: cluster 2023-12-06T15:09:51.460794+0000 mgr.y (mgr.25504) 812 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s 2023-12-06T15:09:53.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:53 smithi116 bash[83021]: cluster 2023-12-06T15:09:51.460794+0000 mgr.y (mgr.25504) 812 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s 2023-12-06T15:09:53.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:53 smithi150 bash[70025]: cluster 2023-12-06T15:09:51.460794+0000 mgr.y (mgr.25504) 812 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s 2023-12-06T15:09:53.594 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 9s ago 21m - - 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 11s ago 20m - - 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (7m) 9s ago 13m 16.7M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (6m) 11s ago 13m 43.0M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (5m) 9s ago 11m 48.2M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (4m) 11s ago 20m 434M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (5m) 9s ago 22m 509M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (4m) 9s ago 22m 65.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (3m) 11s ago 20m 44.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:09:54.364 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (3m) 9s ago 20m 48.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (7m) 9s ago 14m 12.0M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (6m) 11s ago 14m 14.4M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (100s) 9s ago 19m 48.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (65s) 9s ago 19m 51.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (23s) 9s ago 18m 45.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (17m) 9s ago 17m 66.5M 4096M 17.2.0 e1d6a67b021e 86f474f2d502 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (17m) 11s ago 17m 67.0M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (16m) 11s ago 16m 62.7M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (15m) 11s ago 15m 61.8M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (15m) 11s ago 15m 65.5M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (5m) 11s ago 14m 63.4M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (11m) 9s ago 11m 88.2M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (11m) 11s ago 11m 88.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (11m) 9s ago 11m 88.1M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:09:54.365 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (11m) 11s ago 11m 88.3M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:09:54.818 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:09:54.818 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:09:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-06T15:09:54.820 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:09:54.820 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:09:54.820 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:09:55.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[80542]: cluster 2023-12-06T15:09:53.461707+0000 mgr.y (mgr.25504) 813 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:55.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[80542]: audit 2023-12-06T15:09:53.576105+0000 mgr.y (mgr.25504) 814 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[80542]: audit 2023-12-06T15:09:53.863409+0000 mon.a (mon.0) 3244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[80542]: audit 2023-12-06T15:09:53.959919+0000 mgr.y (mgr.25504) 815 : audit 0 from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[80542]: audit 2023-12-06T15:09:54.815974+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.116:0/3465789187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[83021]: cluster 2023-12-06T15:09:53.461707+0000 mgr.y (mgr.25504) 813 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[83021]: audit 2023-12-06T15:09:53.576105+0000 mgr.y (mgr.25504) 814 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[83021]: audit 2023-12-06T15:09:53.863409+0000 mon.a (mon.0) 3244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[83021]: audit 2023-12-06T15:09:53.959919+0000 mgr.y (mgr.25504) 815 : audit 0 from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:55.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:54 smithi116 bash[83021]: audit 2023-12-06T15:09:54.815974+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.116:0/3465789187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:55.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:54 smithi150 bash[70025]: cluster 2023-12-06T15:09:53.461707+0000 mgr.y (mgr.25504) 813 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:55.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:54 smithi150 bash[70025]: audit 2023-12-06T15:09:53.576105+0000 mgr.y (mgr.25504) 814 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:55.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:54 smithi150 bash[70025]: audit 2023-12-06T15:09:53.863409+0000 mon.a (mon.0) 3244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:55.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:54 smithi150 bash[70025]: audit 2023-12-06T15:09:53.959919+0000 mgr.y (mgr.25504) 815 : audit 0 from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:55.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:54 smithi150 bash[70025]: audit 2023-12-06T15:09:54.815974+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.116:0/3465789187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "8/23 daemons upgraded", 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:09:55.196 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:09:55.638 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:09:56.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:55 smithi116 bash[83021]: audit 2023-12-06T15:09:54.335982+0000 mgr.y (mgr.25504) 816 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:56.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:55 smithi116 bash[83021]: audit 2023-12-06T15:09:55.635853+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.116:0/3190323552' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:09:56.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:55 smithi116 bash[80542]: audit 2023-12-06T15:09:54.335982+0000 mgr.y (mgr.25504) 816 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:56.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:55 smithi116 bash[80542]: audit 2023-12-06T15:09:55.635853+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.116:0/3190323552' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:09:56.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:55 smithi150 bash[70025]: audit 2023-12-06T15:09:54.335982+0000 mgr.y (mgr.25504) 816 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:56.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:55 smithi150 bash[70025]: audit 2023-12-06T15:09:55.635853+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.116:0/3190323552' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:09:57.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:56 smithi116 bash[80542]: audit 2023-12-06T15:09:55.192727+0000 mgr.y (mgr.25504) 817 : audit 0 from='client.44359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:57.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:56 smithi116 bash[80542]: cluster 2023-12-06T15:09:55.463092+0000 mgr.y (mgr.25504) 818 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:57.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:56 smithi116 bash[80542]: audit 2023-12-06T15:09:56.269736+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:57.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:56 smithi116 bash[83021]: audit 2023-12-06T15:09:55.192727+0000 mgr.y (mgr.25504) 817 : audit 0 from='client.44359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:57.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:56 smithi116 bash[83021]: cluster 2023-12-06T15:09:55.463092+0000 mgr.y (mgr.25504) 818 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:57.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:56 smithi116 bash[83021]: audit 2023-12-06T15:09:56.269736+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:57.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:56 smithi150 bash[70025]: audit 2023-12-06T15:09:55.192727+0000 mgr.y (mgr.25504) 817 : audit 0 from='client.44359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:57.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:56 smithi150 bash[70025]: cluster 2023-12-06T15:09:55.463092+0000 mgr.y (mgr.25504) 818 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:57.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:56 smithi150 bash[70025]: audit 2023-12-06T15:09:56.269736+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:58.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:57 smithi116 bash[80542]: audit 2023-12-06T15:09:56.270183+0000 mgr.y (mgr.25504) 819 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:58.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:57 smithi116 bash[80542]: cephadm 2023-12-06T15:09:56.272854+0000 mgr.y (mgr.25504) 820 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T15:09:58.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:57 smithi116 bash[83021]: audit 2023-12-06T15:09:56.270183+0000 mgr.y (mgr.25504) 819 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:58.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:57 smithi116 bash[83021]: cephadm 2023-12-06T15:09:56.272854+0000 mgr.y (mgr.25504) 820 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T15:09:58.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:57 smithi150 bash[70025]: audit 2023-12-06T15:09:56.270183+0000 mgr.y (mgr.25504) 819 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:09:58.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:57 smithi150 bash[70025]: cephadm 2023-12-06T15:09:56.272854+0000 mgr.y (mgr.25504) 820 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T15:09:59.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:58 smithi116 bash[80542]: cluster 2023-12-06T15:09:57.464172+0000 mgr.y (mgr.25504) 821 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:59.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:58 smithi116 bash[80542]: audit 2023-12-06T15:09:58.726360+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:59.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:09:58 smithi116 bash[80542]: audit 2023-12-06T15:09:58.728969+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:59.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:58 smithi116 bash[83021]: cluster 2023-12-06T15:09:57.464172+0000 mgr.y (mgr.25504) 821 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:59.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:58 smithi116 bash[83021]: audit 2023-12-06T15:09:58.726360+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:59.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:09:58 smithi116 bash[83021]: audit 2023-12-06T15:09:58.728969+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:09:59.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:58 smithi150 bash[70025]: cluster 2023-12-06T15:09:57.464172+0000 mgr.y (mgr.25504) 821 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:59.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:58 smithi150 bash[70025]: audit 2023-12-06T15:09:58.726360+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:09:59.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:09:58 smithi150 bash[70025]: audit 2023-12-06T15:09:58.728969+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[80542]: cephadm 2023-12-06T15:09:59.099279+0000 mgr.y (mgr.25504) 822 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T15:10:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[80542]: audit 2023-12-06T15:09:59.106172+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:00.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[80542]: audit 2023-12-06T15:09:59.110297+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[80542]: audit 2023-12-06T15:09:59.111779+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[80542]: cephadm 2023-12-06T15:09:59.114953+0000 mgr.y (mgr.25504) 823 : cephadm 1 Deploying daemon osd.3 on smithi116 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[80542]: cluster 2023-12-06T15:10:00.000168+0000 mon.a (mon.0) 3251 : cluster 1 overall HEALTH_OK 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[83021]: cephadm 2023-12-06T15:09:59.099279+0000 mgr.y (mgr.25504) 822 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[83021]: audit 2023-12-06T15:09:59.106172+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[83021]: audit 2023-12-06T15:09:59.110297+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[83021]: audit 2023-12-06T15:09:59.111779+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[83021]: cephadm 2023-12-06T15:09:59.114953+0000 mgr.y (mgr.25504) 823 : cephadm 1 Deploying daemon osd.3 on smithi116 2023-12-06T15:10:00.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:00 smithi116 bash[83021]: cluster 2023-12-06T15:10:00.000168+0000 mon.a (mon.0) 3251 : cluster 1 overall HEALTH_OK 2023-12-06T15:10:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:00 smithi150 bash[70025]: cephadm 2023-12-06T15:09:59.099279+0000 mgr.y (mgr.25504) 822 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T15:10:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:00 smithi150 bash[70025]: audit 2023-12-06T15:09:59.106172+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:00 smithi150 bash[70025]: audit 2023-12-06T15:09:59.110297+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:10:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:00 smithi150 bash[70025]: audit 2023-12-06T15:09:59.111779+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:00 smithi150 bash[70025]: cephadm 2023-12-06T15:09:59.114953+0000 mgr.y (mgr.25504) 823 : cephadm 1 Deploying daemon osd.3 on smithi116 2023-12-06T15:10:00.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:00 smithi150 bash[70025]: cluster 2023-12-06T15:10:00.000168+0000 mon.a (mon.0) 3251 : cluster 1 overall HEALTH_OK 2023-12-06T15:10:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:01 smithi116 bash[80542]: cluster 2023-12-06T15:09:59.465043+0000 mgr.y (mgr.25504) 824 : cluster 0 pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:01.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:01 smithi116 bash[80542]: audit 2023-12-06T15:09:59.824648+0000 mgr.y (mgr.25504) 825 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:01.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:01 smithi116 bash[83021]: cluster 2023-12-06T15:09:59.465043+0000 mgr.y (mgr.25504) 824 : cluster 0 pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:01.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:01 smithi116 bash[83021]: audit 2023-12-06T15:09:59.824648+0000 mgr.y (mgr.25504) 825 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:01.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:01 smithi150 bash[70025]: cluster 2023-12-06T15:09:59.465043+0000 mgr.y (mgr.25504) 824 : cluster 0 pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:01.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:01 smithi150 bash[70025]: audit 2023-12-06T15:09:59.824648+0000 mgr.y (mgr.25504) 825 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:10:02] "GET /metrics HTTP/1.1" 200 38418 "" "Prometheus/2.33.4" 2023-12-06T15:10:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:03 smithi150 bash[70025]: cluster 2023-12-06T15:10:01.466704+0000 mgr.y (mgr.25504) 826 : cluster 0 pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:03 smithi150 bash[70025]: audit 2023-12-06T15:10:02.890506+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:03 smithi150 bash[70025]: audit 2023-12-06T15:10:02.898665+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:03 smithi150 bash[70025]: audit 2023-12-06T15:10:02.907033+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[80542]: cluster 2023-12-06T15:10:01.466704+0000 mgr.y (mgr.25504) 826 : cluster 0 pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:03.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[80542]: audit 2023-12-06T15:10:02.890506+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[80542]: audit 2023-12-06T15:10:02.898665+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.406 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[80542]: audit 2023-12-06T15:10:02.907033+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[83021]: cluster 2023-12-06T15:10:01.466704+0000 mgr.y (mgr.25504) 826 : cluster 0 pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:03.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[83021]: audit 2023-12-06T15:10:02.890506+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[83021]: audit 2023-12-06T15:10:02.898665+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:03.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:03 smithi116 bash[83021]: audit 2023-12-06T15:10:02.907033+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:05.001 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:04 smithi116 systemd[1]: Stopping Ceph osd.3 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:10:05.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:05 smithi116 bash[80542]: cluster 2023-12-06T15:10:03.467595+0000 mgr.y (mgr.25504) 827 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:05.418 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:05 smithi116 bash[44935]: debug 2023-12-06T15:10:05.141+0000 7f4890dc4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:10:05.419 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:05 smithi116 bash[44935]: debug 2023-12-06T15:10:05.141+0000 7f4890dc4700 -1 osd.3 127 *** Got signal Terminated *** 2023-12-06T15:10:05.419 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:05 smithi116 bash[44935]: debug 2023-12-06T15:10:05.141+0000 7f4890dc4700 -1 osd.3 127 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:10:05.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:05 smithi116 bash[83021]: cluster 2023-12-06T15:10:03.467595+0000 mgr.y (mgr.25504) 827 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:05.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:05 smithi150 bash[70025]: cluster 2023-12-06T15:10:03.467595+0000 mgr.y (mgr.25504) 827 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:06.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[80542]: audit 2023-12-06T15:10:05.146188+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[80542]: cluster 2023-12-06T15:10:05.147109+0000 mon.a (mon.0) 3256 : cluster 1 osd.3 marked itself down and dead 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[80542]: audit 2023-12-06T15:10:05.155222+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[80542]: audit 2023-12-06T15:10:05.163136+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[80542]: cluster 2023-12-06T15:10:05.469062+0000 mgr.y (mgr.25504) 828 : cluster 0 pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[83021]: audit 2023-12-06T15:10:05.146188+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[83021]: cluster 2023-12-06T15:10:05.147109+0000 mon.a (mon.0) 3256 : cluster 1 osd.3 marked itself down and dead 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[83021]: audit 2023-12-06T15:10:05.155222+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[83021]: audit 2023-12-06T15:10:05.163136+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:06 smithi116 bash[83021]: cluster 2023-12-06T15:10:05.469062+0000 mgr.y (mgr.25504) 828 : cluster 0 pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:06.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:06 smithi150 bash[70025]: audit 2023-12-06T15:10:05.146188+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:06 smithi150 bash[70025]: cluster 2023-12-06T15:10:05.147109+0000 mon.a (mon.0) 3256 : cluster 1 osd.3 marked itself down and dead 2023-12-06T15:10:06.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:06 smithi150 bash[70025]: audit 2023-12-06T15:10:05.155222+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:06 smithi150 bash[70025]: audit 2023-12-06T15:10:05.163136+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:06.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:06 smithi150 bash[70025]: cluster 2023-12-06T15:10:05.469062+0000 mgr.y (mgr.25504) 828 : cluster 0 pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:07.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.144655+0000 mon.a (mon.0) 3259 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:10:07.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.157443+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.158600+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.159044+0000 mon.a (mon.0) 3260 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T15:10:07.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.161403+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.161904+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.162441+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.164253+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[80542]: cluster 2023-12-06T15:10:06.166352+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.144655+0000 mon.a (mon.0) 3259 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.157443+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.158600+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.159044+0000 mon.a (mon.0) 3260 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.161403+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.161904+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.162441+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.164253+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[83021]: cluster 2023-12-06T15:10:06.166352+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.418 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[99214]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.144655+0000 mon.a (mon.0) 3259 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.157443+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.158600+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.159044+0000 mon.a (mon.0) 3260 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.161403+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.161904+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.162441+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.164253+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:07 smithi150 bash[70025]: cluster 2023-12-06T15:10:06.166352+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:10:07.918 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:07 smithi116 bash[99313]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:10:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.171485+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.174279+0000 mon.a (mon.0) 3261 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T15:10:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.175723+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.175781+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.177744+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.177834+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.178197+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.180704+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.180897+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.186463+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.188290+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:08 smithi150 bash[70025]: cluster 2023-12-06T15:10:07.469926+0000 mgr.y (mgr.25504) 829 : cluster 0 pgmap v154: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.171485+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.174279+0000 mon.a (mon.0) 3261 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.175723+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.175781+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.177744+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.177834+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.178197+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.180704+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.180897+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.617 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.186463+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.188290+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[80542]: cluster 2023-12-06T15:10:07.469926+0000 mgr.y (mgr.25504) 829 : cluster 0 pgmap v154: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.171485+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.174279+0000 mon.a (mon.0) 3261 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.175723+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.175781+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.177744+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.177834+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.178197+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.180704+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.180897+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.618 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.186463+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.188290+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:10:08.619 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:08 smithi116 bash[83021]: cluster 2023-12-06T15:10:07.469926+0000 mgr.y (mgr.25504) 829 : cluster 0 pgmap v154: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:10:09.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:09 smithi116 bash[80542]: cluster 2023-12-06T15:10:08.167011+0000 mon.a (mon.0) 3262 : cluster 3 Health check failed: Reduced data availability: 5 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-06T15:10:09.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:09 smithi116 bash[83021]: cluster 2023-12-06T15:10:08.167011+0000 mon.a (mon.0) 3262 : cluster 3 Health check failed: Reduced data availability: 5 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-06T15:10:09.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:09 smithi150 bash[70025]: cluster 2023-12-06T15:10:08.167011+0000 mon.a (mon.0) 3262 : cluster 3 Health check failed: Reduced data availability: 5 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-06T15:10:10.162 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:09 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-06T15:10:10.163 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:09 smithi116 systemd[1]: Stopped Ceph osd.3 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:10:10.483 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:10 smithi116 systemd[1]: Started Ceph osd.3 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:10:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[83021]: cluster 2023-12-06T15:10:09.470909+0000 mgr.y (mgr.25504) 830 : cluster 0 pgmap v155: 161 pgs: 13 peering, 20 stale+active+clean, 7 active+undersized, 121 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:10:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[83021]: audit 2023-12-06T15:10:09.835186+0000 mgr.y (mgr.25504) 831 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[83021]: audit 2023-12-06T15:10:10.213384+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[83021]: audit 2023-12-06T15:10:10.221722+0000 mon.a (mon.0) 3264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[80542]: cluster 2023-12-06T15:10:09.470909+0000 mgr.y (mgr.25504) 830 : cluster 0 pgmap v155: 161 pgs: 13 peering, 20 stale+active+clean, 7 active+undersized, 121 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:10:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[80542]: audit 2023-12-06T15:10:09.835186+0000 mgr.y (mgr.25504) 831 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[80542]: audit 2023-12-06T15:10:10.213384+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:10.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:10 smithi116 bash[80542]: audit 2023-12-06T15:10:10.221722+0000 mon.a (mon.0) 3264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:10 smithi150 bash[70025]: cluster 2023-12-06T15:10:09.470909+0000 mgr.y (mgr.25504) 830 : cluster 0 pgmap v155: 161 pgs: 13 peering, 20 stale+active+clean, 7 active+undersized, 121 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:10:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:10 smithi150 bash[70025]: audit 2023-12-06T15:10:09.835186+0000 mgr.y (mgr.25504) 831 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:10 smithi150 bash[70025]: audit 2023-12-06T15:10:10.213384+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:10 smithi150 bash[70025]: audit 2023-12-06T15:10:10.221722+0000 mon.a (mon.0) 3264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.006 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.735278+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.006 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.745674+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.006 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.747902+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.006 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.749384+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.006 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.758021+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.006 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: cephadm 2023-12-06T15:10:10.758802+0000 mgr.y (mgr.25504) 832 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.842068+0000 mon.a (mon.0) 3270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.845410+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.850028+0000 mon.a (mon.0) 3272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.851520+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.860690+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: cephadm 2023-12-06T15:10:10.861647+0000 mgr.y (mgr.25504) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.941805+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.944105+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.946804+0000 mon.a (mon.0) 3277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.947766+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.007 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:10.957731+0000 mon.a (mon.0) 3279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: cephadm 2023-12-06T15:10:10.958669+0000 mgr.y (mgr.25504) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.041127+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.043976+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.735278+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.745674+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.747902+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.749384+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.758021+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: cephadm 2023-12-06T15:10:10.758802+0000 mgr.y (mgr.25504) 832 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.842068+0000 mon.a (mon.0) 3270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.845410+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.008 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.850028+0000 mon.a (mon.0) 3272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.851520+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.860690+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: cephadm 2023-12-06T15:10:10.861647+0000 mgr.y (mgr.25504) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.941805+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.944105+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.946804+0000 mon.a (mon.0) 3277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.947766+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:10.957731+0000 mon.a (mon.0) 3279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: cephadm 2023-12-06T15:10:10.958669+0000 mgr.y (mgr.25504) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.041127+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.043976+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.047571+0000 mon.a (mon.0) 3282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.048710+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.058502+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.059143+0000 mgr.y (mgr.25504) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.139928+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.144750+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.149063+0000 mon.a (mon.0) 3287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.150473+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.010 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.160525+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.241411+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.244080+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.248106+0000 mon.a (mon.0) 3292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.249515+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.258163+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.339943+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.342099+0000 mon.a (mon.0) 3296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.344166+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.344916+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.351642+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.434893+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.437370+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.442454+0000 mon.a (mon.0) 3302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.444077+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.454980+0000 mon.a (mon.0) 3304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.539767+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.541907+0000 mon.a (mon.0) 3306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.544069+0000 mon.a (mon.0) 3307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.544842+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.553008+0000 mon.a (mon.0) 3309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.633215+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.636210+0000 mon.a (mon.0) 3311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.640094+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.641480+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[80542]: audit 2023-12-06T15:10:11.652000+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.047571+0000 mon.a (mon.0) 3282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.048710+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.058502+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.059143+0000 mgr.y (mgr.25504) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.139928+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.144750+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.149063+0000 mon.a (mon.0) 3287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.150473+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.160525+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.241411+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.244080+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.248106+0000 mon.a (mon.0) 3292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.249515+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.258163+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.339943+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.342099+0000 mon.a (mon.0) 3296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.344166+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.344916+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.351642+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.434893+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.437370+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.442454+0000 mon.a (mon.0) 3302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.444077+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.454980+0000 mon.a (mon.0) 3304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.539767+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.541907+0000 mon.a (mon.0) 3306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.544069+0000 mon.a (mon.0) 3307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.544842+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.553008+0000 mon.a (mon.0) 3309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.633215+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.636210+0000 mon.a (mon.0) 3311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.640094+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.641480+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:11 smithi116 bash[83021]: audit 2023-12-06T15:10:11.652000+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.735278+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.745674+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.747902+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.749384+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.758021+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: cephadm 2023-12-06T15:10:10.758802+0000 mgr.y (mgr.25504) 832 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.842068+0000 mon.a (mon.0) 3270 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.845410+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.850028+0000 mon.a (mon.0) 3272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.851520+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.860690+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: cephadm 2023-12-06T15:10:10.861647+0000 mgr.y (mgr.25504) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.941805+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.944105+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.946804+0000 mon.a (mon.0) 3277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.947766+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:10.957731+0000 mon.a (mon.0) 3279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: cephadm 2023-12-06T15:10:10.958669+0000 mgr.y (mgr.25504) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.041127+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.043976+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.047571+0000 mon.a (mon.0) 3282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.048710+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.058502+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.059143+0000 mgr.y (mgr.25504) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.139928+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.144750+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.149063+0000 mon.a (mon.0) 3287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.150473+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.160525+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.241411+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.244080+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.248106+0000 mon.a (mon.0) 3292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.249515+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.258163+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.339943+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.342099+0000 mon.a (mon.0) 3296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.344166+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.344916+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.351642+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.434893+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.437370+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.442454+0000 mon.a (mon.0) 3302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.444077+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.454980+0000 mon.a (mon.0) 3304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.539767+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.541907+0000 mon.a (mon.0) 3306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.544069+0000 mon.a (mon.0) 3307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.544842+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.553008+0000 mon.a (mon.0) 3309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.633215+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:12.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.636210+0000 mon.a (mon.0) 3311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:12.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.640094+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:12.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.641480+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:12.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:11 smithi150 bash[70025]: audit 2023-12-06T15:10:11.652000+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:12.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:10:12] "GET /metrics HTTP/1.1" 200 38418 "" "Prometheus/2.33.4" 2023-12-06T15:10:12.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T15:10:12.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-12-06T15:10:12.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T15:10:12.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T15:10:12.669 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-06T15:10:12.669 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T15:10:12.669 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[99484]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-06T15:10:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.161179+0000 mgr.y (mgr.25504) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.258743+0000 mgr.y (mgr.25504) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.352075+0000 mgr.y (mgr.25504) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.455615+0000 mgr.y (mgr.25504) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cluster 2023-12-06T15:10:11.472543+0000 mgr.y (mgr.25504) 840 : cluster 0 pgmap v156: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.553622+0000 mgr.y (mgr.25504) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.652803+0000 mgr.y (mgr.25504) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.731960+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.742561+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.745184+0000 mon.a (mon.0) 3317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.745952+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.751157+0000 mon.a (mon.0) 3319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.751665+0000 mgr.y (mgr.25504) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.828412+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.831274+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.834386+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.835523+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.844551+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.845276+0000 mgr.y (mgr.25504) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.921078+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.161179+0000 mgr.y (mgr.25504) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.258743+0000 mgr.y (mgr.25504) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.352075+0000 mgr.y (mgr.25504) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.455615+0000 mgr.y (mgr.25504) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cluster 2023-12-06T15:10:11.472543+0000 mgr.y (mgr.25504) 840 : cluster 0 pgmap v156: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.553622+0000 mgr.y (mgr.25504) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.652803+0000 mgr.y (mgr.25504) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.731960+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.742561+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.745184+0000 mon.a (mon.0) 3317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.745952+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.751157+0000 mon.a (mon.0) 3319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.751665+0000 mgr.y (mgr.25504) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.828412+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.831274+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.834386+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.835523+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.844551+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.845276+0000 mgr.y (mgr.25504) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.921078+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.924499+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.927396+0000 mon.a (mon.0) 3327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.928390+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:11.935780+0000 mon.a (mon.0) 3329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:11.937288+0000 mgr.y (mgr.25504) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.018297+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.020639+0000 mon.a (mon.0) 3331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.022893+0000 mon.a (mon.0) 3332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.023752+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.029508+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.030028+0000 mgr.y (mgr.25504) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.112530+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.115525+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.118027+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.118957+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.125687+0000 mon.a (mon.0) 3339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.126543+0000 mgr.y (mgr.25504) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.204521+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.207744+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.212059+0000 mon.a (mon.0) 3342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.924499+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.927396+0000 mon.a (mon.0) 3327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.928390+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:11.935780+0000 mon.a (mon.0) 3329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:11.937288+0000 mgr.y (mgr.25504) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.018297+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.020639+0000 mon.a (mon.0) 3331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.022893+0000 mon.a (mon.0) 3332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.023752+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.029508+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.030028+0000 mgr.y (mgr.25504) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.112530+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.115525+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.118027+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.118957+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.125687+0000 mon.a (mon.0) 3339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.126543+0000 mgr.y (mgr.25504) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.204521+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.207744+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.212059+0000 mon.a (mon.0) 3342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.213180+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.220399+0000 mon.a (mon.0) 3344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.298350+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.301113+0000 mon.a (mon.0) 3346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.304096+0000 mon.a (mon.0) 3347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.305330+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.312900+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.375982+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.377855+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.380404+0000 mon.a (mon.0) 3352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.381099+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.386835+0000 mon.a (mon.0) 3354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cluster 2023-12-06T15:10:12.451004+0000 mon.a (mon.0) 3355 : cluster 3 Health check failed: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: cluster 2023-12-06T15:10:12.451055+0000 mon.a (mon.0) 3356 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 6 pgs peering) 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.467724+0000 mon.a (mon.0) 3357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.469844+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.472590+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.473717+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.481530+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.560202+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.562376+0000 mon.a (mon.0) 3363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.565034+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.565919+0000 mon.a (mon.0) 3365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.574664+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.658211+0000 mon.a (mon.0) 3367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.661370+0000 mon.a (mon.0) 3368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.663639+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.664661+0000 mon.a (mon.0) 3370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[83021]: audit 2023-12-06T15:10:12.672134+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.213180+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.220399+0000 mon.a (mon.0) 3344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.298350+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.301113+0000 mon.a (mon.0) 3346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.304096+0000 mon.a (mon.0) 3347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.305330+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.312900+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.375982+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.377855+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.380404+0000 mon.a (mon.0) 3352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.381099+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.386835+0000 mon.a (mon.0) 3354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cluster 2023-12-06T15:10:12.451004+0000 mon.a (mon.0) 3355 : cluster 3 Health check failed: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: cluster 2023-12-06T15:10:12.451055+0000 mon.a (mon.0) 3356 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 6 pgs peering) 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.467724+0000 mon.a (mon.0) 3357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.469844+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.472590+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.473717+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.481530+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.560202+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.562376+0000 mon.a (mon.0) 3363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.565034+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.565919+0000 mon.a (mon.0) 3365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.574664+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.658211+0000 mon.a (mon.0) 3367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.661370+0000 mon.a (mon.0) 3368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.663639+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.664661+0000 mon.a (mon.0) 3370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:12 smithi116 bash[80542]: audit 2023-12-06T15:10:12.672134+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.161179+0000 mgr.y (mgr.25504) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.258743+0000 mgr.y (mgr.25504) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.352075+0000 mgr.y (mgr.25504) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.455615+0000 mgr.y (mgr.25504) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cluster 2023-12-06T15:10:11.472543+0000 mgr.y (mgr.25504) 840 : cluster 0 pgmap v156: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.553622+0000 mgr.y (mgr.25504) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.652803+0000 mgr.y (mgr.25504) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.731960+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.742561+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.745184+0000 mon.a (mon.0) 3317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.745952+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.751157+0000 mon.a (mon.0) 3319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.751665+0000 mgr.y (mgr.25504) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.828412+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.831274+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.834386+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.835523+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.844551+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.845276+0000 mgr.y (mgr.25504) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.921078+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.924499+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.927396+0000 mon.a (mon.0) 3327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.928390+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:11.935780+0000 mon.a (mon.0) 3329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:11.937288+0000 mgr.y (mgr.25504) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.018297+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.020639+0000 mon.a (mon.0) 3331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.022893+0000 mon.a (mon.0) 3332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.023752+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.029508+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.030028+0000 mgr.y (mgr.25504) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.112530+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.115525+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.118027+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.118957+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.125687+0000 mon.a (mon.0) 3339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.126543+0000 mgr.y (mgr.25504) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.204521+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.207744+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.212059+0000 mon.a (mon.0) 3342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.213180+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.220399+0000 mon.a (mon.0) 3344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.298350+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.301113+0000 mon.a (mon.0) 3346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.304096+0000 mon.a (mon.0) 3347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.305330+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.312900+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.375982+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.377855+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.380404+0000 mon.a (mon.0) 3352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.381099+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.386835+0000 mon.a (mon.0) 3354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cluster 2023-12-06T15:10:12.451004+0000 mon.a (mon.0) 3355 : cluster 3 Health check failed: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: cluster 2023-12-06T15:10:12.451055+0000 mon.a (mon.0) 3356 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 6 pgs peering) 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.467724+0000 mon.a (mon.0) 3357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.469844+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.472590+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.473717+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.481530+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.560202+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.562376+0000 mon.a (mon.0) 3363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.565034+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.565919+0000 mon.a (mon.0) 3365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.574664+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.658211+0000 mon.a (mon.0) 3367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.661370+0000 mon.a (mon.0) 3368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.663639+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.664661+0000 mon.a (mon.0) 3370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:12 smithi150 bash[70025]: audit 2023-12-06T15:10:12.672134+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.221292+0000 mgr.y (mgr.25504) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.313664+0000 mgr.y (mgr.25504) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.387352+0000 mgr.y (mgr.25504) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.482177+0000 mgr.y (mgr.25504) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.575936+0000 mgr.y (mgr.25504) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.673113+0000 mgr.y (mgr.25504) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.739113+0000 mon.a (mon.0) 3372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.748276+0000 mon.a (mon.0) 3373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.750754+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.751707+0000 mon.a (mon.0) 3375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.759399+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.760073+0000 mgr.y (mgr.25504) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.822223+0000 mon.a (mon.0) 3377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.824871+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.828321+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.829536+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.840134+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.841044+0000 mgr.y (mgr.25504) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.927254+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.929306+0000 mon.a (mon.0) 3383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.221292+0000 mgr.y (mgr.25504) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.313664+0000 mgr.y (mgr.25504) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.387352+0000 mgr.y (mgr.25504) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.482177+0000 mgr.y (mgr.25504) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.575936+0000 mgr.y (mgr.25504) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.673113+0000 mgr.y (mgr.25504) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.739113+0000 mon.a (mon.0) 3372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.748276+0000 mon.a (mon.0) 3373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.750754+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.751707+0000 mon.a (mon.0) 3375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.759399+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.760073+0000 mgr.y (mgr.25504) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.822223+0000 mon.a (mon.0) 3377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.824871+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.828321+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.829536+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.840134+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.841044+0000 mgr.y (mgr.25504) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.927254+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.929306+0000 mon.a (mon.0) 3383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.931258+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.931991+0000 mon.a (mon.0) 3385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:12.939238+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:12.939813+0000 mgr.y (mgr.25504) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.003400+0000 mon.a (mon.0) 3387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.008722+0000 mon.a (mon.0) 3388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.010931+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.011894+0000 mon.a (mon.0) 3390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.019080+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.019705+0000 mgr.y (mgr.25504) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.097915+0000 mon.a (mon.0) 3392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.100475+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.104434+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.105645+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.116798+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.117449+0000 mgr.y (mgr.25504) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.197704+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.200411+0000 mon.a (mon.0) 3398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.203097+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.204092+0000 mon.a (mon.0) 3400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.212551+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.290332+0000 mon.a (mon.0) 3402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.294763+0000 mon.a (mon.0) 3403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.298649+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.299853+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.309419+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.389690+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.393247+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.396421+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.397406+0000 mon.a (mon.0) 3410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.407945+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.487395+0000 mon.a (mon.0) 3412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.490035+0000 mon.a (mon.0) 3413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.494002+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.495262+0000 mon.a (mon.0) 3415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.505985+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.588116+0000 mon.a (mon.0) 3417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.590560+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.593476+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.594309+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.602746+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.683449+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.685915+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.689614+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.690665+0000 mon.a (mon.0) 3425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.698484+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.726391+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[83021]: audit 2023-12-06T15:10:13.727841+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:13.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.931258+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.931991+0000 mon.a (mon.0) 3385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:12.939238+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:12.939813+0000 mgr.y (mgr.25504) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.003400+0000 mon.a (mon.0) 3387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.008722+0000 mon.a (mon.0) 3388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.010931+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.011894+0000 mon.a (mon.0) 3390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.019080+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.019705+0000 mgr.y (mgr.25504) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.097915+0000 mon.a (mon.0) 3392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.100475+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.104434+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.105645+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.116798+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.117449+0000 mgr.y (mgr.25504) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.197704+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.200411+0000 mon.a (mon.0) 3398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.203097+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.204092+0000 mon.a (mon.0) 3400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.212551+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.290332+0000 mon.a (mon.0) 3402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.294763+0000 mon.a (mon.0) 3403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.298649+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.299853+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.309419+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.389690+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.393247+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.396421+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.397406+0000 mon.a (mon.0) 3410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.407945+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.487395+0000 mon.a (mon.0) 3412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.490035+0000 mon.a (mon.0) 3413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.494002+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.495262+0000 mon.a (mon.0) 3415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.505985+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.588116+0000 mon.a (mon.0) 3417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.590560+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.593476+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.594309+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.602746+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.683449+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.685915+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.689614+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.690665+0000 mon.a (mon.0) 3425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.698484+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.726391+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:13 smithi116 bash[80542]: audit 2023-12-06T15:10:13.727841+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:14.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.221292+0000 mgr.y (mgr.25504) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.313664+0000 mgr.y (mgr.25504) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.387352+0000 mgr.y (mgr.25504) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.482177+0000 mgr.y (mgr.25504) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.575936+0000 mgr.y (mgr.25504) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.673113+0000 mgr.y (mgr.25504) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.739113+0000 mon.a (mon.0) 3372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.748276+0000 mon.a (mon.0) 3373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.750754+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.751707+0000 mon.a (mon.0) 3375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.759399+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.760073+0000 mgr.y (mgr.25504) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.822223+0000 mon.a (mon.0) 3377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.824871+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.828321+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.829536+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.840134+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.841044+0000 mgr.y (mgr.25504) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.927254+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.929306+0000 mon.a (mon.0) 3383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.931258+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.931991+0000 mon.a (mon.0) 3385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:12.939238+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:12.939813+0000 mgr.y (mgr.25504) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.003400+0000 mon.a (mon.0) 3387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.008722+0000 mon.a (mon.0) 3388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.010931+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.011894+0000 mon.a (mon.0) 3390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.019080+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.019705+0000 mgr.y (mgr.25504) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.097915+0000 mon.a (mon.0) 3392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.100475+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.104434+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.105645+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.116798+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.117449+0000 mgr.y (mgr.25504) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.197704+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.200411+0000 mon.a (mon.0) 3398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.203097+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.204092+0000 mon.a (mon.0) 3400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.212551+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.290332+0000 mon.a (mon.0) 3402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.294763+0000 mon.a (mon.0) 3403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.298649+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.299853+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.309419+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.389690+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.393247+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.396421+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.397406+0000 mon.a (mon.0) 3410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.407945+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.487395+0000 mon.a (mon.0) 3412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.490035+0000 mon.a (mon.0) 3413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.494002+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.495262+0000 mon.a (mon.0) 3415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.505985+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.588116+0000 mon.a (mon.0) 3417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.590560+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.593476+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.594309+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.602746+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.683449+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.685915+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.689614+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.690665+0000 mon.a (mon.0) 3425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.698484+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.726391+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:13 smithi150 bash[70025]: audit 2023-12-06T15:10:13.727841+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:14.759 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.213344+0000 mgr.y (mgr.25504) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.759 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.309973+0000 mgr.y (mgr.25504) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.759 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.408492+0000 mgr.y (mgr.25504) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.759 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cluster 2023-12-06T15:10:13.473619+0000 mgr.y (mgr.25504) 862 : cluster 0 pgmap v157: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:14.759 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.506855+0000 mgr.y (mgr.25504) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.603394+0000 mgr.y (mgr.25504) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.699132+0000 mgr.y (mgr.25504) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.810829+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.814899+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.818052+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.819023+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.826328+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.827206+0000 mgr.y (mgr.25504) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.903910+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.906491+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.909533+0000 mon.a (mon.0) 3436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.910639+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.760 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.213344+0000 mgr.y (mgr.25504) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.761 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.309973+0000 mgr.y (mgr.25504) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.761 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.408492+0000 mgr.y (mgr.25504) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.761 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cluster 2023-12-06T15:10:13.473619+0000 mgr.y (mgr.25504) 862 : cluster 0 pgmap v157: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:14.761 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.506855+0000 mgr.y (mgr.25504) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.213344+0000 mgr.y (mgr.25504) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.309973+0000 mgr.y (mgr.25504) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.408492+0000 mgr.y (mgr.25504) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cluster 2023-12-06T15:10:13.473619+0000 mgr.y (mgr.25504) 862 : cluster 0 pgmap v157: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.506855+0000 mgr.y (mgr.25504) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.603394+0000 mgr.y (mgr.25504) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.699132+0000 mgr.y (mgr.25504) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.810829+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.814899+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.818052+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.819023+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.826328+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.827206+0000 mgr.y (mgr.25504) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.903910+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.906491+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.909533+0000 mon.a (mon.0) 3436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.910639+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.919749+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:13.920360+0000 mgr.y (mgr.25504) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:13.997728+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.000948+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.004544+0000 mon.a (mon.0) 3441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.005784+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.014057+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.014718+0000 mgr.y (mgr.25504) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.094242+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.097051+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.101338+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.102610+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.110900+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.111599+0000 mgr.y (mgr.25504) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.188454+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.191966+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.196061+0000 mon.a (mon.0) 3451 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.197345+0000 mon.a (mon.0) 3452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.204969+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.284999+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.287459+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.290596+0000 mon.a (mon.0) 3456 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.291549+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.299386+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.381448+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.383655+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.386864+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.387937+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.395045+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.473176+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.478745+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.482997+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.484621+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.494086+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.576003+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.578379+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.581227+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.582228+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.590214+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.651812+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.654814+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.657963+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.659465+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:14.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:14 smithi150 bash[70025]: audit 2023-12-06T15:10:14.670599+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.603394+0000 mgr.y (mgr.25504) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.699132+0000 mgr.y (mgr.25504) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.810829+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.814899+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.818052+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.819023+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.826328+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.021 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.827206+0000 mgr.y (mgr.25504) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.903910+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.906491+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.909533+0000 mon.a (mon.0) 3436 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.910639+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.919749+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:13.920360+0000 mgr.y (mgr.25504) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:13.997728+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.000948+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.004544+0000 mon.a (mon.0) 3441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.005784+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.014057+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.022 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.014718+0000 mgr.y (mgr.25504) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.919749+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:13.920360+0000 mgr.y (mgr.25504) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:13.997728+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.000948+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.004544+0000 mon.a (mon.0) 3441 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.005784+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.014057+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.014718+0000 mgr.y (mgr.25504) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.094242+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.097051+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.101338+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.102610+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.023 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.110900+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.111599+0000 mgr.y (mgr.25504) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.188454+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.191966+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.196061+0000 mon.a (mon.0) 3451 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.197345+0000 mon.a (mon.0) 3452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.204969+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.284999+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.094242+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.097051+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.101338+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.102610+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.110900+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.111599+0000 mgr.y (mgr.25504) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.188454+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.191966+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.196061+0000 mon.a (mon.0) 3451 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.197345+0000 mon.a (mon.0) 3452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.204969+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.284999+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.287459+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.290596+0000 mon.a (mon.0) 3456 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.291549+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.299386+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.381448+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.383655+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.386864+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.287459+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.290596+0000 mon.a (mon.0) 3456 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.291549+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.299386+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.381448+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.383655+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.386864+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.387937+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.395045+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.473176+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.478745+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.482997+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.484621+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.494086+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.576003+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.578379+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.581227+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.582228+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.590214+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.651812+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.654814+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.657963+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.659465+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[83021]: audit 2023-12-06T15:10:14.670599+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.387937+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.395045+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.473176+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.478745+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.482997+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.484621+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.494086+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.576003+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.578379+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.581227+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.582228+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.590214+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.651812+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.654814+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.657963+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.659465+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:15.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:14 smithi116 bash[80542]: audit 2023-12-06T15:10:14.670599+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.205722+0000 mgr.y (mgr.25504) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.300216+0000 mgr.y (mgr.25504) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.395671+0000 mgr.y (mgr.25504) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.497626+0000 mgr.y (mgr.25504) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.590790+0000 mgr.y (mgr.25504) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.671315+0000 mgr.y (mgr.25504) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.749496+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.763040+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.009 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.765957+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.766860+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.772507+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.773052+0000 mgr.y (mgr.25504) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.851000+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.854262+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.857774+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.859120+0000 mon.a (mon.0) 3487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.869797+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.870707+0000 mgr.y (mgr.25504) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.949837+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.010 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.952411+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.205722+0000 mgr.y (mgr.25504) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.300216+0000 mgr.y (mgr.25504) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.395671+0000 mgr.y (mgr.25504) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.497626+0000 mgr.y (mgr.25504) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.590790+0000 mgr.y (mgr.25504) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.671315+0000 mgr.y (mgr.25504) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.749496+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.763040+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.765957+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.766860+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.772507+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.773052+0000 mgr.y (mgr.25504) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.011 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.851000+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.854262+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.857774+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.859120+0000 mon.a (mon.0) 3487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.869797+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.870707+0000 mgr.y (mgr.25504) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.949837+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.952411+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.955544+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.956782+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:14.964616+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:14.965356+0000 mgr.y (mgr.25504) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.047009+0000 mon.a (mon.0) 3494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.049738+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.054936+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.056366+0000 mon.a (mon.0) 3497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.065572+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.066504+0000 mgr.y (mgr.25504) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.146743+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.149360+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.151764+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.153191+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.159736+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.240654+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.242920+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.013 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.245843+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.246975+0000 mon.a (mon.0) 3507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.255393+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.955544+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.956782+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:14.964616+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:14.965356+0000 mgr.y (mgr.25504) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.047009+0000 mon.a (mon.0) 3494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.049738+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.054936+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.056366+0000 mon.a (mon.0) 3497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.065572+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.066504+0000 mgr.y (mgr.25504) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.146743+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.149360+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.151764+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.153191+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.159736+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.240654+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.242920+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.245843+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.246975+0000 mon.a (mon.0) 3507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.255393+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.015 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.336019+0000 mon.a (mon.0) 3509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.338760+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.341966+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.343083+0000 mon.a (mon.0) 3512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.349189+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.429170+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.431594+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.434059+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.435285+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.443137+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.525124+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.527679+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.530463+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.531635+0000 mon.a (mon.0) 3522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.539020+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.016 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.617388+0000 mon.a (mon.0) 3524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.622009+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.625099+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.626137+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.634655+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.336019+0000 mon.a (mon.0) 3509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.338760+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.341966+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.343083+0000 mon.a (mon.0) 3512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.349189+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.429170+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.431594+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.434059+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.435285+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.443137+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.525124+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.527679+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.530463+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.531635+0000 mon.a (mon.0) 3522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.539020+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.617388+0000 mon.a (mon.0) 3524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.622009+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.625099+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.626137+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.018 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.634655+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.715146+0000 mon.a (mon.0) 3529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.717701+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.721991+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.723300+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[83021]: audit 2023-12-06T15:10:15.732154+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.019 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.715146+0000 mon.a (mon.0) 3529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.020 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.717701+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.020 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.721991+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.020 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.723300+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.020 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:15 smithi116 bash[80542]: audit 2023-12-06T15:10:15.732154+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.205722+0000 mgr.y (mgr.25504) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.300216+0000 mgr.y (mgr.25504) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.395671+0000 mgr.y (mgr.25504) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.497626+0000 mgr.y (mgr.25504) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.590790+0000 mgr.y (mgr.25504) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.671315+0000 mgr.y (mgr.25504) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.749496+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.763040+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.765957+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.766860+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.772507+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.773052+0000 mgr.y (mgr.25504) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.851000+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.854262+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.857774+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.859120+0000 mon.a (mon.0) 3487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.869797+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.870707+0000 mgr.y (mgr.25504) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.949837+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.952411+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.955544+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.956782+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:14.964616+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:14.965356+0000 mgr.y (mgr.25504) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.047009+0000 mon.a (mon.0) 3494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.049738+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.054936+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.056366+0000 mon.a (mon.0) 3497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.065572+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.066504+0000 mgr.y (mgr.25504) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.146743+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.149360+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.151764+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.153191+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.159736+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.240654+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.242920+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.245843+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.246975+0000 mon.a (mon.0) 3507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.255393+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.336019+0000 mon.a (mon.0) 3509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.338760+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.341966+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.343083+0000 mon.a (mon.0) 3512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.349189+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.429170+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.431594+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.434059+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.435285+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.443137+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.525124+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.527679+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.530463+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.531635+0000 mon.a (mon.0) 3522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.539020+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.617388+0000 mon.a (mon.0) 3524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.622009+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.625099+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.626137+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.634655+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.715146+0000 mon.a (mon.0) 3529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:16.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.717701+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:16.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.721991+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:16.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.723300+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:16.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:15 smithi150 bash[70025]: audit 2023-12-06T15:10:15.732154+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:16.476 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[99961]: debug 2023-12-06T15:10:16.357+0000 7f3436880640 -1 Falling back to public interface 2023-12-06T15:10:17.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.160578+0000 mgr.y (mgr.25504) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.256242+0000 mgr.y (mgr.25504) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.349882+0000 mgr.y (mgr.25504) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.444125+0000 mgr.y (mgr.25504) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cluster 2023-12-06T15:10:15.474758+0000 mgr.y (mgr.25504) 884 : cluster 0 pgmap v158: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.539802+0000 mgr.y (mgr.25504) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.635373+0000 mgr.y (mgr.25504) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.733015+0000 mgr.y (mgr.25504) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.812578+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.816427+0000 mon.a (mon.0) 3535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.820021+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.821247+0000 mon.a (mon.0) 3537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.829366+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.830092+0000 mgr.y (mgr.25504) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.912328+0000 mon.a (mon.0) 3539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.914634+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.918097+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.919437+0000 mon.a (mon.0) 3542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:15.927983+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:15.928778+0000 mgr.y (mgr.25504) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.160578+0000 mgr.y (mgr.25504) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.256242+0000 mgr.y (mgr.25504) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.349882+0000 mgr.y (mgr.25504) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.444125+0000 mgr.y (mgr.25504) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cluster 2023-12-06T15:10:15.474758+0000 mgr.y (mgr.25504) 884 : cluster 0 pgmap v158: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.539802+0000 mgr.y (mgr.25504) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.635373+0000 mgr.y (mgr.25504) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.733015+0000 mgr.y (mgr.25504) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.812578+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.816427+0000 mon.a (mon.0) 3535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.820021+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.821247+0000 mon.a (mon.0) 3537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.829366+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.830092+0000 mgr.y (mgr.25504) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.912328+0000 mon.a (mon.0) 3539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.914634+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.918097+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.919437+0000 mon.a (mon.0) 3542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:15.927983+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:15.928778+0000 mgr.y (mgr.25504) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.010675+0000 mon.a (mon.0) 3544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.013165+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.015465+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.016367+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.022348+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.023078+0000 mgr.y (mgr.25504) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.084483+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.087754+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.090845+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.092034+0000 mon.a (mon.0) 3552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.099209+0000 mon.a (mon.0) 3553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.099742+0000 mgr.y (mgr.25504) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.184539+0000 mon.a (mon.0) 3554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.187488+0000 mon.a (mon.0) 3555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.190730+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.191668+0000 mon.a (mon.0) 3557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.197675+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.277085+0000 mon.a (mon.0) 3559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.280090+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.282618+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.010675+0000 mon.a (mon.0) 3544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.013165+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.015465+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.016367+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.022348+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.023078+0000 mgr.y (mgr.25504) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.084483+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.087754+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.090845+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.092034+0000 mon.a (mon.0) 3552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.099209+0000 mon.a (mon.0) 3553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.099742+0000 mgr.y (mgr.25504) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.184539+0000 mon.a (mon.0) 3554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.187488+0000 mon.a (mon.0) 3555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.190730+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.191668+0000 mon.a (mon.0) 3557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.197675+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.277085+0000 mon.a (mon.0) 3559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.280090+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.282618+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.283749+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.290218+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.376599+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.378557+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.380537+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.381201+0000 mon.a (mon.0) 3567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.387405+0000 mon.a (mon.0) 3568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.473628+0000 mon.a (mon.0) 3569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.476184+0000 mon.a (mon.0) 3570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.479408+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.480351+0000 mon.a (mon.0) 3572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.488398+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.569858+0000 mon.a (mon.0) 3574 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.572735+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.575797+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.577086+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.586519+0000 mon.a (mon.0) 3578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.666007+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.668141+0000 mon.a (mon.0) 3580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.670753+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.672065+0000 mon.a (mon.0) 3582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[80542]: audit 2023-12-06T15:10:16.682862+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.283749+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.290218+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.376599+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.378557+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.380537+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.381201+0000 mon.a (mon.0) 3567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.387405+0000 mon.a (mon.0) 3568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.473628+0000 mon.a (mon.0) 3569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.476184+0000 mon.a (mon.0) 3570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.479408+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.480351+0000 mon.a (mon.0) 3572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.488398+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.569858+0000 mon.a (mon.0) 3574 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.572735+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.575797+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.577086+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.586519+0000 mon.a (mon.0) 3578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.666007+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.668141+0000 mon.a (mon.0) 3580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.670753+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.672065+0000 mon.a (mon.0) 3582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:16 smithi116 bash[83021]: audit 2023-12-06T15:10:16.682862+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.160578+0000 mgr.y (mgr.25504) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.256242+0000 mgr.y (mgr.25504) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.349882+0000 mgr.y (mgr.25504) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.444125+0000 mgr.y (mgr.25504) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cluster 2023-12-06T15:10:15.474758+0000 mgr.y (mgr.25504) 884 : cluster 0 pgmap v158: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.539802+0000 mgr.y (mgr.25504) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.635373+0000 mgr.y (mgr.25504) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.733015+0000 mgr.y (mgr.25504) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.812578+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.816427+0000 mon.a (mon.0) 3535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.820021+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.821247+0000 mon.a (mon.0) 3537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.829366+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.830092+0000 mgr.y (mgr.25504) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.912328+0000 mon.a (mon.0) 3539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.914634+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.918097+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.919437+0000 mon.a (mon.0) 3542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:15.927983+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:15.928778+0000 mgr.y (mgr.25504) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.010675+0000 mon.a (mon.0) 3544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.013165+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.015465+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.016367+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.022348+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.023078+0000 mgr.y (mgr.25504) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.084483+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.087754+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.090845+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.092034+0000 mon.a (mon.0) 3552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.099209+0000 mon.a (mon.0) 3553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.099742+0000 mgr.y (mgr.25504) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.184539+0000 mon.a (mon.0) 3554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.187488+0000 mon.a (mon.0) 3555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.190730+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.191668+0000 mon.a (mon.0) 3557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.197675+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.277085+0000 mon.a (mon.0) 3559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.280090+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.282618+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.283749+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.290218+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.376599+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.378557+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.380537+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.381201+0000 mon.a (mon.0) 3567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.387405+0000 mon.a (mon.0) 3568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.473628+0000 mon.a (mon.0) 3569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.476184+0000 mon.a (mon.0) 3570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.479408+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.480351+0000 mon.a (mon.0) 3572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.488398+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.569858+0000 mon.a (mon.0) 3574 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.572735+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.575797+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.577086+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.586519+0000 mon.a (mon.0) 3578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.666007+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.668141+0000 mon.a (mon.0) 3580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.670753+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.672065+0000 mon.a (mon.0) 3582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:16 smithi150 bash[70025]: audit 2023-12-06T15:10:16.682862+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.198463+0000 mgr.y (mgr.25504) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.290780+0000 mgr.y (mgr.25504) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.388064+0000 mgr.y (mgr.25504) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.489119+0000 mgr.y (mgr.25504) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.587113+0000 mgr.y (mgr.25504) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.683539+0000 mgr.y (mgr.25504) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.769125+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.771673+0000 mon.a (mon.0) 3585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.773572+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.774229+0000 mon.a (mon.0) 3587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.779011+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.779511+0000 mgr.y (mgr.25504) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.841404+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.845759+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.849397+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.850734+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.860284+0000 mon.a (mon.0) 3593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.861101+0000 mgr.y (mgr.25504) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.946004+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.948040+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.950695+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.951722+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:16.956965+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:16.957842+0000 mgr.y (mgr.25504) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.037811+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.040498+0000 mon.a (mon.0) 3600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.043443+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.044253+0000 mon.a (mon.0) 3602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.051220+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.052024+0000 mgr.y (mgr.25504) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.134582+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.137007+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.140619+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.141778+0000 mon.a (mon.0) 3607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.149493+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.224299+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.226681+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.229628+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.230736+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.238273+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.198463+0000 mgr.y (mgr.25504) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.290780+0000 mgr.y (mgr.25504) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.388064+0000 mgr.y (mgr.25504) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.489119+0000 mgr.y (mgr.25504) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.587113+0000 mgr.y (mgr.25504) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.683539+0000 mgr.y (mgr.25504) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.769125+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.771673+0000 mon.a (mon.0) 3585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.773572+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.774229+0000 mon.a (mon.0) 3587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.779011+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.779511+0000 mgr.y (mgr.25504) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.841404+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.845759+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.849397+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.850734+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.860284+0000 mon.a (mon.0) 3593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.861101+0000 mgr.y (mgr.25504) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.946004+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.948040+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.321232+0000 mon.a (mon.0) 3614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.323800+0000 mon.a (mon.0) 3615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.326814+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.327836+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.334220+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.415904+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.417993+0000 mon.a (mon.0) 3620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.420346+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.421199+0000 mon.a (mon.0) 3622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.427440+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.506500+0000 mon.a (mon.0) 3624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.510724+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.514486+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.515612+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.523718+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.605429+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.607862+0000 mon.a (mon.0) 3630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.612364+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.613541+0000 mon.a (mon.0) 3632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.620113+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.701028+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.703718+0000 mon.a (mon.0) 3635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.706844+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.708047+0000 mon.a (mon.0) 3637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[83021]: audit 2023-12-06T15:10:17.716857+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.950695+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.951722+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:16.956965+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:16.957842+0000 mgr.y (mgr.25504) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.037811+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.040498+0000 mon.a (mon.0) 3600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.043443+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.044253+0000 mon.a (mon.0) 3602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.051220+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.052024+0000 mgr.y (mgr.25504) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.134582+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.137007+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.140619+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.141778+0000 mon.a (mon.0) 3607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.149493+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.224299+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.226681+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.229628+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.230736+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.238273+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.321232+0000 mon.a (mon.0) 3614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.323800+0000 mon.a (mon.0) 3615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.326814+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.327836+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.334220+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.415904+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.417993+0000 mon.a (mon.0) 3620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.420346+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.421199+0000 mon.a (mon.0) 3622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.427440+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.506500+0000 mon.a (mon.0) 3624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.510724+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.514486+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.515612+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.523718+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.605429+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.607862+0000 mon.a (mon.0) 3630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.612364+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.613541+0000 mon.a (mon.0) 3632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.620113+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.701028+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.703718+0000 mon.a (mon.0) 3635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.706844+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.708047+0000 mon.a (mon.0) 3637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:17 smithi116 bash[80542]: audit 2023-12-06T15:10:17.716857+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.198463+0000 mgr.y (mgr.25504) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.290780+0000 mgr.y (mgr.25504) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.388064+0000 mgr.y (mgr.25504) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.489119+0000 mgr.y (mgr.25504) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.587113+0000 mgr.y (mgr.25504) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.683539+0000 mgr.y (mgr.25504) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.769125+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.771673+0000 mon.a (mon.0) 3585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.773572+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.774229+0000 mon.a (mon.0) 3587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.779011+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.779511+0000 mgr.y (mgr.25504) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.841404+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.845759+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.849397+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.850734+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.860284+0000 mon.a (mon.0) 3593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.861101+0000 mgr.y (mgr.25504) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.946004+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.948040+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.950695+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.951722+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:16.956965+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:16.957842+0000 mgr.y (mgr.25504) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.037811+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.040498+0000 mon.a (mon.0) 3600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.043443+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.044253+0000 mon.a (mon.0) 3602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.051220+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.052024+0000 mgr.y (mgr.25504) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.134582+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.137007+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.140619+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.141778+0000 mon.a (mon.0) 3607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.149493+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.224299+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.226681+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.229628+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.230736+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.238273+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.321232+0000 mon.a (mon.0) 3614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.323800+0000 mon.a (mon.0) 3615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.326814+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.327836+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.334220+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.415904+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.417993+0000 mon.a (mon.0) 3620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.420346+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.421199+0000 mon.a (mon.0) 3622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.427440+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.506500+0000 mon.a (mon.0) 3624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.510724+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.514486+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.515612+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.523718+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.605429+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.607862+0000 mon.a (mon.0) 3630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.612364+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.613541+0000 mon.a (mon.0) 3632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.620113+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.701028+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.703718+0000 mon.a (mon.0) 3635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.706844+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.708047+0000 mon.a (mon.0) 3637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:18.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:17 smithi150 bash[70025]: audit 2023-12-06T15:10:17.716857+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.150234+0000 mgr.y (mgr.25504) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.239079+0000 mgr.y (mgr.25504) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.334757+0000 mgr.y (mgr.25504) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.428041+0000 mgr.y (mgr.25504) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cluster 2023-12-06T15:10:17.476233+0000 mgr.y (mgr.25504) 906 : cluster 0 pgmap v159: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.524310+0000 mgr.y (mgr.25504) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.620999+0000 mgr.y (mgr.25504) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.717723+0000 mgr.y (mgr.25504) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.793794+0000 mon.a (mon.0) 3639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.796336+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.798723+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.799609+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.806669+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.807326+0000 mgr.y (mgr.25504) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.889665+0000 mon.a (mon.0) 3644 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.892073+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.894486+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.895824+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.905294+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:17.906103+0000 mgr.y (mgr.25504) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.150234+0000 mgr.y (mgr.25504) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.239079+0000 mgr.y (mgr.25504) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.334757+0000 mgr.y (mgr.25504) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.428041+0000 mgr.y (mgr.25504) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cluster 2023-12-06T15:10:17.476233+0000 mgr.y (mgr.25504) 906 : cluster 0 pgmap v159: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.524310+0000 mgr.y (mgr.25504) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.620999+0000 mgr.y (mgr.25504) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.717723+0000 mgr.y (mgr.25504) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.793794+0000 mon.a (mon.0) 3639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.796336+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.798723+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.799609+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.806669+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.807326+0000 mgr.y (mgr.25504) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.889665+0000 mon.a (mon.0) 3644 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.892073+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.894486+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.895824+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.905294+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:17.906103+0000 mgr.y (mgr.25504) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.987327+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.990161+0000 mon.a (mon.0) 3650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.993196+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:17.994057+0000 mon.a (mon.0) 3652 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.002723+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.003525+0000 mgr.y (mgr.25504) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.084381+0000 mon.a (mon.0) 3654 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.086556+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.088807+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.089937+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.099598+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.100153+0000 mgr.y (mgr.25504) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.178054+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.180364+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.183733+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.184979+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.194279+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.279449+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.282742+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.290048+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.291120+0000 mon.a (mon.0) 3667 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.299168+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.379169+0000 mon.a (mon.0) 3669 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.381706+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.384445+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.385417+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.396977+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.459021+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.461722+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.464174+0000 mon.a (mon.0) 3676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.465233+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.474153+0000 mon.a (mon.0) 3678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.558677+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.560741+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.563104+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.563817+0000 mon.a (mon.0) 3682 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.572599+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.651231+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.655380+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.987327+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.990161+0000 mon.a (mon.0) 3650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.993196+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:17.994057+0000 mon.a (mon.0) 3652 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.002723+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.003525+0000 mgr.y (mgr.25504) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.084381+0000 mon.a (mon.0) 3654 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.086556+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.088807+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.089937+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.099598+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.100153+0000 mgr.y (mgr.25504) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.178054+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.180364+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.183733+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.184979+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.194279+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.279449+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.282742+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.290048+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.658179+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.659149+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.668385+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.747876+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.752482+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.755926+0000 mon.a (mon.0) 3691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[83021]: audit 2023-12-06T15:10:18.757032+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.291120+0000 mon.a (mon.0) 3667 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.299168+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.379169+0000 mon.a (mon.0) 3669 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.381706+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.384445+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.385417+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.396977+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.459021+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.461722+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.464174+0000 mon.a (mon.0) 3676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.465233+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.474153+0000 mon.a (mon.0) 3678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.558677+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.560741+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.563104+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.563817+0000 mon.a (mon.0) 3682 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.572599+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.651231+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.655380+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.658179+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.659149+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.668385+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.747876+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.752482+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.755926+0000 mon.a (mon.0) 3691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:18 smithi116 bash[80542]: audit 2023-12-06T15:10:18.757032+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.150234+0000 mgr.y (mgr.25504) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.239079+0000 mgr.y (mgr.25504) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.334757+0000 mgr.y (mgr.25504) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.428041+0000 mgr.y (mgr.25504) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cluster 2023-12-06T15:10:17.476233+0000 mgr.y (mgr.25504) 906 : cluster 0 pgmap v159: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.524310+0000 mgr.y (mgr.25504) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.620999+0000 mgr.y (mgr.25504) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.717723+0000 mgr.y (mgr.25504) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.793794+0000 mon.a (mon.0) 3639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.796336+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.798723+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.799609+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.806669+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.807326+0000 mgr.y (mgr.25504) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.889665+0000 mon.a (mon.0) 3644 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.892073+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.894486+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.895824+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.905294+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:17.906103+0000 mgr.y (mgr.25504) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.987327+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.990161+0000 mon.a (mon.0) 3650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.993196+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:17.994057+0000 mon.a (mon.0) 3652 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.002723+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.003525+0000 mgr.y (mgr.25504) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.084381+0000 mon.a (mon.0) 3654 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.086556+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.088807+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.089937+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.099598+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.100153+0000 mgr.y (mgr.25504) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.178054+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.180364+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.183733+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.184979+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.194279+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.279449+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.282742+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.290048+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.291120+0000 mon.a (mon.0) 3667 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.299168+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.379169+0000 mon.a (mon.0) 3669 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.381706+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.384445+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.385417+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.396977+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.459021+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.461722+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.464174+0000 mon.a (mon.0) 3676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.465233+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.474153+0000 mon.a (mon.0) 3678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.558677+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.560741+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.563104+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.563817+0000 mon.a (mon.0) 3682 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.572599+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.651231+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.655380+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.658179+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.659149+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.668385+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.747876+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.752482+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.755926+0000 mon.a (mon.0) 3691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:18 smithi150 bash[70025]: audit 2023-12-06T15:10:18.757032+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[99961]: debug 2023-12-06T15:10:19.377+0000 7f3436880640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-06T15:10:19.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[99961]: debug 2023-12-06T15:10:19.421+0000 7f3436880640 -1 osd.3 127 log_to_monitors true 2023-12-06T15:10:19.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.194857+0000 mgr.y (mgr.25504) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.300188+0000 mgr.y (mgr.25504) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.397801+0000 mgr.y (mgr.25504) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.475007+0000 mgr.y (mgr.25504) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.573244+0000 mgr.y (mgr.25504) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.669073+0000 mgr.y (mgr.25504) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.774526+0000 mon.a (mon.0) 3693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.775136+0000 mgr.y (mgr.25504) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.839676+0000 mon.a (mon.0) 3694 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.841913+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.844113+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.845046+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.854000+0000 mon.a (mon.0) 3698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.854519+0000 mgr.y (mgr.25504) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.889506+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.936019+0000 mon.a (mon.0) 3700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.938203+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.941314+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.942507+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:18.951945+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:18.952585+0000 mgr.y (mgr.25504) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.194857+0000 mgr.y (mgr.25504) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.300188+0000 mgr.y (mgr.25504) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.397801+0000 mgr.y (mgr.25504) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.475007+0000 mgr.y (mgr.25504) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.573244+0000 mgr.y (mgr.25504) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.669073+0000 mgr.y (mgr.25504) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.774526+0000 mon.a (mon.0) 3693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.775136+0000 mgr.y (mgr.25504) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.839676+0000 mon.a (mon.0) 3694 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.841913+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.844113+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.845046+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.854000+0000 mon.a (mon.0) 3698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.854519+0000 mgr.y (mgr.25504) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.889506+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.936019+0000 mon.a (mon.0) 3700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.938203+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.941314+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.942507+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:18.951945+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:18.952585+0000 mgr.y (mgr.25504) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.030128+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.032667+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.035337+0000 mon.a (mon.0) 3707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.036400+0000 mon.a (mon.0) 3708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.045279+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.046422+0000 mgr.y (mgr.25504) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.128606+0000 mon.a (mon.0) 3710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.132112+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.135418+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.137012+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.145955+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.226091+0000 mon.a (mon.0) 3715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.228755+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.232617+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.233891+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.240332+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.327140+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.329718+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.331893+0000 mon.a (mon.0) 3722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.030128+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.032667+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.035337+0000 mon.a (mon.0) 3707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.036400+0000 mon.a (mon.0) 3708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.045279+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.046422+0000 mgr.y (mgr.25504) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.128606+0000 mon.a (mon.0) 3710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.132112+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.135418+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.137012+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.145955+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.226091+0000 mon.a (mon.0) 3715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.228755+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.232617+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.233891+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.240332+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.327140+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.329718+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.331893+0000 mon.a (mon.0) 3722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.332706+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.340470+0000 mon.a (mon.0) 3724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.419171+0000 mon.a (mon.0) 3725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.422290+0000 mon.a (mon.0) 3726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.425285+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.426342+0000 mon.a (mon.0) 3728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.429453+0000 mon.c (mon.1) 15 : audit 1 from='osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.432054+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.432824+0000 mon.a (mon.0) 3730 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.494092+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.497051+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.500568+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.502975+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.509369+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.575925+0000 mon.a (mon.0) 3736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.579571+0000 mon.a (mon.0) 3737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.583712+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.585204+0000 mon.a (mon.0) 3739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.592498+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.672368+0000 mon.a (mon.0) 3741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.674722+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.677394+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.678406+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.685596+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.766376+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[83021]: audit 2023-12-06T15:10:19.770507+0000 mon.a (mon.0) 3747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.332706+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.340470+0000 mon.a (mon.0) 3724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.419171+0000 mon.a (mon.0) 3725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.422290+0000 mon.a (mon.0) 3726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.425285+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.426342+0000 mon.a (mon.0) 3728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.429453+0000 mon.c (mon.1) 15 : audit 1 from='osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.432054+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.432824+0000 mon.a (mon.0) 3730 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.494092+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.497051+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.500568+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.502975+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.509369+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.575925+0000 mon.a (mon.0) 3736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.579571+0000 mon.a (mon.0) 3737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.583712+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.585204+0000 mon.a (mon.0) 3739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.592498+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.672368+0000 mon.a (mon.0) 3741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.674722+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.677394+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.678406+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.685596+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.766376+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:19.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:19 smithi116 bash[80542]: audit 2023-12-06T15:10:19.770507+0000 mon.a (mon.0) 3747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.194857+0000 mgr.y (mgr.25504) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.300188+0000 mgr.y (mgr.25504) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.397801+0000 mgr.y (mgr.25504) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.475007+0000 mgr.y (mgr.25504) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.573244+0000 mgr.y (mgr.25504) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.669073+0000 mgr.y (mgr.25504) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.774526+0000 mon.a (mon.0) 3693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.775136+0000 mgr.y (mgr.25504) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.839676+0000 mon.a (mon.0) 3694 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.841913+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.844113+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.845046+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.854000+0000 mon.a (mon.0) 3698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.854519+0000 mgr.y (mgr.25504) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.889506+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.936019+0000 mon.a (mon.0) 3700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.938203+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.941314+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.942507+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:18.951945+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:18.952585+0000 mgr.y (mgr.25504) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.030128+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.032667+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.035337+0000 mon.a (mon.0) 3707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.036400+0000 mon.a (mon.0) 3708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.045279+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.046422+0000 mgr.y (mgr.25504) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.128606+0000 mon.a (mon.0) 3710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.132112+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.135418+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.137012+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.145955+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.226091+0000 mon.a (mon.0) 3715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.228755+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.232617+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.233891+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.240332+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.327140+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.329718+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.331893+0000 mon.a (mon.0) 3722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.332706+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.340470+0000 mon.a (mon.0) 3724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.419171+0000 mon.a (mon.0) 3725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.422290+0000 mon.a (mon.0) 3726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.425285+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.426342+0000 mon.a (mon.0) 3728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.429453+0000 mon.c (mon.1) 15 : audit 1 from='osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.432054+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.432824+0000 mon.a (mon.0) 3730 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.494092+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.497051+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.500568+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.502975+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.509369+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.575925+0000 mon.a (mon.0) 3736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.579571+0000 mon.a (mon.0) 3737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.583712+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.585204+0000 mon.a (mon.0) 3739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.592498+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.672368+0000 mon.a (mon.0) 3741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.674722+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.677394+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.678406+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.685596+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.766376+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:19 smithi150 bash[70025]: audit 2023-12-06T15:10:19.770507+0000 mon.a (mon.0) 3747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.781 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[99961]: debug 2023-12-06T15:10:20.469+0000 7f34254ec700 -1 osd.3 127 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:10:20.786 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.146885+0000 mgr.y (mgr.25504) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.241166+0000 mgr.y (mgr.25504) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.341003+0000 mgr.y (mgr.25504) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.432620+0000 mgr.y (mgr.25504) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cluster 2023-12-06T15:10:19.477496+0000 mgr.y (mgr.25504) 928 : cluster 0 pgmap v160: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.509854+0000 mgr.y (mgr.25504) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.593158+0000 mgr.y (mgr.25504) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.686178+0000 mgr.y (mgr.25504) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.774552+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.784426+0000 mon.a (mon.0) 3749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.790607+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.790988+0000 mgr.y (mgr.25504) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.787 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.846385+0000 mgr.y (mgr.25504) 933 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.146885+0000 mgr.y (mgr.25504) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.241166+0000 mgr.y (mgr.25504) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.341003+0000 mgr.y (mgr.25504) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.432620+0000 mgr.y (mgr.25504) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cluster 2023-12-06T15:10:19.477496+0000 mgr.y (mgr.25504) 928 : cluster 0 pgmap v160: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.509854+0000 mgr.y (mgr.25504) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.593158+0000 mgr.y (mgr.25504) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.686178+0000 mgr.y (mgr.25504) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.788 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.774552+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.784426+0000 mon.a (mon.0) 3749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.790607+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.790988+0000 mgr.y (mgr.25504) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.846385+0000 mgr.y (mgr.25504) 933 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.874493+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.877211+0000 mon.a (mon.0) 3752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.881879+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.883549+0000 mon.a (mon.0) 3754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.893279+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.894172+0000 mgr.y (mgr.25504) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.972192+0000 mon.a (mon.0) 3756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.975043+0000 mon.a (mon.0) 3757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.978221+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.789 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.979418+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:19.989474+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:19.990274+0000 mgr.y (mgr.25504) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.070045+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.073290+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.076635+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.077525+0000 mon.a (mon.0) 3764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.084910+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.085536+0000 mgr.y (mgr.25504) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.168445+0000 mon.a (mon.0) 3766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.170631+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.172931+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.790 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.173858+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.181222+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.259667+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.262467+0000 mon.a (mon.0) 3772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.266224+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.267262+0000 mon.a (mon.0) 3774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.275302+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.338169+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.340635+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.343864+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.344864+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.351908+0000 mon.a (mon.0) 3780 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.432849+0000 mon.a (mon.0) 3781 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cluster 2023-12-06T15:10:20.435938+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.437820+0000 mon.c (mon.1) 16 : audit 1 from='osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cluster 2023-12-06T15:10:20.438443+0000 mon.a (mon.0) 3782 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T15:10:20.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.439364+0000 mon.a (mon.0) 3783 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:10:20.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.440008+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.446094+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.448936+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.452582+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.458121+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.522241+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.525083+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.527322+0000 mon.a (mon.0) 3791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.528013+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.533755+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.615577+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.618042+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.620615+0000 mon.a (mon.0) 3796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.621670+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.628607+0000 mon.a (mon.0) 3798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: cluster 2023-12-06T15:10:20.636968+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.709991+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.713045+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.716030+0000 mon.a (mon.0) 3801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.716989+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[80542]: audit 2023-12-06T15:10:20.724825+0000 mon.a (mon.0) 3803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.874493+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.877211+0000 mon.a (mon.0) 3752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.881879+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.883549+0000 mon.a (mon.0) 3754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.893279+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.894172+0000 mgr.y (mgr.25504) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.972192+0000 mon.a (mon.0) 3756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.975043+0000 mon.a (mon.0) 3757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.978221+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.979418+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:19.989474+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:19.990274+0000 mgr.y (mgr.25504) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.070045+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.073290+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.076635+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.077525+0000 mon.a (mon.0) 3764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.084910+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.085536+0000 mgr.y (mgr.25504) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.168445+0000 mon.a (mon.0) 3766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.170631+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.172931+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.173858+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.181222+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.259667+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.262467+0000 mon.a (mon.0) 3772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.266224+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.267262+0000 mon.a (mon.0) 3774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.275302+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.338169+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.340635+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.343864+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.344864+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.351908+0000 mon.a (mon.0) 3780 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.432849+0000 mon.a (mon.0) 3781 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cluster 2023-12-06T15:10:20.435938+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.437820+0000 mon.c (mon.1) 16 : audit 1 from='osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cluster 2023-12-06T15:10:20.438443+0000 mon.a (mon.0) 3782 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T15:10:20.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.439364+0000 mon.a (mon.0) 3783 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.440008+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.446094+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.448936+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.452582+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.458121+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.522241+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.525083+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.527322+0000 mon.a (mon.0) 3791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.528013+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.533755+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.615577+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.618042+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.620615+0000 mon.a (mon.0) 3796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.621670+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.628607+0000 mon.a (mon.0) 3798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: cluster 2023-12-06T15:10:20.636968+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.709991+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.713045+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.716030+0000 mon.a (mon.0) 3801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.716989+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:20.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:20 smithi116 bash[83021]: audit 2023-12-06T15:10:20.724825+0000 mon.a (mon.0) 3803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.146885+0000 mgr.y (mgr.25504) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.241166+0000 mgr.y (mgr.25504) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.341003+0000 mgr.y (mgr.25504) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.432620+0000 mgr.y (mgr.25504) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cluster 2023-12-06T15:10:19.477496+0000 mgr.y (mgr.25504) 928 : cluster 0 pgmap v160: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 168 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:10:21.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.509854+0000 mgr.y (mgr.25504) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.593158+0000 mgr.y (mgr.25504) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.686178+0000 mgr.y (mgr.25504) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.774552+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.784426+0000 mon.a (mon.0) 3749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.790607+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.790988+0000 mgr.y (mgr.25504) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.846385+0000 mgr.y (mgr.25504) 933 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:21.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.874493+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.877211+0000 mon.a (mon.0) 3752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.881879+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.883549+0000 mon.a (mon.0) 3754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.893279+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.894172+0000 mgr.y (mgr.25504) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.972192+0000 mon.a (mon.0) 3756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.975043+0000 mon.a (mon.0) 3757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.978221+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.979418+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:19.989474+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:19.990274+0000 mgr.y (mgr.25504) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.070045+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.073290+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.076635+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.077525+0000 mon.a (mon.0) 3764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.084910+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.085536+0000 mgr.y (mgr.25504) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:21.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.168445+0000 mon.a (mon.0) 3766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.170631+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.172931+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.173858+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.181222+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.259667+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.200 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.262467+0000 mon.a (mon.0) 3772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.266224+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.267262+0000 mon.a (mon.0) 3774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.275302+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.338169+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.340635+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.343864+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.201 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.344864+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.351908+0000 mon.a (mon.0) 3780 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.432849+0000 mon.a (mon.0) 3781 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cluster 2023-12-06T15:10:20.435938+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.437820+0000 mon.c (mon.1) 16 : audit 1 from='osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cluster 2023-12-06T15:10:20.438443+0000 mon.a (mon.0) 3782 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.439364+0000 mon.a (mon.0) 3783 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T15:10:21.202 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.440008+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.446094+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.448936+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.452582+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.458121+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.522241+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.525083+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.203 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.527322+0000 mon.a (mon.0) 3791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.528013+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.533755+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.615577+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.618042+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.620615+0000 mon.a (mon.0) 3796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.621670+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.204 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.628607+0000 mon.a (mon.0) 3798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:21.205 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: cluster 2023-12-06T15:10:20.636968+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:21.205 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.709991+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:21.205 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.713045+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:21.205 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.716030+0000 mon.a (mon.0) 3801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.205 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.716989+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.205 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:20 smithi150 bash[70025]: audit 2023-12-06T15:10:20.724825+0000 mon.a (mon.0) 3803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.181809+0000 mgr.y (mgr.25504) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.275960+0000 mgr.y (mgr.25504) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.352472+0000 mgr.y (mgr.25504) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:20.435410+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.458638+0000 mgr.y (mgr.25504) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.534581+0000 mgr.y (mgr.25504) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.629217+0000 mgr.y (mgr.25504) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.038 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:20.637091+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.725548+0000 mgr.y (mgr.25504) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.801072+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.803940+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.806529+0000 mon.a (mon.0) 3806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.807463+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.813455+0000 mon.a (mon.0) 3808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.814099+0000 mgr.y (mgr.25504) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.894218+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.896646+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.899561+0000 mon.a (mon.0) 3811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.900560+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.907952+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.039 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:20.908600+0000 mgr.y (mgr.25504) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.181809+0000 mgr.y (mgr.25504) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.275960+0000 mgr.y (mgr.25504) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.352472+0000 mgr.y (mgr.25504) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:20.435410+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.458638+0000 mgr.y (mgr.25504) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.534581+0000 mgr.y (mgr.25504) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.629217+0000 mgr.y (mgr.25504) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:20.637091+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.725548+0000 mgr.y (mgr.25504) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.801072+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.803940+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.806529+0000 mon.a (mon.0) 3806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.040 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.807463+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.813455+0000 mon.a (mon.0) 3808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.814099+0000 mgr.y (mgr.25504) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.894218+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.896646+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.899561+0000 mon.a (mon.0) 3811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.900560+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.907952+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:20.908600+0000 mgr.y (mgr.25504) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.991684+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.996671+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.041 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:20.999487+0000 mon.a (mon.0) 3816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.000528+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.008120+0000 mon.a (mon.0) 3818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.008711+0000 mgr.y (mgr.25504) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.091058+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.093751+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.096171+0000 mon.a (mon.0) 3821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.097222+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.105638+0000 mon.a (mon.0) 3823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.106267+0000 mgr.y (mgr.25504) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.184871+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.187386+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.190988+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.192100+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.042 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.199931+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.280131+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.282913+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.285772+0000 mon.a (mon.0) 3831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.991684+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.996671+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:20.999487+0000 mon.a (mon.0) 3816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.000528+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.008120+0000 mon.a (mon.0) 3818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.008711+0000 mgr.y (mgr.25504) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.091058+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.043 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.093751+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.096171+0000 mon.a (mon.0) 3821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.097222+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.105638+0000 mon.a (mon.0) 3823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.106267+0000 mgr.y (mgr.25504) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.184871+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.187386+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.190988+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.192100+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.199931+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.280131+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.282913+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.044 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.285772+0000 mon.a (mon.0) 3831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.286548+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.293888+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.373765+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.376311+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.378874+0000 mon.a (mon.0) 3836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.379689+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.388514+0000 mon.a (mon.0) 3838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.466452+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.469194+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.472726+0000 mon.a (mon.0) 3841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.473977+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.478013+0000 mon.a (mon.0) 3843 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.483239+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.045 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.491879+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.492722+0000 mon.a (mon.0) 3845 : cluster 1 osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183] boot 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.492781+0000 mon.a (mon.0) 3846 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.493268+0000 mon.a (mon.0) 3847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.495891+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.495897+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.561996+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.564637+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.286548+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.293888+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.373765+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.376311+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.378874+0000 mon.a (mon.0) 3836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.379689+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.388514+0000 mon.a (mon.0) 3838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.466452+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.469194+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.472726+0000 mon.a (mon.0) 3841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.473977+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.478013+0000 mon.a (mon.0) 3843 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.483239+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.491879+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.492722+0000 mon.a (mon.0) 3845 : cluster 1 osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183] boot 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.492781+0000 mon.a (mon.0) 3846 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.493268+0000 mon.a (mon.0) 3847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.495891+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.495897+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.561996+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.564637+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.566789+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.567585+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.573283+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.652106+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.654240+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.657911+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.659095+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.668740+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.048 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.748747+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.751646+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.754722+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.755626+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[80542]: audit 2023-12-06T15:10:21.765717+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.566789+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.567585+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.573283+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.652106+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.654240+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.657911+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.659095+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.668740+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.049 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.748747+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.751646+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.754722+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.755626+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:21 smithi116 bash[83021]: audit 2023-12-06T15:10:21.765717+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.077 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.181809+0000 mgr.y (mgr.25504) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.077 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.275960+0000 mgr.y (mgr.25504) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.352472+0000 mgr.y (mgr.25504) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:20.435410+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.458638+0000 mgr.y (mgr.25504) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.534581+0000 mgr.y (mgr.25504) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.629217+0000 mgr.y (mgr.25504) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:20.637091+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.725548+0000 mgr.y (mgr.25504) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.801072+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.803940+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.806529+0000 mon.a (mon.0) 3806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.807463+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.813455+0000 mon.a (mon.0) 3808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.078 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.814099+0000 mgr.y (mgr.25504) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.894218+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.896646+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.899561+0000 mon.a (mon.0) 3811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.900560+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.907952+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:20.908600+0000 mgr.y (mgr.25504) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.991684+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.996671+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:20.999487+0000 mon.a (mon.0) 3816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.000528+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.008120+0000 mon.a (mon.0) 3818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.008711+0000 mgr.y (mgr.25504) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.091058+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.093751+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.079 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.096171+0000 mon.a (mon.0) 3821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.097222+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.105638+0000 mon.a (mon.0) 3823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.106267+0000 mgr.y (mgr.25504) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.184871+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.187386+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.190988+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.192100+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.199931+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.280131+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.282913+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.285772+0000 mon.a (mon.0) 3831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.286548+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.293888+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.373765+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.080 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.376311+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.378874+0000 mon.a (mon.0) 3836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.379689+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.388514+0000 mon.a (mon.0) 3838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.466452+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.469194+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.472726+0000 mon.a (mon.0) 3841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.473977+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.478013+0000 mon.a (mon.0) 3843 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.483239+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.491879+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.492722+0000 mon.a (mon.0) 3845 : cluster 1 osd.3 [v2:172.21.15.116:6826/504349183,v1:172.21.15.116:6827/504349183] boot 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.492781+0000 mon.a (mon.0) 3846 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.493268+0000 mon.a (mon.0) 3847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.495891+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.081 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.495897+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.561996+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.564637+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.566789+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.567585+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.573283+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.652106+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.654240+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.657911+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.659095+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.668740+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.748747+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.751646+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.754722+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:22.082 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.755626+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:22.083 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:21 smithi150 bash[70025]: audit 2023-12-06T15:10:21.765717+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:22.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:10:22] "GET /metrics HTTP/1.1" 200 38422 "" "Prometheus/2.33.4" 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.200662+0000 mgr.y (mgr.25504) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.294513+0000 mgr.y (mgr.25504) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.389069+0000 mgr.y (mgr.25504) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.478609+0000 mgr.y (mgr.25504) 951 : cluster 0 pgmap v162: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.483929+0000 mgr.y (mgr.25504) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cluster 2023-12-06T15:10:21.491709+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.573926+0000 mgr.y (mgr.25504) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.105 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.670237+0000 mgr.y (mgr.25504) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.766772+0000 mgr.y (mgr.25504) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.846544+0000 mon.a (mon.0) 3863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.848950+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.852468+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.853561+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.862037+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.862827+0000 mgr.y (mgr.25504) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.945273+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.948033+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.950572+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.106 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.951601+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.107 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:21.958677+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.107 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:21.959351+0000 mgr.y (mgr.25504) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.107 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.035971+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.107 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.038871+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.107 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.041586+0000 mon.a (mon.0) 3875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.042392+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.048973+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.050302+0000 mgr.y (mgr.25504) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.113466+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.116670+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.119324+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.120233+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.125715+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.126263+0000 mgr.y (mgr.25504) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.202324+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.204571+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.206760+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.207701+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.214743+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.108 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.295210+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.298028+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.300942+0000 mon.a (mon.0) 3890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.302046+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.308414+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.391803+0000 mon.a (mon.0) 3893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.394031+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.396291+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.397288+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.406267+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.486735+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.489703+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.495072+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.495994+0000 mon.a (mon.0) 3900 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.496242+0000 mon.a (mon.0) 3901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.497408+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.497526+0000 mon.a (mon.0) 3902 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.499814+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.514716+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.579445+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.582095+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.584711+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.585768+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.593256+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.674241+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.678347+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.681604+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.682901+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.690513+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.774047+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.776871+0000 mon.a (mon.0) 3915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.779555+0000 mon.a (mon.0) 3916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:22 smithi150 bash[70025]: audit 2023-12-06T15:10:22.780529+0000 mon.a (mon.0) 3917 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.156 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.200662+0000 mgr.y (mgr.25504) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.156 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.294513+0000 mgr.y (mgr.25504) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.389069+0000 mgr.y (mgr.25504) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.478609+0000 mgr.y (mgr.25504) 951 : cluster 0 pgmap v162: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.483929+0000 mgr.y (mgr.25504) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cluster 2023-12-06T15:10:21.491709+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.573926+0000 mgr.y (mgr.25504) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.670237+0000 mgr.y (mgr.25504) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.766772+0000 mgr.y (mgr.25504) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.846544+0000 mon.a (mon.0) 3863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.848950+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.852468+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.853561+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.862037+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.862827+0000 mgr.y (mgr.25504) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.945273+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.948033+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.950572+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.951601+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:21.958677+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:21.959351+0000 mgr.y (mgr.25504) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.035971+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.038871+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.041586+0000 mon.a (mon.0) 3875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.042392+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.048973+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.050302+0000 mgr.y (mgr.25504) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.113466+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.116670+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.158 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.119324+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.120233+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.125715+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.126263+0000 mgr.y (mgr.25504) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.202324+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.204571+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.206760+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.207701+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.214743+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.295210+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.298028+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.200662+0000 mgr.y (mgr.25504) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.159 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.294513+0000 mgr.y (mgr.25504) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.389069+0000 mgr.y (mgr.25504) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.478609+0000 mgr.y (mgr.25504) 951 : cluster 0 pgmap v162: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.483929+0000 mgr.y (mgr.25504) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cluster 2023-12-06T15:10:21.491709+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.573926+0000 mgr.y (mgr.25504) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.670237+0000 mgr.y (mgr.25504) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.766772+0000 mgr.y (mgr.25504) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.846544+0000 mon.a (mon.0) 3863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.848950+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.852468+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.853561+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.862037+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.862827+0000 mgr.y (mgr.25504) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.160 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.945273+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.948033+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.950572+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.951601+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:21.958677+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.300942+0000 mon.a (mon.0) 3890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.302046+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.308414+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.391803+0000 mon.a (mon.0) 3893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.161 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.394031+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.396291+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.397288+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.406267+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.486735+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.489703+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.495072+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.495994+0000 mon.a (mon.0) 3900 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.496242+0000 mon.a (mon.0) 3901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.497408+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.497526+0000 mon.a (mon.0) 3902 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.499814+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.514716+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.579445+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.582095+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.584711+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.585768+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.593256+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.674241+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.678347+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.681604+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.682901+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.690513+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.774047+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.776871+0000 mon.a (mon.0) 3915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.779555+0000 mon.a (mon.0) 3916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.163 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[83021]: audit 2023-12-06T15:10:22.780529+0000 mon.a (mon.0) 3917 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:21.959351+0000 mgr.y (mgr.25504) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.035971+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.038871+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.041586+0000 mon.a (mon.0) 3875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.042392+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.048973+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.050302+0000 mgr.y (mgr.25504) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.113466+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.116670+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.119324+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.120233+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.164 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.125715+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.126263+0000 mgr.y (mgr.25504) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.202324+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.204571+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.206760+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.207701+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.214743+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.295210+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.298028+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.300942+0000 mon.a (mon.0) 3890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.302046+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.308414+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.391803+0000 mon.a (mon.0) 3893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.394031+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.396291+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.165 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.397288+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.406267+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.486735+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.489703+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.495072+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.495994+0000 mon.a (mon.0) 3900 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.496242+0000 mon.a (mon.0) 3901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.497408+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.497526+0000 mon.a (mon.0) 3902 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.499814+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.514716+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.579445+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.582095+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.584711+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.166 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.585768+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.593256+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.674241+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.678347+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.681604+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.682901+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.690513+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.774047+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.776871+0000 mon.a (mon.0) 3915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.779555+0000 mon.a (mon.0) 3916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:22 smithi116 bash[80542]: audit 2023-12-06T15:10:22.780529+0000 mon.a (mon.0) 3917 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.918 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[75526]: debug 2023-12-06T15:10:23.661+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-06T15:10:23.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.215739+0000 mgr.y (mgr.25504) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.309104+0000 mgr.y (mgr.25504) 961 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.406744+0000 mgr.y (mgr.25504) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.495364+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.500527+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cluster 2023-12-06T15:10:22.501776+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.517045+0000 mgr.y (mgr.25504) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.593980+0000 mgr.y (mgr.25504) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.691237+0000 mgr.y (mgr.25504) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.797595+0000 mon.a (mon.0) 3918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.798098+0000 mgr.y (mgr.25504) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.862172+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.864881+0000 mon.a (mon.0) 3920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.867979+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.869133+0000 mon.a (mon.0) 3922 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.876134+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.876782+0000 mgr.y (mgr.25504) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.955150+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.957925+0000 mon.a (mon.0) 3925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.960865+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.961863+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.215739+0000 mgr.y (mgr.25504) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.309104+0000 mgr.y (mgr.25504) 961 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.406744+0000 mgr.y (mgr.25504) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.495364+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.500527+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cluster 2023-12-06T15:10:22.501776+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.517045+0000 mgr.y (mgr.25504) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.593980+0000 mgr.y (mgr.25504) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.691237+0000 mgr.y (mgr.25504) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.797595+0000 mon.a (mon.0) 3918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.798098+0000 mgr.y (mgr.25504) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.862172+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.864881+0000 mon.a (mon.0) 3920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.867979+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.869133+0000 mon.a (mon.0) 3922 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.876134+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.876782+0000 mgr.y (mgr.25504) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.955150+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.957925+0000 mon.a (mon.0) 3925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.960865+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.961863+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:22.968497+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:22.969318+0000 mgr.y (mgr.25504) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.048440+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.050917+0000 mon.a (mon.0) 3930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.054598+0000 mon.a (mon.0) 3931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.055597+0000 mon.a (mon.0) 3932 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.061690+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.062635+0000 mgr.y (mgr.25504) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.085296+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.092018+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.100638+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.143416+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.145934+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.148597+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.149517+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.158876+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.268512+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.272022+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.276524+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.277931+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.286798+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.366481+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.369317+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.372272+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.373381+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.381515+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.459656+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.461942+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.464807+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.465755+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.475319+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.555060+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.557069+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.558997+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.559867+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.567672+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.590914+0000 mon.a (mon.0) 3962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.600711+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.607542+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.651694+0000 mon.a (mon.0) 3965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.656101+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.659436+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.661714+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[83021]: audit 2023-12-06T15:10:23.664585+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:23.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:22.968497+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:22.969318+0000 mgr.y (mgr.25504) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.048440+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.050917+0000 mon.a (mon.0) 3930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.054598+0000 mon.a (mon.0) 3931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.055597+0000 mon.a (mon.0) 3932 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.061690+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.062635+0000 mgr.y (mgr.25504) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.085296+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.092018+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.100638+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.143416+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.145934+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.148597+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.149517+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.158876+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.268512+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.272022+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.276524+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.277931+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.286798+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.366481+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.369317+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.372272+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.373381+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.381515+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.459656+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.461942+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.464807+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.465755+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.475319+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.555060+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.557069+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.558997+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:23.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.559867+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.567672+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.590914+0000 mon.a (mon.0) 3962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.600711+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.607542+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.651694+0000 mon.a (mon.0) 3965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.656101+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.659436+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.661714+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:23 smithi116 bash[80542]: audit 2023-12-06T15:10:23.664585+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:24.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.215739+0000 mgr.y (mgr.25504) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.309104+0000 mgr.y (mgr.25504) 961 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.109 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.406744+0000 mgr.y (mgr.25504) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.495364+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.500527+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cluster 2023-12-06T15:10:22.501776+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.517045+0000 mgr.y (mgr.25504) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.593980+0000 mgr.y (mgr.25504) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.691237+0000 mgr.y (mgr.25504) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.797595+0000 mon.a (mon.0) 3918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.798098+0000 mgr.y (mgr.25504) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.862172+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.864881+0000 mon.a (mon.0) 3920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.110 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.867979+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.869133+0000 mon.a (mon.0) 3922 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.876134+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.876782+0000 mgr.y (mgr.25504) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.955150+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.957925+0000 mon.a (mon.0) 3925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.960865+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.961863+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:22.968497+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:22.969318+0000 mgr.y (mgr.25504) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.048440+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.111 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.050917+0000 mon.a (mon.0) 3930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.054598+0000 mon.a (mon.0) 3931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.055597+0000 mon.a (mon.0) 3932 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.061690+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.062635+0000 mgr.y (mgr.25504) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.085296+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.092018+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.100638+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.143416+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.145934+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.148597+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.149517+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.112 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.158876+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.268512+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.272022+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.276524+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.277931+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.286798+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.366481+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.369317+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.372272+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.373381+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.381515+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.459656+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.113 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.461942+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.464807+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.465755+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.475319+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.555060+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.557069+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.558997+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.559867+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.567672+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.590914+0000 mon.a (mon.0) 3962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.600711+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.607542+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.651694+0000 mon.a (mon.0) 3965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:24.114 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.656101+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.115 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.659436+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.115 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.661714+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:24.115 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:23 smithi150 bash[70025]: audit 2023-12-06T15:10:23.664585+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:25.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.159373+0000 mgr.y (mgr.25504) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.287399+0000 mgr.y (mgr.25504) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.382380+0000 mgr.y (mgr.25504) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.476308+0000 mgr.y (mgr.25504) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cluster 2023-12-06T15:10:23.479244+0000 mgr.y (mgr.25504) 974 : cluster 0 pgmap v165: 161 pgs: 24 active+undersized+degraded, 36 active+undersized, 101 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.568301+0000 mgr.y (mgr.25504) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: audit 2023-12-06T15:10:23.664796+0000 mgr.y (mgr.25504) 976 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[80542]: cephadm 2023-12-06T15:10:23.666272+0000 mgr.y (mgr.25504) 977 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.159373+0000 mgr.y (mgr.25504) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.287399+0000 mgr.y (mgr.25504) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.382380+0000 mgr.y (mgr.25504) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.476308+0000 mgr.y (mgr.25504) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cluster 2023-12-06T15:10:23.479244+0000 mgr.y (mgr.25504) 974 : cluster 0 pgmap v165: 161 pgs: 24 active+undersized+degraded, 36 active+undersized, 101 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T15:10:25.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.568301+0000 mgr.y (mgr.25504) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: audit 2023-12-06T15:10:23.664796+0000 mgr.y (mgr.25504) 976 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:25.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:24 smithi116 bash[83021]: cephadm 2023-12-06T15:10:23.666272+0000 mgr.y (mgr.25504) 977 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.159373+0000 mgr.y (mgr.25504) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.287399+0000 mgr.y (mgr.25504) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.382380+0000 mgr.y (mgr.25504) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.476308+0000 mgr.y (mgr.25504) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cluster 2023-12-06T15:10:23.479244+0000 mgr.y (mgr.25504) 974 : cluster 0 pgmap v165: 161 pgs: 24 active+undersized+degraded, 36 active+undersized, 101 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.568301+0000 mgr.y (mgr.25504) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: audit 2023-12-06T15:10:23.664796+0000 mgr.y (mgr.25504) 976 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:24 smithi150 bash[70025]: cephadm 2023-12-06T15:10:23.666272+0000 mgr.y (mgr.25504) 977 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-06T15:10:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:25 smithi150 bash[70025]: cluster 2023-12-06T15:10:25.800765+0000 mon.a (mon.0) 3970 : cluster 3 Health check update: Degraded data redundancy: 25/630 objects degraded (3.968%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:26.068 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:10:26.101 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:25 smithi116 bash[80542]: cluster 2023-12-06T15:10:25.800765+0000 mon.a (mon.0) 3970 : cluster 3 Health check update: Degraded data redundancy: 25/630 objects degraded (3.968%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:26.102 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:25 smithi116 bash[83021]: cluster 2023-12-06T15:10:25.800765+0000 mon.a (mon.0) 3970 : cluster 3 Health check update: Degraded data redundancy: 25/630 objects degraded (3.968%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:26.872 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:10:26.872 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 0s ago 21m - - 2023-12-06T15:10:26.872 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 3s ago 21m - - 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (7m) 0s ago 14m 16.8M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (6m) 3s ago 14m 44.1M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (5m) 0s ago 11m 48.5M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (4m) 3s ago 20m 434M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (6m) 0s ago 22m 512M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (4m) 0s ago 22m 68.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (3m) 3s ago 21m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (4m) 0s ago 21m 51.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (7m) 0s ago 14m 12.5M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (7m) 3s ago 14m 11.8M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (2m) 0s ago 20m 50.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (97s) 0s ago 19m 52.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (56s) 0s ago 18m 48.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (13s) 0s ago 18m 48.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:10:26.873 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (17m) 3s ago 17m 67.7M 4096M 17.2.0 e1d6a67b021e 7da01864bace 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (17m) 3s ago 17m 64.2M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (16m) 3s ago 16m 61.7M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (15m) 3s ago 15m 66.4M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (5m) 3s ago 14m 63.6M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (12m) 0s ago 12m 89.2M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (12m) 3s ago 12m 88.8M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (12m) 0s ago 12m 88.4M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:10:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (11m) 3s ago 11m 88.5M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[80542]: cluster 2023-12-06T15:10:25.480689+0000 mgr.y (mgr.25504) 978 : cluster 0 pgmap v166: 161 pgs: 7 active+undersized+degraded, 8 active+undersized, 146 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/630 objects degraded (3.968%) 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[80542]: audit 2023-12-06T15:10:26.040827+0000 mgr.y (mgr.25504) 979 : audit 0 from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[80542]: audit 2023-12-06T15:10:26.409699+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[80542]: audit 2023-12-06T15:10:26.419499+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[80542]: audit 2023-12-06T15:10:26.428316+0000 mon.a (mon.0) 3973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[83021]: cluster 2023-12-06T15:10:25.480689+0000 mgr.y (mgr.25504) 978 : cluster 0 pgmap v166: 161 pgs: 7 active+undersized+degraded, 8 active+undersized, 146 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/630 objects degraded (3.968%) 2023-12-06T15:10:27.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[83021]: audit 2023-12-06T15:10:26.040827+0000 mgr.y (mgr.25504) 979 : audit 0 from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:27.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[83021]: audit 2023-12-06T15:10:26.409699+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[83021]: audit 2023-12-06T15:10:26.419499+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:26 smithi116 bash[83021]: audit 2023-12-06T15:10:26.428316+0000 mon.a (mon.0) 3973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:26 smithi150 bash[70025]: cluster 2023-12-06T15:10:25.480689+0000 mgr.y (mgr.25504) 978 : cluster 0 pgmap v166: 161 pgs: 7 active+undersized+degraded, 8 active+undersized, 146 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/630 objects degraded (3.968%) 2023-12-06T15:10:27.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:26 smithi150 bash[70025]: audit 2023-12-06T15:10:26.040827+0000 mgr.y (mgr.25504) 979 : audit 0 from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:27.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:26 smithi150 bash[70025]: audit 2023-12-06T15:10:26.409699+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:26 smithi150 bash[70025]: audit 2023-12-06T15:10:26.419499+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:26 smithi150 bash[70025]: audit 2023-12-06T15:10:26.428316+0000 mon.a (mon.0) 3973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T15:10:27.317 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 9 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:10:27.318 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:10:27.710 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "9/23 daemons upgraded", 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:10:27.711 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:10:28.137 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:27 smithi116 bash[80542]: audit 2023-12-06T15:10:26.476278+0000 mgr.y (mgr.25504) 980 : audit 0 from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:28.137 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:27 smithi116 bash[80542]: audit 2023-12-06T15:10:26.845114+0000 mgr.y (mgr.25504) 981 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:28.137 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:27 smithi116 bash[80542]: audit 2023-12-06T15:10:27.314209+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.116:0/605597855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:28.137 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:27 smithi116 bash[83021]: audit 2023-12-06T15:10:26.476278+0000 mgr.y (mgr.25504) 980 : audit 0 from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:28.137 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:27 smithi116 bash[83021]: audit 2023-12-06T15:10:26.845114+0000 mgr.y (mgr.25504) 981 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:28.138 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:27 smithi116 bash[83021]: audit 2023-12-06T15:10:27.314209+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.116:0/605597855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:28.159 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:10:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:27 smithi150 bash[70025]: audit 2023-12-06T15:10:26.476278+0000 mgr.y (mgr.25504) 980 : audit 0 from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:27 smithi150 bash[70025]: audit 2023-12-06T15:10:26.845114+0000 mgr.y (mgr.25504) 981 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:28.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:27 smithi150 bash[70025]: audit 2023-12-06T15:10:27.314209+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.116:0/605597855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: cluster 2023-12-06T15:10:27.481398+0000 mgr.y (mgr.25504) 982 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: audit 2023-12-06T15:10:27.707992+0000 mgr.y (mgr.25504) 983 : audit 0 from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: cluster 2023-12-06T15:10:27.855544+0000 mon.a (mon.0) 3974 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/630 objects degraded (3.968%), 7 pgs degraded) 2023-12-06T15:10:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: cluster 2023-12-06T15:10:27.855625+0000 mon.a (mon.0) 3975 : cluster 1 Cluster is now healthy 2023-12-06T15:10:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: audit 2023-12-06T15:10:28.156989+0000 mon.a (mon.0) 3976 : audit 0 from='client.? 172.21.15.116:0/808318122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: audit 2023-12-06T15:10:28.727041+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[80542]: audit 2023-12-06T15:10:28.729301+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: cluster 2023-12-06T15:10:27.481398+0000 mgr.y (mgr.25504) 982 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: audit 2023-12-06T15:10:27.707992+0000 mgr.y (mgr.25504) 983 : audit 0 from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: cluster 2023-12-06T15:10:27.855544+0000 mon.a (mon.0) 3974 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/630 objects degraded (3.968%), 7 pgs degraded) 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: cluster 2023-12-06T15:10:27.855625+0000 mon.a (mon.0) 3975 : cluster 1 Cluster is now healthy 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: audit 2023-12-06T15:10:28.156989+0000 mon.a (mon.0) 3976 : audit 0 from='client.? 172.21.15.116:0/808318122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: audit 2023-12-06T15:10:28.727041+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:29.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:28 smithi116 bash[83021]: audit 2023-12-06T15:10:28.729301+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: cluster 2023-12-06T15:10:27.481398+0000 mgr.y (mgr.25504) 982 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: audit 2023-12-06T15:10:27.707992+0000 mgr.y (mgr.25504) 983 : audit 0 from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: cluster 2023-12-06T15:10:27.855544+0000 mon.a (mon.0) 3974 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/630 objects degraded (3.968%), 7 pgs degraded) 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: cluster 2023-12-06T15:10:27.855625+0000 mon.a (mon.0) 3975 : cluster 1 Cluster is now healthy 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: audit 2023-12-06T15:10:28.156989+0000 mon.a (mon.0) 3976 : audit 0 from='client.? 172.21.15.116:0/808318122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: audit 2023-12-06T15:10:28.727041+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:29.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:28 smithi150 bash[70025]: audit 2023-12-06T15:10:28.729301+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:30.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:29 smithi116 bash[80542]: audit 2023-12-06T15:10:28.909403+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:30.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:29 smithi116 bash[83021]: audit 2023-12-06T15:10:28.909403+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:29 smithi150 bash[70025]: audit 2023-12-06T15:10:28.909403+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:31.156 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:30 smithi116 bash[80542]: cluster 2023-12-06T15:10:29.482116+0000 mgr.y (mgr.25504) 984 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:31.157 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:30 smithi116 bash[80542]: audit 2023-12-06T15:10:29.857518+0000 mgr.y (mgr.25504) 985 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:31.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:30 smithi150 bash[70025]: cluster 2023-12-06T15:10:29.482116+0000 mgr.y (mgr.25504) 984 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:31.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:30 smithi150 bash[70025]: audit 2023-12-06T15:10:29.857518+0000 mgr.y (mgr.25504) 985 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:31.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:31 smithi116 bash[83021]: cluster 2023-12-06T15:10:29.482116+0000 mgr.y (mgr.25504) 984 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:31.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:31 smithi116 bash[83021]: audit 2023-12-06T15:10:29.857518+0000 mgr.y (mgr.25504) 985 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:32.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:10:32] "GET /metrics HTTP/1.1" 200 38422 "" "Prometheus/2.33.4" 2023-12-06T15:10:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:32 smithi150 bash[70025]: cluster 2023-12-06T15:10:31.483721+0000 mgr.y (mgr.25504) 986 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:32 smithi116 bash[80542]: cluster 2023-12-06T15:10:31.483721+0000 mgr.y (mgr.25504) 986 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:33.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:32 smithi116 bash[83021]: cluster 2023-12-06T15:10:31.483721+0000 mgr.y (mgr.25504) 986 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:35.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:34 smithi150 bash[70025]: cluster 2023-12-06T15:10:33.484591+0000 mgr.y (mgr.25504) 987 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:35.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:34 smithi116 bash[80542]: cluster 2023-12-06T15:10:33.484591+0000 mgr.y (mgr.25504) 987 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:35.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:34 smithi116 bash[83021]: cluster 2023-12-06T15:10:33.484591+0000 mgr.y (mgr.25504) 987 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:37.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:36 smithi150 bash[70025]: cluster 2023-12-06T15:10:35.486160+0000 mgr.y (mgr.25504) 988 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:37.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:36 smithi116 bash[80542]: cluster 2023-12-06T15:10:35.486160+0000 mgr.y (mgr.25504) 988 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:37.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:36 smithi116 bash[83021]: cluster 2023-12-06T15:10:35.486160+0000 mgr.y (mgr.25504) 988 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:10:39.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:38 smithi150 bash[70025]: cluster 2023-12-06T15:10:37.487287+0000 mgr.y (mgr.25504) 989 : cluster 0 pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:39.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:38 smithi150 bash[70025]: audit 2023-12-06T15:10:38.680090+0000 mon.a (mon.0) 3980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:39.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:38 smithi116 bash[80542]: cluster 2023-12-06T15:10:37.487287+0000 mgr.y (mgr.25504) 989 : cluster 0 pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:39.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:38 smithi116 bash[80542]: audit 2023-12-06T15:10:38.680090+0000 mon.a (mon.0) 3980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:38 smithi116 bash[83021]: cluster 2023-12-06T15:10:37.487287+0000 mgr.y (mgr.25504) 989 : cluster 0 pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:38 smithi116 bash[83021]: audit 2023-12-06T15:10:38.680090+0000 mon.a (mon.0) 3980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:40.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:39 smithi116 bash[80542]: audit 2023-12-06T15:10:38.680510+0000 mgr.y (mgr.25504) 990 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:40.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:39 smithi116 bash[80542]: cephadm 2023-12-06T15:10:38.683325+0000 mgr.y (mgr.25504) 991 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T15:10:40.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:39 smithi116 bash[83021]: audit 2023-12-06T15:10:38.680510+0000 mgr.y (mgr.25504) 990 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:40.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:39 smithi116 bash[83021]: cephadm 2023-12-06T15:10:38.683325+0000 mgr.y (mgr.25504) 991 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T15:10:40.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:39 smithi150 bash[70025]: audit 2023-12-06T15:10:38.680510+0000 mgr.y (mgr.25504) 990 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:10:40.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:39 smithi150 bash[70025]: cephadm 2023-12-06T15:10:38.683325+0000 mgr.y (mgr.25504) 991 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T15:10:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:40 smithi150 bash[70025]: cluster 2023-12-06T15:10:39.488365+0000 mgr.y (mgr.25504) 992 : cluster 0 pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:40 smithi150 bash[70025]: audit 2023-12-06T15:10:39.868766+0000 mgr.y (mgr.25504) 993 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:41.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:40 smithi116 bash[80542]: cluster 2023-12-06T15:10:39.488365+0000 mgr.y (mgr.25504) 992 : cluster 0 pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:41.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:40 smithi116 bash[80542]: audit 2023-12-06T15:10:39.868766+0000 mgr.y (mgr.25504) 993 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:41.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:40 smithi116 bash[83021]: cluster 2023-12-06T15:10:39.488365+0000 mgr.y (mgr.25504) 992 : cluster 0 pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:41.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:40 smithi116 bash[83021]: audit 2023-12-06T15:10:39.868766+0000 mgr.y (mgr.25504) 993 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[83021]: cephadm 2023-12-06T15:10:41.054721+0000 mgr.y (mgr.25504) 994 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[83021]: audit 2023-12-06T15:10:41.060553+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[83021]: audit 2023-12-06T15:10:41.063769+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[83021]: audit 2023-12-06T15:10:41.065765+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[83021]: cephadm 2023-12-06T15:10:41.069495+0000 mgr.y (mgr.25504) 995 : cephadm 1 Deploying daemon osd.4 on smithi150 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[80542]: cephadm 2023-12-06T15:10:41.054721+0000 mgr.y (mgr.25504) 994 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[80542]: audit 2023-12-06T15:10:41.060553+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[80542]: audit 2023-12-06T15:10:41.063769+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:10:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[80542]: audit 2023-12-06T15:10:41.065765+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[80542]: cephadm 2023-12-06T15:10:41.069495+0000 mgr.y (mgr.25504) 995 : cephadm 1 Deploying daemon osd.4 on smithi150 2023-12-06T15:10:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:42 smithi150 bash[70025]: cephadm 2023-12-06T15:10:41.054721+0000 mgr.y (mgr.25504) 994 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T15:10:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:42 smithi150 bash[70025]: audit 2023-12-06T15:10:41.060553+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:42 smithi150 bash[70025]: audit 2023-12-06T15:10:41.063769+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:10:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:42 smithi150 bash[70025]: audit 2023-12-06T15:10:41.065765+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:42 smithi150 bash[70025]: cephadm 2023-12-06T15:10:41.069495+0000 mgr.y (mgr.25504) 995 : cephadm 1 Deploying daemon osd.4 on smithi150 2023-12-06T15:10:42.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:10:42] "GET /metrics HTTP/1.1" 200 38422 "" "Prometheus/2.33.4" 2023-12-06T15:10:43.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:43 smithi116 bash[80542]: cluster 2023-12-06T15:10:41.490047+0000 mgr.y (mgr.25504) 996 : cluster 0 pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:43.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:43 smithi116 bash[83021]: cluster 2023-12-06T15:10:41.490047+0000 mgr.y (mgr.25504) 996 : cluster 0 pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:43.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:43 smithi150 bash[70025]: cluster 2023-12-06T15:10:41.490047+0000 mgr.y (mgr.25504) 996 : cluster 0 pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:44.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[80542]: audit 2023-12-06T15:10:43.268183+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[80542]: audit 2023-12-06T15:10:43.279607+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[80542]: audit 2023-12-06T15:10:43.287281+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[80542]: cluster 2023-12-06T15:10:43.490920+0000 mgr.y (mgr.25504) 997 : cluster 0 pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:44.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[80542]: audit 2023-12-06T15:10:43.721806+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[83021]: audit 2023-12-06T15:10:43.268183+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[83021]: audit 2023-12-06T15:10:43.279607+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[83021]: audit 2023-12-06T15:10:43.287281+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[83021]: cluster 2023-12-06T15:10:43.490920+0000 mgr.y (mgr.25504) 997 : cluster 0 pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:44.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:44 smithi116 bash[83021]: audit 2023-12-06T15:10:43.721806+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:44 smithi150 bash[70025]: audit 2023-12-06T15:10:43.268183+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:44 smithi150 bash[70025]: audit 2023-12-06T15:10:43.279607+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:44 smithi150 bash[70025]: audit 2023-12-06T15:10:43.287281+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:44 smithi150 bash[70025]: cluster 2023-12-06T15:10:43.490920+0000 mgr.y (mgr.25504) 997 : cluster 0 pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:44.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:44 smithi150 bash[70025]: audit 2023-12-06T15:10:43.721806+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:46.372 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:46 smithi150 systemd[1]: Stopping Ceph osd.4 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:10:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:46 smithi150 bash[70025]: cluster 2023-12-06T15:10:45.492438+0000 mgr.y (mgr.25504) 998 : cluster 0 pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:46.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:46 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.370509+0000 mon.a (mon.0) 3988 : cluster 1 osd.4 marked itself down and dead 2023-12-06T15:10:46.692 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:46 smithi150 bash[31281]: debug 2023-12-06T15:10:46.363+0000 7f680592a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:10:46.692 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:46 smithi150 bash[31281]: debug 2023-12-06T15:10:46.363+0000 7f680592a700 -1 osd.4 132 *** Got signal Terminated *** 2023-12-06T15:10:46.692 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:46 smithi150 bash[31281]: debug 2023-12-06T15:10:46.363+0000 7f680592a700 -1 osd.4 132 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:10:46.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:46 smithi116 bash[80542]: cluster 2023-12-06T15:10:45.492438+0000 mgr.y (mgr.25504) 998 : cluster 0 pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:46.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:46 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.370509+0000 mon.a (mon.0) 3988 : cluster 1 osd.4 marked itself down and dead 2023-12-06T15:10:46.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:46 smithi116 bash[83021]: cluster 2023-12-06T15:10:45.492438+0000 mgr.y (mgr.25504) 998 : cluster 0 pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:46.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:46 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.370509+0000 mon.a (mon.0) 3988 : cluster 1 osd.4 marked itself down and dead 2023-12-06T15:10:47.846 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[76153]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.548540+0000 mon.a (mon.0) 3989 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.566106+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.569125+0000 mon.a (mon.0) 3990 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.570818+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.572094+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.575539+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.575544+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.575816+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: cluster 2023-12-06T15:10:46.577648+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: audit 2023-12-06T15:10:46.604172+0000 mon.a (mon.0) 3991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: audit 2023-12-06T15:10:46.610843+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[70025]: audit 2023-12-06T15:10:46.617103+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.548540+0000 mon.a (mon.0) 3989 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.566106+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.569125+0000 mon.a (mon.0) 3990 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.570818+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.572094+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.575539+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.575544+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.575816+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: cluster 2023-12-06T15:10:46.577648+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: audit 2023-12-06T15:10:46.604172+0000 mon.a (mon.0) 3991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: audit 2023-12-06T15:10:46.610843+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.855 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[80542]: audit 2023-12-06T15:10:46.617103+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.548540+0000 mon.a (mon.0) 3989 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.566106+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.569125+0000 mon.a (mon.0) 3990 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.570818+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.572094+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.575539+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.575544+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.575816+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.856 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: cluster 2023-12-06T15:10:46.577648+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:10:47.857 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: audit 2023-12-06T15:10:46.604172+0000 mon.a (mon.0) 3991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.857 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: audit 2023-12-06T15:10:46.610843+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:47.857 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:47 smithi116 bash[83021]: audit 2023-12-06T15:10:46.617103+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:48.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:47 smithi150 bash[76228]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:10:48.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.493211+0000 mgr.y (mgr.25504) 999 : cluster 0 pgmap v178: 161 pgs: 24 stale+active+clean, 137 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:10:48.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.565013+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.874 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.565467+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.567542+0000 mon.a (mon.0) 3994 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T15:10:48.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.569096+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.570448+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.875 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:48 smithi150 bash[70025]: cluster 2023-12-06T15:10:47.578324+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.493211+0000 mgr.y (mgr.25504) 999 : cluster 0 pgmap v178: 161 pgs: 24 stale+active+clean, 137 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.565013+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.565467+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.567542+0000 mon.a (mon.0) 3994 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.569096+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.570448+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[80542]: cluster 2023-12-06T15:10:47.578324+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.493211+0000 mgr.y (mgr.25504) 999 : cluster 0 pgmap v178: 161 pgs: 24 stale+active+clean, 137 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.565013+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.565467+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.567542+0000 mon.a (mon.0) 3994 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.569096+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.570448+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:48.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:48 smithi116 bash[83021]: cluster 2023-12-06T15:10:47.578324+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:10:50.274 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:49 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-06T15:10:50.275 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:49 smithi150 systemd[1]: Stopped Ceph osd.4 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:10:50.275 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:50 smithi150 systemd[1]: Started Ceph osd.4 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:10:50.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: cluster 2023-12-06T15:10:49.494251+0000 mgr.y (mgr.25504) 1000 : cluster 0 pgmap v180: 161 pgs: 2 active+undersized+degraded, 21 stale+active+clean, 5 active+undersized, 133 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-06T15:10:50.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:49.879126+0000 mgr.y (mgr.25504) 1001 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:50.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.271517+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.280164+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.314542+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.316221+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.324972+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.406664+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.409703+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:50.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.414903+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.416272+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:50.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:50 smithi150 bash[70025]: audit 2023-12-06T15:10:50.425722+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.823 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: cluster 2023-12-06T15:10:49.494251+0000 mgr.y (mgr.25504) 1000 : cluster 0 pgmap v180: 161 pgs: 2 active+undersized+degraded, 21 stale+active+clean, 5 active+undersized, 133 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-06T15:10:50.823 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:49.879126+0000 mgr.y (mgr.25504) 1001 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:50.823 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.271517+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.280164+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.314542+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.316221+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.324972+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.406664+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.409703+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.414903+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.416272+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[80542]: audit 2023-12-06T15:10:50.425722+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.824 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: cluster 2023-12-06T15:10:49.494251+0000 mgr.y (mgr.25504) 1000 : cluster 0 pgmap v180: 161 pgs: 2 active+undersized+degraded, 21 stale+active+clean, 5 active+undersized, 133 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:49.879126+0000 mgr.y (mgr.25504) 1001 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.271517+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.280164+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.314542+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.316221+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.324972+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.406664+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.409703+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.414903+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.416272+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:50.825 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:50 smithi116 bash[83021]: audit 2023-12-06T15:10:50.425722+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.772 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.325783+0000 mgr.y (mgr.25504) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.426615+0000 mgr.y (mgr.25504) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cluster 2023-12-06T15:10:50.489134+0000 mon.a (mon.0) 4005 : cluster 3 Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.508851+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.511680+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.514703+0000 mon.a (mon.0) 4008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.515811+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.524419+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.525432+0000 mgr.y (mgr.25504) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.605244+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.607533+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.611099+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.612068+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.620651+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.773 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.621636+0000 mgr.y (mgr.25504) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.710406+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.713105+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.716137+0000 mon.a (mon.0) 4018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.717379+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.723327+0000 mon.a (mon.0) 4020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.724063+0000 mgr.y (mgr.25504) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.799110+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.802995+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.806921+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.808119+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.815803+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.816642+0000 mgr.y (mgr.25504) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.899430+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.901700+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.904169+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.905084+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.913028+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:50.913826+0000 mgr.y (mgr.25504) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.991984+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.994279+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.997346+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:50.998374+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.006406+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.007232+0000 mgr.y (mgr.25504) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.089193+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.091808+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.095272+0000 mon.a (mon.0) 4038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.096445+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.103417+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.104052+0000 mgr.y (mgr.25504) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.185114+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.187557+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.191507+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.192706+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.201761+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.289874+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.292289+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.295503+0000 mon.a (mon.0) 4048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.296443+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.305518+0000 mon.a (mon.0) 4050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.388883+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.390927+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.393523+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.394493+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.404038+0000 mon.a (mon.0) 4055 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.481320+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.484290+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.488313+0000 mon.a (mon.0) 4058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:51 smithi150 bash[70025]: audit 2023-12-06T15:10:51.489837+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.325783+0000 mgr.y (mgr.25504) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.426615+0000 mgr.y (mgr.25504) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cluster 2023-12-06T15:10:50.489134+0000 mon.a (mon.0) 4005 : cluster 3 Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.508851+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.511680+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.514703+0000 mon.a (mon.0) 4008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.515811+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.524419+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.525432+0000 mgr.y (mgr.25504) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.605244+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.607533+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.611099+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.612068+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.620651+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.621636+0000 mgr.y (mgr.25504) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.710406+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.713105+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.716137+0000 mon.a (mon.0) 4018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.717379+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.723327+0000 mon.a (mon.0) 4020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.325783+0000 mgr.y (mgr.25504) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.426615+0000 mgr.y (mgr.25504) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cluster 2023-12-06T15:10:50.489134+0000 mon.a (mon.0) 4005 : cluster 3 Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.508851+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.511680+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.514703+0000 mon.a (mon.0) 4008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.515811+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.524419+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.525432+0000 mgr.y (mgr.25504) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.605244+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.607533+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.611099+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.612068+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.620651+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.621636+0000 mgr.y (mgr.25504) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.710406+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.713105+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.716137+0000 mon.a (mon.0) 4018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.717379+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.723327+0000 mon.a (mon.0) 4020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.724063+0000 mgr.y (mgr.25504) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.799110+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.802995+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.806921+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.808119+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.815803+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.816642+0000 mgr.y (mgr.25504) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.899430+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.901700+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.904169+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.905084+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.913028+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:50.913826+0000 mgr.y (mgr.25504) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.991984+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.994279+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.997346+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:50.998374+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.006406+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.007232+0000 mgr.y (mgr.25504) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.089193+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.724063+0000 mgr.y (mgr.25504) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.799110+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.802995+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.806921+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.808119+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.815803+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.816642+0000 mgr.y (mgr.25504) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.899430+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.901700+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.904169+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.905084+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.913028+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:50.913826+0000 mgr.y (mgr.25504) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.991984+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.994279+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.997346+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:50.998374+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.006406+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.007232+0000 mgr.y (mgr.25504) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.089193+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.091808+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.095272+0000 mon.a (mon.0) 4038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.096445+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.103417+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.104052+0000 mgr.y (mgr.25504) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.185114+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.187557+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.191507+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.192706+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.201761+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.289874+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.292289+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.295503+0000 mon.a (mon.0) 4048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.296443+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.305518+0000 mon.a (mon.0) 4050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.388883+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.390927+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.393523+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.394493+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.404038+0000 mon.a (mon.0) 4055 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.481320+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.484290+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.488313+0000 mon.a (mon.0) 4058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[80542]: audit 2023-12-06T15:10:51.489837+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.091808+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.095272+0000 mon.a (mon.0) 4038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.096445+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.103417+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.104052+0000 mgr.y (mgr.25504) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.185114+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.187557+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.191507+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.192706+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.201761+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.289874+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.292289+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.295503+0000 mon.a (mon.0) 4048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.296443+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.305518+0000 mon.a (mon.0) 4050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.388883+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.390927+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.393523+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.394493+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.404038+0000 mon.a (mon.0) 4055 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.481320+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.484290+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.488313+0000 mon.a (mon.0) 4058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:51 smithi116 bash[83021]: audit 2023-12-06T15:10:51.489837+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:10:52] "GET /metrics HTTP/1.1" 200 38420 "" "Prometheus/2.33.4" 2023-12-06T15:10:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.202500+0000 mgr.y (mgr.25504) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.306361+0000 mgr.y (mgr.25504) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.404618+0000 mgr.y (mgr.25504) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cluster 2023-12-06T15:10:51.496540+0000 mgr.y (mgr.25504) 1014 : cluster 0 pgmap v181: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.507806+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.508356+0000 mgr.y (mgr.25504) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.587788+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.590829+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.595146+0000 mon.a (mon.0) 4063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.596598+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.607463+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.608410+0000 mgr.y (mgr.25504) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.692313+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.694408+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.698060+0000 mon.a (mon.0) 4068 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.698968+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.711106+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.711717+0000 mgr.y (mgr.25504) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.789790+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.793589+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.202500+0000 mgr.y (mgr.25504) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.306361+0000 mgr.y (mgr.25504) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.404618+0000 mgr.y (mgr.25504) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cluster 2023-12-06T15:10:51.496540+0000 mgr.y (mgr.25504) 1014 : cluster 0 pgmap v181: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.507806+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.508356+0000 mgr.y (mgr.25504) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.587788+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.590829+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.595146+0000 mon.a (mon.0) 4063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.596598+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.607463+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.608410+0000 mgr.y (mgr.25504) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.692313+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.694408+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.698060+0000 mon.a (mon.0) 4068 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.698968+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.711106+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.711717+0000 mgr.y (mgr.25504) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.789790+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.793589+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.797626+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.798834+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.809457+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.809999+0000 mgr.y (mgr.25504) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.889274+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.891202+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.893930+0000 mon.a (mon.0) 4078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.894817+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.902704+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:51.903460+0000 mgr.y (mgr.25504) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.982457+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.986485+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.989670+0000 mon.a (mon.0) 4083 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:51.990621+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.000208+0000 mon.a (mon.0) 4085 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.000786+0000 mgr.y (mgr.25504) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.078321+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.081367+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.084476+0000 mon.a (mon.0) 4088 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.085781+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.797626+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.798834+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.809457+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.809999+0000 mgr.y (mgr.25504) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.889274+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.891202+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.893930+0000 mon.a (mon.0) 4078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.894817+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.902704+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:51.903460+0000 mgr.y (mgr.25504) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.982457+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.986485+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.989670+0000 mon.a (mon.0) 4083 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:51.990621+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.000208+0000 mon.a (mon.0) 4085 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.000786+0000 mgr.y (mgr.25504) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.078321+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.081367+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.084476+0000 mon.a (mon.0) 4088 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.085781+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.096251+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.096914+0000 mgr.y (mgr.25504) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.174192+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.177269+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.180793+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.181914+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.191833+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.269425+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.273457+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.277569+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.279079+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.288801+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.366015+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.369804+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.373511+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.374873+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.385004+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.463578+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.466601+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.469650+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.470577+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[80542]: audit 2023-12-06T15:10:52.480652+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.096251+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.096914+0000 mgr.y (mgr.25504) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.174192+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.177269+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.180793+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.181914+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.191833+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.269425+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.273457+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.277569+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.279079+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.288801+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.366015+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.369804+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.373511+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.374873+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.385004+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.463578+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.466601+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.469650+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.470577+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:52 smithi116 bash[83021]: audit 2023-12-06T15:10:52.480652+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T15:10:52.691 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[76403]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.202500+0000 mgr.y (mgr.25504) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.306361+0000 mgr.y (mgr.25504) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.404618+0000 mgr.y (mgr.25504) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cluster 2023-12-06T15:10:51.496540+0000 mgr.y (mgr.25504) 1014 : cluster 0 pgmap v181: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.507806+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.508356+0000 mgr.y (mgr.25504) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.587788+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.590829+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.595146+0000 mon.a (mon.0) 4063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.596598+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.607463+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.608410+0000 mgr.y (mgr.25504) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.692313+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.694408+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.698060+0000 mon.a (mon.0) 4068 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.698968+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.711106+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.711717+0000 mgr.y (mgr.25504) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.789790+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.793589+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.797626+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.798834+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.809457+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.809999+0000 mgr.y (mgr.25504) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.889274+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.891202+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.893930+0000 mon.a (mon.0) 4078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.894817+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.902704+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:51.903460+0000 mgr.y (mgr.25504) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.982457+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.986485+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.989670+0000 mon.a (mon.0) 4083 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:51.990621+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.000208+0000 mon.a (mon.0) 4085 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.000786+0000 mgr.y (mgr.25504) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.078321+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.081367+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.084476+0000 mon.a (mon.0) 4088 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.085781+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.096251+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.096914+0000 mgr.y (mgr.25504) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.174192+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.177269+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.180793+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.181914+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.191833+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.269425+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.273457+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.277569+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.279079+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.288801+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.366015+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.369804+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.373511+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.374873+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.385004+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.463578+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.466601+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.469650+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.470577+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:52 smithi150 bash[70025]: audit 2023-12-06T15:10:52.480652+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.192402+0000 mgr.y (mgr.25504) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.289278+0000 mgr.y (mgr.25504) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.385785+0000 mgr.y (mgr.25504) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.481430+0000 mgr.y (mgr.25504) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.543433+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.545936+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.548704+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.549732+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.557370+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.557950+0000 mgr.y (mgr.25504) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.638089+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.640819+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.644027+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.645287+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.654383+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.654967+0000 mgr.y (mgr.25504) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.734206+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.738423+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.741950+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.743209+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.752874+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.753738+0000 mgr.y (mgr.25504) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.831662+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.835934+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.839528+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.840958+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.851909+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.852554+0000 mgr.y (mgr.25504) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.931475+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.935880+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.940999+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.942318+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:52.952471+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:52.953383+0000 mgr.y (mgr.25504) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.036147+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.038857+0000 mon.a (mon.0) 4137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.042332+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.043505+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.051388+0000 mon.a (mon.0) 4140 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.052076+0000 mgr.y (mgr.25504) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.136372+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.139993+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.143821+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.145221+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.153773+0000 mon.a (mon.0) 4145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.238326+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.242116+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.244826+0000 mon.a (mon.0) 4148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.245727+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.254874+0000 mon.a (mon.0) 4150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.336617+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.338783+0000 mon.a (mon.0) 4152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.341484+0000 mon.a (mon.0) 4153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.342372+0000 mon.a (mon.0) 4154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.352194+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.433679+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.436223+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.439002+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.440032+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:53 smithi150 bash[70025]: audit 2023-12-06T15:10:53.448449+0000 mon.a (mon.0) 4160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.192402+0000 mgr.y (mgr.25504) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.289278+0000 mgr.y (mgr.25504) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.385785+0000 mgr.y (mgr.25504) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.481430+0000 mgr.y (mgr.25504) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.543433+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.545936+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.548704+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.549732+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.557370+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.557950+0000 mgr.y (mgr.25504) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.638089+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.640819+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.644027+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.645287+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.654383+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.654967+0000 mgr.y (mgr.25504) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.734206+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.738423+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.741950+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.743209+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.192402+0000 mgr.y (mgr.25504) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.289278+0000 mgr.y (mgr.25504) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.385785+0000 mgr.y (mgr.25504) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.481430+0000 mgr.y (mgr.25504) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.543433+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.545936+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.548704+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.549732+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.557370+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.557950+0000 mgr.y (mgr.25504) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.638089+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.640819+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.644027+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.645287+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.654383+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.654967+0000 mgr.y (mgr.25504) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.734206+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.738423+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.741950+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.743209+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.752874+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.753738+0000 mgr.y (mgr.25504) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.831662+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.835934+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.839528+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.840958+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.851909+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.852554+0000 mgr.y (mgr.25504) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.931475+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.935880+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.940999+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.942318+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:52.952471+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:52.953383+0000 mgr.y (mgr.25504) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.036147+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.038857+0000 mon.a (mon.0) 4137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.042332+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.043505+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.051388+0000 mon.a (mon.0) 4140 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.052076+0000 mgr.y (mgr.25504) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.752874+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.753738+0000 mgr.y (mgr.25504) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.831662+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.835934+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.839528+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.840958+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.851909+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.852554+0000 mgr.y (mgr.25504) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.931475+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.935880+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.940999+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.942318+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:52.952471+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:52.953383+0000 mgr.y (mgr.25504) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.036147+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.038857+0000 mon.a (mon.0) 4137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.042332+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.043505+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.051388+0000 mon.a (mon.0) 4140 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.052076+0000 mgr.y (mgr.25504) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.136372+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.139993+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.143821+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.145221+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.153773+0000 mon.a (mon.0) 4145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.238326+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.242116+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.244826+0000 mon.a (mon.0) 4148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.245727+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.254874+0000 mon.a (mon.0) 4150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.336617+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.338783+0000 mon.a (mon.0) 4152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.341484+0000 mon.a (mon.0) 4153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.342372+0000 mon.a (mon.0) 4154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.352194+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.433679+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.436223+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.439002+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.440032+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[80542]: audit 2023-12-06T15:10:53.448449+0000 mon.a (mon.0) 4160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.136372+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.139993+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.143821+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.145221+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.153773+0000 mon.a (mon.0) 4145 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.238326+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.242116+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.244826+0000 mon.a (mon.0) 4148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.245727+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.254874+0000 mon.a (mon.0) 4150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.336617+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.338783+0000 mon.a (mon.0) 4152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.341484+0000 mon.a (mon.0) 4153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.342372+0000 mon.a (mon.0) 4154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.352194+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.433679+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.436223+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.439002+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.440032+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:53 smithi116 bash[83021]: audit 2023-12-06T15:10:53.448449+0000 mon.a (mon.0) 4160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.887 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.154236+0000 mgr.y (mgr.25504) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.887 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.255532+0000 mgr.y (mgr.25504) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.887 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.352767+0000 mgr.y (mgr.25504) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.887 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.449121+0000 mgr.y (mgr.25504) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.887 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cluster 2023-12-06T15:10:53.497745+0000 mgr.y (mgr.25504) 1036 : cluster 0 pgmap v182: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:54.887 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.531183+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.533340+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.535879+0000 mon.a (mon.0) 4163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.536720+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.542631+0000 mon.a (mon.0) 4165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.543266+0000 mgr.y (mgr.25504) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.625150+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.628300+0000 mon.a (mon.0) 4167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.631411+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.632943+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.639806+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.640496+0000 mgr.y (mgr.25504) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.719812+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.723256+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.726344+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.727479+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.736197+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.736939+0000 mgr.y (mgr.25504) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.820424+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.822965+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.826365+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.889 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.827376+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.835912+0000 mon.a (mon.0) 4180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.836577+0000 mgr.y (mgr.25504) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.916179+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.918540+0000 mon.a (mon.0) 4182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.929414+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.930333+0000 mon.a (mon.0) 4184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:53.937674+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:53.938482+0000 mgr.y (mgr.25504) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.019013+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.022070+0000 mon.a (mon.0) 4187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.025243+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.026335+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.034754+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.035459+0000 mgr.y (mgr.25504) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.890 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.117160+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.119649+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.122623+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.123620+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.129841+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.130686+0000 mgr.y (mgr.25504) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.213613+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.215858+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.218419+0000 mon.a (mon.0) 4198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.219382+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.224900+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.304633+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.307107+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.310707+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.311789+0000 mon.a (mon.0) 4204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.891 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.320193+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.403893+0000 mon.a (mon.0) 4206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.406031+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.410313+0000 mon.a (mon.0) 4208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.411386+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.418993+0000 mon.a (mon.0) 4210 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.502699+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.505337+0000 mon.a (mon.0) 4212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.508080+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:54 smithi150 bash[70025]: audit 2023-12-06T15:10:54.509221+0000 mon.a (mon.0) 4214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.154236+0000 mgr.y (mgr.25504) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.255532+0000 mgr.y (mgr.25504) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.352767+0000 mgr.y (mgr.25504) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.449121+0000 mgr.y (mgr.25504) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cluster 2023-12-06T15:10:53.497745+0000 mgr.y (mgr.25504) 1036 : cluster 0 pgmap v182: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.531183+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.533340+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.535879+0000 mon.a (mon.0) 4163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.536720+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.542631+0000 mon.a (mon.0) 4165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.543266+0000 mgr.y (mgr.25504) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.625150+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.628300+0000 mon.a (mon.0) 4167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.631411+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.632943+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.639806+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.640496+0000 mgr.y (mgr.25504) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.719812+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.723256+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.154236+0000 mgr.y (mgr.25504) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.255532+0000 mgr.y (mgr.25504) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.352767+0000 mgr.y (mgr.25504) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.449121+0000 mgr.y (mgr.25504) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cluster 2023-12-06T15:10:53.497745+0000 mgr.y (mgr.25504) 1036 : cluster 0 pgmap v182: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.531183+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.533340+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.535879+0000 mon.a (mon.0) 4163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.536720+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.542631+0000 mon.a (mon.0) 4165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.543266+0000 mgr.y (mgr.25504) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.625150+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.628300+0000 mon.a (mon.0) 4167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.631411+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.632943+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.639806+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.640496+0000 mgr.y (mgr.25504) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.719812+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.723256+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.726344+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.727479+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.736197+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.736939+0000 mgr.y (mgr.25504) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.820424+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.822965+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.826365+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.827376+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.835912+0000 mon.a (mon.0) 4180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.836577+0000 mgr.y (mgr.25504) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.916179+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.918540+0000 mon.a (mon.0) 4182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.929414+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.930333+0000 mon.a (mon.0) 4184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:53.937674+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:53.938482+0000 mgr.y (mgr.25504) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.019013+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.022070+0000 mon.a (mon.0) 4187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.025243+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.026335+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.034754+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.726344+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.727479+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.736197+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.736939+0000 mgr.y (mgr.25504) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.820424+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.822965+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.826365+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.827376+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.835912+0000 mon.a (mon.0) 4180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.836577+0000 mgr.y (mgr.25504) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.916179+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.918540+0000 mon.a (mon.0) 4182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.929414+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.930333+0000 mon.a (mon.0) 4184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:53.937674+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:53.938482+0000 mgr.y (mgr.25504) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.019013+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.022070+0000 mon.a (mon.0) 4187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.025243+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.026335+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.034754+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.035459+0000 mgr.y (mgr.25504) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.117160+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.119649+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.122623+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.123620+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.129841+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.130686+0000 mgr.y (mgr.25504) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.213613+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.215858+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.218419+0000 mon.a (mon.0) 4198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.219382+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.224900+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.304633+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.307107+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.310707+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.311789+0000 mon.a (mon.0) 4204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.320193+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.403893+0000 mon.a (mon.0) 4206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.406031+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.410313+0000 mon.a (mon.0) 4208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.411386+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.418993+0000 mon.a (mon.0) 4210 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.502699+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.505337+0000 mon.a (mon.0) 4212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.508080+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[80542]: audit 2023-12-06T15:10:54.509221+0000 mon.a (mon.0) 4214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.035459+0000 mgr.y (mgr.25504) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.117160+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.119649+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.122623+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.123620+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.129841+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.130686+0000 mgr.y (mgr.25504) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.213613+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.215858+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.218419+0000 mon.a (mon.0) 4198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.219382+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.224900+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.304633+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.307107+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.310707+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.311789+0000 mon.a (mon.0) 4204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.320193+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.403893+0000 mon.a (mon.0) 4206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.406031+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.410313+0000 mon.a (mon.0) 4208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.411386+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.418993+0000 mon.a (mon.0) 4210 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.502699+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.505337+0000 mon.a (mon.0) 4212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.508080+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:54.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:54 smithi116 bash[83021]: audit 2023-12-06T15:10:54.509221+0000 mon.a (mon.0) 4214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.676 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[76864]: debug 2023-12-06T15:10:55.511+0000 7f4e03254700 1 -- 172.21.15.150:0/20215686 <== mon.2 v2:172.21.15.150:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f42bad51e0 con 0x55f42bb5a800 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.225438+0000 mgr.y (mgr.25504) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.320907+0000 mgr.y (mgr.25504) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.419517+0000 mgr.y (mgr.25504) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.515566+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.516340+0000 mgr.y (mgr.25504) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.600061+0000 mon.a (mon.0) 4216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.677 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.602398+0000 mon.a (mon.0) 4217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.605462+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.606449+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.613154+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.613698+0000 mgr.y (mgr.25504) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.688865+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.691739+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.696360+0000 mon.a (mon.0) 4223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.697648+0000 mon.a (mon.0) 4224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.704207+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.678 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.705058+0000 mgr.y (mgr.25504) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.783801+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.786324+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.789484+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.790924+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.800332+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.801264+0000 mgr.y (mgr.25504) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.884470+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.887144+0000 mon.a (mon.0) 4232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.890455+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.891801+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.898966+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.899620+0000 mgr.y (mgr.25504) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.981114+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.983770+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.679 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.986782+0000 mon.a (mon.0) 4238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.988014+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:54.996879+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:54.997460+0000 mgr.y (mgr.25504) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.077459+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.079940+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.082626+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.083532+0000 mon.a (mon.0) 4244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.090508+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.091218+0000 mgr.y (mgr.25504) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.170264+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.174104+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.176868+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.177927+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.184154+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.268348+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.270474+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.272761+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.273648+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.280805+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.361272+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.363357+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.365961+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.366749+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.372953+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.450548+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.453314+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.456976+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.458293+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.681 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:55 smithi150 bash[70025]: audit 2023-12-06T15:10:55.467470+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.225438+0000 mgr.y (mgr.25504) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.320907+0000 mgr.y (mgr.25504) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.419517+0000 mgr.y (mgr.25504) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.515566+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.516340+0000 mgr.y (mgr.25504) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.600061+0000 mon.a (mon.0) 4216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.602398+0000 mon.a (mon.0) 4217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.605462+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.606449+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.613154+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.613698+0000 mgr.y (mgr.25504) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.688865+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.691739+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.696360+0000 mon.a (mon.0) 4223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.697648+0000 mon.a (mon.0) 4224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.704207+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.705058+0000 mgr.y (mgr.25504) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.783801+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.786324+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.789484+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.225438+0000 mgr.y (mgr.25504) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.320907+0000 mgr.y (mgr.25504) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.419517+0000 mgr.y (mgr.25504) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.515566+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.516340+0000 mgr.y (mgr.25504) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.600061+0000 mon.a (mon.0) 4216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.602398+0000 mon.a (mon.0) 4217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.605462+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.606449+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.613154+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.613698+0000 mgr.y (mgr.25504) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.688865+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.691739+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.696360+0000 mon.a (mon.0) 4223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.697648+0000 mon.a (mon.0) 4224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.704207+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.705058+0000 mgr.y (mgr.25504) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.783801+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.786324+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.789484+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.790924+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.800332+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.801264+0000 mgr.y (mgr.25504) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.884470+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.887144+0000 mon.a (mon.0) 4232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.890455+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.891801+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.898966+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.899620+0000 mgr.y (mgr.25504) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.981114+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.983770+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.986782+0000 mon.a (mon.0) 4238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.988014+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:54.996879+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:54.997460+0000 mgr.y (mgr.25504) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.077459+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.079940+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.082626+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.083532+0000 mon.a (mon.0) 4244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.090508+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.790924+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.800332+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.801264+0000 mgr.y (mgr.25504) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.884470+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.887144+0000 mon.a (mon.0) 4232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.890455+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.891801+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.898966+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.899620+0000 mgr.y (mgr.25504) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.981114+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.983770+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.986782+0000 mon.a (mon.0) 4238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.988014+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:54.996879+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:54.997460+0000 mgr.y (mgr.25504) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.077459+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.079940+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.082626+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.083532+0000 mon.a (mon.0) 4244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.090508+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.091218+0000 mgr.y (mgr.25504) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.170264+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.174104+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.176868+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.177927+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.184154+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.268348+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.270474+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.272761+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.273648+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.280805+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.361272+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.363357+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.365961+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.366749+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.372953+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.450548+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.453314+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.456976+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.458293+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[80542]: audit 2023-12-06T15:10:55.467470+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.091218+0000 mgr.y (mgr.25504) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.170264+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.174104+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.176868+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.177927+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.184154+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.268348+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.270474+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.272761+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.273648+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.280805+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.361272+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.363357+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.365961+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.366749+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.372953+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.450548+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.453314+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.456976+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.458293+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:55 smithi116 bash[83021]: audit 2023-12-06T15:10:55.467470+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.442 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[76864]: debug 2023-12-06T15:10:56.075+0000 7f4e0c3da640 -1 Falling back to public interface 2023-12-06T15:10:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.184823+0000 mgr.y (mgr.25504) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.281337+0000 mgr.y (mgr.25504) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.373482+0000 mgr.y (mgr.25504) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.468186+0000 mgr.y (mgr.25504) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cluster 2023-12-06T15:10:55.498819+0000 mgr.y (mgr.25504) 1058 : cluster 0 pgmap v183: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.543941+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.545887+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.547893+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.548738+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.555013+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.555564+0000 mgr.y (mgr.25504) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.634346+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.636371+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.638520+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.639307+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.646402+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.646942+0000 mgr.y (mgr.25504) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.728907+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.731213+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.733443+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.734237+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.743176+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.743853+0000 mgr.y (mgr.25504) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.820554+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.823449+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.827130+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.828742+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.837940+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.838724+0000 mgr.y (mgr.25504) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.916442+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.918557+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.922846+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.923643+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:55.931194+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:55.931862+0000 mgr.y (mgr.25504) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.011415+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.014426+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.016993+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.018134+0000 mon.a (mon.0) 4294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.027141+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.184823+0000 mgr.y (mgr.25504) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.281337+0000 mgr.y (mgr.25504) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.373482+0000 mgr.y (mgr.25504) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.468186+0000 mgr.y (mgr.25504) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cluster 2023-12-06T15:10:55.498819+0000 mgr.y (mgr.25504) 1058 : cluster 0 pgmap v183: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.543941+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.545887+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.547893+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.548738+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.555013+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.555564+0000 mgr.y (mgr.25504) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.634346+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.636371+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.638520+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.639307+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.646402+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.646942+0000 mgr.y (mgr.25504) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.728907+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.731213+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.027907+0000 mgr.y (mgr.25504) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.108970+0000 mon.a (mon.0) 4296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.113210+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.116532+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.117879+0000 mon.a (mon.0) 4299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.128100+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.128825+0000 mgr.y (mgr.25504) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.209874+0000 mon.a (mon.0) 4301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.212108+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.215004+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.215883+0000 mon.a (mon.0) 4304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.223383+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.305623+0000 mon.a (mon.0) 4306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.308343+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.310952+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.312067+0000 mon.a (mon.0) 4309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.321467+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.399669+0000 mon.a (mon.0) 4311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.402750+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.406021+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.407214+0000 mon.a (mon.0) 4314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.415806+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.497402+0000 mon.a (mon.0) 4316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.500453+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.503471+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.504601+0000 mon.a (mon.0) 4319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[80542]: audit 2023-12-06T15:10:56.512706+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.733443+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.734237+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.743176+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.743853+0000 mgr.y (mgr.25504) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.820554+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.823449+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.827130+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.828742+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.837940+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.838724+0000 mgr.y (mgr.25504) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.916442+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.918557+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.922846+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.923643+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:55.931194+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:55.931862+0000 mgr.y (mgr.25504) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.011415+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.014426+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.016993+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.018134+0000 mon.a (mon.0) 4294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.027141+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.027907+0000 mgr.y (mgr.25504) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.108970+0000 mon.a (mon.0) 4296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.113210+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.116532+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.117879+0000 mon.a (mon.0) 4299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.128100+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.128825+0000 mgr.y (mgr.25504) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.209874+0000 mon.a (mon.0) 4301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.212108+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.215004+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.215883+0000 mon.a (mon.0) 4304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.223383+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.305623+0000 mon.a (mon.0) 4306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.308343+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.310952+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.312067+0000 mon.a (mon.0) 4309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.321467+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.399669+0000 mon.a (mon.0) 4311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.402750+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.406021+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.407214+0000 mon.a (mon.0) 4314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.415806+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.497402+0000 mon.a (mon.0) 4316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.500453+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.503471+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.504601+0000 mon.a (mon.0) 4319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:56 smithi116 bash[83021]: audit 2023-12-06T15:10:56.512706+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.184823+0000 mgr.y (mgr.25504) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.281337+0000 mgr.y (mgr.25504) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.373482+0000 mgr.y (mgr.25504) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.468186+0000 mgr.y (mgr.25504) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cluster 2023-12-06T15:10:55.498819+0000 mgr.y (mgr.25504) 1058 : cluster 0 pgmap v183: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.543941+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.545887+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.547893+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.548738+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.555013+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.555564+0000 mgr.y (mgr.25504) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.634346+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.636371+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.638520+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.639307+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.646402+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.646942+0000 mgr.y (mgr.25504) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.728907+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.731213+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.733443+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.734237+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.743176+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.743853+0000 mgr.y (mgr.25504) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.820554+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.823449+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.827130+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.828742+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.837940+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.838724+0000 mgr.y (mgr.25504) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.916442+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.918557+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.922846+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.923643+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:55.931194+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:55.931862+0000 mgr.y (mgr.25504) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.011415+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.014426+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.016993+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.018134+0000 mon.a (mon.0) 4294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.027141+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.027907+0000 mgr.y (mgr.25504) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.108970+0000 mon.a (mon.0) 4296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.113210+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.116532+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.117879+0000 mon.a (mon.0) 4299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.128100+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.128825+0000 mgr.y (mgr.25504) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.209874+0000 mon.a (mon.0) 4301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.212108+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.215004+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.215883+0000 mon.a (mon.0) 4304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.223383+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.305623+0000 mon.a (mon.0) 4306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.308343+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.310952+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.312067+0000 mon.a (mon.0) 4309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.321467+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.399669+0000 mon.a (mon.0) 4311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.402750+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.406021+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.407214+0000 mon.a (mon.0) 4314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.415806+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.497402+0000 mon.a (mon.0) 4316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.500453+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.503471+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.504601+0000 mon.a (mon.0) 4319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:56.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:56 smithi150 bash[70025]: audit 2023-12-06T15:10:56.512706+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.224170+0000 mgr.y (mgr.25504) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.322075+0000 mgr.y (mgr.25504) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.416701+0000 mgr.y (mgr.25504) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.513390+0000 mgr.y (mgr.25504) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.595878+0000 mon.a (mon.0) 4321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.598099+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.600944+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.601887+0000 mon.a (mon.0) 4324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.609970+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.610550+0000 mgr.y (mgr.25504) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.655161+0000 mon.a (mon.0) 4326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.657833+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.661049+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.662025+0000 mon.a (mon.0) 4329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.669358+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.670302+0000 mgr.y (mgr.25504) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.753042+0000 mon.a (mon.0) 4331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.755492+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.758011+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.759052+0000 mon.a (mon.0) 4334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.224170+0000 mgr.y (mgr.25504) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.322075+0000 mgr.y (mgr.25504) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.416701+0000 mgr.y (mgr.25504) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.513390+0000 mgr.y (mgr.25504) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.595878+0000 mon.a (mon.0) 4321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.598099+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.600944+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.601887+0000 mon.a (mon.0) 4324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.609970+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.610550+0000 mgr.y (mgr.25504) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.655161+0000 mon.a (mon.0) 4326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.657833+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.661049+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.662025+0000 mon.a (mon.0) 4329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.669358+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.670302+0000 mgr.y (mgr.25504) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.753042+0000 mon.a (mon.0) 4331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.755492+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.758011+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.759052+0000 mon.a (mon.0) 4334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.766937+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.767430+0000 mgr.y (mgr.25504) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.846311+0000 mon.a (mon.0) 4336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.848806+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.852406+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.853668+0000 mon.a (mon.0) 4339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.864722+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.865572+0000 mgr.y (mgr.25504) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.947421+0000 mon.a (mon.0) 4341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.950099+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.953091+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.954162+0000 mon.a (mon.0) 4344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:56.961995+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:56.962583+0000 mgr.y (mgr.25504) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.044858+0000 mon.a (mon.0) 4346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.048348+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.051870+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.053228+0000 mon.a (mon.0) 4349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.062572+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.063121+0000 mgr.y (mgr.25504) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.766937+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.767430+0000 mgr.y (mgr.25504) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.846311+0000 mon.a (mon.0) 4336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.848806+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.852406+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.853668+0000 mon.a (mon.0) 4339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.864722+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.865572+0000 mgr.y (mgr.25504) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.947421+0000 mon.a (mon.0) 4341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.950099+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.953091+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.954162+0000 mon.a (mon.0) 4344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:56.961995+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:56.962583+0000 mgr.y (mgr.25504) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.044858+0000 mon.a (mon.0) 4346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.048348+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.051870+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.053228+0000 mon.a (mon.0) 4349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.062572+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.063121+0000 mgr.y (mgr.25504) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.143210+0000 mon.a (mon.0) 4351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.146098+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.149911+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.151336+0000 mon.a (mon.0) 4354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.161462+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.241712+0000 mon.a (mon.0) 4356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.245880+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.248629+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.249647+0000 mon.a (mon.0) 4359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.259038+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.342473+0000 mon.a (mon.0) 4361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.345196+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.348999+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.350334+0000 mon.a (mon.0) 4364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.358830+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.425141+0000 mon.a (mon.0) 4366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.427589+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.431357+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.432351+0000 mon.a (mon.0) 4369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.442636+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[80542]: audit 2023-12-06T15:10:57.524679+0000 mon.a (mon.0) 4371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.143210+0000 mon.a (mon.0) 4351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.146098+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.149911+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.151336+0000 mon.a (mon.0) 4354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.161462+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.241712+0000 mon.a (mon.0) 4356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.245880+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.248629+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.249647+0000 mon.a (mon.0) 4359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.259038+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.342473+0000 mon.a (mon.0) 4361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.345196+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.348999+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.350334+0000 mon.a (mon.0) 4364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.358830+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.425141+0000 mon.a (mon.0) 4366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.427589+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.431357+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.432351+0000 mon.a (mon.0) 4369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.442636+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:57 smithi116 bash[83021]: audit 2023-12-06T15:10:57.524679+0000 mon.a (mon.0) 4371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.224170+0000 mgr.y (mgr.25504) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.322075+0000 mgr.y (mgr.25504) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.416701+0000 mgr.y (mgr.25504) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.513390+0000 mgr.y (mgr.25504) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.595878+0000 mon.a (mon.0) 4321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.598099+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.600944+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.601887+0000 mon.a (mon.0) 4324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.609970+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.610550+0000 mgr.y (mgr.25504) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.655161+0000 mon.a (mon.0) 4326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.657833+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.661049+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.662025+0000 mon.a (mon.0) 4329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.669358+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.670302+0000 mgr.y (mgr.25504) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.753042+0000 mon.a (mon.0) 4331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.755492+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.758011+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.759052+0000 mon.a (mon.0) 4334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.766937+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.767430+0000 mgr.y (mgr.25504) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.846311+0000 mon.a (mon.0) 4336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.848806+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.852406+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.853668+0000 mon.a (mon.0) 4339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.864722+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.865572+0000 mgr.y (mgr.25504) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.947421+0000 mon.a (mon.0) 4341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.950099+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.953091+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.954162+0000 mon.a (mon.0) 4344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:56.961995+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:56.962583+0000 mgr.y (mgr.25504) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.044858+0000 mon.a (mon.0) 4346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.048348+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.051870+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.053228+0000 mon.a (mon.0) 4349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.062572+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.063121+0000 mgr.y (mgr.25504) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.143210+0000 mon.a (mon.0) 4351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.146098+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.149911+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.151336+0000 mon.a (mon.0) 4354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.161462+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.241712+0000 mon.a (mon.0) 4356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.245880+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.248629+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.249647+0000 mon.a (mon.0) 4359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.259038+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.342473+0000 mon.a (mon.0) 4361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.345196+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.348999+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.350334+0000 mon.a (mon.0) 4364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.358830+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.425141+0000 mon.a (mon.0) 4366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.427589+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.431357+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.432351+0000 mon.a (mon.0) 4369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.442636+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:57.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:57 smithi150 bash[70025]: audit 2023-12-06T15:10:57.524679+0000 mon.a (mon.0) 4371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.574 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:10:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.162166+0000 mgr.y (mgr.25504) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.259638+0000 mgr.y (mgr.25504) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.359412+0000 mgr.y (mgr.25504) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.443381+0000 mgr.y (mgr.25504) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cluster 2023-12-06T15:10:57.500025+0000 mgr.y (mgr.25504) 1080 : cluster 0 pgmap v184: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.527826+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.537545+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.539738+0000 mon.a (mon.0) 4374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.546620+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.547093+0000 mgr.y (mgr.25504) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.629059+0000 mon.a (mon.0) 4376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.631818+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.636547+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.637810+0000 mon.a (mon.0) 4379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.645554+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.646410+0000 mgr.y (mgr.25504) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.727620+0000 mon.a (mon.0) 4381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.732484+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.735854+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.162166+0000 mgr.y (mgr.25504) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.259638+0000 mgr.y (mgr.25504) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.359412+0000 mgr.y (mgr.25504) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.443381+0000 mgr.y (mgr.25504) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cluster 2023-12-06T15:10:57.500025+0000 mgr.y (mgr.25504) 1080 : cluster 0 pgmap v184: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.527826+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.537545+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.539738+0000 mon.a (mon.0) 4374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.546620+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.547093+0000 mgr.y (mgr.25504) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.629059+0000 mon.a (mon.0) 4376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.631818+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.636547+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.637810+0000 mon.a (mon.0) 4379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.645554+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.646410+0000 mgr.y (mgr.25504) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.727620+0000 mon.a (mon.0) 4381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.732484+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.735854+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.737201+0000 mon.a (mon.0) 4384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.745848+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.746550+0000 mgr.y (mgr.25504) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.824737+0000 mon.a (mon.0) 4386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.921 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.826981+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.831401+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.832420+0000 mon.a (mon.0) 4389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.840321+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.841038+0000 mgr.y (mgr.25504) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.919137+0000 mon.a (mon.0) 4391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.922219+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.925670+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.927017+0000 mon.a (mon.0) 4394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:57.935753+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:57.936658+0000 mgr.y (mgr.25504) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.017678+0000 mon.a (mon.0) 4396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.021421+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.025190+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.026452+0000 mon.a (mon.0) 4399 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.034868+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.035469+0000 mgr.y (mgr.25504) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.737201+0000 mon.a (mon.0) 4384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.745848+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.746550+0000 mgr.y (mgr.25504) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.824737+0000 mon.a (mon.0) 4386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.826981+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.831401+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.832420+0000 mon.a (mon.0) 4389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.840321+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.923 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.841038+0000 mgr.y (mgr.25504) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.919137+0000 mon.a (mon.0) 4391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.922219+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.925670+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.927017+0000 mon.a (mon.0) 4394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:57.935753+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:57.936658+0000 mgr.y (mgr.25504) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.017678+0000 mon.a (mon.0) 4396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.021421+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.025190+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.026452+0000 mon.a (mon.0) 4399 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.034868+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.924 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.035469+0000 mgr.y (mgr.25504) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.115160+0000 mon.a (mon.0) 4401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.119520+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.123275+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.124506+0000 mon.a (mon.0) 4404 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.132937+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.133582+0000 mgr.y (mgr.25504) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.211849+0000 mon.a (mon.0) 4406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.214711+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.217701+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.218730+0000 mon.a (mon.0) 4409 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.226185+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.310300+0000 mon.a (mon.0) 4411 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.312607+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.315579+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.316570+0000 mon.a (mon.0) 4414 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.322570+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.402098+0000 mon.a (mon.0) 4416 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.404883+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.408722+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.115160+0000 mon.a (mon.0) 4401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.119520+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.123275+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.124506+0000 mon.a (mon.0) 4404 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.132937+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.133582+0000 mgr.y (mgr.25504) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.211849+0000 mon.a (mon.0) 4406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.214711+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.217701+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.218730+0000 mon.a (mon.0) 4409 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.226185+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.310300+0000 mon.a (mon.0) 4411 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.312607+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.315579+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.316570+0000 mon.a (mon.0) 4414 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.322570+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.402098+0000 mon.a (mon.0) 4416 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.404883+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.408722+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.409838+0000 mon.a (mon.0) 4419 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.416799+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.495515+0000 mon.a (mon.0) 4421 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.498454+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.501459+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.502681+0000 mon.a (mon.0) 4424 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[80542]: audit 2023-12-06T15:10:58.509120+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.409838+0000 mon.a (mon.0) 4419 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.416799+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.495515+0000 mon.a (mon.0) 4421 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.498454+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.501459+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.502681+0000 mon.a (mon.0) 4424 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:58 smithi116 bash[83021]: audit 2023-12-06T15:10:58.509120+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.162166+0000 mgr.y (mgr.25504) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.259638+0000 mgr.y (mgr.25504) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.359412+0000 mgr.y (mgr.25504) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.443381+0000 mgr.y (mgr.25504) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cluster 2023-12-06T15:10:57.500025+0000 mgr.y (mgr.25504) 1080 : cluster 0 pgmap v184: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.527826+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.537545+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.539738+0000 mon.a (mon.0) 4374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.546620+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.547093+0000 mgr.y (mgr.25504) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.629059+0000 mon.a (mon.0) 4376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.631818+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.636547+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.637810+0000 mon.a (mon.0) 4379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.645554+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.646410+0000 mgr.y (mgr.25504) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.727620+0000 mon.a (mon.0) 4381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.732484+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.735854+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.737201+0000 mon.a (mon.0) 4384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.745848+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.746550+0000 mgr.y (mgr.25504) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.824737+0000 mon.a (mon.0) 4386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.826981+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.831401+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.832420+0000 mon.a (mon.0) 4389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.840321+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.841038+0000 mgr.y (mgr.25504) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.919137+0000 mon.a (mon.0) 4391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.922219+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.925670+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.927017+0000 mon.a (mon.0) 4394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:57.935753+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:57.936658+0000 mgr.y (mgr.25504) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.017678+0000 mon.a (mon.0) 4396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.021421+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.025190+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.026452+0000 mon.a (mon.0) 4399 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.034868+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.035469+0000 mgr.y (mgr.25504) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.115160+0000 mon.a (mon.0) 4401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.119520+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.123275+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.124506+0000 mon.a (mon.0) 4404 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.132937+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.133582+0000 mgr.y (mgr.25504) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.211849+0000 mon.a (mon.0) 4406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.214711+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.217701+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.218730+0000 mon.a (mon.0) 4409 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.226185+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.310300+0000 mon.a (mon.0) 4411 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.312607+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.315579+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.316570+0000 mon.a (mon.0) 4414 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.322570+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.402098+0000 mon.a (mon.0) 4416 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.404883+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.408722+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.409838+0000 mon.a (mon.0) 4419 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.416799+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.495515+0000 mon.a (mon.0) 4421 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.498454+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.501459+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.502681+0000 mon.a (mon.0) 4424 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:58.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:58 smithi150 bash[70025]: audit 2023-12-06T15:10:58.509120+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.283 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[76864]: debug 2023-12-06T15:10:59.175+0000 7f4e0c3da640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-06T15:10:59.350 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:10:59.350 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 12s ago 22m - - 2023-12-06T15:10:59.350 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 16s ago 21m - - 2023-12-06T15:10:59.350 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (8m) 12s ago 14m 16.5M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:10:59.350 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (7m) 16s ago 14m 44.1M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (6m) 12s ago 12m 48.6M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (5m) 16s ago 21m 435M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (6m) 12s ago 23m 513M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (5m) 12s ago 23m 69.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (4m) 16s ago 21m 44.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (4m) 12s ago 21m 52.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (8m) 12s ago 15m 12.5M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (7m) 16s ago 15m 12.4M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (2m) 12s ago 20m 51.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (2m) 12s ago 20m 53.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (88s) 12s ago 19m 48.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (45s) 12s ago 18m 49.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 starting - - - 4096M 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (17m) 16s ago 17m 64.3M 4096M 17.2.0 e1d6a67b021e 0783c78e013a 2023-12-06T15:10:59.351 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (16m) 16s ago 16m 62.3M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:10:59.352 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (16m) 16s ago 16m 67.3M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:10:59.352 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (6m) 16s ago 15m 63.7M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:10:59.352 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (12m) 12s ago 12m 89.1M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:10:59.352 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (12m) 16s ago 12m 89.0M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:10:59.352 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (12m) 12s ago 12m 88.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:10:59.352 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (12m) 16s ago 12m 88.7M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:10:59.485 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[76864]: debug 2023-12-06T15:10:59.279+0000 7f4e0c3da640 -1 osd.4 132 log_to_monitors true 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:59.805 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 9 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:10:59.806 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:10:59.844 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.226872+0000 mgr.y (mgr.25504) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.323247+0000 mgr.y (mgr.25504) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.417406+0000 mgr.y (mgr.25504) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.510031+0000 mgr.y (mgr.25504) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.554405+0000 mgr.y (mgr.25504) 1092 : audit 0 from='client.34485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.592811+0000 mon.a (mon.0) 4426 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.595699+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.598169+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.599052+0000 mon.a (mon.0) 4429 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.605686+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.606499+0000 mgr.y (mgr.25504) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.691732+0000 mon.a (mon.0) 4431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.693954+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.701140+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.845 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.702110+0000 mon.a (mon.0) 4434 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.708856+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.709484+0000 mgr.y (mgr.25504) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.725349+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.726657+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.861669+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.865334+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.868815+0000 mon.a (mon.0) 4440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.870042+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.879168+0000 mon.a (mon.0) 4442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.879855+0000 mgr.y (mgr.25504) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.947336+0000 mgr.y (mgr.25504) 1096 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.956759+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.959056+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.961498+0000 mon.a (mon.0) 4445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.846 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.962368+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:58.969678+0000 mon.a (mon.0) 4447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:58.970408+0000 mgr.y (mgr.25504) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.036176+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.040361+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.043828+0000 mon.a (mon.0) 4450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.044734+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.052650+0000 mon.a (mon.0) 4452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.053241+0000 mgr.y (mgr.25504) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.130899+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.133901+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.137146+0000 mon.a (mon.0) 4455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.138341+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.147418+0000 mon.a (mon.0) 4457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.148475+0000 mgr.y (mgr.25504) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.847 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.228527+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.231762+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.235098+0000 mon.a (mon.0) 4460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.236443+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.246539+0000 mon.a (mon.0) 4462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.288465+0000 mon.c (mon.1) 18 : audit 1 from='osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.289240+0000 mon.a (mon.0) 4463 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.324871+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.327044+0000 mon.a (mon.0) 4465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.332439+0000 mon.a (mon.0) 4466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.335375+0000 mon.a (mon.0) 4467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.354135+0000 mon.a (mon.0) 4468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.437254+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.439530+0000 mon.a (mon.0) 4470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.442281+0000 mon.a (mon.0) 4471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.443327+0000 mon.a (mon.0) 4472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.849 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.449596+0000 mon.a (mon.0) 4473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.849 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: cluster 2023-12-06T15:10:59.488687+0000 mon.a (mon.0) 4474 : cluster 3 Health check update: Degraded data redundancy: 104/630 objects degraded (16.508%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:59.849 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.526856+0000 mon.a (mon.0) 4475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.849 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:10:59 smithi150 bash[70025]: audit 2023-12-06T15:10:59.529536+0000 mon.a (mon.0) 4476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.226872+0000 mgr.y (mgr.25504) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.323247+0000 mgr.y (mgr.25504) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.417406+0000 mgr.y (mgr.25504) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.510031+0000 mgr.y (mgr.25504) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.554405+0000 mgr.y (mgr.25504) 1092 : audit 0 from='client.34485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.592811+0000 mon.a (mon.0) 4426 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.892 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.595699+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.598169+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.599052+0000 mon.a (mon.0) 4429 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.605686+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.606499+0000 mgr.y (mgr.25504) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.691732+0000 mon.a (mon.0) 4431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.693954+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.701140+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.702110+0000 mon.a (mon.0) 4434 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.708856+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.709484+0000 mgr.y (mgr.25504) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.725349+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.726657+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:59.893 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.861669+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.226872+0000 mgr.y (mgr.25504) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.323247+0000 mgr.y (mgr.25504) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.417406+0000 mgr.y (mgr.25504) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.510031+0000 mgr.y (mgr.25504) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.554405+0000 mgr.y (mgr.25504) 1092 : audit 0 from='client.34485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.592811+0000 mon.a (mon.0) 4426 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.595699+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.598169+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.599052+0000 mon.a (mon.0) 4429 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.605686+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.606499+0000 mgr.y (mgr.25504) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.691732+0000 mon.a (mon.0) 4431 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.894 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.693954+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.701140+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.702110+0000 mon.a (mon.0) 4434 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.708856+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.709484+0000 mgr.y (mgr.25504) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.725349+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.726657+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.861669+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.865334+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.868815+0000 mon.a (mon.0) 4440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.870042+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.879168+0000 mon.a (mon.0) 4442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.895 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.879855+0000 mgr.y (mgr.25504) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.947336+0000 mgr.y (mgr.25504) 1096 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.956759+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.959056+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.961498+0000 mon.a (mon.0) 4445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.962368+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:58.969678+0000 mon.a (mon.0) 4447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:58.970408+0000 mgr.y (mgr.25504) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.036176+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.040361+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.043828+0000 mon.a (mon.0) 4450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.044734+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.052650+0000 mon.a (mon.0) 4452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.053241+0000 mgr.y (mgr.25504) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.130899+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.896 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.133901+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.865334+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.868815+0000 mon.a (mon.0) 4440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.870042+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.879168+0000 mon.a (mon.0) 4442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.879855+0000 mgr.y (mgr.25504) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.947336+0000 mgr.y (mgr.25504) 1096 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.956759+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.959056+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.961498+0000 mon.a (mon.0) 4445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.962368+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:58.969678+0000 mon.a (mon.0) 4447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.897 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:58.970408+0000 mgr.y (mgr.25504) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.036176+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.040361+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.043828+0000 mon.a (mon.0) 4450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.044734+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.052650+0000 mon.a (mon.0) 4452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.053241+0000 mgr.y (mgr.25504) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.130899+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.133901+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.137146+0000 mon.a (mon.0) 4455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.138341+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.898 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.147418+0000 mon.a (mon.0) 4457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.148475+0000 mgr.y (mgr.25504) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.228527+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.231762+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.235098+0000 mon.a (mon.0) 4460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.236443+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.246539+0000 mon.a (mon.0) 4462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.288465+0000 mon.c (mon.1) 18 : audit 1 from='osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.289240+0000 mon.a (mon.0) 4463 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.324871+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.327044+0000 mon.a (mon.0) 4465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.332439+0000 mon.a (mon.0) 4466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.335375+0000 mon.a (mon.0) 4467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.354135+0000 mon.a (mon.0) 4468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.437254+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.899 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.439530+0000 mon.a (mon.0) 4470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.442281+0000 mon.a (mon.0) 4471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.443327+0000 mon.a (mon.0) 4472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.449596+0000 mon.a (mon.0) 4473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: cluster 2023-12-06T15:10:59.488687+0000 mon.a (mon.0) 4474 : cluster 3 Health check update: Degraded data redundancy: 104/630 objects degraded (16.508%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.526856+0000 mon.a (mon.0) 4475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[83021]: audit 2023-12-06T15:10:59.529536+0000 mon.a (mon.0) 4476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.900 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.137146+0000 mon.a (mon.0) 4455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.138341+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.147418+0000 mon.a (mon.0) 4457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.148475+0000 mgr.y (mgr.25504) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.228527+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.231762+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.235098+0000 mon.a (mon.0) 4460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.236443+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.246539+0000 mon.a (mon.0) 4462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.288465+0000 mon.c (mon.1) 18 : audit 1 from='osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.289240+0000 mon.a (mon.0) 4463 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.324871+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.901 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.327044+0000 mon.a (mon.0) 4465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.332439+0000 mon.a (mon.0) 4466 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.335375+0000 mon.a (mon.0) 4467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.354135+0000 mon.a (mon.0) 4468 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.437254+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.439530+0000 mon.a (mon.0) 4470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.442281+0000 mon.a (mon.0) 4471 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.443327+0000 mon.a (mon.0) 4472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.449596+0000 mon.a (mon.0) 4473 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: cluster 2023-12-06T15:10:59.488687+0000 mon.a (mon.0) 4474 : cluster 3 Health check update: Degraded data redundancy: 104/630 objects degraded (16.508%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.526856+0000 mon.a (mon.0) 4475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:10:59.902 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:10:59 smithi116 bash[80542]: audit 2023-12-06T15:10:59.529536+0000 mon.a (mon.0) 4476 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "9/23 daemons upgraded", 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:11:00.193 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:11:00.541 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[76864]: debug 2023-12-06T15:11:00.287+0000 7f4dfa044700 -1 osd.4 132 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:11:00.676 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 104/630 objects degraded (16.508%), 25 pgs degraded 2023-12-06T15:11:00.676 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:11:00.676 INFO:teuthology.orchestra.run.smithi116.stdout: osd.4 (root=default,host=smithi150) is down 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 104/630 objects degraded (16.508%), 25 pgs degraded 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.d is active+undersized+degraded, acting [1,3] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2023-12-06T15:11:00.677 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2023-12-06T15:11:00.678 INFO:teuthology.orchestra.run.smithi116.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-06T15:11:00.854 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.247343+0000 mgr.y (mgr.25504) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.854 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.329095+0000 mgr.y (mgr.25504) 1101 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:00.854 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.354865+0000 mgr.y (mgr.25504) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.854 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.450173+0000 mgr.y (mgr.25504) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cluster 2023-12-06T15:10:59.500670+0000 mgr.y (mgr.25504) 1104 : cluster 0 pgmap v185: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.532279+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.533523+0000 mon.a (mon.0) 4478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.547644+0000 mon.a (mon.0) 4479 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.548241+0000 mgr.y (mgr.25504) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.613562+0000 mon.a (mon.0) 4480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.616243+0000 mon.a (mon.0) 4481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.618732+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.619858+0000 mon.a (mon.0) 4483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.625691+0000 mon.a (mon.0) 4484 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.626555+0000 mgr.y (mgr.25504) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.704814+0000 mon.a (mon.0) 4485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.708296+0000 mon.a (mon.0) 4486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.711009+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.855 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.712197+0000 mon.a (mon.0) 4488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.718505+0000 mon.a (mon.0) 4489 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.719100+0000 mgr.y (mgr.25504) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.801090+0000 mon.a (mon.0) 4490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.802756+0000 mon.a (mon.0) 4491 : audit 0 from='client.? 172.21.15.116:0/1134058691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.803718+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.806513+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.807614+0000 mon.a (mon.0) 4494 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.816429+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.817128+0000 mgr.y (mgr.25504) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.880253+0000 mon.a (mon.0) 4496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.883372+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.886677+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.888022+0000 mon.a (mon.0) 4499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.889307+0000 mgr.y (mgr.25504) 1109 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:00.856 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.898095+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.898740+0000 mgr.y (mgr.25504) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.960982+0000 mon.a (mon.0) 4501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.963096+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.965972+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.966852+0000 mon.a (mon.0) 4504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:10:59.972751+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:10:59.973359+0000 mgr.y (mgr.25504) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.049987+0000 mon.a (mon.0) 4506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.857 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.054030+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.057641+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.058748+0000 mon.a (mon.0) 4509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.064451+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.065128+0000 mgr.y (mgr.25504) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.144301+0000 mon.a (mon.0) 4511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.146971+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.149903+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.150903+0000 mon.a (mon.0) 4514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.156851+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.238966+0000 mon.a (mon.0) 4516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.241810+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.244675+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.245675+0000 mon.a (mon.0) 4519 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:11:00.858 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cluster 2023-12-06T15:11:00.250294+0000 mon.a (mon.0) 4520 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.252248+0000 mon.c (mon.1) 19 : audit 1 from='osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.254803+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.255055+0000 mon.a (mon.0) 4522 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.263574+0000 mon.a (mon.0) 4523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: cluster 2023-12-06T15:11:00.272784+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.349032+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.351715+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.353997+0000 mon.a (mon.0) 4526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.354855+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.360404+0000 mon.a (mon.0) 4528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.438803+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.441345+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.443633+0000 mon.a (mon.0) 4531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.444396+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.859 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.451758+0000 mon.a (mon.0) 4533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.860 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.514919+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.860 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.517017+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.860 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.518991+0000 mon.a (mon.0) 4536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.860 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.519728+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.860 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:00 smithi150 bash[70025]: audit 2023-12-06T15:11:00.528503+0000 mon.a (mon.0) 4538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.247343+0000 mgr.y (mgr.25504) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.329095+0000 mgr.y (mgr.25504) 1101 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.354865+0000 mgr.y (mgr.25504) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.450173+0000 mgr.y (mgr.25504) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cluster 2023-12-06T15:10:59.500670+0000 mgr.y (mgr.25504) 1104 : cluster 0 pgmap v185: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.532279+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.533523+0000 mon.a (mon.0) 4478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.547644+0000 mon.a (mon.0) 4479 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.548241+0000 mgr.y (mgr.25504) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.613562+0000 mon.a (mon.0) 4480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.616243+0000 mon.a (mon.0) 4481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.618732+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.619858+0000 mon.a (mon.0) 4483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.625691+0000 mon.a (mon.0) 4484 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.626555+0000 mgr.y (mgr.25504) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.704814+0000 mon.a (mon.0) 4485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.708296+0000 mon.a (mon.0) 4486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.711009+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.712197+0000 mon.a (mon.0) 4488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.247343+0000 mgr.y (mgr.25504) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.329095+0000 mgr.y (mgr.25504) 1101 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.354865+0000 mgr.y (mgr.25504) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.450173+0000 mgr.y (mgr.25504) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cluster 2023-12-06T15:10:59.500670+0000 mgr.y (mgr.25504) 1104 : cluster 0 pgmap v185: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 104/630 objects degraded (16.508%) 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.532279+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.533523+0000 mon.a (mon.0) 4478 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.547644+0000 mon.a (mon.0) 4479 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.548241+0000 mgr.y (mgr.25504) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.613562+0000 mon.a (mon.0) 4480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.616243+0000 mon.a (mon.0) 4481 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.618732+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.619858+0000 mon.a (mon.0) 4483 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.625691+0000 mon.a (mon.0) 4484 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.626555+0000 mgr.y (mgr.25504) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.704814+0000 mon.a (mon.0) 4485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.708296+0000 mon.a (mon.0) 4486 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.711009+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.712197+0000 mon.a (mon.0) 4488 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.718505+0000 mon.a (mon.0) 4489 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.719100+0000 mgr.y (mgr.25504) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.801090+0000 mon.a (mon.0) 4490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.802756+0000 mon.a (mon.0) 4491 : audit 0 from='client.? 172.21.15.116:0/1134058691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.803718+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.806513+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.807614+0000 mon.a (mon.0) 4494 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.816429+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.817128+0000 mgr.y (mgr.25504) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.880253+0000 mon.a (mon.0) 4496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.883372+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.886677+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.888022+0000 mon.a (mon.0) 4499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.889307+0000 mgr.y (mgr.25504) 1109 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.898095+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.898740+0000 mgr.y (mgr.25504) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.960982+0000 mon.a (mon.0) 4501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.963096+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.965972+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.966852+0000 mon.a (mon.0) 4504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:10:59.972751+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:10:59.973359+0000 mgr.y (mgr.25504) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.049987+0000 mon.a (mon.0) 4506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.054030+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.057641+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.058748+0000 mon.a (mon.0) 4509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.064451+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.065128+0000 mgr.y (mgr.25504) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.144301+0000 mon.a (mon.0) 4511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.146971+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.149903+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.150903+0000 mon.a (mon.0) 4514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.156851+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.238966+0000 mon.a (mon.0) 4516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.241810+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.244675+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.245675+0000 mon.a (mon.0) 4519 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cluster 2023-12-06T15:11:00.250294+0000 mon.a (mon.0) 4520 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.252248+0000 mon.c (mon.1) 19 : audit 1 from='osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:00.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.254803+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.718505+0000 mon.a (mon.0) 4489 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.719100+0000 mgr.y (mgr.25504) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.801090+0000 mon.a (mon.0) 4490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.802756+0000 mon.a (mon.0) 4491 : audit 0 from='client.? 172.21.15.116:0/1134058691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.803718+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.806513+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.807614+0000 mon.a (mon.0) 4494 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.816429+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.817128+0000 mgr.y (mgr.25504) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.880253+0000 mon.a (mon.0) 4496 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.883372+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.886677+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.888022+0000 mon.a (mon.0) 4499 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.925 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.889307+0000 mgr.y (mgr.25504) 1109 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:00.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.898095+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.898740+0000 mgr.y (mgr.25504) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.960982+0000 mon.a (mon.0) 4501 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.963096+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.965972+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.966852+0000 mon.a (mon.0) 4504 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.255055+0000 mon.a (mon.0) 4522 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.263574+0000 mon.a (mon.0) 4523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: cluster 2023-12-06T15:11:00.272784+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.349032+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.351715+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.353997+0000 mon.a (mon.0) 4526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.354855+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.927 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.360404+0000 mon.a (mon.0) 4528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.438803+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.441345+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.443633+0000 mon.a (mon.0) 4531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.444396+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.451758+0000 mon.a (mon.0) 4533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.514919+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.517017+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.518991+0000 mon.a (mon.0) 4536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.519728+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.928 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[80542]: audit 2023-12-06T15:11:00.528503+0000 mon.a (mon.0) 4538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:10:59.972751+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:10:59.973359+0000 mgr.y (mgr.25504) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.049987+0000 mon.a (mon.0) 4506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.054030+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.057641+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.058748+0000 mon.a (mon.0) 4509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.064451+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.929 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.065128+0000 mgr.y (mgr.25504) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.144301+0000 mon.a (mon.0) 4511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.146971+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.149903+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.150903+0000 mon.a (mon.0) 4514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.156851+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.238966+0000 mon.a (mon.0) 4516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.241810+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.244675+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.245675+0000 mon.a (mon.0) 4519 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cluster 2023-12-06T15:11:00.250294+0000 mon.a (mon.0) 4520 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.252248+0000 mon.c (mon.1) 19 : audit 1 from='osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.254803+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.255055+0000 mon.a (mon.0) 4522 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.263574+0000 mon.a (mon.0) 4523 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: cluster 2023-12-06T15:11:00.272784+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.349032+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.351715+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.353997+0000 mon.a (mon.0) 4526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.354855+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.360404+0000 mon.a (mon.0) 4528 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.438803+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.441345+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.443633+0000 mon.a (mon.0) 4531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.444396+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.451758+0000 mon.a (mon.0) 4533 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.514919+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.517017+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:00.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.518991+0000 mon.a (mon.0) 4536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:00.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.519728+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:00.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:00 smithi116 bash[83021]: audit 2023-12-06T15:11:00.528503+0000 mon.a (mon.0) 4538 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.796 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.157517+0000 mgr.y (mgr.25504) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.796 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.190232+0000 mgr.y (mgr.25504) 1114 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:01.796 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:00.248706+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:01.796 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.264168+0000 mgr.y (mgr.25504) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.796 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.360899+0000 mgr.y (mgr.25504) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.452293+0000 mgr.y (mgr.25504) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.529139+0000 mgr.y (mgr.25504) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.606428+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.609200+0000 mon.a (mon.0) 4540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.612671+0000 mon.a (mon.0) 4541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.613813+0000 mon.a (mon.0) 4542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.621374+0000 mon.a (mon.0) 4543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.622178+0000 mgr.y (mgr.25504) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.674519+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.116:0/3722497066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.699655+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.701894+0000 mon.a (mon.0) 4545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.798 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.704329+0000 mon.a (mon.0) 4546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.798 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.705202+0000 mon.a (mon.0) 4547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.798 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.711830+0000 mon.a (mon.0) 4548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.798 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.712546+0000 mgr.y (mgr.25504) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.798 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:00.785746+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:01.799 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.795610+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.799 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.797942+0000 mon.a (mon.0) 4550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.800937+0000 mon.a (mon.0) 4551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.801911+0000 mon.a (mon.0) 4552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.808340+0000 mon.a (mon.0) 4553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.808840+0000 mgr.y (mgr.25504) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.888639+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.891171+0000 mon.a (mon.0) 4555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.894893+0000 mon.a (mon.0) 4556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.896039+0000 mon.a (mon.0) 4557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.800 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.902706+0000 mon.a (mon.0) 4558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:00.903360+0000 mgr.y (mgr.25504) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.985490+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.989341+0000 mon.a (mon.0) 4560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.993242+0000 mon.a (mon.0) 4561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:00.994235+0000 mon.a (mon.0) 4562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.001358+0000 mon.a (mon.0) 4563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.001991+0000 mgr.y (mgr.25504) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.084686+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.087135+0000 mon.a (mon.0) 4565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.801 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.090563+0000 mon.a (mon.0) 4566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.091828+0000 mon.a (mon.0) 4567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.100683+0000 mon.a (mon.0) 4568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.101507+0000 mgr.y (mgr.25504) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.182038+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.185133+0000 mon.a (mon.0) 4570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.189029+0000 mon.a (mon.0) 4571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.190220+0000 mon.a (mon.0) 4572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.198101+0000 mon.a (mon.0) 4573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.262331+0000 mon.a (mon.0) 4574 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:11:01.802 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.275494+0000 mon.a (mon.0) 4575 : cluster 1 osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431] boot 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.275562+0000 mon.a (mon.0) 4576 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.275610+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.276029+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.279386+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.287449+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.296222+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.298363+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.300616+0000 mon.a (mon.0) 4580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.301341+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.307368+0000 mon.a (mon.0) 4582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.803 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.390027+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.392613+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.394986+0000 mon.a (mon.0) 4585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.395898+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.403025+0000 mon.a (mon.0) 4587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.482186+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.486233+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.490798+0000 mon.a (mon.0) 4590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.492250+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.804 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:01 smithi150 bash[70025]: audit 2023-12-06T15:11:01.499879+0000 mon.a (mon.0) 4592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.157517+0000 mgr.y (mgr.25504) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.190232+0000 mgr.y (mgr.25504) 1114 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:01.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:00.248706+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:01.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.264168+0000 mgr.y (mgr.25504) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.920 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.360899+0000 mgr.y (mgr.25504) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.452293+0000 mgr.y (mgr.25504) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.529139+0000 mgr.y (mgr.25504) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.606428+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.609200+0000 mon.a (mon.0) 4540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.612671+0000 mon.a (mon.0) 4541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.613813+0000 mon.a (mon.0) 4542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.621374+0000 mon.a (mon.0) 4543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.921 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.622178+0000 mgr.y (mgr.25504) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.674519+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.116:0/3722497066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.699655+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.701894+0000 mon.a (mon.0) 4545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.704329+0000 mon.a (mon.0) 4546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.705202+0000 mon.a (mon.0) 4547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.711830+0000 mon.a (mon.0) 4548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.712546+0000 mgr.y (mgr.25504) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:00.785746+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:01.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.157517+0000 mgr.y (mgr.25504) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.190232+0000 mgr.y (mgr.25504) 1114 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:00.248706+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.264168+0000 mgr.y (mgr.25504) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.360899+0000 mgr.y (mgr.25504) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.452293+0000 mgr.y (mgr.25504) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.529139+0000 mgr.y (mgr.25504) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.606428+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.609200+0000 mon.a (mon.0) 4540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.924 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.612671+0000 mon.a (mon.0) 4541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.613813+0000 mon.a (mon.0) 4542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.621374+0000 mon.a (mon.0) 4543 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.622178+0000 mgr.y (mgr.25504) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.674519+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.116:0/3722497066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.699655+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.701894+0000 mon.a (mon.0) 4545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.704329+0000 mon.a (mon.0) 4546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.705202+0000 mon.a (mon.0) 4547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.925 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.711830+0000 mon.a (mon.0) 4548 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.712546+0000 mgr.y (mgr.25504) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.926 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:00.785746+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:11:01.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.795610+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.797942+0000 mon.a (mon.0) 4550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.800937+0000 mon.a (mon.0) 4551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.801911+0000 mon.a (mon.0) 4552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.808340+0000 mon.a (mon.0) 4553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.808840+0000 mgr.y (mgr.25504) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.888639+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.891171+0000 mon.a (mon.0) 4555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.894893+0000 mon.a (mon.0) 4556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.896039+0000 mon.a (mon.0) 4557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.902706+0000 mon.a (mon.0) 4558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.927 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:00.903360+0000 mgr.y (mgr.25504) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.985490+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.989341+0000 mon.a (mon.0) 4560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.993242+0000 mon.a (mon.0) 4561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:00.994235+0000 mon.a (mon.0) 4562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.001358+0000 mon.a (mon.0) 4563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.001991+0000 mgr.y (mgr.25504) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.928 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.084686+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.795610+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.797942+0000 mon.a (mon.0) 4550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.800937+0000 mon.a (mon.0) 4551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.801911+0000 mon.a (mon.0) 4552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.808340+0000 mon.a (mon.0) 4553 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.808840+0000 mgr.y (mgr.25504) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.888639+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.891171+0000 mon.a (mon.0) 4555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.894893+0000 mon.a (mon.0) 4556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.896039+0000 mon.a (mon.0) 4557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.902706+0000 mon.a (mon.0) 4558 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:00.903360+0000 mgr.y (mgr.25504) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.985490+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.989341+0000 mon.a (mon.0) 4560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.993242+0000 mon.a (mon.0) 4561 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:00.994235+0000 mon.a (mon.0) 4562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.001358+0000 mon.a (mon.0) 4563 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.001991+0000 mgr.y (mgr.25504) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.930 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.084686+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.087135+0000 mon.a (mon.0) 4565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.090563+0000 mon.a (mon.0) 4566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.091828+0000 mon.a (mon.0) 4567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.100683+0000 mon.a (mon.0) 4568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.101507+0000 mgr.y (mgr.25504) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.182038+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.185133+0000 mon.a (mon.0) 4570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.931 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.189029+0000 mon.a (mon.0) 4571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.190220+0000 mon.a (mon.0) 4572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.198101+0000 mon.a (mon.0) 4573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.262331+0000 mon.a (mon.0) 4574 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.275494+0000 mon.a (mon.0) 4575 : cluster 1 osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431] boot 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.275562+0000 mon.a (mon.0) 4576 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.275610+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.276029+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.279386+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.287449+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.296222+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.298363+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.300616+0000 mon.a (mon.0) 4580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.932 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.301341+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.307368+0000 mon.a (mon.0) 4582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.390027+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.392613+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.394986+0000 mon.a (mon.0) 4585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.395898+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.403025+0000 mon.a (mon.0) 4587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.482186+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.486233+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.490798+0000 mon.a (mon.0) 4590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.492250+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[83021]: audit 2023-12-06T15:11:01.499879+0000 mon.a (mon.0) 4592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.087135+0000 mon.a (mon.0) 4565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.090563+0000 mon.a (mon.0) 4566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.091828+0000 mon.a (mon.0) 4567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.100683+0000 mon.a (mon.0) 4568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.101507+0000 mgr.y (mgr.25504) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:01.934 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.182038+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.185133+0000 mon.a (mon.0) 4570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.189029+0000 mon.a (mon.0) 4571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.190220+0000 mon.a (mon.0) 4572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.198101+0000 mon.a (mon.0) 4573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.262331+0000 mon.a (mon.0) 4574 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.275494+0000 mon.a (mon.0) 4575 : cluster 1 osd.4 [v2:172.21.15.150:6800/2398905431,v1:172.21.15.150:6801/2398905431] boot 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.275562+0000 mon.a (mon.0) 4576 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.275610+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.276029+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.279386+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.935 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.287449+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.296222+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.298363+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.300616+0000 mon.a (mon.0) 4580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.301341+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.307368+0000 mon.a (mon.0) 4582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.390027+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.392613+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.394986+0000 mon.a (mon.0) 4585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.395898+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.403025+0000 mon.a (mon.0) 4587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.482186+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:01.936 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.486233+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:01.937 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.490798+0000 mon.a (mon.0) 4590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:01.937 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.492250+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:01.937 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:01 smithi116 bash[80542]: audit 2023-12-06T15:11:01.499879+0000 mon.a (mon.0) 4592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:11:02] "GET /metrics HTTP/1.1" 200 38427 "" "Prometheus/2.33.4" 2023-12-06T15:11:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[75526]: debug 2023-12-06T15:11:02.508+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T15:11:02.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.198642+0000 mgr.y (mgr.25504) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.270207+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.278094+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.280601+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.309962+0000 mgr.y (mgr.25504) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.403686+0000 mgr.y (mgr.25504) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.501232+0000 mgr.y (mgr.25504) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:01.501474+0000 mgr.y (mgr.25504) 1129 : cluster 0 pgmap v188: 161 pgs: 7 peering, 22 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 95/630 objects degraded (15.079%) 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.581052+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.582992+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.585074+0000 mon.a (mon.0) 4595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.585795+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.590918+0000 mon.a (mon.0) 4597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.591365+0000 mgr.y (mgr.25504) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.655362+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.657728+0000 mon.a (mon.0) 4599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.660169+0000 mon.a (mon.0) 4600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.661446+0000 mon.a (mon.0) 4601 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.669987+0000 mon.a (mon.0) 4602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.670602+0000 mgr.y (mgr.25504) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.198642+0000 mgr.y (mgr.25504) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.270207+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.278094+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.280601+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.309962+0000 mgr.y (mgr.25504) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.403686+0000 mgr.y (mgr.25504) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.501232+0000 mgr.y (mgr.25504) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:01.501474+0000 mgr.y (mgr.25504) 1129 : cluster 0 pgmap v188: 161 pgs: 7 peering, 22 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 95/630 objects degraded (15.079%) 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.581052+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.582992+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.585074+0000 mon.a (mon.0) 4595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.585795+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.590918+0000 mon.a (mon.0) 4597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.591365+0000 mgr.y (mgr.25504) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.655362+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.657728+0000 mon.a (mon.0) 4599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.660169+0000 mon.a (mon.0) 4600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.661446+0000 mon.a (mon.0) 4601 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.669987+0000 mon.a (mon.0) 4602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.670602+0000 mgr.y (mgr.25504) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.752900+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.755252+0000 mon.a (mon.0) 4604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.758183+0000 mon.a (mon.0) 4605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.759256+0000 mon.a (mon.0) 4606 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.765034+0000 mon.a (mon.0) 4607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.765677+0000 mgr.y (mgr.25504) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.845247+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.848092+0000 mon.a (mon.0) 4609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.852162+0000 mon.a (mon.0) 4610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.853461+0000 mon.a (mon.0) 4611 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.861808+0000 mon.a (mon.0) 4612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.862774+0000 mgr.y (mgr.25504) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.944269+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.946718+0000 mon.a (mon.0) 4614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.949996+0000 mon.a (mon.0) 4615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.950990+0000 mon.a (mon.0) 4616 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:01.956798+0000 mon.a (mon.0) 4617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:01.957587+0000 mgr.y (mgr.25504) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.037962+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.040339+0000 mon.a (mon.0) 4619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.043397+0000 mon.a (mon.0) 4620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.044450+0000 mon.a (mon.0) 4621 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.051195+0000 mon.a (mon.0) 4622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:02.051727+0000 mgr.y (mgr.25504) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.117315+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.119387+0000 mon.a (mon.0) 4624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.122019+0000 mon.a (mon.0) 4625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.122901+0000 mon.a (mon.0) 4626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.130530+0000 mon.a (mon.0) 4627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cephadm 2023-12-06T15:11:02.131078+0000 mgr.y (mgr.25504) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.212720+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.214621+0000 mon.a (mon.0) 4629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.216935+0000 mon.a (mon.0) 4630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.217651+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.224943+0000 mon.a (mon.0) 4632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:02.270224+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:02.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:02.271687+0000 mon.a (mon.0) 4633 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: cluster 2023-12-06T15:11:02.275588+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.299530+0000 mon.a (mon.0) 4634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.301820+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.305519+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.752900+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.755252+0000 mon.a (mon.0) 4604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.758183+0000 mon.a (mon.0) 4605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.759256+0000 mon.a (mon.0) 4606 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.765034+0000 mon.a (mon.0) 4607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.765677+0000 mgr.y (mgr.25504) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.845247+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.848092+0000 mon.a (mon.0) 4609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.852162+0000 mon.a (mon.0) 4610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.853461+0000 mon.a (mon.0) 4611 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.861808+0000 mon.a (mon.0) 4612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.862774+0000 mgr.y (mgr.25504) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.944269+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.946718+0000 mon.a (mon.0) 4614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.949996+0000 mon.a (mon.0) 4615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.950990+0000 mon.a (mon.0) 4616 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:01.956798+0000 mon.a (mon.0) 4617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:01.957587+0000 mgr.y (mgr.25504) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.037962+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.040339+0000 mon.a (mon.0) 4619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.307172+0000 mon.a (mon.0) 4637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.317517+0000 mon.a (mon.0) 4638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.400629+0000 mon.a (mon.0) 4639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.404006+0000 mon.a (mon.0) 4640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.407985+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.409481+0000 mon.a (mon.0) 4642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.416429+0000 mon.a (mon.0) 4643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.456727+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.464318+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.471127+0000 mon.a (mon.0) 4646 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.503309+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.505625+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.507425+0000 mon.a (mon.0) 4649 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.508683+0000 mon.a (mon.0) 4650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[83021]: audit 2023-12-06T15:11:02.510375+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.043397+0000 mon.a (mon.0) 4620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.044450+0000 mon.a (mon.0) 4621 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.051195+0000 mon.a (mon.0) 4622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:02.051727+0000 mgr.y (mgr.25504) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.117315+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.119387+0000 mon.a (mon.0) 4624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.122019+0000 mon.a (mon.0) 4625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.122901+0000 mon.a (mon.0) 4626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.130530+0000 mon.a (mon.0) 4627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cephadm 2023-12-06T15:11:02.131078+0000 mgr.y (mgr.25504) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.212720+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.214621+0000 mon.a (mon.0) 4629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.216935+0000 mon.a (mon.0) 4630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.217651+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.224943+0000 mon.a (mon.0) 4632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:02.270224+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:02.271687+0000 mon.a (mon.0) 4633 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: cluster 2023-12-06T15:11:02.275588+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.299530+0000 mon.a (mon.0) 4634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.301820+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.305519+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.307172+0000 mon.a (mon.0) 4637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.317517+0000 mon.a (mon.0) 4638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.400629+0000 mon.a (mon.0) 4639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.404006+0000 mon.a (mon.0) 4640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.407985+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.409481+0000 mon.a (mon.0) 4642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.416429+0000 mon.a (mon.0) 4643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.456727+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.464318+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.471127+0000 mon.a (mon.0) 4646 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.503309+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.505625+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.507425+0000 mon.a (mon.0) 4649 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.508683+0000 mon.a (mon.0) 4650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.680 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:02 smithi116 bash[80542]: audit 2023-12-06T15:11:02.510375+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:02.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.198642+0000 mgr.y (mgr.25504) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.270207+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.278094+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.280601+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.309962+0000 mgr.y (mgr.25504) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.403686+0000 mgr.y (mgr.25504) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.501232+0000 mgr.y (mgr.25504) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:01.501474+0000 mgr.y (mgr.25504) 1129 : cluster 0 pgmap v188: 161 pgs: 7 peering, 22 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 95/630 objects degraded (15.079%) 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.581052+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.582992+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.585074+0000 mon.a (mon.0) 4595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.585795+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.590918+0000 mon.a (mon.0) 4597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.591365+0000 mgr.y (mgr.25504) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.655362+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.657728+0000 mon.a (mon.0) 4599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.660169+0000 mon.a (mon.0) 4600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.784 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.661446+0000 mon.a (mon.0) 4601 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.669987+0000 mon.a (mon.0) 4602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.670602+0000 mgr.y (mgr.25504) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.752900+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.755252+0000 mon.a (mon.0) 4604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.758183+0000 mon.a (mon.0) 4605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.759256+0000 mon.a (mon.0) 4606 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.765034+0000 mon.a (mon.0) 4607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.765677+0000 mgr.y (mgr.25504) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.845247+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.848092+0000 mon.a (mon.0) 4609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.852162+0000 mon.a (mon.0) 4610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.853461+0000 mon.a (mon.0) 4611 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.861808+0000 mon.a (mon.0) 4612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.862774+0000 mgr.y (mgr.25504) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.785 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.944269+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.946718+0000 mon.a (mon.0) 4614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.949996+0000 mon.a (mon.0) 4615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.950990+0000 mon.a (mon.0) 4616 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:01.956798+0000 mon.a (mon.0) 4617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:01.957587+0000 mgr.y (mgr.25504) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.037962+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.040339+0000 mon.a (mon.0) 4619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.043397+0000 mon.a (mon.0) 4620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.044450+0000 mon.a (mon.0) 4621 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.051195+0000 mon.a (mon.0) 4622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:02.051727+0000 mgr.y (mgr.25504) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.117315+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.119387+0000 mon.a (mon.0) 4624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.122019+0000 mon.a (mon.0) 4625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.122901+0000 mon.a (mon.0) 4626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.130530+0000 mon.a (mon.0) 4627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cephadm 2023-12-06T15:11:02.131078+0000 mgr.y (mgr.25504) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.212720+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.214621+0000 mon.a (mon.0) 4629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.216935+0000 mon.a (mon.0) 4630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.217651+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.224943+0000 mon.a (mon.0) 4632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:02.270224+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:02.271687+0000 mon.a (mon.0) 4633 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: cluster 2023-12-06T15:11:02.275588+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.299530+0000 mon.a (mon.0) 4634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.301820+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.305519+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.307172+0000 mon.a (mon.0) 4637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.317517+0000 mon.a (mon.0) 4638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.400629+0000 mon.a (mon.0) 4639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.404006+0000 mon.a (mon.0) 4640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.407985+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.409481+0000 mon.a (mon.0) 4642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.416429+0000 mon.a (mon.0) 4643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.456727+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.464318+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.471127+0000 mon.a (mon.0) 4646 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.503309+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.505625+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.507425+0000 mon.a (mon.0) 4649 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.508683+0000 mon.a (mon.0) 4650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:02.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:02 smithi150 bash[70025]: audit 2023-12-06T15:11:02.510375+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: cephadm 2023-12-06T15:11:02.225446+0000 mgr.y (mgr.25504) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: cluster 2023-12-06T15:11:02.268444+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: cluster 2023-12-06T15:11:02.273122+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: cephadm 2023-12-06T15:11:02.318048+0000 mgr.y (mgr.25504) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: cephadm 2023-12-06T15:11:02.417123+0000 mgr.y (mgr.25504) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: audit 2023-12-06T15:11:02.510579+0000 mgr.y (mgr.25504) 1140 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[80542]: cephadm 2023-12-06T15:11:02.511856+0000 mgr.y (mgr.25504) 1141 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: cephadm 2023-12-06T15:11:02.225446+0000 mgr.y (mgr.25504) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: cluster 2023-12-06T15:11:02.268444+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: cluster 2023-12-06T15:11:02.273122+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: cephadm 2023-12-06T15:11:02.318048+0000 mgr.y (mgr.25504) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: cephadm 2023-12-06T15:11:02.417123+0000 mgr.y (mgr.25504) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: audit 2023-12-06T15:11:02.510579+0000 mgr.y (mgr.25504) 1140 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:03.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:03 smithi116 bash[83021]: cephadm 2023-12-06T15:11:02.511856+0000 mgr.y (mgr.25504) 1141 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: cephadm 2023-12-06T15:11:02.225446+0000 mgr.y (mgr.25504) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: cluster 2023-12-06T15:11:02.268444+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: cluster 2023-12-06T15:11:02.273122+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: cephadm 2023-12-06T15:11:02.318048+0000 mgr.y (mgr.25504) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: cephadm 2023-12-06T15:11:02.417123+0000 mgr.y (mgr.25504) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: audit 2023-12-06T15:11:02.510579+0000 mgr.y (mgr.25504) 1140 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:03.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:03 smithi150 bash[70025]: cephadm 2023-12-06T15:11:02.511856+0000 mgr.y (mgr.25504) 1141 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T15:11:04.877 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:04 smithi150 bash[70025]: cluster 2023-12-06T15:11:03.502597+0000 mgr.y (mgr.25504) 1142 : cluster 0 pgmap v190: 161 pgs: 7 peering, 22 active+undersized+degraded, 36 active+undersized, 96 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 95/630 objects degraded (15.079%) 2023-12-06T15:11:04.877 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:04 smithi150 bash[70025]: cluster 2023-12-06T15:11:04.489826+0000 mon.a (mon.0) 4652 : cluster 3 Health check update: Degraded data redundancy: 95/630 objects degraded (15.079%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:04.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:04 smithi116 bash[80542]: cluster 2023-12-06T15:11:03.502597+0000 mgr.y (mgr.25504) 1142 : cluster 0 pgmap v190: 161 pgs: 7 peering, 22 active+undersized+degraded, 36 active+undersized, 96 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 95/630 objects degraded (15.079%) 2023-12-06T15:11:04.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:04 smithi116 bash[80542]: cluster 2023-12-06T15:11:04.489826+0000 mon.a (mon.0) 4652 : cluster 3 Health check update: Degraded data redundancy: 95/630 objects degraded (15.079%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:04 smithi116 bash[83021]: cluster 2023-12-06T15:11:03.502597+0000 mgr.y (mgr.25504) 1142 : cluster 0 pgmap v190: 161 pgs: 7 peering, 22 active+undersized+degraded, 36 active+undersized, 96 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 95/630 objects degraded (15.079%) 2023-12-06T15:11:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:04 smithi116 bash[83021]: cluster 2023-12-06T15:11:04.489826+0000 mon.a (mon.0) 4652 : cluster 3 Health check update: Degraded data redundancy: 95/630 objects degraded (15.079%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:05 smithi116 bash[80542]: cluster 2023-12-06T15:11:05.579240+0000 mon.a (mon.0) 4653 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/630 objects degraded (15.079%), 22 pgs degraded) 2023-12-06T15:11:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:05 smithi116 bash[80542]: cluster 2023-12-06T15:11:05.579326+0000 mon.a (mon.0) 4654 : cluster 1 Cluster is now healthy 2023-12-06T15:11:05.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:05 smithi116 bash[83021]: cluster 2023-12-06T15:11:05.579240+0000 mon.a (mon.0) 4653 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/630 objects degraded (15.079%), 22 pgs degraded) 2023-12-06T15:11:05.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:05 smithi116 bash[83021]: cluster 2023-12-06T15:11:05.579326+0000 mon.a (mon.0) 4654 : cluster 1 Cluster is now healthy 2023-12-06T15:11:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:05 smithi150 bash[70025]: cluster 2023-12-06T15:11:05.579240+0000 mon.a (mon.0) 4653 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/630 objects degraded (15.079%), 22 pgs degraded) 2023-12-06T15:11:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:05 smithi150 bash[70025]: cluster 2023-12-06T15:11:05.579326+0000 mon.a (mon.0) 4654 : cluster 1 Cluster is now healthy 2023-12-06T15:11:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[83021]: cluster 2023-12-06T15:11:05.504149+0000 mgr.y (mgr.25504) 1143 : cluster 0 pgmap v191: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T15:11:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[83021]: audit 2023-12-06T15:11:05.703940+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[83021]: audit 2023-12-06T15:11:05.713788+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[83021]: audit 2023-12-06T15:11:05.724985+0000 mon.a (mon.0) 4657 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[80542]: cluster 2023-12-06T15:11:05.504149+0000 mgr.y (mgr.25504) 1143 : cluster 0 pgmap v191: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T15:11:06.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[80542]: audit 2023-12-06T15:11:05.703940+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[80542]: audit 2023-12-06T15:11:05.713788+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:06 smithi116 bash[80542]: audit 2023-12-06T15:11:05.724985+0000 mon.a (mon.0) 4657 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:06 smithi150 bash[70025]: cluster 2023-12-06T15:11:05.504149+0000 mgr.y (mgr.25504) 1143 : cluster 0 pgmap v191: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T15:11:06.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:06 smithi150 bash[70025]: audit 2023-12-06T15:11:05.703940+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:06 smithi150 bash[70025]: audit 2023-12-06T15:11:05.713788+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:06.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:06 smithi150 bash[70025]: audit 2023-12-06T15:11:05.724985+0000 mon.a (mon.0) 4657 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.096 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:07 smithi116 bash[80542]: audit 2023-12-06T15:11:06.789694+0000 mon.a (mon.0) 4658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.096 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:07 smithi116 bash[80542]: audit 2023-12-06T15:11:06.798423+0000 mon.a (mon.0) 4659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.097 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:07 smithi116 bash[80542]: audit 2023-12-06T15:11:06.805846+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:07 smithi116 bash[83021]: audit 2023-12-06T15:11:06.789694+0000 mon.a (mon.0) 4658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:07 smithi116 bash[83021]: audit 2023-12-06T15:11:06.798423+0000 mon.a (mon.0) 4659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.097 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:07 smithi116 bash[83021]: audit 2023-12-06T15:11:06.805846+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:07 smithi150 bash[70025]: audit 2023-12-06T15:11:06.789694+0000 mon.a (mon.0) 4658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:07 smithi150 bash[70025]: audit 2023-12-06T15:11:06.798423+0000 mon.a (mon.0) 4659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:08.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:07 smithi150 bash[70025]: audit 2023-12-06T15:11:06.805846+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:09.082 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:08 smithi116 bash[80542]: cluster 2023-12-06T15:11:07.505080+0000 mgr.y (mgr.25504) 1144 : cluster 0 pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T15:11:09.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:08 smithi116 bash[83021]: cluster 2023-12-06T15:11:07.505080+0000 mgr.y (mgr.25504) 1144 : cluster 0 pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T15:11:09.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:08 smithi150 bash[70025]: cluster 2023-12-06T15:11:07.505080+0000 mgr.y (mgr.25504) 1144 : cluster 0 pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T15:11:10.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:10 smithi116 bash[80542]: cluster 2023-12-06T15:11:09.505727+0000 mgr.y (mgr.25504) 1145 : cluster 0 pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2023-12-06T15:11:10.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:10 smithi116 bash[80542]: audit 2023-12-06T15:11:09.900531+0000 mgr.y (mgr.25504) 1146 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:10 smithi116 bash[83021]: cluster 2023-12-06T15:11:09.505727+0000 mgr.y (mgr.25504) 1145 : cluster 0 pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2023-12-06T15:11:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:10 smithi116 bash[83021]: audit 2023-12-06T15:11:09.900531+0000 mgr.y (mgr.25504) 1146 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:10.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:10 smithi150 bash[70025]: cluster 2023-12-06T15:11:09.505727+0000 mgr.y (mgr.25504) 1145 : cluster 0 pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2023-12-06T15:11:10.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:10 smithi150 bash[70025]: audit 2023-12-06T15:11:09.900531+0000 mgr.y (mgr.25504) 1146 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:12.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:12 smithi116 bash[80542]: cluster 2023-12-06T15:11:11.507413+0000 mgr.y (mgr.25504) 1147 : cluster 0 pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:11:12.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:11:12] "GET /metrics HTTP/1.1" 200 38427 "" "Prometheus/2.33.4" 2023-12-06T15:11:12.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:12 smithi116 bash[83021]: cluster 2023-12-06T15:11:11.507413+0000 mgr.y (mgr.25504) 1147 : cluster 0 pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:11:12.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:12 smithi150 bash[70025]: cluster 2023-12-06T15:11:11.507413+0000 mgr.y (mgr.25504) 1147 : cluster 0 pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:11:15.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[80542]: cluster 2023-12-06T15:11:13.508305+0000 mgr.y (mgr.25504) 1148 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 910 B/s rd, 0 op/s 2023-12-06T15:11:15.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[80542]: audit 2023-12-06T15:11:13.728544+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:15.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[80542]: audit 2023-12-06T15:11:13.730788+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:15.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[80542]: audit 2023-12-06T15:11:13.946677+0000 mon.a (mon.0) 4663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[83021]: cluster 2023-12-06T15:11:13.508305+0000 mgr.y (mgr.25504) 1148 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 910 B/s rd, 0 op/s 2023-12-06T15:11:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[83021]: audit 2023-12-06T15:11:13.728544+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[83021]: audit 2023-12-06T15:11:13.730788+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:14 smithi116 bash[83021]: audit 2023-12-06T15:11:13.946677+0000 mon.a (mon.0) 4663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:14 smithi150 bash[70025]: cluster 2023-12-06T15:11:13.508305+0000 mgr.y (mgr.25504) 1148 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 910 B/s rd, 0 op/s 2023-12-06T15:11:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:14 smithi150 bash[70025]: audit 2023-12-06T15:11:13.728544+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:14 smithi150 bash[70025]: audit 2023-12-06T15:11:13.730788+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:15.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:14 smithi150 bash[70025]: audit 2023-12-06T15:11:13.946677+0000 mon.a (mon.0) 4663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:17.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:16 smithi116 bash[80542]: cluster 2023-12-06T15:11:15.509920+0000 mgr.y (mgr.25504) 1149 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:17.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:16 smithi116 bash[83021]: cluster 2023-12-06T15:11:15.509920+0000 mgr.y (mgr.25504) 1149 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:17.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:16 smithi150 bash[70025]: cluster 2023-12-06T15:11:15.509920+0000 mgr.y (mgr.25504) 1149 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:17 smithi116 bash[80542]: audit 2023-12-06T15:11:17.525692+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:18.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:17 smithi116 bash[83021]: audit 2023-12-06T15:11:17.525692+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:18.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:17 smithi150 bash[70025]: audit 2023-12-06T15:11:17.525692+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:19.149 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:18 smithi150 bash[70025]: cluster 2023-12-06T15:11:17.510820+0000 mgr.y (mgr.25504) 1150 : cluster 0 pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:19.149 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:18 smithi150 bash[70025]: audit 2023-12-06T15:11:17.526126+0000 mgr.y (mgr.25504) 1151 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:19.149 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:18 smithi150 bash[70025]: cephadm 2023-12-06T15:11:17.528947+0000 mgr.y (mgr.25504) 1152 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T15:11:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:18 smithi116 bash[80542]: cluster 2023-12-06T15:11:17.510820+0000 mgr.y (mgr.25504) 1150 : cluster 0 pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:18 smithi116 bash[80542]: audit 2023-12-06T15:11:17.526126+0000 mgr.y (mgr.25504) 1151 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:18 smithi116 bash[80542]: cephadm 2023-12-06T15:11:17.528947+0000 mgr.y (mgr.25504) 1152 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T15:11:19.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:18 smithi116 bash[83021]: cluster 2023-12-06T15:11:17.510820+0000 mgr.y (mgr.25504) 1150 : cluster 0 pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:19.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:18 smithi116 bash[83021]: audit 2023-12-06T15:11:17.526126+0000 mgr.y (mgr.25504) 1151 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:11:19.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:18 smithi116 bash[83021]: cephadm 2023-12-06T15:11:17.528947+0000 mgr.y (mgr.25504) 1152 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: cluster 2023-12-06T15:11:19.511781+0000 mgr.y (mgr.25504) 1153 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: cephadm 2023-12-06T15:11:19.649621+0000 mgr.y (mgr.25504) 1154 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: audit 2023-12-06T15:11:19.657869+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: audit 2023-12-06T15:11:19.662852+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: audit 2023-12-06T15:11:19.664487+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: cephadm 2023-12-06T15:11:19.668315+0000 mgr.y (mgr.25504) 1155 : cephadm 1 Deploying daemon osd.5 on smithi150 2023-12-06T15:11:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[80542]: audit 2023-12-06T15:11:19.906564+0000 mgr.y (mgr.25504) 1156 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: cluster 2023-12-06T15:11:19.511781+0000 mgr.y (mgr.25504) 1153 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: cephadm 2023-12-06T15:11:19.649621+0000 mgr.y (mgr.25504) 1154 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: audit 2023-12-06T15:11:19.657869+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: audit 2023-12-06T15:11:19.662852+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: audit 2023-12-06T15:11:19.664487+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: cephadm 2023-12-06T15:11:19.668315+0000 mgr.y (mgr.25504) 1155 : cephadm 1 Deploying daemon osd.5 on smithi150 2023-12-06T15:11:20.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:20 smithi116 bash[83021]: audit 2023-12-06T15:11:19.906564+0000 mgr.y (mgr.25504) 1156 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:20.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: cluster 2023-12-06T15:11:19.511781+0000 mgr.y (mgr.25504) 1153 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: cephadm 2023-12-06T15:11:19.649621+0000 mgr.y (mgr.25504) 1154 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T15:11:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: audit 2023-12-06T15:11:19.657869+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: audit 2023-12-06T15:11:19.662852+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:11:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: audit 2023-12-06T15:11:19.664487+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: cephadm 2023-12-06T15:11:19.668315+0000 mgr.y (mgr.25504) 1155 : cephadm 1 Deploying daemon osd.5 on smithi150 2023-12-06T15:11:20.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:20 smithi150 bash[70025]: audit 2023-12-06T15:11:19.906564+0000 mgr.y (mgr.25504) 1156 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:22.662 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:11:22] "GET /metrics HTTP/1.1" 200 38423 "" "Prometheus/2.33.4" 2023-12-06T15:11:22.892 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:22 smithi150 bash[70025]: cluster 2023-12-06T15:11:21.513527+0000 mgr.y (mgr.25504) 1157 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:22.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:22 smithi116 bash[80542]: cluster 2023-12-06T15:11:21.513527+0000 mgr.y (mgr.25504) 1157 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:22.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:22 smithi116 bash[83021]: cluster 2023-12-06T15:11:21.513527+0000 mgr.y (mgr.25504) 1157 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:24.087 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:23 smithi150 systemd[1]: Stopping Ceph osd.5 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:11:24.441 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:24 smithi150 bash[34427]: debug 2023-12-06T15:11:24.082+0000 7fb6a77f3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:11:24.442 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:24 smithi150 bash[34427]: debug 2023-12-06T15:11:24.082+0000 7fb6a77f3700 -1 osd.5 137 *** Got signal Terminated *** 2023-12-06T15:11:24.442 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:24 smithi150 bash[34427]: debug 2023-12-06T15:11:24.082+0000 7fb6a77f3700 -1 osd.5 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:11:24.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:24 smithi116 bash[80542]: cluster 2023-12-06T15:11:23.514378+0000 mgr.y (mgr.25504) 1158 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:24.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:24 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.085206+0000 mon.a (mon.0) 4668 : cluster 1 osd.5 marked itself down and dead 2023-12-06T15:11:24.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:24 smithi116 bash[83021]: cluster 2023-12-06T15:11:23.514378+0000 mgr.y (mgr.25504) 1158 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:24.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:24 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.085206+0000 mon.a (mon.0) 4668 : cluster 1 osd.5 marked itself down and dead 2023-12-06T15:11:24.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:24 smithi150 bash[70025]: cluster 2023-12-06T15:11:23.514378+0000 mgr.y (mgr.25504) 1158 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:24.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:24 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.085206+0000 mon.a (mon.0) 4668 : cluster 1 osd.5 marked itself down and dead 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.663575+0000 mon.a (mon.0) 4669 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.678268+0000 mon.a (mon.0) 4670 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.681202+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.681353+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.684811+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.685282+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.686813+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: cluster 2023-12-06T15:11:24.687185+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:25.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: audit 2023-12-06T15:11:25.568726+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:25.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: audit 2023-12-06T15:11:25.579578+0000 mon.a (mon.0) 4672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:25.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:25 smithi150 bash[70025]: audit 2023-12-06T15:11:25.591077+0000 mon.a (mon.0) 4673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.663575+0000 mon.a (mon.0) 4669 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:11:26.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.678268+0000 mon.a (mon.0) 4670 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T15:11:26.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.681202+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.681353+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.684811+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.685282+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.686813+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: cluster 2023-12-06T15:11:24.687185+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: audit 2023-12-06T15:11:25.568726+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: audit 2023-12-06T15:11:25.579578+0000 mon.a (mon.0) 4672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[80542]: audit 2023-12-06T15:11:25.591077+0000 mon.a (mon.0) 4673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.663575+0000 mon.a (mon.0) 4669 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.678268+0000 mon.a (mon.0) 4670 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.681202+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.681353+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.684811+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.685282+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.686813+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: cluster 2023-12-06T15:11:24.687185+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:11:26.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: audit 2023-12-06T15:11:25.568726+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: audit 2023-12-06T15:11:25.579578+0000 mon.a (mon.0) 4672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:25 smithi116 bash[83021]: audit 2023-12-06T15:11:25.591077+0000 mon.a (mon.0) 4673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:26.375 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[79179]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:11:26.375 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[79373]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.515699+0000 mgr.y (mgr.25504) 1159 : cluster 0 pgmap v202: 161 pgs: 27 peering, 12 stale+active+clean, 122 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.581792+0000 mgr.y (mgr.25504) 1160 : cluster 0 pgmap v203: 161 pgs: 27 peering, 12 stale+active+clean, 122 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.677244+0000 mon.a (mon.0) 4674 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.677292+0000 mon.a (mon.0) 4675 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.690887+0000 mon.a (mon.0) 4676 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.694919+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.696422+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.697916+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:26 smithi150 bash[70025]: cluster 2023-12-06T15:11:25.699929+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.515699+0000 mgr.y (mgr.25504) 1159 : cluster 0 pgmap v202: 161 pgs: 27 peering, 12 stale+active+clean, 122 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.581792+0000 mgr.y (mgr.25504) 1160 : cluster 0 pgmap v203: 161 pgs: 27 peering, 12 stale+active+clean, 122 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.677244+0000 mon.a (mon.0) 4674 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.677292+0000 mon.a (mon.0) 4675 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.690887+0000 mon.a (mon.0) 4676 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.694919+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.696422+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.697916+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.998 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[80542]: cluster 2023-12-06T15:11:25.699929+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.515699+0000 mgr.y (mgr.25504) 1159 : cluster 0 pgmap v202: 161 pgs: 27 peering, 12 stale+active+clean, 122 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.581792+0000 mgr.y (mgr.25504) 1160 : cluster 0 pgmap v203: 161 pgs: 27 peering, 12 stale+active+clean, 122 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.677244+0000 mon.a (mon.0) 4674 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.677292+0000 mon.a (mon.0) 4675 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.690887+0000 mon.a (mon.0) 4676 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.694919+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.696422+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.697916+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:26.999 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:26 smithi116 bash[83021]: cluster 2023-12-06T15:11:25.699929+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:11:28.370 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[83021]: audit 2023-12-06T15:11:26.966378+0000 mon.a (mon.0) 4677 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.370 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[83021]: audit 2023-12-06T15:11:26.978690+0000 mon.a (mon.0) 4678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.370 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[83021]: cluster 2023-12-06T15:11:26.981530+0000 mgr.y (mgr.25504) 1161 : cluster 0 pgmap v205: 161 pgs: 2 active+undersized+degraded, 27 peering, 7 stale+active+clean, 11 active+undersized, 114 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2023-12-06T15:11:28.370 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[83021]: cluster 2023-12-06T15:11:26.982310+0000 mgr.y (mgr.25504) 1162 : cluster 0 pgmap v206: 161 pgs: 2 active+undersized+degraded, 27 peering, 7 stale+active+clean, 11 active+undersized, 114 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2023-12-06T15:11:28.370 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[83021]: audit 2023-12-06T15:11:26.993045+0000 mon.a (mon.0) 4679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.371 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[80542]: audit 2023-12-06T15:11:26.966378+0000 mon.a (mon.0) 4677 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.371 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[80542]: audit 2023-12-06T15:11:26.978690+0000 mon.a (mon.0) 4678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.371 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[80542]: cluster 2023-12-06T15:11:26.981530+0000 mgr.y (mgr.25504) 1161 : cluster 0 pgmap v205: 161 pgs: 2 active+undersized+degraded, 27 peering, 7 stale+active+clean, 11 active+undersized, 114 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2023-12-06T15:11:28.371 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[80542]: cluster 2023-12-06T15:11:26.982310+0000 mgr.y (mgr.25504) 1162 : cluster 0 pgmap v206: 161 pgs: 2 active+undersized+degraded, 27 peering, 7 stale+active+clean, 11 active+undersized, 114 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2023-12-06T15:11:28.371 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:27 smithi116 bash[80542]: audit 2023-12-06T15:11:26.993045+0000 mon.a (mon.0) 4679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.435 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:27 smithi150 bash[70025]: audit 2023-12-06T15:11:26.966378+0000 mon.a (mon.0) 4677 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.435 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:27 smithi150 bash[70025]: audit 2023-12-06T15:11:26.978690+0000 mon.a (mon.0) 4678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:28.435 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:27 smithi150 bash[70025]: cluster 2023-12-06T15:11:26.981530+0000 mgr.y (mgr.25504) 1161 : cluster 0 pgmap v205: 161 pgs: 2 active+undersized+degraded, 27 peering, 7 stale+active+clean, 11 active+undersized, 114 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2023-12-06T15:11:28.435 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:27 smithi150 bash[70025]: cluster 2023-12-06T15:11:26.982310+0000 mgr.y (mgr.25504) 1162 : cluster 0 pgmap v206: 161 pgs: 2 active+undersized+degraded, 27 peering, 7 stale+active+clean, 11 active+undersized, 114 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2023-12-06T15:11:28.435 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:27 smithi150 bash[70025]: audit 2023-12-06T15:11:26.993045+0000 mon.a (mon.0) 4679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:28 smithi116 bash[80542]: cluster 2023-12-06T15:11:27.975789+0000 mon.a (mon.0) 4680 : cluster 3 Health check failed: Degraded data redundancy: 11/630 objects degraded (1.746%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:28 smithi116 bash[80542]: audit 2023-12-06T15:11:28.728827+0000 mon.a (mon.0) 4681 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:29.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:28 smithi116 bash[80542]: audit 2023-12-06T15:11:28.731041+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:29.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:28 smithi116 bash[83021]: cluster 2023-12-06T15:11:27.975789+0000 mon.a (mon.0) 4680 : cluster 3 Health check failed: Degraded data redundancy: 11/630 objects degraded (1.746%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:29.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:28 smithi116 bash[83021]: audit 2023-12-06T15:11:28.728827+0000 mon.a (mon.0) 4681 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:29.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:28 smithi116 bash[83021]: audit 2023-12-06T15:11:28.731041+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:29.249 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:28 smithi150 bash[70025]: cluster 2023-12-06T15:11:27.975789+0000 mon.a (mon.0) 4680 : cluster 3 Health check failed: Degraded data redundancy: 11/630 objects degraded (1.746%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:29.250 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:28 smithi150 bash[70025]: audit 2023-12-06T15:11:28.728827+0000 mon.a (mon.0) 4681 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:29.250 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:28 smithi150 bash[70025]: audit 2023-12-06T15:11:28.731041+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:29.250 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:29 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-06T15:11:29.250 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:29 smithi150 systemd[1]: Stopped Ceph osd.5 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:11:29.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:29 smithi150 systemd[1]: Started Ceph osd.5 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:11:30.322 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: cluster 2023-12-06T15:11:28.983202+0000 mgr.y (mgr.25504) 1163 : cluster 0 pgmap v207: 161 pgs: 3 active+undersized+degraded, 27 peering, 6 stale+active+clean, 15 active+undersized, 110 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 12/630 objects degraded (1.905%) 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.397670+0000 mon.a (mon.0) 4683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.405519+0000 mon.a (mon.0) 4684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.417108+0000 mon.a (mon.0) 4685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.418462+0000 mon.a (mon.0) 4686 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.430612+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.513546+0000 mon.a (mon.0) 4688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.517668+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.522179+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.523277+0000 mon.a (mon.0) 4691 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.533627+0000 mon.a (mon.0) 4692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.617207+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.323 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.620795+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.623941+0000 mon.a (mon.0) 4695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.625166+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.633001+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.714042+0000 mon.a (mon.0) 4698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.717447+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.720364+0000 mon.a (mon.0) 4700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: cluster 2023-12-06T15:11:28.983202+0000 mgr.y (mgr.25504) 1163 : cluster 0 pgmap v207: 161 pgs: 3 active+undersized+degraded, 27 peering, 6 stale+active+clean, 15 active+undersized, 110 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 12/630 objects degraded (1.905%) 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.397670+0000 mon.a (mon.0) 4683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.324 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.405519+0000 mon.a (mon.0) 4684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.417108+0000 mon.a (mon.0) 4685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.418462+0000 mon.a (mon.0) 4686 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.430612+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.513546+0000 mon.a (mon.0) 4688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.517668+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.522179+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.523277+0000 mon.a (mon.0) 4691 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.533627+0000 mon.a (mon.0) 4692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.617207+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.620795+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.623941+0000 mon.a (mon.0) 4695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.625166+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.633001+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.714042+0000 mon.a (mon.0) 4698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.325 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.717447+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.720364+0000 mon.a (mon.0) 4700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.721448+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.729404+0000 mon.a (mon.0) 4702 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.808466+0000 mon.a (mon.0) 4703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.812064+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.815295+0000 mon.a (mon.0) 4705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.816285+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.825506+0000 mon.a (mon.0) 4707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.908619+0000 mon.a (mon.0) 4708 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.910887+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.913377+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.914253+0000 mon.a (mon.0) 4711 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.326 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[83021]: audit 2023-12-06T15:11:29.922076+0000 mon.a (mon.0) 4712 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.721448+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.729404+0000 mon.a (mon.0) 4702 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.808466+0000 mon.a (mon.0) 4703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.812064+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.815295+0000 mon.a (mon.0) 4705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.816285+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.825506+0000 mon.a (mon.0) 4707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.908619+0000 mon.a (mon.0) 4708 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.910887+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.913377+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.914253+0000 mon.a (mon.0) 4711 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.327 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:29 smithi116 bash[80542]: audit 2023-12-06T15:11:29.922076+0000 mon.a (mon.0) 4712 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: cluster 2023-12-06T15:11:28.983202+0000 mgr.y (mgr.25504) 1163 : cluster 0 pgmap v207: 161 pgs: 3 active+undersized+degraded, 27 peering, 6 stale+active+clean, 15 active+undersized, 110 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 12/630 objects degraded (1.905%) 2023-12-06T15:11:30.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.397670+0000 mon.a (mon.0) 4683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.405519+0000 mon.a (mon.0) 4684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.417108+0000 mon.a (mon.0) 4685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.418462+0000 mon.a (mon.0) 4686 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.430612+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.513546+0000 mon.a (mon.0) 4688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.517668+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.522179+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.523277+0000 mon.a (mon.0) 4691 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.533627+0000 mon.a (mon.0) 4692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.617207+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.620795+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.623941+0000 mon.a (mon.0) 4695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.625166+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.633001+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.714042+0000 mon.a (mon.0) 4698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.717447+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.720364+0000 mon.a (mon.0) 4700 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.721448+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.729404+0000 mon.a (mon.0) 4702 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.808466+0000 mon.a (mon.0) 4703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.812064+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.815295+0000 mon.a (mon.0) 4705 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.816285+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.825506+0000 mon.a (mon.0) 4707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.908619+0000 mon.a (mon.0) 4708 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.910887+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.913377+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.914253+0000 mon.a (mon.0) 4711 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:30.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:29 smithi150 bash[70025]: audit 2023-12-06T15:11:29.922076+0000 mon.a (mon.0) 4712 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:31.102 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:11:32.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cluster 2023-12-06T15:11:29.420870+0000 mgr.y (mgr.25504) 1164 : cluster 0 pgmap v208: 161 pgs: 3 active+undersized+degraded, 27 peering, 6 stale+active+clean, 15 active+undersized, 110 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 12/630 objects degraded (1.905%) 2023-12-06T15:11:32.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:29.431628+0000 mgr.y (mgr.25504) 1165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:29.534481+0000 mgr.y (mgr.25504) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.002 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:29.633714+0000 mgr.y (mgr.25504) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:29.730187+0000 mgr.y (mgr.25504) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:29.826241+0000 mgr.y (mgr.25504) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:29.917215+0000 mgr.y (mgr.25504) 1170 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:29.922790+0000 mgr.y (mgr.25504) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cluster 2023-12-06T15:11:29.969677+0000 mon.a (mon.0) 4713 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:29.999263+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.001786+0000 mon.a (mon.0) 4715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.004497+0000 mon.a (mon.0) 4716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.005591+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.012336+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.013094+0000 mgr.y (mgr.25504) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.003 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.095565+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.098220+0000 mon.a (mon.0) 4720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.102808+0000 mon.a (mon.0) 4721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.104105+0000 mon.a (mon.0) 4722 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.112343+0000 mon.a (mon.0) 4723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.113078+0000 mgr.y (mgr.25504) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.195933+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.198728+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.202189+0000 mon.a (mon.0) 4726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.203462+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.210253+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.292556+0000 mon.a (mon.0) 4729 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.294716+0000 mon.a (mon.0) 4730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.004 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.298213+0000 mon.a (mon.0) 4731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.299348+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.305259+0000 mon.a (mon.0) 4733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.383719+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.388368+0000 mon.a (mon.0) 4735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.392253+0000 mon.a (mon.0) 4736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.393467+0000 mon.a (mon.0) 4737 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.399232+0000 mon.a (mon.0) 4738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.483142+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.485885+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.005 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.489506+0000 mon.a (mon.0) 4741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cluster 2023-12-06T15:11:29.420870+0000 mgr.y (mgr.25504) 1164 : cluster 0 pgmap v208: 161 pgs: 3 active+undersized+degraded, 27 peering, 6 stale+active+clean, 15 active+undersized, 110 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 12/630 objects degraded (1.905%) 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:29.431628+0000 mgr.y (mgr.25504) 1165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:29.534481+0000 mgr.y (mgr.25504) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:29.633714+0000 mgr.y (mgr.25504) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:29.730187+0000 mgr.y (mgr.25504) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:29.826241+0000 mgr.y (mgr.25504) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:29.917215+0000 mgr.y (mgr.25504) 1170 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:29.922790+0000 mgr.y (mgr.25504) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cluster 2023-12-06T15:11:29.969677+0000 mon.a (mon.0) 4713 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:11:32.006 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:29.999263+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.001786+0000 mon.a (mon.0) 4715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.004497+0000 mon.a (mon.0) 4716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.005591+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.012336+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.013094+0000 mgr.y (mgr.25504) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.095565+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.098220+0000 mon.a (mon.0) 4720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.102808+0000 mon.a (mon.0) 4721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.104105+0000 mon.a (mon.0) 4722 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.112343+0000 mon.a (mon.0) 4723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cluster 2023-12-06T15:11:29.420870+0000 mgr.y (mgr.25504) 1164 : cluster 0 pgmap v208: 161 pgs: 3 active+undersized+degraded, 27 peering, 6 stale+active+clean, 15 active+undersized, 110 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 12/630 objects degraded (1.905%) 2023-12-06T15:11:32.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:29.431628+0000 mgr.y (mgr.25504) 1165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:29.534481+0000 mgr.y (mgr.25504) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:29.633714+0000 mgr.y (mgr.25504) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:29.730187+0000 mgr.y (mgr.25504) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:29.826241+0000 mgr.y (mgr.25504) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:29.917215+0000 mgr.y (mgr.25504) 1170 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:29.922790+0000 mgr.y (mgr.25504) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cluster 2023-12-06T15:11:29.969677+0000 mon.a (mon.0) 4713 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:29.999263+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.001786+0000 mon.a (mon.0) 4715 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.004497+0000 mon.a (mon.0) 4716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.005591+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.012336+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.013094+0000 mgr.y (mgr.25504) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.095565+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.098220+0000 mon.a (mon.0) 4720 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.102808+0000 mon.a (mon.0) 4721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.104105+0000 mon.a (mon.0) 4722 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.009 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.112343+0000 mon.a (mon.0) 4723 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.113078+0000 mgr.y (mgr.25504) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.195933+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.198728+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.202189+0000 mon.a (mon.0) 4726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.203462+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.210253+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.292556+0000 mon.a (mon.0) 4729 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.294716+0000 mon.a (mon.0) 4730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.298213+0000 mon.a (mon.0) 4731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.299348+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.010 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.305259+0000 mon.a (mon.0) 4733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.383719+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.388368+0000 mon.a (mon.0) 4735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.392253+0000 mon.a (mon.0) 4736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.393467+0000 mon.a (mon.0) 4737 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.399232+0000 mon.a (mon.0) 4738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.483142+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.485885+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.489506+0000 mon.a (mon.0) 4741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.490935+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.498109+0000 mon.a (mon.0) 4743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.578556+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.581757+0000 mon.a (mon.0) 4745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.585583+0000 mon.a (mon.0) 4746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.587142+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.596425+0000 mon.a (mon.0) 4748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.676344+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.678706+0000 mon.a (mon.0) 4750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.681848+0000 mon.a (mon.0) 4751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.682996+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.692190+0000 mon.a (mon.0) 4753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.776670+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.779578+0000 mon.a (mon.0) 4755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.784412+0000 mon.a (mon.0) 4756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.785776+0000 mon.a (mon.0) 4757 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.793210+0000 mon.a (mon.0) 4758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.871073+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.873430+0000 mon.a (mon.0) 4760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.875624+0000 mon.a (mon.0) 4761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.876435+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.882220+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.962953+0000 mon.a (mon.0) 4764 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.965878+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.969077+0000 mon.a (mon.0) 4766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.013 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:30 smithi150 bash[70025]: audit 2023-12-06T15:11:30.970311+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T15:11:32.014 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[79568]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.490935+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.498109+0000 mon.a (mon.0) 4743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.578556+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.581757+0000 mon.a (mon.0) 4745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.585583+0000 mon.a (mon.0) 4746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.587142+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.596425+0000 mon.a (mon.0) 4748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.676344+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.015 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.678706+0000 mon.a (mon.0) 4750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.681848+0000 mon.a (mon.0) 4751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.682996+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.692190+0000 mon.a (mon.0) 4753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.776670+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.779578+0000 mon.a (mon.0) 4755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.784412+0000 mon.a (mon.0) 4756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.785776+0000 mon.a (mon.0) 4757 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.793210+0000 mon.a (mon.0) 4758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.871073+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.873430+0000 mon.a (mon.0) 4760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.875624+0000 mon.a (mon.0) 4761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.876435+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.016 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.882220+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.962953+0000 mon.a (mon.0) 4764 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.965878+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.969077+0000 mon.a (mon.0) 4766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.017 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[80542]: audit 2023-12-06T15:11:30.970311+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.017 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.113078+0000 mgr.y (mgr.25504) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.017 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.195933+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.198728+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.202189+0000 mon.a (mon.0) 4726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.203462+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.210253+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.292556+0000 mon.a (mon.0) 4729 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.294716+0000 mon.a (mon.0) 4730 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.298213+0000 mon.a (mon.0) 4731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.299348+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.305259+0000 mon.a (mon.0) 4733 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.383719+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.388368+0000 mon.a (mon.0) 4735 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.392253+0000 mon.a (mon.0) 4736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.018 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.393467+0000 mon.a (mon.0) 4737 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.399232+0000 mon.a (mon.0) 4738 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.483142+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.485885+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.489506+0000 mon.a (mon.0) 4741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.490935+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.498109+0000 mon.a (mon.0) 4743 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.578556+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.581757+0000 mon.a (mon.0) 4745 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.585583+0000 mon.a (mon.0) 4746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.587142+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.596425+0000 mon.a (mon.0) 4748 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.019 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.676344+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.678706+0000 mon.a (mon.0) 4750 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.681848+0000 mon.a (mon.0) 4751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.682996+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.692190+0000 mon.a (mon.0) 4753 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.776670+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.779578+0000 mon.a (mon.0) 4755 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.784412+0000 mon.a (mon.0) 4756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.785776+0000 mon.a (mon.0) 4757 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.793210+0000 mon.a (mon.0) 4758 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.871073+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.873430+0000 mon.a (mon.0) 4760 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.875624+0000 mon.a (mon.0) 4761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.020 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.876435+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.021 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.882220+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.021 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.962953+0000 mon.a (mon.0) 4764 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.021 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.965878+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.021 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.969077+0000 mon.a (mon.0) 4766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.021 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:30 smithi116 bash[83021]: audit 2023-12-06T15:11:30.970311+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:11:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 4s ago 22m - - 2023-12-06T15:11:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 6s ago 22m - - 2023-12-06T15:11:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (8m) 4s ago 15m 16.5M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:11:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (7m) 6s ago 15m 43.3M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (6m) 4s ago 12m 48.7M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (6m) 6s ago 21m 435M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (7m) 4s ago 23m 515M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (5m) 4s ago 24m 70.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (4m) 6s ago 22m 48.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (5m) 4s ago 22m 54.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (8m) 4s ago 15m 13.6M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (8m) 6s ago 15m 12.6M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (3m) 4s ago 21m 51.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (2m) 4s ago 20m 54.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (2m) 4s ago 20m 49.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:11:32.022 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (78s) 4s ago 19m 50.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (38s) 6s ago 18m 50.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e b4298365e8d0 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 starting - - - 4096M 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (17m) 6s ago 17m 63.6M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (16m) 6s ago 16m 68.9M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (6m) 6s ago 15m 65.6M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (13m) 4s ago 13m 89.4M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (13m) 6s ago 13m 89.2M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (13m) 4s ago 13m 88.6M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:11:32.023 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (13m) 6s ago 13m 88.9M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.210896+0000 mgr.y (mgr.25504) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.305985+0000 mgr.y (mgr.25504) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.399834+0000 mgr.y (mgr.25504) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.498856+0000 mgr.y (mgr.25504) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.597080+0000 mgr.y (mgr.25504) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.693560+0000 mgr.y (mgr.25504) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.210896+0000 mgr.y (mgr.25504) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.305985+0000 mgr.y (mgr.25504) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.399834+0000 mgr.y (mgr.25504) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.498856+0000 mgr.y (mgr.25504) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.024 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.597080+0000 mgr.y (mgr.25504) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.693560+0000 mgr.y (mgr.25504) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.793960+0000 mgr.y (mgr.25504) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.882833+0000 mgr.y (mgr.25504) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:30.978517+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:30.979484+0000 mgr.y (mgr.25504) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.065425+0000 mon.a (mon.0) 4769 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.069007+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.071725+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.072629+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.079328+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.079958+0000 mgr.y (mgr.25504) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.085972+0000 mgr.y (mgr.25504) 1184 : audit 0 from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:32.025 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.163316+0000 mon.a (mon.0) 4774 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.166579+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.169565+0000 mon.a (mon.0) 4776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.170693+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.178936+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.256452+0000 mon.a (mon.0) 4779 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.261493+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.265588+0000 mon.a (mon.0) 4781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.267009+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.275869+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.359661+0000 mon.a (mon.0) 4784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.361865+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.026 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.363959+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.364736+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.371312+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.434395+0000 mon.a (mon.0) 4789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.436880+0000 mon.a (mon.0) 4790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.439534+0000 mon.a (mon.0) 4791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.440460+0000 mon.a (mon.0) 4792 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.447723+0000 mon.a (mon.0) 4793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.527947+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.530523+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.533089+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.533968+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.539673+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.027 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.619546+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.621747+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.624234+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.625467+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.631489+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.713744+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.717643+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.721675+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.723325+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.730277+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.810798+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.813067+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.815818+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.028 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.816812+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.823657+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.910884+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.914921+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.929392+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.930537+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.029 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[80542]: audit 2023-12-06T15:11:31.937993+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.210896+0000 mgr.y (mgr.25504) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.305985+0000 mgr.y (mgr.25504) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.399834+0000 mgr.y (mgr.25504) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.498856+0000 mgr.y (mgr.25504) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.597080+0000 mgr.y (mgr.25504) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.693560+0000 mgr.y (mgr.25504) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.793960+0000 mgr.y (mgr.25504) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.882833+0000 mgr.y (mgr.25504) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:30.978517+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:30.979484+0000 mgr.y (mgr.25504) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.065425+0000 mon.a (mon.0) 4769 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.069007+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.071725+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.072629+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.079328+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.079958+0000 mgr.y (mgr.25504) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.085972+0000 mgr.y (mgr.25504) 1184 : audit 0 from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.163316+0000 mon.a (mon.0) 4774 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.166579+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.169565+0000 mon.a (mon.0) 4776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.170693+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.178936+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.256452+0000 mon.a (mon.0) 4779 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.261493+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.265588+0000 mon.a (mon.0) 4781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.267009+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.275869+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.359661+0000 mon.a (mon.0) 4784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.361865+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.363959+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.364736+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.371312+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.434395+0000 mon.a (mon.0) 4789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.436880+0000 mon.a (mon.0) 4790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.439534+0000 mon.a (mon.0) 4791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.440460+0000 mon.a (mon.0) 4792 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.447723+0000 mon.a (mon.0) 4793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.527947+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.530523+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.533089+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.533968+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.539673+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.619546+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.621747+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.624234+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.625467+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.631489+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.713744+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.717643+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.721675+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.723325+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.730277+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.810798+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.813067+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.815818+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.816812+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.823657+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.910884+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.914921+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.929392+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.930537+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:31 smithi150 bash[70025]: audit 2023-12-06T15:11:31.937993+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.391 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:11:32.392 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:11:32.393 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:11:32.393 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T15:11:32.393 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 10 2023-12-06T15:11:32.393 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:11:32.393 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:11:32.403 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.793960+0000 mgr.y (mgr.25504) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.882833+0000 mgr.y (mgr.25504) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:30.978517+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:30.979484+0000 mgr.y (mgr.25504) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.065425+0000 mon.a (mon.0) 4769 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.069007+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.071725+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.072629+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.079328+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.079958+0000 mgr.y (mgr.25504) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.085972+0000 mgr.y (mgr.25504) 1184 : audit 0 from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.163316+0000 mon.a (mon.0) 4774 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.166579+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.169565+0000 mon.a (mon.0) 4776 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.170693+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.178936+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.256452+0000 mon.a (mon.0) 4779 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.261493+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.265588+0000 mon.a (mon.0) 4781 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.267009+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.275869+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.359661+0000 mon.a (mon.0) 4784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.361865+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.363959+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.364736+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.371312+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.434395+0000 mon.a (mon.0) 4789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.436880+0000 mon.a (mon.0) 4790 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.439534+0000 mon.a (mon.0) 4791 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.440460+0000 mon.a (mon.0) 4792 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.447723+0000 mon.a (mon.0) 4793 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.527947+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.530523+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.533089+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.533968+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.539673+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.619546+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.621747+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.624234+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.625467+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.631489+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.713744+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.407 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.717643+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.721675+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.723325+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.730277+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.810798+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.813067+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.815818+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.816812+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.823657+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.910884+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.914921+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.929392+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.930537+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:32.408 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:31 smithi116 bash[83021]: audit 2023-12-06T15:11:31.937993+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:32.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:11:32] "GET /metrics HTTP/1.1" 200 38498 "" "Prometheus/2.33.4" 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "10/23 daemons upgraded", 2023-12-06T15:11:32.775 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:11:32.776 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:11:32.776 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:11:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.179772+0000 mgr.y (mgr.25504) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.276665+0000 mgr.y (mgr.25504) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.371893+0000 mgr.y (mgr.25504) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cluster 2023-12-06T15:11:31.422039+0000 mgr.y (mgr.25504) 1188 : cluster 0 pgmap v209: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.448356+0000 mgr.y (mgr.25504) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:31.502546+0000 mgr.y (mgr.25504) 1190 : audit 0 from='client.44461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.540287+0000 mgr.y (mgr.25504) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.632326+0000 mgr.y (mgr.25504) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.731036+0000 mgr.y (mgr.25504) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.824512+0000 mgr.y (mgr.25504) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:31.897667+0000 mgr.y (mgr.25504) 1195 : audit 0 from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:31.941286+0000 mgr.y (mgr.25504) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.026441+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.028871+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.031214+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.032129+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.038111+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.038793+0000 mgr.y (mgr.25504) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.116943+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.119245+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.122300+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.123520+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.131147+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.131843+0000 mgr.y (mgr.25504) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.211606+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.214864+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.219386+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.220658+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.230905+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.314120+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.316743+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.319718+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.320611+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.328826+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: cluster 2023-12-06T15:11:32.368300+0000 mon.a (mon.0) 4839 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 6 pgs peering) 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.389712+0000 mon.a (mon.0) 4840 : audit 0 from='client.? 172.21.15.116:0/412108565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.409931+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.412967+0000 mon.a (mon.0) 4842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.416088+0000 mon.a (mon.0) 4843 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.417131+0000 mon.a (mon.0) 4844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.424860+0000 mon.a (mon.0) 4845 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.505846+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.508164+0000 mon.a (mon.0) 4847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.510471+0000 mon.a (mon.0) 4848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.511233+0000 mon.a (mon.0) 4849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.518660+0000 mon.a (mon.0) 4850 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.582485+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.584853+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.587163+0000 mon.a (mon.0) 4853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.587876+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.595373+0000 mon.a (mon.0) 4855 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.680053+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.682211+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.684446+0000 mon.a (mon.0) 4858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.685210+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.696243+0000 mon.a (mon.0) 4860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.761599+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.765608+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.768357+0000 mon.a (mon.0) 4863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.769214+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.777475+0000 mon.a (mon.0) 4865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.858387+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.862677+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.866230+0000 mon.a (mon.0) 4868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.867571+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.875215+0000 mon.a (mon.0) 4870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.955886+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.957907+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.960439+0000 mon.a (mon.0) 4873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.961465+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.199 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:32 smithi150 bash[70025]: audit 2023-12-06T15:11:32.970229+0000 mon.a (mon.0) 4875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.269 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: osd.5 (root=default,host=smithi150) is down 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.c is active+undersized+degraded, acting [2,0] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.15 is active+undersized+degraded, acting [1,0] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 2.16 is active+undersized+degraded, acting [6,2] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-06T15:11:33.270 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 5.4 is active+undersized+degraded, acting [7,2] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-06T15:11:33.271 INFO:teuthology.orchestra.run.smithi116.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-06T15:11:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.179772+0000 mgr.y (mgr.25504) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.276665+0000 mgr.y (mgr.25504) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.371893+0000 mgr.y (mgr.25504) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cluster 2023-12-06T15:11:31.422039+0000 mgr.y (mgr.25504) 1188 : cluster 0 pgmap v209: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.448356+0000 mgr.y (mgr.25504) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:31.502546+0000 mgr.y (mgr.25504) 1190 : audit 0 from='client.44461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.540287+0000 mgr.y (mgr.25504) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.632326+0000 mgr.y (mgr.25504) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.731036+0000 mgr.y (mgr.25504) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.824512+0000 mgr.y (mgr.25504) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:31.897667+0000 mgr.y (mgr.25504) 1195 : audit 0 from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:31.941286+0000 mgr.y (mgr.25504) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.026441+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.028871+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.031214+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.032129+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.038111+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.038793+0000 mgr.y (mgr.25504) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.116943+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.119245+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.179772+0000 mgr.y (mgr.25504) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.276665+0000 mgr.y (mgr.25504) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.371893+0000 mgr.y (mgr.25504) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cluster 2023-12-06T15:11:31.422039+0000 mgr.y (mgr.25504) 1188 : cluster 0 pgmap v209: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.448356+0000 mgr.y (mgr.25504) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:31.502546+0000 mgr.y (mgr.25504) 1190 : audit 0 from='client.44461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.540287+0000 mgr.y (mgr.25504) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.632326+0000 mgr.y (mgr.25504) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.731036+0000 mgr.y (mgr.25504) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.824512+0000 mgr.y (mgr.25504) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:31.897667+0000 mgr.y (mgr.25504) 1195 : audit 0 from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:31.941286+0000 mgr.y (mgr.25504) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.026441+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.028871+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.031214+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.032129+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.038111+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.038793+0000 mgr.y (mgr.25504) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.116943+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.119245+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.122300+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.123520+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.131147+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.131843+0000 mgr.y (mgr.25504) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.211606+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.214864+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.219386+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.220658+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.230905+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.314120+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.316743+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.319718+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.320611+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.328826+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: cluster 2023-12-06T15:11:32.368300+0000 mon.a (mon.0) 4839 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 6 pgs peering) 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.389712+0000 mon.a (mon.0) 4840 : audit 0 from='client.? 172.21.15.116:0/412108565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.409931+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.412967+0000 mon.a (mon.0) 4842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.416088+0000 mon.a (mon.0) 4843 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.417131+0000 mon.a (mon.0) 4844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.122300+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.123520+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.131147+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.131843+0000 mgr.y (mgr.25504) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.211606+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.214864+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.219386+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.220658+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.230905+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.314120+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.316743+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.319718+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.320611+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.328826+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: cluster 2023-12-06T15:11:32.368300+0000 mon.a (mon.0) 4839 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 6 pgs peering) 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.389712+0000 mon.a (mon.0) 4840 : audit 0 from='client.? 172.21.15.116:0/412108565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.409931+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.412967+0000 mon.a (mon.0) 4842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.416088+0000 mon.a (mon.0) 4843 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.417131+0000 mon.a (mon.0) 4844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.424860+0000 mon.a (mon.0) 4845 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.505846+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.508164+0000 mon.a (mon.0) 4847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.510471+0000 mon.a (mon.0) 4848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.511233+0000 mon.a (mon.0) 4849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.518660+0000 mon.a (mon.0) 4850 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.582485+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.584853+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.587163+0000 mon.a (mon.0) 4853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.587876+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.595373+0000 mon.a (mon.0) 4855 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.680053+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.682211+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.684446+0000 mon.a (mon.0) 4858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.685210+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.696243+0000 mon.a (mon.0) 4860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.761599+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.765608+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.768357+0000 mon.a (mon.0) 4863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.769214+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.777475+0000 mon.a (mon.0) 4865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.858387+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.862677+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.866230+0000 mon.a (mon.0) 4868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.867571+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.875215+0000 mon.a (mon.0) 4870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.955886+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.957907+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.960439+0000 mon.a (mon.0) 4873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.961465+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[80542]: audit 2023-12-06T15:11:32.970229+0000 mon.a (mon.0) 4875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.424860+0000 mon.a (mon.0) 4845 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.505846+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.508164+0000 mon.a (mon.0) 4847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.510471+0000 mon.a (mon.0) 4848 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.511233+0000 mon.a (mon.0) 4849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.518660+0000 mon.a (mon.0) 4850 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.582485+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.584853+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.587163+0000 mon.a (mon.0) 4853 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.587876+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.595373+0000 mon.a (mon.0) 4855 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.680053+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.682211+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.684446+0000 mon.a (mon.0) 4858 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.685210+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.696243+0000 mon.a (mon.0) 4860 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.761599+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.765608+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.768357+0000 mon.a (mon.0) 4863 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.769214+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.777475+0000 mon.a (mon.0) 4865 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.858387+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.862677+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.866230+0000 mon.a (mon.0) 4868 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.867571+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.875215+0000 mon.a (mon.0) 4870 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.955886+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:33.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.957907+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:33.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.960439+0000 mon.a (mon.0) 4873 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.961465+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:32 smithi116 bash[83021]: audit 2023-12-06T15:11:32.970229+0000 mon.a (mon.0) 4875 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:33.995 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[80007]: debug 2023-12-06T15:11:33.838+0000 7f0476c72700 1 -- 172.21.15.150:0/1701806925 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561e1fe451e0 con 0x561e1feca800 2023-12-06T15:11:34.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.231592+0000 mgr.y (mgr.25504) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.329402+0000 mgr.y (mgr.25504) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.425716+0000 mgr.y (mgr.25504) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.519346+0000 mgr.y (mgr.25504) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.596064+0000 mgr.y (mgr.25504) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.696870+0000 mgr.y (mgr.25504) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:32.772876+0000 mgr.y (mgr.25504) 1205 : audit 0 from='client.44479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.778095+0000 mgr.y (mgr.25504) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.875891+0000 mgr.y (mgr.25504) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:32.970811+0000 mgr.y (mgr.25504) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.048381+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.051229+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.054395+0000 mon.a (mon.0) 4878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.055602+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.063225+0000 mon.a (mon.0) 4880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.063881+0000 mgr.y (mgr.25504) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.143030+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.146152+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.149644+0000 mon.a (mon.0) 4883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.150804+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.160092+0000 mon.a (mon.0) 4885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.242834+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.247344+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.251251+0000 mon.a (mon.0) 4888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.252563+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.261482+0000 mon.a (mon.0) 4890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.267599+0000 mon.a (mon.0) 4891 : audit 0 from='client.? 172.21.15.116:0/859568238' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:34.357 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.344165+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.346739+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.350134+0000 mon.a (mon.0) 4894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.351044+0000 mon.a (mon.0) 4895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.356822+0000 mon.a (mon.0) 4896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.438746+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.441475+0000 mon.a (mon.0) 4898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.444112+0000 mon.a (mon.0) 4899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.445049+0000 mon.a (mon.0) 4900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.451321+0000 mon.a (mon.0) 4901 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.358 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.533931+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.536791+0000 mon.a (mon.0) 4903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.541238+0000 mon.a (mon.0) 4904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.542313+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.549486+0000 mon.a (mon.0) 4906 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.627908+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.359 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.632579+0000 mon.a (mon.0) 4908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.636443+0000 mon.a (mon.0) 4909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.638034+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.647621+0000 mon.a (mon.0) 4911 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.727354+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.729497+0000 mon.a (mon.0) 4913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.731765+0000 mon.a (mon.0) 4914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.732485+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.739244+0000 mon.a (mon.0) 4916 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.824355+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.360 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.827121+0000 mon.a (mon.0) 4918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.830652+0000 mon.a (mon.0) 4919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.831993+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.839797+0000 mon.a (mon.0) 4921 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.922228+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.924818+0000 mon.a (mon.0) 4923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.928338+0000 mon.a (mon.0) 4924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.929626+0000 mon.a (mon.0) 4925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.361 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:33 smithi150 bash[70025]: audit 2023-12-06T15:11:33.937828+0000 mon.a (mon.0) 4926 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.231592+0000 mgr.y (mgr.25504) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.329402+0000 mgr.y (mgr.25504) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.425716+0000 mgr.y (mgr.25504) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.519346+0000 mgr.y (mgr.25504) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.596064+0000 mgr.y (mgr.25504) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.696870+0000 mgr.y (mgr.25504) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:32.772876+0000 mgr.y (mgr.25504) 1205 : audit 0 from='client.44479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.778095+0000 mgr.y (mgr.25504) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.875891+0000 mgr.y (mgr.25504) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:32.970811+0000 mgr.y (mgr.25504) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.048381+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.051229+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.054395+0000 mon.a (mon.0) 4878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.055602+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.063225+0000 mon.a (mon.0) 4880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.063881+0000 mgr.y (mgr.25504) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.143030+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.146152+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.149644+0000 mon.a (mon.0) 4883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.150804+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.231592+0000 mgr.y (mgr.25504) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.329402+0000 mgr.y (mgr.25504) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.425716+0000 mgr.y (mgr.25504) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.519346+0000 mgr.y (mgr.25504) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.596064+0000 mgr.y (mgr.25504) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.696870+0000 mgr.y (mgr.25504) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:32.772876+0000 mgr.y (mgr.25504) 1205 : audit 0 from='client.44479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:34.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.778095+0000 mgr.y (mgr.25504) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.875891+0000 mgr.y (mgr.25504) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:32.970811+0000 mgr.y (mgr.25504) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.048381+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.051229+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.054395+0000 mon.a (mon.0) 4878 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.055602+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.063225+0000 mon.a (mon.0) 4880 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.063881+0000 mgr.y (mgr.25504) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.143030+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.146152+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.149644+0000 mon.a (mon.0) 4883 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.150804+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.160092+0000 mon.a (mon.0) 4885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.242834+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.247344+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.251251+0000 mon.a (mon.0) 4888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.252563+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.261482+0000 mon.a (mon.0) 4890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.267599+0000 mon.a (mon.0) 4891 : audit 0 from='client.? 172.21.15.116:0/859568238' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:34.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.344165+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.346739+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.350134+0000 mon.a (mon.0) 4894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.351044+0000 mon.a (mon.0) 4895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.356822+0000 mon.a (mon.0) 4896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.438746+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.441475+0000 mon.a (mon.0) 4898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.444112+0000 mon.a (mon.0) 4899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.445049+0000 mon.a (mon.0) 4900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.451321+0000 mon.a (mon.0) 4901 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.533931+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.536791+0000 mon.a (mon.0) 4903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.541238+0000 mon.a (mon.0) 4904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.160092+0000 mon.a (mon.0) 4885 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.242834+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.247344+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.251251+0000 mon.a (mon.0) 4888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.252563+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.261482+0000 mon.a (mon.0) 4890 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.267599+0000 mon.a (mon.0) 4891 : audit 0 from='client.? 172.21.15.116:0/859568238' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.344165+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.346739+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.350134+0000 mon.a (mon.0) 4894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.351044+0000 mon.a (mon.0) 4895 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.356822+0000 mon.a (mon.0) 4896 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.438746+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.441475+0000 mon.a (mon.0) 4898 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.444112+0000 mon.a (mon.0) 4899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.445049+0000 mon.a (mon.0) 4900 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.451321+0000 mon.a (mon.0) 4901 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.533931+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.536791+0000 mon.a (mon.0) 4903 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.541238+0000 mon.a (mon.0) 4904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.542313+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.549486+0000 mon.a (mon.0) 4906 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.627908+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.632579+0000 mon.a (mon.0) 4908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.636443+0000 mon.a (mon.0) 4909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.638034+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.647621+0000 mon.a (mon.0) 4911 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.727354+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.729497+0000 mon.a (mon.0) 4913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.731765+0000 mon.a (mon.0) 4914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.732485+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.739244+0000 mon.a (mon.0) 4916 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.824355+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.827121+0000 mon.a (mon.0) 4918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.830652+0000 mon.a (mon.0) 4919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.831993+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.839797+0000 mon.a (mon.0) 4921 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.922228+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.924818+0000 mon.a (mon.0) 4923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.928338+0000 mon.a (mon.0) 4924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.929626+0000 mon.a (mon.0) 4925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[80542]: audit 2023-12-06T15:11:33.937828+0000 mon.a (mon.0) 4926 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.542313+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.549486+0000 mon.a (mon.0) 4906 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.627908+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.632579+0000 mon.a (mon.0) 4908 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.636443+0000 mon.a (mon.0) 4909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.638034+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.647621+0000 mon.a (mon.0) 4911 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.727354+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.729497+0000 mon.a (mon.0) 4913 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.731765+0000 mon.a (mon.0) 4914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.732485+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.739244+0000 mon.a (mon.0) 4916 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.824355+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.827121+0000 mon.a (mon.0) 4918 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.830652+0000 mon.a (mon.0) 4919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.831993+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.839797+0000 mon.a (mon.0) 4921 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.922228+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:34.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.924818+0000 mon.a (mon.0) 4923 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:34.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.928338+0000 mon.a (mon.0) 4924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.929626+0000 mon.a (mon.0) 4925 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:33 smithi116 bash[83021]: audit 2023-12-06T15:11:33.937828+0000 mon.a (mon.0) 4926 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:34.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[80007]: debug 2023-12-06T15:11:34.402+0000 7f047fdf8640 -1 Falling back to public interface 2023-12-06T15:11:35.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.160626+0000 mgr.y (mgr.25504) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.262000+0000 mgr.y (mgr.25504) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.357611+0000 mgr.y (mgr.25504) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cluster 2023-12-06T15:11:33.423094+0000 mgr.y (mgr.25504) 1213 : cluster 0 pgmap v210: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.451858+0000 mgr.y (mgr.25504) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.550252+0000 mgr.y (mgr.25504) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.648439+0000 mgr.y (mgr.25504) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.739957+0000 mgr.y (mgr.25504) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.840387+0000 mgr.y (mgr.25504) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:33.938415+0000 mgr.y (mgr.25504) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.016034+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.018572+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.021359+0000 mon.a (mon.0) 4929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.022432+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.029666+0000 mon.a (mon.0) 4931 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.030424+0000 mgr.y (mgr.25504) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.110002+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.113000+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.115617+0000 mon.a (mon.0) 4934 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[80542]: audit 2023-12-06T15:11:34.116550+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.122946+0000 mon.a (mon.0) 4936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.123464+0000 mgr.y (mgr.25504) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.204610+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.206621+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.209243+0000 mon.a (mon.0) 4939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.210014+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.217657+0000 mon.a (mon.0) 4941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.300559+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.304222+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.309249+0000 mon.a (mon.0) 4944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.310693+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.317939+0000 mon.a (mon.0) 4946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.382348+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.384511+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.387891+0000 mon.a (mon.0) 4949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.389006+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.397434+0000 mon.a (mon.0) 4951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.480405+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.483036+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.485911+0000 mon.a (mon.0) 4954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.486901+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.495081+0000 mon.a (mon.0) 4956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: cluster 2023-12-06T15:11:34.505195+0000 mon.a (mon.0) 4957 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.574379+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.576712+0000 mon.a (mon.0) 4959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.579629+0000 mon.a (mon.0) 4960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.580492+0000 mon.a (mon.0) 4961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.589569+0000 mon.a (mon.0) 4962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.670232+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.672618+0000 mon.a (mon.0) 4964 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.675394+0000 mon.a (mon.0) 4965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.676415+0000 mon.a (mon.0) 4966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.684429+0000 mon.a (mon.0) 4967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.764125+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.766056+0000 mon.a (mon.0) 4969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.768506+0000 mon.a (mon.0) 4970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.769210+0000 mon.a (mon.0) 4971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.780062+0000 mon.a (mon.0) 4972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.857487+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.860683+0000 mon.a (mon.0) 4974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.864556+0000 mon.a (mon.0) 4975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.865991+0000 mon.a (mon.0) 4976 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.875457+0000 mon.a (mon.0) 4977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.952799+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.955997+0000 mon.a (mon.0) 4979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.959977+0000 mon.a (mon.0) 4980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.961307+0000 mon.a (mon.0) 4981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[80542]: audit 2023-12-06T15:11:34.971267+0000 mon.a (mon.0) 4982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.160626+0000 mgr.y (mgr.25504) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.262000+0000 mgr.y (mgr.25504) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.357611+0000 mgr.y (mgr.25504) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cluster 2023-12-06T15:11:33.423094+0000 mgr.y (mgr.25504) 1213 : cluster 0 pgmap v210: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.451858+0000 mgr.y (mgr.25504) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.550252+0000 mgr.y (mgr.25504) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.648439+0000 mgr.y (mgr.25504) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.739957+0000 mgr.y (mgr.25504) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.840387+0000 mgr.y (mgr.25504) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: cephadm 2023-12-06T15:11:33.938415+0000 mgr.y (mgr.25504) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: audit 2023-12-06T15:11:34.016034+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: audit 2023-12-06T15:11:34.018572+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:34 smithi116 bash[83021]: audit 2023-12-06T15:11:34.021359+0000 mon.a (mon.0) 4929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.022432+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.029666+0000 mon.a (mon.0) 4931 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.030424+0000 mgr.y (mgr.25504) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.110002+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.113000+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.115617+0000 mon.a (mon.0) 4934 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.116550+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.122946+0000 mon.a (mon.0) 4936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.123464+0000 mgr.y (mgr.25504) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.204610+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.206621+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.209243+0000 mon.a (mon.0) 4939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.210014+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.217657+0000 mon.a (mon.0) 4941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.300559+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.304222+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.309249+0000 mon.a (mon.0) 4944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.310693+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.317939+0000 mon.a (mon.0) 4946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.382348+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.384511+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.387891+0000 mon.a (mon.0) 4949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.389006+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.397434+0000 mon.a (mon.0) 4951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.480405+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.483036+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.485911+0000 mon.a (mon.0) 4954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.486901+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.495081+0000 mon.a (mon.0) 4956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: cluster 2023-12-06T15:11:34.505195+0000 mon.a (mon.0) 4957 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.574379+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.576712+0000 mon.a (mon.0) 4959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.579629+0000 mon.a (mon.0) 4960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.580492+0000 mon.a (mon.0) 4961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.589569+0000 mon.a (mon.0) 4962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.670232+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.672618+0000 mon.a (mon.0) 4964 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.675394+0000 mon.a (mon.0) 4965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.676415+0000 mon.a (mon.0) 4966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.684429+0000 mon.a (mon.0) 4967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.764125+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.766056+0000 mon.a (mon.0) 4969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.768506+0000 mon.a (mon.0) 4970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.769210+0000 mon.a (mon.0) 4971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.780062+0000 mon.a (mon.0) 4972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.857487+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.860683+0000 mon.a (mon.0) 4974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.864556+0000 mon.a (mon.0) 4975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.865991+0000 mon.a (mon.0) 4976 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.875457+0000 mon.a (mon.0) 4977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.952799+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.955997+0000 mon.a (mon.0) 4979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.959977+0000 mon.a (mon.0) 4980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.961307+0000 mon.a (mon.0) 4981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:35 smithi116 bash[83021]: audit 2023-12-06T15:11:34.971267+0000 mon.a (mon.0) 4982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.160626+0000 mgr.y (mgr.25504) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.262000+0000 mgr.y (mgr.25504) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.357611+0000 mgr.y (mgr.25504) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cluster 2023-12-06T15:11:33.423094+0000 mgr.y (mgr.25504) 1213 : cluster 0 pgmap v210: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.451858+0000 mgr.y (mgr.25504) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.550252+0000 mgr.y (mgr.25504) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.648439+0000 mgr.y (mgr.25504) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.739957+0000 mgr.y (mgr.25504) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.840387+0000 mgr.y (mgr.25504) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: cephadm 2023-12-06T15:11:33.938415+0000 mgr.y (mgr.25504) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: audit 2023-12-06T15:11:34.016034+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:34 smithi150 bash[70025]: audit 2023-12-06T15:11:34.018572+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.021359+0000 mon.a (mon.0) 4929 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.022432+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.029666+0000 mon.a (mon.0) 4931 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.030424+0000 mgr.y (mgr.25504) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.110002+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.113000+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.115617+0000 mon.a (mon.0) 4934 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.116550+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.122946+0000 mon.a (mon.0) 4936 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.123464+0000 mgr.y (mgr.25504) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.204610+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.206621+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.209243+0000 mon.a (mon.0) 4939 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.210014+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.217657+0000 mon.a (mon.0) 4941 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.300559+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.304222+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.309249+0000 mon.a (mon.0) 4944 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.310693+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.317939+0000 mon.a (mon.0) 4946 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.382348+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.384511+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.387891+0000 mon.a (mon.0) 4949 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.389006+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.397434+0000 mon.a (mon.0) 4951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.480405+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.483036+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.485911+0000 mon.a (mon.0) 4954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.486901+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.495081+0000 mon.a (mon.0) 4956 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: cluster 2023-12-06T15:11:34.505195+0000 mon.a (mon.0) 4957 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.574379+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.576712+0000 mon.a (mon.0) 4959 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.579629+0000 mon.a (mon.0) 4960 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.580492+0000 mon.a (mon.0) 4961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.589569+0000 mon.a (mon.0) 4962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.670232+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.672618+0000 mon.a (mon.0) 4964 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.675394+0000 mon.a (mon.0) 4965 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.676415+0000 mon.a (mon.0) 4966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.684429+0000 mon.a (mon.0) 4967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.764125+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.766056+0000 mon.a (mon.0) 4969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.768506+0000 mon.a (mon.0) 4970 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.769210+0000 mon.a (mon.0) 4971 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.780062+0000 mon.a (mon.0) 4972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.857487+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.860683+0000 mon.a (mon.0) 4974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.864556+0000 mon.a (mon.0) 4975 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.865991+0000 mon.a (mon.0) 4976 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.875457+0000 mon.a (mon.0) 4977 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.952799+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.955997+0000 mon.a (mon.0) 4979 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.959977+0000 mon.a (mon.0) 4980 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.961307+0000 mon.a (mon.0) 4981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:35.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:35 smithi150 bash[70025]: audit 2023-12-06T15:11:34.971267+0000 mon.a (mon.0) 4982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.218235+0000 mgr.y (mgr.25504) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.318628+0000 mgr.y (mgr.25504) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.398010+0000 mgr.y (mgr.25504) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.495592+0000 mgr.y (mgr.25504) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.590068+0000 mgr.y (mgr.25504) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.685133+0000 mgr.y (mgr.25504) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.780535+0000 mgr.y (mgr.25504) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.876068+0000 mgr.y (mgr.25504) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:34.971993+0000 mgr.y (mgr.25504) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.049611+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.052500+0000 mon.a (mon.0) 4984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.055838+0000 mon.a (mon.0) 4985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.056944+0000 mon.a (mon.0) 4986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.065018+0000 mon.a (mon.0) 4987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.066099+0000 mgr.y (mgr.25504) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.148839+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.151394+0000 mon.a (mon.0) 4989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.154134+0000 mon.a (mon.0) 4990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.155085+0000 mon.a (mon.0) 4991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.160737+0000 mon.a (mon.0) 4992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.241540+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.218235+0000 mgr.y (mgr.25504) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.318628+0000 mgr.y (mgr.25504) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.398010+0000 mgr.y (mgr.25504) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.495592+0000 mgr.y (mgr.25504) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.590068+0000 mgr.y (mgr.25504) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.685133+0000 mgr.y (mgr.25504) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.780535+0000 mgr.y (mgr.25504) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.876068+0000 mgr.y (mgr.25504) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:34.971993+0000 mgr.y (mgr.25504) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.049611+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.052500+0000 mon.a (mon.0) 4984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.055838+0000 mon.a (mon.0) 4985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.056944+0000 mon.a (mon.0) 4986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.065018+0000 mon.a (mon.0) 4987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.066099+0000 mgr.y (mgr.25504) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.148839+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.151394+0000 mon.a (mon.0) 4989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.154134+0000 mon.a (mon.0) 4990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.155085+0000 mon.a (mon.0) 4991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.160737+0000 mon.a (mon.0) 4992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.241540+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.243803+0000 mon.a (mon.0) 4994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.247531+0000 mon.a (mon.0) 4995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.248843+0000 mon.a (mon.0) 4996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.257511+0000 mon.a (mon.0) 4997 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.338886+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.341893+0000 mon.a (mon.0) 4999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.344800+0000 mon.a (mon.0) 5000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.345953+0000 mon.a (mon.0) 5001 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.355088+0000 mon.a (mon.0) 5002 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.433361+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.436176+0000 mon.a (mon.0) 5004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.439235+0000 mon.a (mon.0) 5005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.440273+0000 mon.a (mon.0) 5006 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.450261+0000 mon.a (mon.0) 5007 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.532866+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.535331+0000 mon.a (mon.0) 5009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.538121+0000 mon.a (mon.0) 5010 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.538929+0000 mon.a (mon.0) 5011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.548652+0000 mon.a (mon.0) 5012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.626962+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.630016+0000 mon.a (mon.0) 5014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.633882+0000 mon.a (mon.0) 5015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.635138+0000 mon.a (mon.0) 5016 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.644264+0000 mon.a (mon.0) 5017 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.727017+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.729845+0000 mon.a (mon.0) 5019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.734563+0000 mon.a (mon.0) 5020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.736115+0000 mon.a (mon.0) 5021 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.746237+0000 mon.a (mon.0) 5022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.827366+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.830591+0000 mon.a (mon.0) 5024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.834228+0000 mon.a (mon.0) 5025 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.835318+0000 mon.a (mon.0) 5026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.844605+0000 mon.a (mon.0) 5027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.925540+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.928195+0000 mon.a (mon.0) 5029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.931417+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.932533+0000 mon.a (mon.0) 5031 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[80542]: audit 2023-12-06T15:11:35.942652+0000 mon.a (mon.0) 5032 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.243803+0000 mon.a (mon.0) 4994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.247531+0000 mon.a (mon.0) 4995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.248843+0000 mon.a (mon.0) 4996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.257511+0000 mon.a (mon.0) 4997 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.338886+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.341893+0000 mon.a (mon.0) 4999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.344800+0000 mon.a (mon.0) 5000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.345953+0000 mon.a (mon.0) 5001 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.355088+0000 mon.a (mon.0) 5002 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.433361+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.436176+0000 mon.a (mon.0) 5004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.439235+0000 mon.a (mon.0) 5005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.440273+0000 mon.a (mon.0) 5006 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.450261+0000 mon.a (mon.0) 5007 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.532866+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.535331+0000 mon.a (mon.0) 5009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.538121+0000 mon.a (mon.0) 5010 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.538929+0000 mon.a (mon.0) 5011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.548652+0000 mon.a (mon.0) 5012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.626962+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.630016+0000 mon.a (mon.0) 5014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.633882+0000 mon.a (mon.0) 5015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.635138+0000 mon.a (mon.0) 5016 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.644264+0000 mon.a (mon.0) 5017 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.727017+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.729845+0000 mon.a (mon.0) 5019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.734563+0000 mon.a (mon.0) 5020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.736115+0000 mon.a (mon.0) 5021 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.746237+0000 mon.a (mon.0) 5022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.827366+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.830591+0000 mon.a (mon.0) 5024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.834228+0000 mon.a (mon.0) 5025 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.835318+0000 mon.a (mon.0) 5026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.844605+0000 mon.a (mon.0) 5027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.925540+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.928195+0000 mon.a (mon.0) 5029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.931417+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.932533+0000 mon.a (mon.0) 5031 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:36 smithi116 bash[83021]: audit 2023-12-06T15:11:35.942652+0000 mon.a (mon.0) 5032 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.218235+0000 mgr.y (mgr.25504) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.318628+0000 mgr.y (mgr.25504) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.398010+0000 mgr.y (mgr.25504) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.495592+0000 mgr.y (mgr.25504) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.590068+0000 mgr.y (mgr.25504) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.685133+0000 mgr.y (mgr.25504) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.780535+0000 mgr.y (mgr.25504) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.876068+0000 mgr.y (mgr.25504) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:34.971993+0000 mgr.y (mgr.25504) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.049611+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.052500+0000 mon.a (mon.0) 4984 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.055838+0000 mon.a (mon.0) 4985 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.056944+0000 mon.a (mon.0) 4986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.065018+0000 mon.a (mon.0) 4987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.066099+0000 mgr.y (mgr.25504) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:36.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.148839+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.151394+0000 mon.a (mon.0) 4989 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.154134+0000 mon.a (mon.0) 4990 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.155085+0000 mon.a (mon.0) 4991 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.160737+0000 mon.a (mon.0) 4992 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.241540+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.243803+0000 mon.a (mon.0) 4994 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.247531+0000 mon.a (mon.0) 4995 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.248843+0000 mon.a (mon.0) 4996 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.257511+0000 mon.a (mon.0) 4997 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.338886+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.341893+0000 mon.a (mon.0) 4999 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.344800+0000 mon.a (mon.0) 5000 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.345953+0000 mon.a (mon.0) 5001 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.355088+0000 mon.a (mon.0) 5002 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.433361+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.436176+0000 mon.a (mon.0) 5004 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.439235+0000 mon.a (mon.0) 5005 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.440273+0000 mon.a (mon.0) 5006 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.450261+0000 mon.a (mon.0) 5007 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.532866+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.535331+0000 mon.a (mon.0) 5009 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.538121+0000 mon.a (mon.0) 5010 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.538929+0000 mon.a (mon.0) 5011 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.548652+0000 mon.a (mon.0) 5012 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.626962+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.630016+0000 mon.a (mon.0) 5014 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.633882+0000 mon.a (mon.0) 5015 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.635138+0000 mon.a (mon.0) 5016 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.644264+0000 mon.a (mon.0) 5017 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.727017+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.729845+0000 mon.a (mon.0) 5019 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.734563+0000 mon.a (mon.0) 5020 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.736115+0000 mon.a (mon.0) 5021 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.746237+0000 mon.a (mon.0) 5022 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.827366+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.830591+0000 mon.a (mon.0) 5024 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.834228+0000 mon.a (mon.0) 5025 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.835318+0000 mon.a (mon.0) 5026 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.844605+0000 mon.a (mon.0) 5027 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:36.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.925540+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:36.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.928195+0000 mon.a (mon.0) 5029 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:36.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.931417+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:36.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.932533+0000 mon.a (mon.0) 5031 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:36.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:36 smithi150 bash[70025]: audit 2023-12-06T15:11:35.942652+0000 mon.a (mon.0) 5032 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.161287+0000 mgr.y (mgr.25504) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.258296+0000 mgr.y (mgr.25504) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.355630+0000 mgr.y (mgr.25504) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cluster 2023-12-06T15:11:35.424403+0000 mgr.y (mgr.25504) 1235 : cluster 0 pgmap v211: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.451187+0000 mgr.y (mgr.25504) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.549341+0000 mgr.y (mgr.25504) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.644899+0000 mgr.y (mgr.25504) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.746926+0000 mgr.y (mgr.25504) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.845141+0000 mgr.y (mgr.25504) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:35.943483+0000 mgr.y (mgr.25504) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.021052+0000 mon.a (mon.0) 5033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.023653+0000 mon.a (mon.0) 5034 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.026055+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.027088+0000 mon.a (mon.0) 5036 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.034085+0000 mon.a (mon.0) 5037 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.034653+0000 mgr.y (mgr.25504) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.112364+0000 mon.a (mon.0) 5038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.115454+0000 mon.a (mon.0) 5039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.118936+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.120289+0000 mon.a (mon.0) 5041 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.161287+0000 mgr.y (mgr.25504) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.258296+0000 mgr.y (mgr.25504) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.355630+0000 mgr.y (mgr.25504) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cluster 2023-12-06T15:11:35.424403+0000 mgr.y (mgr.25504) 1235 : cluster 0 pgmap v211: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.451187+0000 mgr.y (mgr.25504) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.549341+0000 mgr.y (mgr.25504) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.644899+0000 mgr.y (mgr.25504) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.746926+0000 mgr.y (mgr.25504) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.845141+0000 mgr.y (mgr.25504) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:35.943483+0000 mgr.y (mgr.25504) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.021052+0000 mon.a (mon.0) 5033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.023653+0000 mon.a (mon.0) 5034 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.026055+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.027088+0000 mon.a (mon.0) 5036 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.034085+0000 mon.a (mon.0) 5037 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.034653+0000 mgr.y (mgr.25504) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.112364+0000 mon.a (mon.0) 5038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.115454+0000 mon.a (mon.0) 5039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.118936+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.120289+0000 mon.a (mon.0) 5041 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.131389+0000 mon.a (mon.0) 5042 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.132201+0000 mgr.y (mgr.25504) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.215221+0000 mon.a (mon.0) 5043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.217920+0000 mon.a (mon.0) 5044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.221126+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.222209+0000 mon.a (mon.0) 5046 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.230712+0000 mon.a (mon.0) 5047 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.310487+0000 mon.a (mon.0) 5048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.313171+0000 mon.a (mon.0) 5049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.316156+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.317448+0000 mon.a (mon.0) 5051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.326101+0000 mon.a (mon.0) 5052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.409299+0000 mon.a (mon.0) 5053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.411913+0000 mon.a (mon.0) 5054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.415469+0000 mon.a (mon.0) 5055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.416554+0000 mon.a (mon.0) 5056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.425360+0000 mon.a (mon.0) 5057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.506220+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.510812+0000 mon.a (mon.0) 5059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.514729+0000 mon.a (mon.0) 5060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.131389+0000 mon.a (mon.0) 5042 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.132201+0000 mgr.y (mgr.25504) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.215221+0000 mon.a (mon.0) 5043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.217920+0000 mon.a (mon.0) 5044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.221126+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.222209+0000 mon.a (mon.0) 5046 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.230712+0000 mon.a (mon.0) 5047 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.310487+0000 mon.a (mon.0) 5048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.313171+0000 mon.a (mon.0) 5049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.316156+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.317448+0000 mon.a (mon.0) 5051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.326101+0000 mon.a (mon.0) 5052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.409299+0000 mon.a (mon.0) 5053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.411913+0000 mon.a (mon.0) 5054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.415469+0000 mon.a (mon.0) 5055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.416554+0000 mon.a (mon.0) 5056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.425360+0000 mon.a (mon.0) 5057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.506220+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.510812+0000 mon.a (mon.0) 5059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.514729+0000 mon.a (mon.0) 5060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.516180+0000 mon.a (mon.0) 5061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.522444+0000 mon.a (mon.0) 5062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.589161+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.592873+0000 mon.a (mon.0) 5064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.596092+0000 mon.a (mon.0) 5065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.597245+0000 mon.a (mon.0) 5066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.604904+0000 mon.a (mon.0) 5067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.686655+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.689018+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.691416+0000 mon.a (mon.0) 5070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.692394+0000 mon.a (mon.0) 5071 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.701473+0000 mon.a (mon.0) 5072 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.781768+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.784844+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.789196+0000 mon.a (mon.0) 5075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.790373+0000 mon.a (mon.0) 5076 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.798747+0000 mon.a (mon.0) 5077 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.879158+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.883359+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.887008+0000 mon.a (mon.0) 5080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.888336+0000 mon.a (mon.0) 5081 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.895560+0000 mon.a (mon.0) 5082 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.977421+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.979893+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.982704+0000 mon.a (mon.0) 5085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.983981+0000 mon.a (mon.0) 5086 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[80542]: audit 2023-12-06T15:11:36.991468+0000 mon.a (mon.0) 5087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.516180+0000 mon.a (mon.0) 5061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.522444+0000 mon.a (mon.0) 5062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.589161+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.592873+0000 mon.a (mon.0) 5064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.596092+0000 mon.a (mon.0) 5065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.597245+0000 mon.a (mon.0) 5066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.604904+0000 mon.a (mon.0) 5067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.686655+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.689018+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.691416+0000 mon.a (mon.0) 5070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.692394+0000 mon.a (mon.0) 5071 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.701473+0000 mon.a (mon.0) 5072 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.781768+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.784844+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.789196+0000 mon.a (mon.0) 5075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.790373+0000 mon.a (mon.0) 5076 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.798747+0000 mon.a (mon.0) 5077 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.879158+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.883359+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.887008+0000 mon.a (mon.0) 5080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.888336+0000 mon.a (mon.0) 5081 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.895560+0000 mon.a (mon.0) 5082 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.977421+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.979893+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.982704+0000 mon.a (mon.0) 5085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.983981+0000 mon.a (mon.0) 5086 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:37 smithi116 bash[83021]: audit 2023-12-06T15:11:36.991468+0000 mon.a (mon.0) 5087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.161287+0000 mgr.y (mgr.25504) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.258296+0000 mgr.y (mgr.25504) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.355630+0000 mgr.y (mgr.25504) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.439 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cluster 2023-12-06T15:11:35.424403+0000 mgr.y (mgr.25504) 1235 : cluster 0 pgmap v211: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.451187+0000 mgr.y (mgr.25504) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.549341+0000 mgr.y (mgr.25504) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.644899+0000 mgr.y (mgr.25504) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.746926+0000 mgr.y (mgr.25504) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.845141+0000 mgr.y (mgr.25504) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:35.943483+0000 mgr.y (mgr.25504) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.021052+0000 mon.a (mon.0) 5033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.023653+0000 mon.a (mon.0) 5034 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.026055+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.027088+0000 mon.a (mon.0) 5036 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.034085+0000 mon.a (mon.0) 5037 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.034653+0000 mgr.y (mgr.25504) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.112364+0000 mon.a (mon.0) 5038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.440 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.115454+0000 mon.a (mon.0) 5039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.118936+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.120289+0000 mon.a (mon.0) 5041 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.131389+0000 mon.a (mon.0) 5042 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.132201+0000 mgr.y (mgr.25504) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.215221+0000 mon.a (mon.0) 5043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.217920+0000 mon.a (mon.0) 5044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.221126+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.222209+0000 mon.a (mon.0) 5046 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.230712+0000 mon.a (mon.0) 5047 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.310487+0000 mon.a (mon.0) 5048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.313171+0000 mon.a (mon.0) 5049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.316156+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.317448+0000 mon.a (mon.0) 5051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.326101+0000 mon.a (mon.0) 5052 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.409299+0000 mon.a (mon.0) 5053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.411913+0000 mon.a (mon.0) 5054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.415469+0000 mon.a (mon.0) 5055 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.416554+0000 mon.a (mon.0) 5056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.425360+0000 mon.a (mon.0) 5057 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.506220+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.510812+0000 mon.a (mon.0) 5059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.514729+0000 mon.a (mon.0) 5060 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.516180+0000 mon.a (mon.0) 5061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.522444+0000 mon.a (mon.0) 5062 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.589161+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.592873+0000 mon.a (mon.0) 5064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.596092+0000 mon.a (mon.0) 5065 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.597245+0000 mon.a (mon.0) 5066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.604904+0000 mon.a (mon.0) 5067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.686655+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.689018+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.691416+0000 mon.a (mon.0) 5070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.692394+0000 mon.a (mon.0) 5071 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.701473+0000 mon.a (mon.0) 5072 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.781768+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.784844+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.789196+0000 mon.a (mon.0) 5075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.790373+0000 mon.a (mon.0) 5076 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.798747+0000 mon.a (mon.0) 5077 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.879158+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.883359+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.887008+0000 mon.a (mon.0) 5080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.888336+0000 mon.a (mon.0) 5081 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.895560+0000 mon.a (mon.0) 5082 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.977421+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.979893+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.982704+0000 mon.a (mon.0) 5085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.983981+0000 mon.a (mon.0) 5086 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:37.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[70025]: audit 2023-12-06T15:11:36.991468+0000 mon.a (mon.0) 5087 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:37.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[80007]: debug 2023-12-06T15:11:37.478+0000 7f047fdf8640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-06T15:11:37.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:37 smithi150 bash[80007]: debug 2023-12-06T15:11:37.518+0000 7f047fdf8640 -1 osd.5 137 log_to_monitors true 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.231335+0000 mgr.y (mgr.25504) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.326723+0000 mgr.y (mgr.25504) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.425825+0000 mgr.y (mgr.25504) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.523109+0000 mgr.y (mgr.25504) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.605683+0000 mgr.y (mgr.25504) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.702002+0000 mgr.y (mgr.25504) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.799709+0000 mgr.y (mgr.25504) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.896204+0000 mgr.y (mgr.25504) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:36.991989+0000 mgr.y (mgr.25504) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.070735+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.074728+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.078092+0000 mon.a (mon.0) 5090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.079416+0000 mon.a (mon.0) 5091 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.086952+0000 mon.a (mon.0) 5092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.087514+0000 mgr.y (mgr.25504) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.167379+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.171597+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.174848+0000 mon.a (mon.0) 5095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.176061+0000 mon.a (mon.0) 5096 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.183154+0000 mon.a (mon.0) 5097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.263061+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.231335+0000 mgr.y (mgr.25504) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.326723+0000 mgr.y (mgr.25504) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.425825+0000 mgr.y (mgr.25504) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.523109+0000 mgr.y (mgr.25504) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.605683+0000 mgr.y (mgr.25504) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.702002+0000 mgr.y (mgr.25504) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.799709+0000 mgr.y (mgr.25504) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.896204+0000 mgr.y (mgr.25504) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:36.991989+0000 mgr.y (mgr.25504) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.070735+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.074728+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.078092+0000 mon.a (mon.0) 5090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.079416+0000 mon.a (mon.0) 5091 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.086952+0000 mon.a (mon.0) 5092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.087514+0000 mgr.y (mgr.25504) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.167379+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.171597+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.174848+0000 mon.a (mon.0) 5095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.176061+0000 mon.a (mon.0) 5096 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.183154+0000 mon.a (mon.0) 5097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.263061+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.265784+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.269344+0000 mon.a (mon.0) 5100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.270445+0000 mon.a (mon.0) 5101 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.276520+0000 mon.a (mon.0) 5102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.358929+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.361233+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.364219+0000 mon.a (mon.0) 5105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.365569+0000 mon.a (mon.0) 5106 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.373495+0000 mon.a (mon.0) 5107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.454156+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.457516+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.460598+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.461831+0000 mon.a (mon.0) 5111 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.468605+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.525704+0000 mon.c (mon.1) 21 : audit 1 from='osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.526468+0000 mon.a (mon.0) 5113 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:11:38.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.549084+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.551453+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.554828+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.265784+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.269344+0000 mon.a (mon.0) 5100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.270445+0000 mon.a (mon.0) 5101 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.276520+0000 mon.a (mon.0) 5102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.358929+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.361233+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.364219+0000 mon.a (mon.0) 5105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.365569+0000 mon.a (mon.0) 5106 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.373495+0000 mon.a (mon.0) 5107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.454156+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.457516+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.460598+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.461831+0000 mon.a (mon.0) 5111 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.468605+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.525704+0000 mon.c (mon.1) 21 : audit 1 from='osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.526468+0000 mon.a (mon.0) 5113 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.549084+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.551453+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.554828+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.556130+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.564728+0000 mon.a (mon.0) 5118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.644410+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.647442+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.651132+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.652310+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.659147+0000 mon.a (mon.0) 5123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.743283+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.745614+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.748339+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.749596+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.758610+0000 mon.a (mon.0) 5128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.842019+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.845179+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.849378+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.850753+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.858302+0000 mon.a (mon.0) 5133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.941314+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.944282+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.948661+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.949825+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[83021]: audit 2023-12-06T15:11:37.959143+0000 mon.a (mon.0) 5138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.556130+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.564728+0000 mon.a (mon.0) 5118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.644410+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.647442+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.651132+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.652310+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.659147+0000 mon.a (mon.0) 5123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.743283+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.745614+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.748339+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.749596+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.758610+0000 mon.a (mon.0) 5128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.842019+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.845179+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.849378+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.850753+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.858302+0000 mon.a (mon.0) 5133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.941314+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.944282+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.948661+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.949825+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:38 smithi116 bash[80542]: audit 2023-12-06T15:11:37.959143+0000 mon.a (mon.0) 5138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.231335+0000 mgr.y (mgr.25504) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.326723+0000 mgr.y (mgr.25504) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.425825+0000 mgr.y (mgr.25504) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.523109+0000 mgr.y (mgr.25504) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.605683+0000 mgr.y (mgr.25504) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.702002+0000 mgr.y (mgr.25504) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.799709+0000 mgr.y (mgr.25504) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.896204+0000 mgr.y (mgr.25504) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:36.991989+0000 mgr.y (mgr.25504) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.070735+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.074728+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.078092+0000 mon.a (mon.0) 5090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.079416+0000 mon.a (mon.0) 5091 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.086952+0000 mon.a (mon.0) 5092 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.087514+0000 mgr.y (mgr.25504) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:38.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.167379+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.171597+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.174848+0000 mon.a (mon.0) 5095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.176061+0000 mon.a (mon.0) 5096 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.183154+0000 mon.a (mon.0) 5097 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.263061+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.265784+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.269344+0000 mon.a (mon.0) 5100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.270445+0000 mon.a (mon.0) 5101 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.276520+0000 mon.a (mon.0) 5102 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.358929+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.361233+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.364219+0000 mon.a (mon.0) 5105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.365569+0000 mon.a (mon.0) 5106 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.373495+0000 mon.a (mon.0) 5107 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.454156+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.457516+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.460598+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.461831+0000 mon.a (mon.0) 5111 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.468605+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.525704+0000 mon.c (mon.1) 21 : audit 1 from='osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.526468+0000 mon.a (mon.0) 5113 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.549084+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.551453+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.554828+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.556130+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.564728+0000 mon.a (mon.0) 5118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.644410+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.647442+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.651132+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.652310+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.659147+0000 mon.a (mon.0) 5123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.743283+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.745614+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.748339+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.749596+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.758610+0000 mon.a (mon.0) 5128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.842019+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.845179+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.849378+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.850753+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.858302+0000 mon.a (mon.0) 5133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.941314+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.944282+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.948661+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.949825+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:38.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[70025]: audit 2023-12-06T15:11:37.959143+0000 mon.a (mon.0) 5138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:38.941 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:11:38 smithi150 bash[80007]: debug 2023-12-06T15:11:38.530+0000 7f046f265700 -1 osd.5 137 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.183551+0000 mgr.y (mgr.25504) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.277359+0000 mgr.y (mgr.25504) 1255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.374091+0000 mgr.y (mgr.25504) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cluster 2023-12-06T15:11:37.425760+0000 mgr.y (mgr.25504) 1257 : cluster 0 pgmap v212: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.469202+0000 mgr.y (mgr.25504) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.565504+0000 mgr.y (mgr.25504) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.659751+0000 mgr.y (mgr.25504) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.759528+0000 mgr.y (mgr.25504) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.859004+0000 mgr.y (mgr.25504) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:37.960076+0000 mgr.y (mgr.25504) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.038726+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.041059+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.043400+0000 mon.a (mon.0) 5141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.044231+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.051299+0000 mon.a (mon.0) 5143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.051806+0000 mgr.y (mgr.25504) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.131419+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.134364+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.138098+0000 mon.a (mon.0) 5146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.139227+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.414 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.145934+0000 mon.a (mon.0) 5148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.146726+0000 mgr.y (mgr.25504) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.226343+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.228512+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.230943+0000 mon.a (mon.0) 5151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.231755+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.237537+0000 mon.a (mon.0) 5153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.320930+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.323288+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.326003+0000 mon.a (mon.0) 5156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.326801+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.332345+0000 mon.a (mon.0) 5158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.413001+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.415843+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.418895+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.415 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.420047+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.425777+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.468866+0000 mon.a (mon.0) 5164 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: cluster 2023-12-06T15:11:38.473039+0000 mon.a (mon.0) 5165 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.478777+0000 mon.c (mon.1) 22 : audit 1 from='osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.479214+0000 mon.a (mon.0) 5166 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.504520+0000 mon.a (mon.0) 5167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.507985+0000 mon.a (mon.0) 5168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.510740+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.511691+0000 mon.a (mon.0) 5170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.520067+0000 mon.a (mon.0) 5171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.597302+0000 mon.a (mon.0) 5172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.601726+0000 mon.a (mon.0) 5173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.605609+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.607153+0000 mon.a (mon.0) 5175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.617264+0000 mon.a (mon.0) 5176 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.416 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.701506+0000 mon.a (mon.0) 5177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.705769+0000 mon.a (mon.0) 5178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.710117+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.711266+0000 mon.a (mon.0) 5180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.721349+0000 mon.a (mon.0) 5181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.805330+0000 mon.a (mon.0) 5182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.808136+0000 mon.a (mon.0) 5183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.811543+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.812425+0000 mon.a (mon.0) 5185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.820357+0000 mon.a (mon.0) 5186 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.933637+0000 mon.a (mon.0) 5187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.936025+0000 mon.a (mon.0) 5188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.939906+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.941134+0000 mon.a (mon.0) 5190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.949836+0000 mon.a (mon.0) 5191 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:39 smithi150 bash[70025]: audit 2023-12-06T15:11:38.974688+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.183551+0000 mgr.y (mgr.25504) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.277359+0000 mgr.y (mgr.25504) 1255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.374091+0000 mgr.y (mgr.25504) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cluster 2023-12-06T15:11:37.425760+0000 mgr.y (mgr.25504) 1257 : cluster 0 pgmap v212: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.469202+0000 mgr.y (mgr.25504) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.565504+0000 mgr.y (mgr.25504) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.659751+0000 mgr.y (mgr.25504) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.759528+0000 mgr.y (mgr.25504) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.859004+0000 mgr.y (mgr.25504) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:37.960076+0000 mgr.y (mgr.25504) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.038726+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.041059+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.043400+0000 mon.a (mon.0) 5141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.044231+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.051299+0000 mon.a (mon.0) 5143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.051806+0000 mgr.y (mgr.25504) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.131419+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.134364+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.138098+0000 mon.a (mon.0) 5146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.139227+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.183551+0000 mgr.y (mgr.25504) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.277359+0000 mgr.y (mgr.25504) 1255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.374091+0000 mgr.y (mgr.25504) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cluster 2023-12-06T15:11:37.425760+0000 mgr.y (mgr.25504) 1257 : cluster 0 pgmap v212: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.469202+0000 mgr.y (mgr.25504) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.565504+0000 mgr.y (mgr.25504) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.659751+0000 mgr.y (mgr.25504) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.759528+0000 mgr.y (mgr.25504) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.859004+0000 mgr.y (mgr.25504) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:37.960076+0000 mgr.y (mgr.25504) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.038726+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.041059+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.043400+0000 mon.a (mon.0) 5141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.044231+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.051299+0000 mon.a (mon.0) 5143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.051806+0000 mgr.y (mgr.25504) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.131419+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.134364+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.138098+0000 mon.a (mon.0) 5146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.139227+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.145934+0000 mon.a (mon.0) 5148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.146726+0000 mgr.y (mgr.25504) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.226343+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.228512+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.230943+0000 mon.a (mon.0) 5151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.231755+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.237537+0000 mon.a (mon.0) 5153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.320930+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.323288+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.326003+0000 mon.a (mon.0) 5156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.326801+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.332345+0000 mon.a (mon.0) 5158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.413001+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.415843+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.418895+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.420047+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.425777+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.468866+0000 mon.a (mon.0) 5164 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: cluster 2023-12-06T15:11:38.473039+0000 mon.a (mon.0) 5165 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T15:11:39.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.478777+0000 mon.c (mon.1) 22 : audit 1 from='osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.145934+0000 mon.a (mon.0) 5148 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.146726+0000 mgr.y (mgr.25504) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.226343+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.228512+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.230943+0000 mon.a (mon.0) 5151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.231755+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.237537+0000 mon.a (mon.0) 5153 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.320930+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.323288+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.326003+0000 mon.a (mon.0) 5156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.326801+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.332345+0000 mon.a (mon.0) 5158 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.413001+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.415843+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.418895+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.420047+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.425777+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.468866+0000 mon.a (mon.0) 5164 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: cluster 2023-12-06T15:11:38.473039+0000 mon.a (mon.0) 5165 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.478777+0000 mon.c (mon.1) 22 : audit 1 from='osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.479214+0000 mon.a (mon.0) 5166 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:39.424 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.504520+0000 mon.a (mon.0) 5167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.507985+0000 mon.a (mon.0) 5168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.510740+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.511691+0000 mon.a (mon.0) 5170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.520067+0000 mon.a (mon.0) 5171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.597302+0000 mon.a (mon.0) 5172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.601726+0000 mon.a (mon.0) 5173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.605609+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.607153+0000 mon.a (mon.0) 5175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.617264+0000 mon.a (mon.0) 5176 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.701506+0000 mon.a (mon.0) 5177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.705769+0000 mon.a (mon.0) 5178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.710117+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.711266+0000 mon.a (mon.0) 5180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.721349+0000 mon.a (mon.0) 5181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.805330+0000 mon.a (mon.0) 5182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.808136+0000 mon.a (mon.0) 5183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.811543+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.812425+0000 mon.a (mon.0) 5185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.820357+0000 mon.a (mon.0) 5186 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.933637+0000 mon.a (mon.0) 5187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.936025+0000 mon.a (mon.0) 5188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.939906+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.941134+0000 mon.a (mon.0) 5190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.949836+0000 mon.a (mon.0) 5191 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[83021]: audit 2023-12-06T15:11:38.974688+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.479214+0000 mon.a (mon.0) 5166 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.504520+0000 mon.a (mon.0) 5167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.507985+0000 mon.a (mon.0) 5168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.510740+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.511691+0000 mon.a (mon.0) 5170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.520067+0000 mon.a (mon.0) 5171 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.597302+0000 mon.a (mon.0) 5172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.601726+0000 mon.a (mon.0) 5173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.605609+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.607153+0000 mon.a (mon.0) 5175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.617264+0000 mon.a (mon.0) 5176 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.701506+0000 mon.a (mon.0) 5177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.705769+0000 mon.a (mon.0) 5178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.710117+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.711266+0000 mon.a (mon.0) 5180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.721349+0000 mon.a (mon.0) 5181 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.805330+0000 mon.a (mon.0) 5182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.808136+0000 mon.a (mon.0) 5183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.811543+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.812425+0000 mon.a (mon.0) 5185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.820357+0000 mon.a (mon.0) 5186 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.933637+0000 mon.a (mon.0) 5187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.936025+0000 mon.a (mon.0) 5188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.939906+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.941134+0000 mon.a (mon.0) 5190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.949836+0000 mon.a (mon.0) 5191 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:39.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:39 smithi116 bash[80542]: audit 2023-12-06T15:11:38.974688+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.238093+0000 mgr.y (mgr.25504) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.333115+0000 mgr.y (mgr.25504) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.426253+0000 mgr.y (mgr.25504) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cluster 2023-12-06T15:11:38.472753+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.520566+0000 mgr.y (mgr.25504) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.618179+0000 mgr.y (mgr.25504) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.722064+0000 mgr.y (mgr.25504) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.820944+0000 mgr.y (mgr.25504) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:38.950336+0000 mgr.y (mgr.25504) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.027459+0000 mon.a (mon.0) 5193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.029279+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.045 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.031084+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.031787+0000 mon.a (mon.0) 5196 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.037418+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.038030+0000 mgr.y (mgr.25504) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.117983+0000 mon.a (mon.0) 5198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.120307+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.123560+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.124716+0000 mon.a (mon.0) 5201 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.134931+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.046 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.135582+0000 mgr.y (mgr.25504) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.219875+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.222103+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.224793+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.225924+0000 mon.a (mon.0) 5206 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.234846+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.319848+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.322071+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.324810+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.326051+0000 mon.a (mon.0) 5211 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.334958+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.417735+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.047 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.420680+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.424051+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.425017+0000 mon.a (mon.0) 5216 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.435590+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.515485+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cluster 2023-12-06T15:11:39.518840+0000 mon.a (mon.0) 5219 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.519386+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cluster 2023-12-06T15:11:39.526230+0000 mon.a (mon.0) 5221 : cluster 1 osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512] boot 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: cluster 2023-12-06T15:11:39.526306+0000 mon.a (mon.0) 5222 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.526664+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:11:40.048 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.527610+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.238093+0000 mgr.y (mgr.25504) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.333115+0000 mgr.y (mgr.25504) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.426253+0000 mgr.y (mgr.25504) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cluster 2023-12-06T15:11:38.472753+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T15:11:40.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.520566+0000 mgr.y (mgr.25504) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.618179+0000 mgr.y (mgr.25504) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.722064+0000 mgr.y (mgr.25504) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.820944+0000 mgr.y (mgr.25504) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:38.950336+0000 mgr.y (mgr.25504) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.027459+0000 mon.a (mon.0) 5193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.029279+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.031084+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.031787+0000 mon.a (mon.0) 5196 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.037418+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.038030+0000 mgr.y (mgr.25504) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.117983+0000 mon.a (mon.0) 5198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.120307+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.123560+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.124716+0000 mon.a (mon.0) 5201 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.134931+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.135582+0000 mgr.y (mgr.25504) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.219875+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.222103+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.224793+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.225924+0000 mon.a (mon.0) 5206 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.234846+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.319848+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.322071+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.324810+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.326051+0000 mon.a (mon.0) 5211 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.334958+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.417735+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.420680+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.424051+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.425017+0000 mon.a (mon.0) 5216 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.435590+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.515485+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cluster 2023-12-06T15:11:39.518840+0000 mon.a (mon.0) 5219 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.519386+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cluster 2023-12-06T15:11:39.526230+0000 mon.a (mon.0) 5221 : cluster 1 osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512] boot 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: cluster 2023-12-06T15:11:39.526306+0000 mon.a (mon.0) 5222 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.238093+0000 mgr.y (mgr.25504) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.333115+0000 mgr.y (mgr.25504) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.426253+0000 mgr.y (mgr.25504) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cluster 2023-12-06T15:11:38.472753+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.520566+0000 mgr.y (mgr.25504) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.618179+0000 mgr.y (mgr.25504) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.722064+0000 mgr.y (mgr.25504) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.820944+0000 mgr.y (mgr.25504) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:38.950336+0000 mgr.y (mgr.25504) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.027459+0000 mon.a (mon.0) 5193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.029279+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.031084+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.031787+0000 mon.a (mon.0) 5196 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.037418+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.038030+0000 mgr.y (mgr.25504) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.117983+0000 mon.a (mon.0) 5198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.120307+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.123560+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.124716+0000 mon.a (mon.0) 5201 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.134931+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.135582+0000 mgr.y (mgr.25504) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.526664+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.527610+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.528864+0000 mon.a (mon.0) 5225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.540851+0000 mon.a (mon.0) 5226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.598492+0000 mon.a (mon.0) 5227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.600410+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.602706+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.603485+0000 mon.a (mon.0) 5230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.608658+0000 mon.a (mon.0) 5231 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.692591+0000 mon.a (mon.0) 5232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.695172+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.698704+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.699804+0000 mon.a (mon.0) 5235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.705775+0000 mon.a (mon.0) 5236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.784384+0000 mon.a (mon.0) 5237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.787763+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.791727+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.793332+0000 mon.a (mon.0) 5240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.802775+0000 mon.a (mon.0) 5241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.881478+0000 mon.a (mon.0) 5242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.886293+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.890086+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.891405+0000 mon.a (mon.0) 5245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.898477+0000 mon.a (mon.0) 5246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.976399+0000 mon.a (mon.0) 5247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.979677+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.983640+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.985200+0000 mon.a (mon.0) 5250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[80542]: audit 2023-12-06T15:11:39.994318+0000 mon.a (mon.0) 5251 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.219875+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.222103+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.224793+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.225924+0000 mon.a (mon.0) 5206 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.234846+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.319848+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.322071+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.324810+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.326051+0000 mon.a (mon.0) 5211 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.334958+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.417735+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.420680+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.424051+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.425017+0000 mon.a (mon.0) 5216 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.435590+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.515485+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cluster 2023-12-06T15:11:39.518840+0000 mon.a (mon.0) 5219 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.519386+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cluster 2023-12-06T15:11:39.526230+0000 mon.a (mon.0) 5221 : cluster 1 osd.5 [v2:172.21.15.150:6808/1265139512,v1:172.21.15.150:6809/1265139512] boot 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: cluster 2023-12-06T15:11:39.526306+0000 mon.a (mon.0) 5222 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.526664+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.527610+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.528864+0000 mon.a (mon.0) 5225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.540851+0000 mon.a (mon.0) 5226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.598492+0000 mon.a (mon.0) 5227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.600410+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.602706+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.603485+0000 mon.a (mon.0) 5230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.608658+0000 mon.a (mon.0) 5231 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.692591+0000 mon.a (mon.0) 5232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.695172+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.698704+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.699804+0000 mon.a (mon.0) 5235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.705775+0000 mon.a (mon.0) 5236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.784384+0000 mon.a (mon.0) 5237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.787763+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.791727+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.793332+0000 mon.a (mon.0) 5240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.802775+0000 mon.a (mon.0) 5241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.881478+0000 mon.a (mon.0) 5242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.886293+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.890086+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.891405+0000 mon.a (mon.0) 5245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.898477+0000 mon.a (mon.0) 5246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.976399+0000 mon.a (mon.0) 5247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.979677+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.983640+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.985200+0000 mon.a (mon.0) 5250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[83021]: audit 2023-12-06T15:11:39.994318+0000 mon.a (mon.0) 5251 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.528864+0000 mon.a (mon.0) 5225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.540851+0000 mon.a (mon.0) 5226 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.598492+0000 mon.a (mon.0) 5227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.600410+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.602706+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.603485+0000 mon.a (mon.0) 5230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.608658+0000 mon.a (mon.0) 5231 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.692591+0000 mon.a (mon.0) 5232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.695172+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.698704+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.699804+0000 mon.a (mon.0) 5235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.705775+0000 mon.a (mon.0) 5236 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.784384+0000 mon.a (mon.0) 5237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.787763+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.791727+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.793332+0000 mon.a (mon.0) 5240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.802775+0000 mon.a (mon.0) 5241 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.881478+0000 mon.a (mon.0) 5242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.886293+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.890086+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.891405+0000 mon.a (mon.0) 5245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.898477+0000 mon.a (mon.0) 5246 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.976399+0000 mon.a (mon.0) 5247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.979677+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.983640+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.985200+0000 mon.a (mon.0) 5250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:40.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:40 smithi150 bash[70025]: audit 2023-12-06T15:11:39.994318+0000 mon.a (mon.0) 5251 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:40 smithi116 bash[75526]: debug 2023-12-06T15:11:40.872+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.235514+0000 mgr.y (mgr.25504) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.335847+0000 mgr.y (mgr.25504) 1277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cluster 2023-12-06T15:11:39.426772+0000 mgr.y (mgr.25504) 1278 : cluster 0 pgmap v214: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.436151+0000 mgr.y (mgr.25504) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cluster 2023-12-06T15:11:39.529064+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T15:11:41.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cluster 2023-12-06T15:11:39.532972+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.553142+0000 mgr.y (mgr.25504) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.609475+0000 mgr.y (mgr.25504) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.706329+0000 mgr.y (mgr.25504) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.803869+0000 mgr.y (mgr.25504) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.899034+0000 mgr.y (mgr.25504) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:39.925346+0000 mgr.y (mgr.25504) 1285 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:39.995257+0000 mgr.y (mgr.25504) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.074186+0000 mon.a (mon.0) 5252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.078862+0000 mon.a (mon.0) 5253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.082332+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.083392+0000 mon.a (mon.0) 5255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.090380+0000 mon.a (mon.0) 5256 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.091081+0000 mgr.y (mgr.25504) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.173257+0000 mon.a (mon.0) 5257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.235514+0000 mgr.y (mgr.25504) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.335847+0000 mgr.y (mgr.25504) 1277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cluster 2023-12-06T15:11:39.426772+0000 mgr.y (mgr.25504) 1278 : cluster 0 pgmap v214: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.436151+0000 mgr.y (mgr.25504) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cluster 2023-12-06T15:11:39.529064+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cluster 2023-12-06T15:11:39.532972+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.553142+0000 mgr.y (mgr.25504) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.609475+0000 mgr.y (mgr.25504) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.706329+0000 mgr.y (mgr.25504) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.803869+0000 mgr.y (mgr.25504) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.899034+0000 mgr.y (mgr.25504) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:39.925346+0000 mgr.y (mgr.25504) 1285 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:39.995257+0000 mgr.y (mgr.25504) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.074186+0000 mon.a (mon.0) 5252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.078862+0000 mon.a (mon.0) 5253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.082332+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.083392+0000 mon.a (mon.0) 5255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.090380+0000 mon.a (mon.0) 5256 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.091081+0000 mgr.y (mgr.25504) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.173257+0000 mon.a (mon.0) 5257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.177219+0000 mon.a (mon.0) 5258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.180186+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.181422+0000 mon.a (mon.0) 5260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.189221+0000 mon.a (mon.0) 5261 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.269862+0000 mon.a (mon.0) 5262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.272260+0000 mon.a (mon.0) 5263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.275068+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.276124+0000 mon.a (mon.0) 5265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.283793+0000 mon.a (mon.0) 5266 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.362690+0000 mon.a (mon.0) 5267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.365241+0000 mon.a (mon.0) 5268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.369224+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.370393+0000 mon.a (mon.0) 5270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.377474+0000 mon.a (mon.0) 5271 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.454907+0000 mon.a (mon.0) 5272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.457108+0000 mon.a (mon.0) 5273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.459787+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.460679+0000 mon.a (mon.0) 5275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.468442+0000 mon.a (mon.0) 5276 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.531408+0000 mon.a (mon.0) 5277 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.177219+0000 mon.a (mon.0) 5258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.180186+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.181422+0000 mon.a (mon.0) 5260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.189221+0000 mon.a (mon.0) 5261 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.269862+0000 mon.a (mon.0) 5262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.272260+0000 mon.a (mon.0) 5263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.275068+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.276124+0000 mon.a (mon.0) 5265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.283793+0000 mon.a (mon.0) 5266 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.362690+0000 mon.a (mon.0) 5267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.365241+0000 mon.a (mon.0) 5268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.369224+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.370393+0000 mon.a (mon.0) 5270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.377474+0000 mon.a (mon.0) 5271 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.454907+0000 mon.a (mon.0) 5272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.457108+0000 mon.a (mon.0) 5273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.459787+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.460679+0000 mon.a (mon.0) 5275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.468442+0000 mon.a (mon.0) 5276 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.531408+0000 mon.a (mon.0) 5277 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.577125+0000 mon.a (mon.0) 5278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.579361+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.581536+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.582274+0000 mon.a (mon.0) 5281 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.587395+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.668749+0000 mon.a (mon.0) 5283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.670890+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.674745+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.676214+0000 mon.a (mon.0) 5286 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.684692+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.768342+0000 mon.a (mon.0) 5288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.772123+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.775524+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.776614+0000 mon.a (mon.0) 5291 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.783747+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.834309+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.842780+0000 mon.a (mon.0) 5294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.851452+0000 mon.a (mon.0) 5295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.868334+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.870780+0000 mon.a (mon.0) 5297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.872627+0000 mon.a (mon.0) 5298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.873978+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[80542]: audit 2023-12-06T15:11:40.875805+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.577125+0000 mon.a (mon.0) 5278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.579361+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.581536+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.582274+0000 mon.a (mon.0) 5281 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.587395+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.668749+0000 mon.a (mon.0) 5283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.670890+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.674745+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.676214+0000 mon.a (mon.0) 5286 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.684692+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.768342+0000 mon.a (mon.0) 5288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.772123+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.775524+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.776614+0000 mon.a (mon.0) 5291 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.783747+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.834309+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.842780+0000 mon.a (mon.0) 5294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.851452+0000 mon.a (mon.0) 5295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.868334+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.870780+0000 mon.a (mon.0) 5297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.872627+0000 mon.a (mon.0) 5298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.873978+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:41 smithi116 bash[83021]: audit 2023-12-06T15:11:40.875805+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.235514+0000 mgr.y (mgr.25504) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.335847+0000 mgr.y (mgr.25504) 1277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cluster 2023-12-06T15:11:39.426772+0000 mgr.y (mgr.25504) 1278 : cluster 0 pgmap v214: 161 pgs: 21 active+undersized+degraded, 39 active+undersized, 101 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T15:11:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.436151+0000 mgr.y (mgr.25504) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cluster 2023-12-06T15:11:39.529064+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cluster 2023-12-06T15:11:39.532972+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.553142+0000 mgr.y (mgr.25504) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.609475+0000 mgr.y (mgr.25504) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.706329+0000 mgr.y (mgr.25504) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.803869+0000 mgr.y (mgr.25504) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.899034+0000 mgr.y (mgr.25504) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:39.925346+0000 mgr.y (mgr.25504) 1285 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:39.995257+0000 mgr.y (mgr.25504) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.074186+0000 mon.a (mon.0) 5252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.078862+0000 mon.a (mon.0) 5253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.082332+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.083392+0000 mon.a (mon.0) 5255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.090380+0000 mon.a (mon.0) 5256 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.091081+0000 mgr.y (mgr.25504) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:41.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.173257+0000 mon.a (mon.0) 5257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.177219+0000 mon.a (mon.0) 5258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.180186+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.181422+0000 mon.a (mon.0) 5260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.189221+0000 mon.a (mon.0) 5261 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.269862+0000 mon.a (mon.0) 5262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.272260+0000 mon.a (mon.0) 5263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.275068+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.276124+0000 mon.a (mon.0) 5265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.283793+0000 mon.a (mon.0) 5266 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.362690+0000 mon.a (mon.0) 5267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.365241+0000 mon.a (mon.0) 5268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.369224+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.370393+0000 mon.a (mon.0) 5270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.377474+0000 mon.a (mon.0) 5271 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.454907+0000 mon.a (mon.0) 5272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.457108+0000 mon.a (mon.0) 5273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.459787+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.460679+0000 mon.a (mon.0) 5275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.468442+0000 mon.a (mon.0) 5276 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.531408+0000 mon.a (mon.0) 5277 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T15:11:41.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.577125+0000 mon.a (mon.0) 5278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.579361+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.581536+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.582274+0000 mon.a (mon.0) 5281 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.587395+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.668749+0000 mon.a (mon.0) 5283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.670890+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.674745+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.676214+0000 mon.a (mon.0) 5286 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.684692+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.768342+0000 mon.a (mon.0) 5288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.772123+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.775524+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.776614+0000 mon.a (mon.0) 5291 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.783747+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.834309+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.842780+0000 mon.a (mon.0) 5294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.851452+0000 mon.a (mon.0) 5295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:41.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.868334+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:11:41.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.870780+0000 mon.a (mon.0) 5297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.872627+0000 mon.a (mon.0) 5298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.873978+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.198 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:41 smithi150 bash[70025]: audit 2023-12-06T15:11:40.875805+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.189895+0000 mgr.y (mgr.25504) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.284407+0000 mgr.y (mgr.25504) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.378064+0000 mgr.y (mgr.25504) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.469086+0000 mgr.y (mgr.25504) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.533984+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.534278+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.539413+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.543207+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.544812+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cluster 2023-12-06T15:11:40.545055+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.587889+0000 mgr.y (mgr.25504) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.685622+0000 mgr.y (mgr.25504) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.784398+0000 mgr.y (mgr.25504) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: audit 2023-12-06T15:11:40.875988+0000 mgr.y (mgr.25504) 1295 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[80542]: cephadm 2023-12-06T15:11:40.876877+0000 mgr.y (mgr.25504) 1296 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.189895+0000 mgr.y (mgr.25504) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.405 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.284407+0000 mgr.y (mgr.25504) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.378064+0000 mgr.y (mgr.25504) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.469086+0000 mgr.y (mgr.25504) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.533984+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.534278+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.539413+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.543207+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.544812+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cluster 2023-12-06T15:11:40.545055+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.587889+0000 mgr.y (mgr.25504) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.685622+0000 mgr.y (mgr.25504) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.784398+0000 mgr.y (mgr.25504) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: audit 2023-12-06T15:11:40.875988+0000 mgr.y (mgr.25504) 1295 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:42.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[83021]: cephadm 2023-12-06T15:11:40.876877+0000 mgr.y (mgr.25504) 1296 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.189895+0000 mgr.y (mgr.25504) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.284407+0000 mgr.y (mgr.25504) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.378064+0000 mgr.y (mgr.25504) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.469086+0000 mgr.y (mgr.25504) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.533984+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.534278+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.539413+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.543207+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.544812+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cluster 2023-12-06T15:11:40.545055+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.587889+0000 mgr.y (mgr.25504) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.685622+0000 mgr.y (mgr.25504) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.784398+0000 mgr.y (mgr.25504) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: audit 2023-12-06T15:11:40.875988+0000 mgr.y (mgr.25504) 1295 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:42.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:42 smithi150 bash[70025]: cephadm 2023-12-06T15:11:40.876877+0000 mgr.y (mgr.25504) 1296 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:11:42.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:11:42] "GET /metrics HTTP/1.1" 200 38498 "" "Prometheus/2.33.4" 2023-12-06T15:11:43.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:43 smithi150 bash[70025]: cluster 2023-12-06T15:11:41.427882+0000 mgr.y (mgr.25504) 1297 : cluster 0 pgmap v217: 161 pgs: 26 peering, 9 active+undersized+degraded, 17 active+undersized, 109 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/630 objects degraded (5.556%) 2023-12-06T15:11:43.349 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:43 smithi150 bash[70025]: cluster 2023-12-06T15:11:42.015816+0000 mon.a (mon.0) 5301 : cluster 3 Health check update: Degraded data redundancy: 35/630 objects degraded (5.556%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:43.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:43 smithi116 bash[80542]: cluster 2023-12-06T15:11:41.427882+0000 mgr.y (mgr.25504) 1297 : cluster 0 pgmap v217: 161 pgs: 26 peering, 9 active+undersized+degraded, 17 active+undersized, 109 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/630 objects degraded (5.556%) 2023-12-06T15:11:43.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:43 smithi116 bash[80542]: cluster 2023-12-06T15:11:42.015816+0000 mon.a (mon.0) 5301 : cluster 3 Health check update: Degraded data redundancy: 35/630 objects degraded (5.556%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:43.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:43 smithi116 bash[83021]: cluster 2023-12-06T15:11:41.427882+0000 mgr.y (mgr.25504) 1297 : cluster 0 pgmap v217: 161 pgs: 26 peering, 9 active+undersized+degraded, 17 active+undersized, 109 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/630 objects degraded (5.556%) 2023-12-06T15:11:43.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:43 smithi116 bash[83021]: cluster 2023-12-06T15:11:42.015816+0000 mon.a (mon.0) 5301 : cluster 3 Health check update: Degraded data redundancy: 35/630 objects degraded (5.556%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T15:11:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:44 smithi150 bash[70025]: cluster 2023-12-06T15:11:43.428962+0000 mgr.y (mgr.25504) 1298 : cluster 0 pgmap v218: 161 pgs: 26 peering, 8 active+undersized+degraded, 14 active+undersized, 113 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2023-12-06T15:11:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:44 smithi150 bash[70025]: audit 2023-12-06T15:11:43.729353+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:44 smithi150 bash[70025]: audit 2023-12-06T15:11:43.731645+0000 mon.a (mon.0) 5303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:44 smithi150 bash[70025]: audit 2023-12-06T15:11:44.240101+0000 mon.a (mon.0) 5304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:44 smithi150 bash[70025]: audit 2023-12-06T15:11:44.249670+0000 mon.a (mon.0) 5305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:44.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:44 smithi150 bash[70025]: audit 2023-12-06T15:11:44.258254+0000 mon.a (mon.0) 5306 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[80542]: cluster 2023-12-06T15:11:43.428962+0000 mgr.y (mgr.25504) 1298 : cluster 0 pgmap v218: 161 pgs: 26 peering, 8 active+undersized+degraded, 14 active+undersized, 113 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2023-12-06T15:11:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[80542]: audit 2023-12-06T15:11:43.729353+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[80542]: audit 2023-12-06T15:11:43.731645+0000 mon.a (mon.0) 5303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[80542]: audit 2023-12-06T15:11:44.240101+0000 mon.a (mon.0) 5304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[80542]: audit 2023-12-06T15:11:44.249670+0000 mon.a (mon.0) 5305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[80542]: audit 2023-12-06T15:11:44.258254+0000 mon.a (mon.0) 5306 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[83021]: cluster 2023-12-06T15:11:43.428962+0000 mgr.y (mgr.25504) 1298 : cluster 0 pgmap v218: 161 pgs: 26 peering, 8 active+undersized+degraded, 14 active+undersized, 113 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2023-12-06T15:11:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[83021]: audit 2023-12-06T15:11:43.729353+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[83021]: audit 2023-12-06T15:11:43.731645+0000 mon.a (mon.0) 5303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[83021]: audit 2023-12-06T15:11:44.240101+0000 mon.a (mon.0) 5304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[83021]: audit 2023-12-06T15:11:44.249670+0000 mon.a (mon.0) 5305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:44 smithi116 bash[83021]: audit 2023-12-06T15:11:44.258254+0000 mon.a (mon.0) 5306 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:46.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:45 smithi116 bash[80542]: cluster 2023-12-06T15:11:45.727082+0000 mon.a (mon.0) 5307 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/630 objects degraded (5.397%), 8 pgs degraded) 2023-12-06T15:11:46.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:45 smithi116 bash[80542]: cluster 2023-12-06T15:11:45.727188+0000 mon.a (mon.0) 5308 : cluster 1 Cluster is now healthy 2023-12-06T15:11:46.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:45 smithi116 bash[83021]: cluster 2023-12-06T15:11:45.727082+0000 mon.a (mon.0) 5307 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/630 objects degraded (5.397%), 8 pgs degraded) 2023-12-06T15:11:46.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:45 smithi116 bash[83021]: cluster 2023-12-06T15:11:45.727188+0000 mon.a (mon.0) 5308 : cluster 1 Cluster is now healthy 2023-12-06T15:11:46.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:45 smithi150 bash[70025]: cluster 2023-12-06T15:11:45.727082+0000 mon.a (mon.0) 5307 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/630 objects degraded (5.397%), 8 pgs degraded) 2023-12-06T15:11:46.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:45 smithi150 bash[70025]: cluster 2023-12-06T15:11:45.727188+0000 mon.a (mon.0) 5308 : cluster 1 Cluster is now healthy 2023-12-06T15:11:47.122 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:46 smithi150 bash[70025]: cluster 2023-12-06T15:11:45.430183+0000 mgr.y (mgr.25504) 1299 : cluster 0 pgmap v219: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:47.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:46 smithi116 bash[80542]: cluster 2023-12-06T15:11:45.430183+0000 mgr.y (mgr.25504) 1299 : cluster 0 pgmap v219: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:47.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:46 smithi116 bash[83021]: cluster 2023-12-06T15:11:45.430183+0000 mgr.y (mgr.25504) 1299 : cluster 0 pgmap v219: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:11:48.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:48 smithi116 bash[83021]: audit 2023-12-06T15:11:47.147136+0000 mon.a (mon.0) 5309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:48 smithi116 bash[83021]: audit 2023-12-06T15:11:47.156761+0000 mon.a (mon.0) 5310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:48 smithi116 bash[83021]: audit 2023-12-06T15:11:47.167461+0000 mon.a (mon.0) 5311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:48 smithi116 bash[80542]: audit 2023-12-06T15:11:47.147136+0000 mon.a (mon.0) 5309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:48 smithi116 bash[80542]: audit 2023-12-06T15:11:47.156761+0000 mon.a (mon.0) 5310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:48 smithi116 bash[80542]: audit 2023-12-06T15:11:47.167461+0000 mon.a (mon.0) 5311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:48 smithi150 bash[70025]: audit 2023-12-06T15:11:47.147136+0000 mon.a (mon.0) 5309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:48 smithi150 bash[70025]: audit 2023-12-06T15:11:47.156761+0000 mon.a (mon.0) 5310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:48.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:48 smithi150 bash[70025]: audit 2023-12-06T15:11:47.167461+0000 mon.a (mon.0) 5311 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:49.313 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:49 smithi116 bash[80542]: cluster 2023-12-06T15:11:47.431450+0000 mgr.y (mgr.25504) 1300 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-06T15:11:49.313 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:49 smithi116 bash[80542]: audit 2023-12-06T15:11:48.991794+0000 mon.a (mon.0) 5312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:49.313 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:49 smithi116 bash[83021]: cluster 2023-12-06T15:11:47.431450+0000 mgr.y (mgr.25504) 1300 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-06T15:11:49.313 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:49 smithi116 bash[83021]: audit 2023-12-06T15:11:48.991794+0000 mon.a (mon.0) 5312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:49.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:49 smithi150 bash[70025]: cluster 2023-12-06T15:11:47.431450+0000 mgr.y (mgr.25504) 1300 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-06T15:11:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:49 smithi150 bash[70025]: audit 2023-12-06T15:11:48.991794+0000 mon.a (mon.0) 5312 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:51 smithi116 bash[80542]: cluster 2023-12-06T15:11:49.432509+0000 mgr.y (mgr.25504) 1301 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 310 B/s rd, 0 op/s 2023-12-06T15:11:51.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:51 smithi116 bash[80542]: audit 2023-12-06T15:11:49.933536+0000 mgr.y (mgr.25504) 1302 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:51.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:51 smithi116 bash[83021]: cluster 2023-12-06T15:11:49.432509+0000 mgr.y (mgr.25504) 1301 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 310 B/s rd, 0 op/s 2023-12-06T15:11:51.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:51 smithi116 bash[83021]: audit 2023-12-06T15:11:49.933536+0000 mgr.y (mgr.25504) 1302 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:51.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:51 smithi150 bash[70025]: cluster 2023-12-06T15:11:49.432509+0000 mgr.y (mgr.25504) 1301 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 310 B/s rd, 0 op/s 2023-12-06T15:11:51.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:51 smithi150 bash[70025]: audit 2023-12-06T15:11:49.933536+0000 mgr.y (mgr.25504) 1302 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:52.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:11:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:11:52] "GET /metrics HTTP/1.1" 200 38502 "" "Prometheus/2.33.4" 2023-12-06T15:11:53.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:53 smithi116 bash[80542]: cluster 2023-12-06T15:11:51.434129+0000 mgr.y (mgr.25504) 1303 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-06T15:11:53.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:53 smithi116 bash[83021]: cluster 2023-12-06T15:11:51.434129+0000 mgr.y (mgr.25504) 1303 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-06T15:11:53.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:53 smithi150 bash[70025]: cluster 2023-12-06T15:11:51.434129+0000 mgr.y (mgr.25504) 1303 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-06T15:11:55.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:55 smithi116 bash[80542]: cluster 2023-12-06T15:11:53.435060+0000 mgr.y (mgr.25504) 1304 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:55.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:55 smithi116 bash[83021]: cluster 2023-12-06T15:11:53.435060+0000 mgr.y (mgr.25504) 1304 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:55.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:55 smithi150 bash[70025]: cluster 2023-12-06T15:11:53.435060+0000 mgr.y (mgr.25504) 1304 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:56.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:56 smithi150 bash[70025]: audit 2023-12-06T15:11:55.892680+0000 mon.a (mon.0) 5313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:56.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:56 smithi116 bash[80542]: audit 2023-12-06T15:11:55.892680+0000 mon.a (mon.0) 5313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:56 smithi116 bash[83021]: audit 2023-12-06T15:11:55.892680+0000 mon.a (mon.0) 5313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:57.437 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:57 smithi150 bash[70025]: cluster 2023-12-06T15:11:55.436387+0000 mgr.y (mgr.25504) 1305 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:57.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:57 smithi150 bash[70025]: audit 2023-12-06T15:11:55.893150+0000 mgr.y (mgr.25504) 1306 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:57.438 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:57 smithi150 bash[70025]: cephadm 2023-12-06T15:11:55.895848+0000 mgr.y (mgr.25504) 1307 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T15:11:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:57 smithi116 bash[83021]: cluster 2023-12-06T15:11:55.436387+0000 mgr.y (mgr.25504) 1305 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:57 smithi116 bash[83021]: audit 2023-12-06T15:11:55.893150+0000 mgr.y (mgr.25504) 1306 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:57 smithi116 bash[83021]: cephadm 2023-12-06T15:11:55.895848+0000 mgr.y (mgr.25504) 1307 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T15:11:57.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:57 smithi116 bash[80542]: cluster 2023-12-06T15:11:55.436387+0000 mgr.y (mgr.25504) 1305 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:57.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:57 smithi116 bash[80542]: audit 2023-12-06T15:11:55.893150+0000 mgr.y (mgr.25504) 1306 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:11:57.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:57 smithi116 bash[80542]: cephadm 2023-12-06T15:11:55.895848+0000 mgr.y (mgr.25504) 1307 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T15:11:58.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:58 smithi150 bash[70025]: cluster 2023-12-06T15:11:57.437662+0000 mgr.y (mgr.25504) 1308 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:58 smithi116 bash[80542]: cluster 2023-12-06T15:11:57.437662+0000 mgr.y (mgr.25504) 1308 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:58.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:58 smithi116 bash[83021]: cluster 2023-12-06T15:11:57.437662+0000 mgr.y (mgr.25504) 1308 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: cephadm 2023-12-06T15:11:58.167116+0000 mgr.y (mgr.25504) 1309 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: audit 2023-12-06T15:11:58.174650+0000 mon.a (mon.0) 5314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: audit 2023-12-06T15:11:58.179479+0000 mon.a (mon.0) 5315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: audit 2023-12-06T15:11:58.183402+0000 mon.a (mon.0) 5316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: cephadm 2023-12-06T15:11:58.190087+0000 mgr.y (mgr.25504) 1310 : cephadm 1 Deploying daemon osd.6 on smithi150 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: audit 2023-12-06T15:11:58.729393+0000 mon.a (mon.0) 5317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:59.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:11:59 smithi150 bash[70025]: audit 2023-12-06T15:11:58.731226+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: cephadm 2023-12-06T15:11:58.167116+0000 mgr.y (mgr.25504) 1309 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: audit 2023-12-06T15:11:58.174650+0000 mon.a (mon.0) 5314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: audit 2023-12-06T15:11:58.179479+0000 mon.a (mon.0) 5315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: audit 2023-12-06T15:11:58.183402+0000 mon.a (mon.0) 5316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: cephadm 2023-12-06T15:11:58.190087+0000 mgr.y (mgr.25504) 1310 : cephadm 1 Deploying daemon osd.6 on smithi150 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: audit 2023-12-06T15:11:58.729393+0000 mon.a (mon.0) 5317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[80542]: audit 2023-12-06T15:11:58.731226+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:11:59.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: cephadm 2023-12-06T15:11:58.167116+0000 mgr.y (mgr.25504) 1309 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T15:11:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: audit 2023-12-06T15:11:58.174650+0000 mon.a (mon.0) 5314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: audit 2023-12-06T15:11:58.179479+0000 mon.a (mon.0) 5315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:11:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: audit 2023-12-06T15:11:58.183402+0000 mon.a (mon.0) 5316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: cephadm 2023-12-06T15:11:58.190087+0000 mgr.y (mgr.25504) 1310 : cephadm 1 Deploying daemon osd.6 on smithi150 2023-12-06T15:11:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: audit 2023-12-06T15:11:58.729393+0000 mon.a (mon.0) 5317 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:11:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:11:59 smithi116 bash[83021]: audit 2023-12-06T15:11:58.731226+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:00.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:00 smithi150 bash[70025]: cluster 2023-12-06T15:11:59.438686+0000 mgr.y (mgr.25504) 1311 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:00.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:00 smithi150 bash[70025]: audit 2023-12-06T15:11:59.941440+0000 mgr.y (mgr.25504) 1312 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:00 smithi116 bash[80542]: cluster 2023-12-06T15:11:59.438686+0000 mgr.y (mgr.25504) 1311 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:00 smithi116 bash[80542]: audit 2023-12-06T15:11:59.941440+0000 mgr.y (mgr.25504) 1312 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:00.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:00 smithi116 bash[83021]: cluster 2023-12-06T15:11:59.438686+0000 mgr.y (mgr.25504) 1311 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:00.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:00 smithi116 bash[83021]: audit 2023-12-06T15:11:59.941440+0000 mgr.y (mgr.25504) 1312 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:02.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:02 smithi116 bash[80542]: cluster 2023-12-06T15:12:01.440292+0000 mgr.y (mgr.25504) 1313 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:12:02] "GET /metrics HTTP/1.1" 200 38505 "" "Prometheus/2.33.4" 2023-12-06T15:12:02.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:02 smithi116 bash[83021]: cluster 2023-12-06T15:12:01.440292+0000 mgr.y (mgr.25504) 1313 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:02.688 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:02 smithi150 bash[70025]: cluster 2023-12-06T15:12:01.440292+0000 mgr.y (mgr.25504) 1313 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:02.688 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:02 smithi150 systemd[1]: Stopping Ceph osd.6 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:12:02.941 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:02 smithi150 bash[37854]: debug 2023-12-06T15:12:02.682+0000 7f789ea61700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:12:02.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:02 smithi150 bash[37854]: debug 2023-12-06T15:12:02.682+0000 7f789ea61700 -1 osd.6 142 *** Got signal Terminated *** 2023-12-06T15:12:02.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:02 smithi150 bash[37854]: debug 2023-12-06T15:12:02.682+0000 7f789ea61700 -1 osd.6 142 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:12:03.682 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:12:03.843 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:03 smithi150 bash[70025]: cluster 2023-12-06T15:12:02.687084+0000 mon.a (mon.0) 5319 : cluster 1 osd.6 marked itself down and dead 2023-12-06T15:12:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:03 smithi116 bash[80542]: cluster 2023-12-06T15:12:02.687084+0000 mon.a (mon.0) 5319 : cluster 1 osd.6 marked itself down and dead 2023-12-06T15:12:03.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:03 smithi116 bash[83021]: cluster 2023-12-06T15:12:02.687084+0000 mon.a (mon.0) 5319 : cluster 1 osd.6 marked itself down and dead 2023-12-06T15:12:04.444 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 17s ago 23m - - 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 0s ago 23m - - 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (9m) 17s ago 16m 16.7M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (8m) 0s ago 15m 44.1M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (7m) 17s ago 13m 48.8M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (6m) 0s ago 22m 435M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (7m) 17s ago 24m 516M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (6m) 17s ago 24m 71.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (5m) 0s ago 22m 49.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (5m) 17s ago 22m 54.4M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (9m) 17s ago 16m 12.3M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (8m) 0s ago 16m 12.3M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (3m) 17s ago 21m 52.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (3m) 17s ago 21m 55.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:12:04.445 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (2m) 17s ago 20m 48.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (110s) 17s ago 19m 50.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (71s) 0s ago 19m 52.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e b4298365e8d0 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (32s) 0s ago 18m 48.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 746b57a9a831 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 unknown 0s ago 18m 66.3M 4096M 17.2.0 e1d6a67b021e ded2ab261270 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (17m) 0s ago 17m 69.3M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (7m) 0s ago 16m 66.1M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (13m) 17s ago 13m 89.4M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (13m) 0s ago 13m 89.4M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (13m) 17s ago 13m 88.7M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:12:04.446 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (13m) 0s ago 13m 89.1M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: cluster 2023-12-06T15:12:03.441190+0000 mgr.y (mgr.25504) 1314 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: cluster 2023-12-06T15:12:03.524699+0000 mon.a (mon.0) 5320 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: cluster 2023-12-06T15:12:03.535235+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: cluster 2023-12-06T15:12:03.536654+0000 mon.a (mon.0) 5321 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: audit 2023-12-06T15:12:03.664117+0000 mgr.y (mgr.25504) 1315 : audit 0 from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: audit 2023-12-06T15:12:04.048107+0000 mgr.y (mgr.25504) 1316 : audit 0 from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: audit 2023-12-06T15:12:04.054367+0000 mon.a (mon.0) 5322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: audit 2023-12-06T15:12:04.062342+0000 mon.a (mon.0) 5323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: cluster 2023-12-06T15:12:04.063987+0000 mgr.y (mgr.25504) 1317 : cluster 0 pgmap v230: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:04.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:04 smithi150 bash[70025]: audit 2023-12-06T15:12:04.070530+0000 mon.a (mon.0) 5324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.890 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:12:04.890 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:12:04.890 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 11 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:12:04.891 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: cluster 2023-12-06T15:12:03.441190+0000 mgr.y (mgr.25504) 1314 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: cluster 2023-12-06T15:12:03.524699+0000 mon.a (mon.0) 5320 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: cluster 2023-12-06T15:12:03.535235+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: cluster 2023-12-06T15:12:03.536654+0000 mon.a (mon.0) 5321 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: audit 2023-12-06T15:12:03.664117+0000 mgr.y (mgr.25504) 1315 : audit 0 from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: audit 2023-12-06T15:12:04.048107+0000 mgr.y (mgr.25504) 1316 : audit 0 from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: audit 2023-12-06T15:12:04.054367+0000 mon.a (mon.0) 5322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: audit 2023-12-06T15:12:04.062342+0000 mon.a (mon.0) 5323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: cluster 2023-12-06T15:12:04.063987+0000 mgr.y (mgr.25504) 1317 : cluster 0 pgmap v230: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:04.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[83021]: audit 2023-12-06T15:12:04.070530+0000 mon.a (mon.0) 5324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: cluster 2023-12-06T15:12:03.441190+0000 mgr.y (mgr.25504) 1314 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: cluster 2023-12-06T15:12:03.524699+0000 mon.a (mon.0) 5320 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: cluster 2023-12-06T15:12:03.535235+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: cluster 2023-12-06T15:12:03.536654+0000 mon.a (mon.0) 5321 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: audit 2023-12-06T15:12:03.664117+0000 mgr.y (mgr.25504) 1315 : audit 0 from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: audit 2023-12-06T15:12:04.048107+0000 mgr.y (mgr.25504) 1316 : audit 0 from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: audit 2023-12-06T15:12:04.054367+0000 mon.a (mon.0) 5322 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: audit 2023-12-06T15:12:04.062342+0000 mon.a (mon.0) 5323 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: cluster 2023-12-06T15:12:04.063987+0000 mgr.y (mgr.25504) 1317 : cluster 0 pgmap v230: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:04.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:04 smithi116 bash[80542]: audit 2023-12-06T15:12:04.070530+0000 mon.a (mon.0) 5324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:05.276 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:12:05.276 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:12:05.276 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "11/23 daemons upgraded", 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:12:05.277 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:12:05.452 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[82311]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:12:05.729 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2023-12-06T15:12:05.729 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-06T15:12:05.730 INFO:teuthology.orchestra.run.smithi116.stdout: daemon osd.6 on smithi150 is in unknown state 2023-12-06T15:12:05.730 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:12:05.730 INFO:teuthology.orchestra.run.smithi116.stdout: osd.6 (root=default,host=smithi150) is down 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: audit 2023-12-06T15:12:04.416997+0000 mgr.y (mgr.25504) 1318 : audit 0 from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: cluster 2023-12-06T15:12:04.546390+0000 mon.a (mon.0) 5325 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: cluster 2023-12-06T15:12:04.550636+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: cluster 2023-12-06T15:12:04.554351+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: cluster 2023-12-06T15:12:04.559097+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: audit 2023-12-06T15:12:04.887883+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.116:0/3442220132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:05.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[80542]: cluster 2023-12-06T15:12:05.058976+0000 mon.a (mon.0) 5326 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: audit 2023-12-06T15:12:04.416997+0000 mgr.y (mgr.25504) 1318 : audit 0 from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: cluster 2023-12-06T15:12:04.546390+0000 mon.a (mon.0) 5325 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: cluster 2023-12-06T15:12:04.550636+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: cluster 2023-12-06T15:12:04.554351+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: cluster 2023-12-06T15:12:04.559097+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: audit 2023-12-06T15:12:04.887883+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.116:0/3442220132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:05.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:05 smithi116 bash[83021]: cluster 2023-12-06T15:12:05.058976+0000 mon.a (mon.0) 5326 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:12:05.941 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[82537]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: audit 2023-12-06T15:12:04.416997+0000 mgr.y (mgr.25504) 1318 : audit 0 from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: cluster 2023-12-06T15:12:04.546390+0000 mon.a (mon.0) 5325 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: cluster 2023-12-06T15:12:04.550636+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: cluster 2023-12-06T15:12:04.554351+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: cluster 2023-12-06T15:12:04.559097+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: audit 2023-12-06T15:12:04.887883+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.116:0/3442220132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:05.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:05 smithi150 bash[70025]: cluster 2023-12-06T15:12:05.058976+0000 mon.a (mon.0) 5326 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:12:06.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:06 smithi150 bash[70025]: audit 2023-12-06T15:12:05.273509+0000 mgr.y (mgr.25504) 1319 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:06 smithi150 bash[70025]: audit 2023-12-06T15:12:05.727584+0000 mon.a (mon.0) 5327 : audit 0 from='client.? 172.21.15.116:0/2385189571' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:06.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:06 smithi150 bash[70025]: cluster 2023-12-06T15:12:06.064966+0000 mgr.y (mgr.25504) 1320 : cluster 0 pgmap v232: 161 pgs: 12 active+undersized+degraded, 3 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 52/630 objects degraded (8.254%) 2023-12-06T15:12:06.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:06 smithi116 bash[80542]: audit 2023-12-06T15:12:05.273509+0000 mgr.y (mgr.25504) 1319 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:06.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:06 smithi116 bash[80542]: audit 2023-12-06T15:12:05.727584+0000 mon.a (mon.0) 5327 : audit 0 from='client.? 172.21.15.116:0/2385189571' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:06.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:06 smithi116 bash[80542]: cluster 2023-12-06T15:12:06.064966+0000 mgr.y (mgr.25504) 1320 : cluster 0 pgmap v232: 161 pgs: 12 active+undersized+degraded, 3 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 52/630 objects degraded (8.254%) 2023-12-06T15:12:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:06 smithi116 bash[83021]: audit 2023-12-06T15:12:05.273509+0000 mgr.y (mgr.25504) 1319 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:06 smithi116 bash[83021]: audit 2023-12-06T15:12:05.727584+0000 mon.a (mon.0) 5327 : audit 0 from='client.? 172.21.15.116:0/2385189571' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:06.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:06 smithi116 bash[83021]: cluster 2023-12-06T15:12:06.064966+0000 mgr.y (mgr.25504) 1320 : cluster 0 pgmap v232: 161 pgs: 12 active+undersized+degraded, 3 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 52/630 objects degraded (8.254%) 2023-12-06T15:12:07.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[80542]: cluster 2023-12-06T15:12:06.544928+0000 mon.a (mon.0) 5328 : cluster 3 Health check failed: Degraded data redundancy: 52/630 objects degraded (8.254%), 12 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[80542]: audit 2023-12-06T15:12:07.320257+0000 mon.a (mon.0) 5329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[80542]: audit 2023-12-06T15:12:07.328744+0000 mon.a (mon.0) 5330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[80542]: audit 2023-12-06T15:12:07.338607+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[83021]: cluster 2023-12-06T15:12:06.544928+0000 mon.a (mon.0) 5328 : cluster 3 Health check failed: Degraded data redundancy: 52/630 objects degraded (8.254%), 12 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[83021]: audit 2023-12-06T15:12:07.320257+0000 mon.a (mon.0) 5329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[83021]: audit 2023-12-06T15:12:07.328744+0000 mon.a (mon.0) 5330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:07 smithi116 bash[83021]: audit 2023-12-06T15:12:07.338607+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.778 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:07 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-06T15:12:07.778 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:07 smithi150 systemd[1]: Stopped Ceph osd.6 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:12:07.778 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:07 smithi150 systemd[1]: Started Ceph osd.6 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:12:07.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:07 smithi150 bash[70025]: cluster 2023-12-06T15:12:06.544928+0000 mon.a (mon.0) 5328 : cluster 3 Health check failed: Degraded data redundancy: 52/630 objects degraded (8.254%), 12 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:07.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:07 smithi150 bash[70025]: audit 2023-12-06T15:12:07.320257+0000 mon.a (mon.0) 5329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:07 smithi150 bash[70025]: audit 2023-12-06T15:12:07.328744+0000 mon.a (mon.0) 5330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:07.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:07 smithi150 bash[70025]: audit 2023-12-06T15:12:07.338607+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.026 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cluster 2023-12-06T15:12:07.330591+0000 mgr.y (mgr.25504) 1321 : cluster 0 pgmap v233: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.026 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cluster 2023-12-06T15:12:07.331152+0000 mgr.y (mgr.25504) 1322 : cluster 0 pgmap v234: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.026 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.766523+0000 mon.a (mon.0) 5332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.778133+0000 mon.a (mon.0) 5333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.786484+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.788027+0000 mon.a (mon.0) 5335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cluster 2023-12-06T15:12:07.791022+0000 mgr.y (mgr.25504) 1323 : cluster 0 pgmap v235: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.799441+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cephadm 2023-12-06T15:12:07.800464+0000 mgr.y (mgr.25504) 1324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.884679+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.887850+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.893535+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.895397+0000 mon.a (mon.0) 5340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.907385+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cephadm 2023-12-06T15:12:07.908412+0000 mgr.y (mgr.25504) 1325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.027 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.987467+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.991731+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.995329+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:07.996373+0000 mon.a (mon.0) 5345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.005659+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.006616+0000 mgr.y (mgr.25504) 1326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.084280+0000 mon.a (mon.0) 5347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.086740+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.089956+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.091174+0000 mon.a (mon.0) 5350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.102017+0000 mon.a (mon.0) 5351 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.102672+0000 mgr.y (mgr.25504) 1327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.028 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.181183+0000 mon.a (mon.0) 5352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.183819+0000 mon.a (mon.0) 5353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.186633+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.187440+0000 mon.a (mon.0) 5355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.197033+0000 mon.a (mon.0) 5356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.276509+0000 mon.a (mon.0) 5357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.279071+0000 mon.a (mon.0) 5358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.282038+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.283303+0000 mon.a (mon.0) 5360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.293220+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.029 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: cluster 2023-12-06T15:12:08.325928+0000 mon.a (mon.0) 5362 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.371853+0000 mon.a (mon.0) 5363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.373959+0000 mon.a (mon.0) 5364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.377640+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.378928+0000 mon.a (mon.0) 5366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.385962+0000 mon.a (mon.0) 5367 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.450745+0000 mon.a (mon.0) 5368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.453445+0000 mon.a (mon.0) 5369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.456434+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.457586+0000 mon.a (mon.0) 5371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.466249+0000 mon.a (mon.0) 5372 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.549378+0000 mon.a (mon.0) 5373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.552373+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.555436+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.030 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.556376+0000 mon.a (mon.0) 5376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.562575+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.646350+0000 mon.a (mon.0) 5378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.649068+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.651911+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.653100+0000 mon.a (mon.0) 5381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.661758+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.741857+0000 mon.a (mon.0) 5383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.744780+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.748877+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.750367+0000 mon.a (mon.0) 5386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:08 smithi150 bash[70025]: audit 2023-12-06T15:12:08.758643+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cluster 2023-12-06T15:12:07.330591+0000 mgr.y (mgr.25504) 1321 : cluster 0 pgmap v233: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cluster 2023-12-06T15:12:07.331152+0000 mgr.y (mgr.25504) 1322 : cluster 0 pgmap v234: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.766523+0000 mon.a (mon.0) 5332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.778133+0000 mon.a (mon.0) 5333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.786484+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.788027+0000 mon.a (mon.0) 5335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cluster 2023-12-06T15:12:07.791022+0000 mgr.y (mgr.25504) 1323 : cluster 0 pgmap v235: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.799441+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cephadm 2023-12-06T15:12:07.800464+0000 mgr.y (mgr.25504) 1324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.884679+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.887850+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.893535+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.895397+0000 mon.a (mon.0) 5340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.907385+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cephadm 2023-12-06T15:12:07.908412+0000 mgr.y (mgr.25504) 1325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.987467+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.991731+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.995329+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cluster 2023-12-06T15:12:07.330591+0000 mgr.y (mgr.25504) 1321 : cluster 0 pgmap v233: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cluster 2023-12-06T15:12:07.331152+0000 mgr.y (mgr.25504) 1322 : cluster 0 pgmap v234: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.766523+0000 mon.a (mon.0) 5332 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.778133+0000 mon.a (mon.0) 5333 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.786484+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.788027+0000 mon.a (mon.0) 5335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cluster 2023-12-06T15:12:07.791022+0000 mgr.y (mgr.25504) 1323 : cluster 0 pgmap v235: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 30 active+undersized, 116 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.799441+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cephadm 2023-12-06T15:12:07.800464+0000 mgr.y (mgr.25504) 1324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.884679+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.887850+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.893535+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.895397+0000 mon.a (mon.0) 5340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.907385+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cephadm 2023-12-06T15:12:07.908412+0000 mgr.y (mgr.25504) 1325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.987467+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.991731+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.995329+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:07.996373+0000 mon.a (mon.0) 5345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.005659+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.006616+0000 mgr.y (mgr.25504) 1326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.084280+0000 mon.a (mon.0) 5347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.086740+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.089956+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.091174+0000 mon.a (mon.0) 5350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.102017+0000 mon.a (mon.0) 5351 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.102672+0000 mgr.y (mgr.25504) 1327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.181183+0000 mon.a (mon.0) 5352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.183819+0000 mon.a (mon.0) 5353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.186633+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.187440+0000 mon.a (mon.0) 5355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.197033+0000 mon.a (mon.0) 5356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.276509+0000 mon.a (mon.0) 5357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.279071+0000 mon.a (mon.0) 5358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.282038+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.283303+0000 mon.a (mon.0) 5360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.293220+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: cluster 2023-12-06T15:12:08.325928+0000 mon.a (mon.0) 5362 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:12:09.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:07.996373+0000 mon.a (mon.0) 5345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.005659+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.006616+0000 mgr.y (mgr.25504) 1326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.084280+0000 mon.a (mon.0) 5347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.086740+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.089956+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.091174+0000 mon.a (mon.0) 5350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.102017+0000 mon.a (mon.0) 5351 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.102672+0000 mgr.y (mgr.25504) 1327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.181183+0000 mon.a (mon.0) 5352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.183819+0000 mon.a (mon.0) 5353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.186633+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.187440+0000 mon.a (mon.0) 5355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.197033+0000 mon.a (mon.0) 5356 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.276509+0000 mon.a (mon.0) 5357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.279071+0000 mon.a (mon.0) 5358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.282038+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.283303+0000 mon.a (mon.0) 5360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.293220+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: cluster 2023-12-06T15:12:08.325928+0000 mon.a (mon.0) 5362 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.371853+0000 mon.a (mon.0) 5363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.373959+0000 mon.a (mon.0) 5364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.377640+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.378928+0000 mon.a (mon.0) 5366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.385962+0000 mon.a (mon.0) 5367 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.450745+0000 mon.a (mon.0) 5368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.453445+0000 mon.a (mon.0) 5369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.456434+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.457586+0000 mon.a (mon.0) 5371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.466249+0000 mon.a (mon.0) 5372 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.549378+0000 mon.a (mon.0) 5373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.552373+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.555436+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.556376+0000 mon.a (mon.0) 5376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.562575+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.646350+0000 mon.a (mon.0) 5378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.649068+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.651911+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.653100+0000 mon.a (mon.0) 5381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.661758+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.741857+0000 mon.a (mon.0) 5383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.744780+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.748877+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.750367+0000 mon.a (mon.0) 5386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[83021]: audit 2023-12-06T15:12:08.758643+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.371853+0000 mon.a (mon.0) 5363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.373959+0000 mon.a (mon.0) 5364 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.377640+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.378928+0000 mon.a (mon.0) 5366 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.385962+0000 mon.a (mon.0) 5367 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.450745+0000 mon.a (mon.0) 5368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.453445+0000 mon.a (mon.0) 5369 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.456434+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.457586+0000 mon.a (mon.0) 5371 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.466249+0000 mon.a (mon.0) 5372 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.549378+0000 mon.a (mon.0) 5373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.552373+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.555436+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.556376+0000 mon.a (mon.0) 5376 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.562575+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.646350+0000 mon.a (mon.0) 5378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.649068+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.651911+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.653100+0000 mon.a (mon.0) 5381 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.661758+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.741857+0000 mon.a (mon.0) 5383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.744780+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.748877+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.750367+0000 mon.a (mon.0) 5386 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:08 smithi116 bash[80542]: audit 2023-12-06T15:12:08.758643+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.778 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.197781+0000 mgr.y (mgr.25504) 1328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.293974+0000 mgr.y (mgr.25504) 1329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.386528+0000 mgr.y (mgr.25504) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.467002+0000 mgr.y (mgr.25504) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.563515+0000 mgr.y (mgr.25504) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.662365+0000 mgr.y (mgr.25504) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.759556+0000 mgr.y (mgr.25504) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.841288+0000 mon.a (mon.0) 5388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.843750+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.846444+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.847412+0000 mon.a (mon.0) 5391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.855392+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.855990+0000 mgr.y (mgr.25504) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.939947+0000 mon.a (mon.0) 5393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.779 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.942286+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.945651+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.946597+0000 mon.a (mon.0) 5396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:08.954232+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:08.954876+0000 mgr.y (mgr.25504) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.038457+0000 mon.a (mon.0) 5398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.041418+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.780 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.197781+0000 mgr.y (mgr.25504) 1328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.293974+0000 mgr.y (mgr.25504) 1329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.386528+0000 mgr.y (mgr.25504) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.467002+0000 mgr.y (mgr.25504) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.563515+0000 mgr.y (mgr.25504) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.662365+0000 mgr.y (mgr.25504) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.759556+0000 mgr.y (mgr.25504) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.841288+0000 mon.a (mon.0) 5388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.843750+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.846444+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.847412+0000 mon.a (mon.0) 5391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.855392+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.855990+0000 mgr.y (mgr.25504) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.939947+0000 mon.a (mon.0) 5393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.942286+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.781 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.945651+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.946597+0000 mon.a (mon.0) 5396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:08.954232+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:08.954876+0000 mgr.y (mgr.25504) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.038457+0000 mon.a (mon.0) 5398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.041418+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.044325+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.045582+0000 mon.a (mon.0) 5401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.053073+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.053976+0000 mgr.y (mgr.25504) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.137119+0000 mon.a (mon.0) 5403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.139659+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.143027+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.144241+0000 mon.a (mon.0) 5406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.151197+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.782 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.151835+0000 mgr.y (mgr.25504) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.233868+0000 mon.a (mon.0) 5408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.236538+0000 mon.a (mon.0) 5409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.239069+0000 mon.a (mon.0) 5410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.240125+0000 mon.a (mon.0) 5411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.245652+0000 mon.a (mon.0) 5412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.329865+0000 mon.a (mon.0) 5413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.332227+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.335001+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.336078+0000 mon.a (mon.0) 5416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.342532+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.423064+0000 mon.a (mon.0) 5418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.425242+0000 mon.a (mon.0) 5419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.427260+0000 mon.a (mon.0) 5420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.428032+0000 mon.a (mon.0) 5421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.783 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.432929+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.784 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.512607+0000 mon.a (mon.0) 5423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.784 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.514931+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.784 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.517884+0000 mon.a (mon.0) 5425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.941 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T15:12:09.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-06T15:12:09.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T15:12:09.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T15:12:09.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-06T15:12:09.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T15:12:09.942 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[82702]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-06T15:12:09.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.197781+0000 mgr.y (mgr.25504) 1328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.293974+0000 mgr.y (mgr.25504) 1329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.386528+0000 mgr.y (mgr.25504) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.467002+0000 mgr.y (mgr.25504) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.563515+0000 mgr.y (mgr.25504) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.662365+0000 mgr.y (mgr.25504) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.759556+0000 mgr.y (mgr.25504) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.841288+0000 mon.a (mon.0) 5388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.843750+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.846444+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.847412+0000 mon.a (mon.0) 5391 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.855392+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.855990+0000 mgr.y (mgr.25504) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.939947+0000 mon.a (mon.0) 5393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.942286+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.945651+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.946597+0000 mon.a (mon.0) 5396 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:08.954232+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:08.954876+0000 mgr.y (mgr.25504) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.038457+0000 mon.a (mon.0) 5398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.041418+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.044325+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.045582+0000 mon.a (mon.0) 5401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.053073+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.053976+0000 mgr.y (mgr.25504) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.137119+0000 mon.a (mon.0) 5403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.139659+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.143027+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.144241+0000 mon.a (mon.0) 5406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.151197+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.151835+0000 mgr.y (mgr.25504) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.233868+0000 mon.a (mon.0) 5408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.236538+0000 mon.a (mon.0) 5409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.239069+0000 mon.a (mon.0) 5410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.240125+0000 mon.a (mon.0) 5411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.245652+0000 mon.a (mon.0) 5412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.329865+0000 mon.a (mon.0) 5413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.332227+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.335001+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.336078+0000 mon.a (mon.0) 5416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.342532+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.423064+0000 mon.a (mon.0) 5418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.425242+0000 mon.a (mon.0) 5419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.427260+0000 mon.a (mon.0) 5420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.428032+0000 mon.a (mon.0) 5421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.432929+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.512607+0000 mon.a (mon.0) 5423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.514931+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.517884+0000 mon.a (mon.0) 5425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.518989+0000 mon.a (mon.0) 5426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.534760+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.612769+0000 mon.a (mon.0) 5428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.615470+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.619136+0000 mon.a (mon.0) 5430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.620141+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.630284+0000 mon.a (mon.0) 5432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.707857+0000 mon.a (mon.0) 5433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.710496+0000 mon.a (mon.0) 5434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:09.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.713362+0000 mon.a (mon.0) 5435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:09.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.714104+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:09.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:09 smithi150 bash[70025]: audit 2023-12-06T15:12:09.723628+0000 mon.a (mon.0) 5437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.518989+0000 mon.a (mon.0) 5426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.534760+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.612769+0000 mon.a (mon.0) 5428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.615470+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.619136+0000 mon.a (mon.0) 5430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.620141+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.630284+0000 mon.a (mon.0) 5432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.707857+0000 mon.a (mon.0) 5433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.710496+0000 mon.a (mon.0) 5434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.713362+0000 mon.a (mon.0) 5435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.714104+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[80542]: audit 2023-12-06T15:12:09.723628+0000 mon.a (mon.0) 5437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.044325+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.045582+0000 mon.a (mon.0) 5401 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.053073+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.053976+0000 mgr.y (mgr.25504) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.137119+0000 mon.a (mon.0) 5403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.139659+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.143027+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.144241+0000 mon.a (mon.0) 5406 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.151197+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.151835+0000 mgr.y (mgr.25504) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.233868+0000 mon.a (mon.0) 5408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.236538+0000 mon.a (mon.0) 5409 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.239069+0000 mon.a (mon.0) 5410 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.240125+0000 mon.a (mon.0) 5411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.245652+0000 mon.a (mon.0) 5412 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.329865+0000 mon.a (mon.0) 5413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.332227+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.335001+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.336078+0000 mon.a (mon.0) 5416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.342532+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.423064+0000 mon.a (mon.0) 5418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.425242+0000 mon.a (mon.0) 5419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.427260+0000 mon.a (mon.0) 5420 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.428032+0000 mon.a (mon.0) 5421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.432929+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.512607+0000 mon.a (mon.0) 5423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.514931+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.517884+0000 mon.a (mon.0) 5425 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.518989+0000 mon.a (mon.0) 5426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.534760+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.612769+0000 mon.a (mon.0) 5428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.615470+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.619136+0000 mon.a (mon.0) 5430 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.620141+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.630284+0000 mon.a (mon.0) 5432 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.707857+0000 mon.a (mon.0) 5433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.710496+0000 mon.a (mon.0) 5434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.713362+0000 mon.a (mon.0) 5435 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:10.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.714104+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:10.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:09 smithi116 bash[83021]: audit 2023-12-06T15:12:09.723628+0000 mon.a (mon.0) 5437 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.246526+0000 mgr.y (mgr.25504) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.343207+0000 mgr.y (mgr.25504) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.433440+0000 mgr.y (mgr.25504) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.535453+0000 mgr.y (mgr.25504) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.631287+0000 mgr.y (mgr.25504) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.724105+0000 mgr.y (mgr.25504) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cluster 2023-12-06T15:12:09.791621+0000 mgr.y (mgr.25504) 1345 : cluster 0 pgmap v236: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.802973+0000 mon.a (mon.0) 5438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.805671+0000 mon.a (mon.0) 5439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.808025+0000 mon.a (mon.0) 5440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.808967+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.815742+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.816244+0000 mgr.y (mgr.25504) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.893856+0000 mon.a (mon.0) 5443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.897025+0000 mon.a (mon.0) 5444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.900669+0000 mon.a (mon.0) 5445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.901945+0000 mon.a (mon.0) 5446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.910119+0000 mon.a (mon.0) 5447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:09.910687+0000 mgr.y (mgr.25504) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.949346+0000 mgr.y (mgr.25504) 1348 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.246526+0000 mgr.y (mgr.25504) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.343207+0000 mgr.y (mgr.25504) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.433440+0000 mgr.y (mgr.25504) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.535453+0000 mgr.y (mgr.25504) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.631287+0000 mgr.y (mgr.25504) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.724105+0000 mgr.y (mgr.25504) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cluster 2023-12-06T15:12:09.791621+0000 mgr.y (mgr.25504) 1345 : cluster 0 pgmap v236: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.802973+0000 mon.a (mon.0) 5438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.805671+0000 mon.a (mon.0) 5439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.808025+0000 mon.a (mon.0) 5440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.808967+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.815742+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.816244+0000 mgr.y (mgr.25504) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.893856+0000 mon.a (mon.0) 5443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.897025+0000 mon.a (mon.0) 5444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.900669+0000 mon.a (mon.0) 5445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.901945+0000 mon.a (mon.0) 5446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.910119+0000 mon.a (mon.0) 5447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:09.910687+0000 mgr.y (mgr.25504) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.949346+0000 mgr.y (mgr.25504) 1348 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.987867+0000 mon.a (mon.0) 5448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.990777+0000 mon.a (mon.0) 5449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.994510+0000 mon.a (mon.0) 5450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:09.995698+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.004364+0000 mon.a (mon.0) 5452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.005257+0000 mgr.y (mgr.25504) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.083358+0000 mon.a (mon.0) 5453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.087315+0000 mon.a (mon.0) 5454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.091409+0000 mon.a (mon.0) 5455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.092544+0000 mon.a (mon.0) 5456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.101186+0000 mon.a (mon.0) 5457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.101806+0000 mgr.y (mgr.25504) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.184215+0000 mon.a (mon.0) 5458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.186582+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.189194+0000 mon.a (mon.0) 5460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.190072+0000 mon.a (mon.0) 5461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.196411+0000 mon.a (mon.0) 5462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.280110+0000 mon.a (mon.0) 5463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.282151+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.987867+0000 mon.a (mon.0) 5448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.990777+0000 mon.a (mon.0) 5449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.994510+0000 mon.a (mon.0) 5450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:09.995698+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.004364+0000 mon.a (mon.0) 5452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.005257+0000 mgr.y (mgr.25504) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.083358+0000 mon.a (mon.0) 5453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.087315+0000 mon.a (mon.0) 5454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.091409+0000 mon.a (mon.0) 5455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.092544+0000 mon.a (mon.0) 5456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.101186+0000 mon.a (mon.0) 5457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.101806+0000 mgr.y (mgr.25504) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.184215+0000 mon.a (mon.0) 5458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.186582+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.189194+0000 mon.a (mon.0) 5460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.190072+0000 mon.a (mon.0) 5461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.196411+0000 mon.a (mon.0) 5462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.280110+0000 mon.a (mon.0) 5463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.282151+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.285487+0000 mon.a (mon.0) 5465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.286527+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.293528+0000 mon.a (mon.0) 5467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.374315+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.377700+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.380314+0000 mon.a (mon.0) 5470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.381525+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.390623+0000 mon.a (mon.0) 5472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.472932+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.475425+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.479094+0000 mon.a (mon.0) 5475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.480424+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.488630+0000 mon.a (mon.0) 5477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.571498+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.575536+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.579479+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.580589+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.588044+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.669925+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.676101+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.285487+0000 mon.a (mon.0) 5465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.286527+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.293528+0000 mon.a (mon.0) 5467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.374315+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.377700+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.380314+0000 mon.a (mon.0) 5470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.381525+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.390623+0000 mon.a (mon.0) 5472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.472932+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.475425+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.479094+0000 mon.a (mon.0) 5475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.480424+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.488630+0000 mon.a (mon.0) 5477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.571498+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.575536+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.579479+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.580589+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.588044+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.669925+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.676101+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.679658+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.680482+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.688071+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[83021]: audit 2023-12-06T15:12:10.767230+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.679658+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.680482+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.688071+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:10 smithi116 bash[80542]: audit 2023-12-06T15:12:10.767230+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.246526+0000 mgr.y (mgr.25504) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.343207+0000 mgr.y (mgr.25504) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.433440+0000 mgr.y (mgr.25504) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.535453+0000 mgr.y (mgr.25504) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.631287+0000 mgr.y (mgr.25504) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.724105+0000 mgr.y (mgr.25504) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cluster 2023-12-06T15:12:09.791621+0000 mgr.y (mgr.25504) 1345 : cluster 0 pgmap v236: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.802973+0000 mon.a (mon.0) 5438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.805671+0000 mon.a (mon.0) 5439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.808025+0000 mon.a (mon.0) 5440 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.808967+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.815742+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.816244+0000 mgr.y (mgr.25504) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.893856+0000 mon.a (mon.0) 5443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.897025+0000 mon.a (mon.0) 5444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.900669+0000 mon.a (mon.0) 5445 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.901945+0000 mon.a (mon.0) 5446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.910119+0000 mon.a (mon.0) 5447 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:09.910687+0000 mgr.y (mgr.25504) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.949346+0000 mgr.y (mgr.25504) 1348 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.987867+0000 mon.a (mon.0) 5448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.990777+0000 mon.a (mon.0) 5449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.994510+0000 mon.a (mon.0) 5450 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:09.995698+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.004364+0000 mon.a (mon.0) 5452 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.005257+0000 mgr.y (mgr.25504) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.083358+0000 mon.a (mon.0) 5453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.087315+0000 mon.a (mon.0) 5454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.091409+0000 mon.a (mon.0) 5455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.092544+0000 mon.a (mon.0) 5456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.101186+0000 mon.a (mon.0) 5457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.101806+0000 mgr.y (mgr.25504) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:11.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.184215+0000 mon.a (mon.0) 5458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.186582+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.189194+0000 mon.a (mon.0) 5460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.190072+0000 mon.a (mon.0) 5461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.196411+0000 mon.a (mon.0) 5462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.280110+0000 mon.a (mon.0) 5463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.282151+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.285487+0000 mon.a (mon.0) 5465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.286527+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.293528+0000 mon.a (mon.0) 5467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.374315+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.377700+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.380314+0000 mon.a (mon.0) 5470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.381525+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.390623+0000 mon.a (mon.0) 5472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.472932+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.475425+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.479094+0000 mon.a (mon.0) 5475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.480424+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.488630+0000 mon.a (mon.0) 5477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.571498+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.575536+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.579479+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.580589+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.588044+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.669925+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.676101+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.679658+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.680482+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.688071+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:11.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:10 smithi150 bash[70025]: audit 2023-12-06T15:12:10.767230+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.196965+0000 mgr.y (mgr.25504) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.294340+0000 mgr.y (mgr.25504) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.391199+0000 mgr.y (mgr.25504) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.489342+0000 mgr.y (mgr.25504) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.588884+0000 mgr.y (mgr.25504) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.688650+0000 mgr.y (mgr.25504) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.775886+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.788559+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.789410+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.794872+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.795377+0000 mgr.y (mgr.25504) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.872680+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.875503+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.879025+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.880117+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.888665+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.889418+0000 mgr.y (mgr.25504) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.966047+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.969217+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.972260+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.196965+0000 mgr.y (mgr.25504) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.294340+0000 mgr.y (mgr.25504) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.391199+0000 mgr.y (mgr.25504) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.489342+0000 mgr.y (mgr.25504) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.588884+0000 mgr.y (mgr.25504) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.688650+0000 mgr.y (mgr.25504) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.775886+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.788559+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.789410+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.794872+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.795377+0000 mgr.y (mgr.25504) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.872680+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.875503+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.879025+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.880117+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.888665+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.889418+0000 mgr.y (mgr.25504) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.966047+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.969217+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.972260+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.973619+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:10.981966+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:10.982973+0000 mgr.y (mgr.25504) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.066135+0000 mon.a (mon.0) 5503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.068259+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.070841+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.071912+0000 mon.a (mon.0) 5506 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.081470+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.082107+0000 mgr.y (mgr.25504) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.159949+0000 mon.a (mon.0) 5508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.163541+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.167761+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.169126+0000 mon.a (mon.0) 5511 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.176209+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.260611+0000 mon.a (mon.0) 5513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.263138+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.266186+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.267388+0000 mon.a (mon.0) 5516 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.274754+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.355401+0000 mon.a (mon.0) 5518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.973619+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:10.981966+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:10.982973+0000 mgr.y (mgr.25504) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.066135+0000 mon.a (mon.0) 5503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.068259+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.070841+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.071912+0000 mon.a (mon.0) 5506 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.081470+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.082107+0000 mgr.y (mgr.25504) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.159949+0000 mon.a (mon.0) 5508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.163541+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.167761+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.169126+0000 mon.a (mon.0) 5511 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.176209+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.260611+0000 mon.a (mon.0) 5513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.263138+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.266186+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.267388+0000 mon.a (mon.0) 5516 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.274754+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.355401+0000 mon.a (mon.0) 5518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.358328+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.360929+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.361928+0000 mon.a (mon.0) 5521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.370182+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.450467+0000 mon.a (mon.0) 5523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.452469+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.454761+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.455588+0000 mon.a (mon.0) 5526 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.462513+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.542329+0000 mon.a (mon.0) 5528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.546052+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.550019+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.551453+0000 mon.a (mon.0) 5531 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.560635+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.642349+0000 mon.a (mon.0) 5533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.644737+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.647289+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.648095+0000 mon.a (mon.0) 5536 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.653599+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.735579+0000 mon.a (mon.0) 5538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.358328+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.360929+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.361928+0000 mon.a (mon.0) 5521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.370182+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.450467+0000 mon.a (mon.0) 5523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.452469+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.454761+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.455588+0000 mon.a (mon.0) 5526 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.462513+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.542329+0000 mon.a (mon.0) 5528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.546052+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.550019+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.551453+0000 mon.a (mon.0) 5531 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.560635+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.642349+0000 mon.a (mon.0) 5533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.644737+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.647289+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.648095+0000 mon.a (mon.0) 5536 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.653599+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.735579+0000 mon.a (mon.0) 5538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.738070+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.740594+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.741592+0000 mon.a (mon.0) 5541 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[80542]: audit 2023-12-06T15:12:11.748955+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.738070+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.740594+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.741592+0000 mon.a (mon.0) 5541 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:11 smithi116 bash[83021]: audit 2023-12-06T15:12:11.748955+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.196965+0000 mgr.y (mgr.25504) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.294340+0000 mgr.y (mgr.25504) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.391199+0000 mgr.y (mgr.25504) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.489342+0000 mgr.y (mgr.25504) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.588884+0000 mgr.y (mgr.25504) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.688650+0000 mgr.y (mgr.25504) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.775886+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.788559+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.789410+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.794872+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.795377+0000 mgr.y (mgr.25504) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.872680+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.875503+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.879025+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.880117+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.888665+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.889418+0000 mgr.y (mgr.25504) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.966047+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.969217+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.972260+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.973619+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:10.981966+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:10.982973+0000 mgr.y (mgr.25504) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.066135+0000 mon.a (mon.0) 5503 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.068259+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.070841+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.071912+0000 mon.a (mon.0) 5506 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.081470+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.082107+0000 mgr.y (mgr.25504) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.159949+0000 mon.a (mon.0) 5508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.163541+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.167761+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.169126+0000 mon.a (mon.0) 5511 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.176209+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.260611+0000 mon.a (mon.0) 5513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.263138+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.266186+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.267388+0000 mon.a (mon.0) 5516 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.274754+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.355401+0000 mon.a (mon.0) 5518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.358328+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.360929+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.361928+0000 mon.a (mon.0) 5521 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.370182+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.450467+0000 mon.a (mon.0) 5523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.452469+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.454761+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.455588+0000 mon.a (mon.0) 5526 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.462513+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.542329+0000 mon.a (mon.0) 5528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.546052+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.550019+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.551453+0000 mon.a (mon.0) 5531 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.560635+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.642349+0000 mon.a (mon.0) 5533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.644737+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.647289+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.648095+0000 mon.a (mon.0) 5536 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.653599+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.735579+0000 mon.a (mon.0) 5538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.738070+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.740594+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.741592+0000 mon.a (mon.0) 5541 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:12.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:11 smithi150 bash[70025]: audit 2023-12-06T15:12:11.748955+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:12.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:12:12] "GET /metrics HTTP/1.1" 200 38505 "" "Prometheus/2.33.4" 2023-12-06T15:12:12.691 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[83144]: debug 2023-12-06T15:12:12.533+0000 7f5e7eb1e700 1 -- 172.21.15.150:0/921951129 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556ece46d1e0 con 0x556ece4f2c00 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.176857+0000 mgr.y (mgr.25504) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.275637+0000 mgr.y (mgr.25504) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.370874+0000 mgr.y (mgr.25504) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.463162+0000 mgr.y (mgr.25504) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.561327+0000 mgr.y (mgr.25504) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.654275+0000 mgr.y (mgr.25504) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.749565+0000 mgr.y (mgr.25504) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cluster 2023-12-06T15:12:11.792433+0000 mgr.y (mgr.25504) 1368 : cluster 0 pgmap v237: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.827703+0000 mon.a (mon.0) 5543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.829947+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.834003+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.099 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.835064+0000 mon.a (mon.0) 5546 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.844241+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.844911+0000 mgr.y (mgr.25504) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.927898+0000 mon.a (mon.0) 5548 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.930910+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.934738+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.935941+0000 mon.a (mon.0) 5551 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:11.943421+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.100 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:11.944425+0000 mgr.y (mgr.25504) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.024001+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.026358+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.029340+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.030214+0000 mon.a (mon.0) 5556 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.036621+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.037265+0000 mgr.y (mgr.25504) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.122570+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.125373+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.128209+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.129251+0000 mon.a (mon.0) 5561 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.136474+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.101 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.137285+0000 mgr.y (mgr.25504) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.218223+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.222061+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.226638+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.227863+0000 mon.a (mon.0) 5566 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.234857+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.316290+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.318460+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.321676+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.322627+0000 mon.a (mon.0) 5571 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.329345+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.412636+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.415180+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.102 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.417650+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.418527+0000 mon.a (mon.0) 5576 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.426243+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.509436+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.514281+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.517540+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.518779+0000 mon.a (mon.0) 5581 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.527972+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.608486+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.612823+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.616662+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.618127+0000 mon.a (mon.0) 5586 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.627137+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.708020+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.711378+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.103 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.715218+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.104 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.716530+0000 mon.a (mon.0) 5591 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.104 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:12 smithi150 bash[70025]: audit 2023-12-06T15:12:12.725224+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.176857+0000 mgr.y (mgr.25504) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.275637+0000 mgr.y (mgr.25504) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.370874+0000 mgr.y (mgr.25504) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.463162+0000 mgr.y (mgr.25504) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.561327+0000 mgr.y (mgr.25504) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.654275+0000 mgr.y (mgr.25504) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.749565+0000 mgr.y (mgr.25504) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cluster 2023-12-06T15:12:11.792433+0000 mgr.y (mgr.25504) 1368 : cluster 0 pgmap v237: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.827703+0000 mon.a (mon.0) 5543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.829947+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.834003+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.835064+0000 mon.a (mon.0) 5546 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.844241+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.844911+0000 mgr.y (mgr.25504) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.927898+0000 mon.a (mon.0) 5548 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.930910+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.934738+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.935941+0000 mon.a (mon.0) 5551 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:11.943421+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:11.944425+0000 mgr.y (mgr.25504) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.176857+0000 mgr.y (mgr.25504) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.275637+0000 mgr.y (mgr.25504) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.370874+0000 mgr.y (mgr.25504) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.463162+0000 mgr.y (mgr.25504) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.561327+0000 mgr.y (mgr.25504) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.654275+0000 mgr.y (mgr.25504) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.749565+0000 mgr.y (mgr.25504) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cluster 2023-12-06T15:12:11.792433+0000 mgr.y (mgr.25504) 1368 : cluster 0 pgmap v237: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.827703+0000 mon.a (mon.0) 5543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.829947+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.834003+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.835064+0000 mon.a (mon.0) 5546 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.844241+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.844911+0000 mgr.y (mgr.25504) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.927898+0000 mon.a (mon.0) 5548 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.930910+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.934738+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.935941+0000 mon.a (mon.0) 5551 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:11.943421+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:11.944425+0000 mgr.y (mgr.25504) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.024001+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.026358+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.029340+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.030214+0000 mon.a (mon.0) 5556 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.036621+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.037265+0000 mgr.y (mgr.25504) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.122570+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.125373+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.128209+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.129251+0000 mon.a (mon.0) 5561 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.136474+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.137285+0000 mgr.y (mgr.25504) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.218223+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.222061+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.226638+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.227863+0000 mon.a (mon.0) 5566 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.234857+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.316290+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.318460+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.321676+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.024001+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.026358+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.029340+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.030214+0000 mon.a (mon.0) 5556 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.036621+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.037265+0000 mgr.y (mgr.25504) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.122570+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.125373+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.128209+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.129251+0000 mon.a (mon.0) 5561 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.136474+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.137285+0000 mgr.y (mgr.25504) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.218223+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.222061+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.226638+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.227863+0000 mon.a (mon.0) 5566 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.234857+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.316290+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.318460+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.321676+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.322627+0000 mon.a (mon.0) 5571 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.329345+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.412636+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.415180+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.417650+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.418527+0000 mon.a (mon.0) 5576 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.426243+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.509436+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.514281+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.517540+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.518779+0000 mon.a (mon.0) 5581 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.527972+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.608486+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.612823+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.616662+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.618127+0000 mon.a (mon.0) 5586 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.627137+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.708020+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.711378+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.715218+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.716530+0000 mon.a (mon.0) 5591 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[83021]: audit 2023-12-06T15:12:12.725224+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.322627+0000 mon.a (mon.0) 5571 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.329345+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.412636+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.415180+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.417650+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.418527+0000 mon.a (mon.0) 5576 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.426243+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.509436+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.514281+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.517540+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.518779+0000 mon.a (mon.0) 5581 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.527972+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.608486+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.612823+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.616662+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.618127+0000 mon.a (mon.0) 5586 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.627137+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.708020+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.711378+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.715218+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.716530+0000 mon.a (mon.0) 5591 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:12 smithi116 bash[80542]: audit 2023-12-06T15:12:12.725224+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.441 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[83144]: debug 2023-12-06T15:12:13.093+0000 7f5e87ca4640 -1 Falling back to public interface 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.235487+0000 mgr.y (mgr.25504) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.329890+0000 mgr.y (mgr.25504) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.426978+0000 mgr.y (mgr.25504) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.528945+0000 mgr.y (mgr.25504) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.628088+0000 mgr.y (mgr.25504) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.725815+0000 mgr.y (mgr.25504) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.803968+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.806005+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.807940+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.808634+0000 mon.a (mon.0) 5596 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.815182+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.815664+0000 mgr.y (mgr.25504) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.894291+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.896956+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.901427+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.902624+0000 mon.a (mon.0) 5601 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.912160+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:12.912910+0000 mgr.y (mgr.25504) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.992279+0000 mon.a (mon.0) 5603 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.995233+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.998022+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:12.998794+0000 mon.a (mon.0) 5606 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.008315+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.009043+0000 mgr.y (mgr.25504) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.089973+0000 mon.a (mon.0) 5608 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.092678+0000 mon.a (mon.0) 5609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.095791+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.096672+0000 mon.a (mon.0) 5611 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.105342+0000 mon.a (mon.0) 5612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.105958+0000 mgr.y (mgr.25504) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.185484+0000 mon.a (mon.0) 5613 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.188038+0000 mon.a (mon.0) 5614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.192941+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.194194+0000 mon.a (mon.0) 5616 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.206468+0000 mon.a (mon.0) 5617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.286242+0000 mon.a (mon.0) 5618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.289347+0000 mon.a (mon.0) 5619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.291805+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.292700+0000 mon.a (mon.0) 5621 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.302636+0000 mon.a (mon.0) 5622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.381169+0000 mon.a (mon.0) 5623 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.384518+0000 mon.a (mon.0) 5624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.388705+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.389912+0000 mon.a (mon.0) 5626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.399691+0000 mon.a (mon.0) 5627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.478217+0000 mon.a (mon.0) 5628 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.481969+0000 mon.a (mon.0) 5629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.486062+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.487519+0000 mon.a (mon.0) 5631 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.498027+0000 mon.a (mon.0) 5632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.582562+0000 mon.a (mon.0) 5633 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.585549+0000 mon.a (mon.0) 5634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.590282+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.591616+0000 mon.a (mon.0) 5636 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.603182+0000 mon.a (mon.0) 5637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.684710+0000 mon.a (mon.0) 5638 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.688677+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.691428+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.692632+0000 mon.a (mon.0) 5641 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:13.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.701788+0000 mon.a (mon.0) 5642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.730365+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:13.947 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:13 smithi150 bash[70025]: audit 2023-12-06T15:12:13.731731+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.235487+0000 mgr.y (mgr.25504) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.329890+0000 mgr.y (mgr.25504) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.426978+0000 mgr.y (mgr.25504) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.528945+0000 mgr.y (mgr.25504) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.628088+0000 mgr.y (mgr.25504) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.725815+0000 mgr.y (mgr.25504) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.803968+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.806005+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.807940+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.808634+0000 mon.a (mon.0) 5596 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.815182+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.815664+0000 mgr.y (mgr.25504) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.894291+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.896956+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.901427+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.902624+0000 mon.a (mon.0) 5601 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.912160+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:12.912910+0000 mgr.y (mgr.25504) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.992279+0000 mon.a (mon.0) 5603 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.995233+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.235487+0000 mgr.y (mgr.25504) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.329890+0000 mgr.y (mgr.25504) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.426978+0000 mgr.y (mgr.25504) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.528945+0000 mgr.y (mgr.25504) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.628088+0000 mgr.y (mgr.25504) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.725815+0000 mgr.y (mgr.25504) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.803968+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.806005+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.807940+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.808634+0000 mon.a (mon.0) 5596 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.815182+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.815664+0000 mgr.y (mgr.25504) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.894291+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.896956+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.901427+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.902624+0000 mon.a (mon.0) 5601 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.912160+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:12.912910+0000 mgr.y (mgr.25504) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.992279+0000 mon.a (mon.0) 5603 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.995233+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.998022+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:12.998794+0000 mon.a (mon.0) 5606 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.008315+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.009043+0000 mgr.y (mgr.25504) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.089973+0000 mon.a (mon.0) 5608 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.092678+0000 mon.a (mon.0) 5609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.095791+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.096672+0000 mon.a (mon.0) 5611 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.105342+0000 mon.a (mon.0) 5612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.105958+0000 mgr.y (mgr.25504) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.185484+0000 mon.a (mon.0) 5613 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.188038+0000 mon.a (mon.0) 5614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.192941+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.194194+0000 mon.a (mon.0) 5616 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.206468+0000 mon.a (mon.0) 5617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.286242+0000 mon.a (mon.0) 5618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.289347+0000 mon.a (mon.0) 5619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.291805+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.292700+0000 mon.a (mon.0) 5621 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.302636+0000 mon.a (mon.0) 5622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.998022+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:12.998794+0000 mon.a (mon.0) 5606 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.008315+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.009043+0000 mgr.y (mgr.25504) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.089973+0000 mon.a (mon.0) 5608 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.092678+0000 mon.a (mon.0) 5609 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.095791+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.096672+0000 mon.a (mon.0) 5611 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.105342+0000 mon.a (mon.0) 5612 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.105958+0000 mgr.y (mgr.25504) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.185484+0000 mon.a (mon.0) 5613 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.188038+0000 mon.a (mon.0) 5614 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.192941+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.194194+0000 mon.a (mon.0) 5616 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.206468+0000 mon.a (mon.0) 5617 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.286242+0000 mon.a (mon.0) 5618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.289347+0000 mon.a (mon.0) 5619 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.291805+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.292700+0000 mon.a (mon.0) 5621 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.302636+0000 mon.a (mon.0) 5622 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.381169+0000 mon.a (mon.0) 5623 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.384518+0000 mon.a (mon.0) 5624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.388705+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.389912+0000 mon.a (mon.0) 5626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.399691+0000 mon.a (mon.0) 5627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.478217+0000 mon.a (mon.0) 5628 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.481969+0000 mon.a (mon.0) 5629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.486062+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.487519+0000 mon.a (mon.0) 5631 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.498027+0000 mon.a (mon.0) 5632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.582562+0000 mon.a (mon.0) 5633 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.585549+0000 mon.a (mon.0) 5634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.590282+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.591616+0000 mon.a (mon.0) 5636 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.603182+0000 mon.a (mon.0) 5637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.684710+0000 mon.a (mon.0) 5638 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.688677+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.691428+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.692632+0000 mon.a (mon.0) 5641 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.701788+0000 mon.a (mon.0) 5642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.730365+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[80542]: audit 2023-12-06T15:12:13.731731+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.381169+0000 mon.a (mon.0) 5623 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.384518+0000 mon.a (mon.0) 5624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.388705+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.389912+0000 mon.a (mon.0) 5626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.399691+0000 mon.a (mon.0) 5627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.478217+0000 mon.a (mon.0) 5628 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.481969+0000 mon.a (mon.0) 5629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.486062+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.487519+0000 mon.a (mon.0) 5631 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.498027+0000 mon.a (mon.0) 5632 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.582562+0000 mon.a (mon.0) 5633 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.585549+0000 mon.a (mon.0) 5634 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.590282+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.591616+0000 mon.a (mon.0) 5636 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.603182+0000 mon.a (mon.0) 5637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.684710+0000 mon.a (mon.0) 5638 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.688677+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.691428+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.692632+0000 mon.a (mon.0) 5641 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.701788+0000 mon.a (mon.0) 5642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.730365+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:13 smithi116 bash[83021]: audit 2023-12-06T15:12:13.731731+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.207297+0000 mgr.y (mgr.25504) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.303290+0000 mgr.y (mgr.25504) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.400363+0000 mgr.y (mgr.25504) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.498948+0000 mgr.y (mgr.25504) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.603838+0000 mgr.y (mgr.25504) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.702450+0000 mgr.y (mgr.25504) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cluster 2023-12-06T15:12:13.793248+0000 mgr.y (mgr.25504) 1389 : cluster 0 pgmap v238: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:14.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.838832+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.840935+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.843851+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.844931+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.852082+0000 mon.a (mon.0) 5649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.852691+0000 mgr.y (mgr.25504) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.936311+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.938745+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.941593+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.942692+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:13.950719+0000 mon.a (mon.0) 5654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:13.951425+0000 mgr.y (mgr.25504) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.033947+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.036318+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.038534+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.943 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.039365+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.046425+0000 mon.a (mon.0) 5659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.047254+0000 mgr.y (mgr.25504) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.130499+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.132414+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.135325+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.136108+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.146358+0000 mon.a (mon.0) 5664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.146952+0000 mgr.y (mgr.25504) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.227216+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.230164+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.232846+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.233998+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.240777+0000 mon.a (mon.0) 5669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.306340+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.944 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.311192+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.315959+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.317640+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.324179+0000 mon.a (mon.0) 5674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.385708+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.388398+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.392341+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.393542+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.403268+0000 mon.a (mon.0) 5679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.485219+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.487356+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.490055+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.491159+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.498649+0000 mon.a (mon.0) 5684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: cluster 2023-12-06T15:12:14.521963+0000 mon.a (mon.0) 5685 : cluster 3 Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:14.945 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.578375+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.581027+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.583932+0000 mon.a (mon.0) 5688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.584882+0000 mon.a (mon.0) 5689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.592368+0000 mon.a (mon.0) 5690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.672003+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.676372+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.679672+0000 mon.a (mon.0) 5693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.681010+0000 mon.a (mon.0) 5694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.689087+0000 mon.a (mon.0) 5695 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.769343+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.771849+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.774922+0000 mon.a (mon.0) 5698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.775850+0000 mon.a (mon.0) 5699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:14.946 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:14 smithi150 bash[70025]: audit 2023-12-06T15:12:14.781705+0000 mon.a (mon.0) 5700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.207297+0000 mgr.y (mgr.25504) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.303290+0000 mgr.y (mgr.25504) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.400363+0000 mgr.y (mgr.25504) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.498948+0000 mgr.y (mgr.25504) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.603838+0000 mgr.y (mgr.25504) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.702450+0000 mgr.y (mgr.25504) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cluster 2023-12-06T15:12:13.793248+0000 mgr.y (mgr.25504) 1389 : cluster 0 pgmap v238: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.838832+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.840935+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.843851+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.844931+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.852082+0000 mon.a (mon.0) 5649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.852691+0000 mgr.y (mgr.25504) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.936311+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.938745+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.941593+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.942692+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:13.950719+0000 mon.a (mon.0) 5654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:13.951425+0000 mgr.y (mgr.25504) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.033947+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.036318+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.038534+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.039365+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.046425+0000 mon.a (mon.0) 5659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.047254+0000 mgr.y (mgr.25504) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.130499+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.132414+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.135325+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.136108+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.146358+0000 mon.a (mon.0) 5664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.146952+0000 mgr.y (mgr.25504) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.227216+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.230164+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.232846+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.233998+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.240777+0000 mon.a (mon.0) 5669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.306340+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.311192+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.315959+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.317640+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.324179+0000 mon.a (mon.0) 5674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.385708+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.388398+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.392341+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.393542+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.403268+0000 mon.a (mon.0) 5679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.485219+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.487356+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.490055+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.491159+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.498649+0000 mon.a (mon.0) 5684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: cluster 2023-12-06T15:12:14.521963+0000 mon.a (mon.0) 5685 : cluster 3 Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.578375+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.581027+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.583932+0000 mon.a (mon.0) 5688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.584882+0000 mon.a (mon.0) 5689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.592368+0000 mon.a (mon.0) 5690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.672003+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.676372+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.679672+0000 mon.a (mon.0) 5693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.681010+0000 mon.a (mon.0) 5694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.689087+0000 mon.a (mon.0) 5695 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.769343+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.771849+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.774922+0000 mon.a (mon.0) 5698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.775850+0000 mon.a (mon.0) 5699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[83021]: audit 2023-12-06T15:12:14.781705+0000 mon.a (mon.0) 5700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.207297+0000 mgr.y (mgr.25504) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.303290+0000 mgr.y (mgr.25504) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.400363+0000 mgr.y (mgr.25504) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.498948+0000 mgr.y (mgr.25504) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.603838+0000 mgr.y (mgr.25504) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.702450+0000 mgr.y (mgr.25504) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cluster 2023-12-06T15:12:13.793248+0000 mgr.y (mgr.25504) 1389 : cluster 0 pgmap v238: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.838832+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.840935+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.843851+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.844931+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.852082+0000 mon.a (mon.0) 5649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.852691+0000 mgr.y (mgr.25504) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.936311+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.938745+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.941593+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.942692+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:13.950719+0000 mon.a (mon.0) 5654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:13.951425+0000 mgr.y (mgr.25504) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.033947+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.036318+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.038534+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.039365+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.046425+0000 mon.a (mon.0) 5659 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.047254+0000 mgr.y (mgr.25504) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.130499+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.132414+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.135325+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.136108+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.146358+0000 mon.a (mon.0) 5664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.146952+0000 mgr.y (mgr.25504) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:15.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.227216+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.230164+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.232846+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.233998+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.240777+0000 mon.a (mon.0) 5669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.306340+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.311192+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.315959+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.317640+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.324179+0000 mon.a (mon.0) 5674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.385708+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.388398+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.392341+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.393542+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.403268+0000 mon.a (mon.0) 5679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.485219+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.487356+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.490055+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.491159+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.498649+0000 mon.a (mon.0) 5684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: cluster 2023-12-06T15:12:14.521963+0000 mon.a (mon.0) 5685 : cluster 3 Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.578375+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.581027+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.583932+0000 mon.a (mon.0) 5688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.584882+0000 mon.a (mon.0) 5689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.592368+0000 mon.a (mon.0) 5690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.672003+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.676372+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.679672+0000 mon.a (mon.0) 5693 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.681010+0000 mon.a (mon.0) 5694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.689087+0000 mon.a (mon.0) 5695 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:15.177 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.769343+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:15.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.771849+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:15.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.774922+0000 mon.a (mon.0) 5698 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:15.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.775850+0000 mon.a (mon.0) 5699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:15.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:14 smithi116 bash[80542]: audit 2023-12-06T15:12:14.781705+0000 mon.a (mon.0) 5700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.155 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.241323+0000 mgr.y (mgr.25504) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.324813+0000 mgr.y (mgr.25504) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.404179+0000 mgr.y (mgr.25504) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.499143+0000 mgr.y (mgr.25504) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.593310+0000 mgr.y (mgr.25504) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.689628+0000 mgr.y (mgr.25504) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.782230+0000 mgr.y (mgr.25504) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.860595+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.862702+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.866183+0000 mon.a (mon.0) 5703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.867050+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.156 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.875920+0000 mon.a (mon.0) 5705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.876610+0000 mgr.y (mgr.25504) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.957542+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.959733+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.962895+0000 mon.a (mon.0) 5708 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.964227+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:14.972317+0000 mon.a (mon.0) 5710 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:14.972777+0000 mgr.y (mgr.25504) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.049199+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.157 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.051988+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.055697+0000 mon.a (mon.0) 5713 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.056876+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.066112+0000 mon.a (mon.0) 5715 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.066850+0000 mgr.y (mgr.25504) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.148253+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.150827+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.153577+0000 mon.a (mon.0) 5718 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.154535+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.163867+0000 mon.a (mon.0) 5720 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.164427+0000 mgr.y (mgr.25504) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.245382+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.247408+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.249873+0000 mon.a (mon.0) 5723 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.250614+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.256009+0000 mon.a (mon.0) 5725 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.337690+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.340385+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.343924+0000 mon.a (mon.0) 5728 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.345122+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.352278+0000 mon.a (mon.0) 5730 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.435479+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.439985+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.443599+0000 mon.a (mon.0) 5733 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.444621+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.451582+0000 mon.a (mon.0) 5735 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.532553+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.535346+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.539247+0000 mon.a (mon.0) 5738 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.540477+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.547736+0000 mon.a (mon.0) 5740 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.626145+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.630533+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.634410+0000 mon.a (mon.0) 5743 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.635881+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.643436+0000 mon.a (mon.0) 5745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.723859+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.726407+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.729494+0000 mon.a (mon.0) 5748 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.730561+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.160 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:15 smithi150 bash[70025]: audit 2023-12-06T15:12:15.736699+0000 mon.a (mon.0) 5750 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.241323+0000 mgr.y (mgr.25504) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.324813+0000 mgr.y (mgr.25504) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.404179+0000 mgr.y (mgr.25504) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.499143+0000 mgr.y (mgr.25504) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.593310+0000 mgr.y (mgr.25504) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.689628+0000 mgr.y (mgr.25504) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.782230+0000 mgr.y (mgr.25504) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.860595+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.862702+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.866183+0000 mon.a (mon.0) 5703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.867050+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.875920+0000 mon.a (mon.0) 5705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.876610+0000 mgr.y (mgr.25504) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.957542+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.959733+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.962895+0000 mon.a (mon.0) 5708 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.964227+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:14.972317+0000 mon.a (mon.0) 5710 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:14.972777+0000 mgr.y (mgr.25504) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.049199+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.241323+0000 mgr.y (mgr.25504) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.324813+0000 mgr.y (mgr.25504) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.404179+0000 mgr.y (mgr.25504) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.499143+0000 mgr.y (mgr.25504) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.593310+0000 mgr.y (mgr.25504) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.689628+0000 mgr.y (mgr.25504) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.782230+0000 mgr.y (mgr.25504) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.860595+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.862702+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.866183+0000 mon.a (mon.0) 5703 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.867050+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.875920+0000 mon.a (mon.0) 5705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.876610+0000 mgr.y (mgr.25504) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.957542+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.959733+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.962895+0000 mon.a (mon.0) 5708 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.964227+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:14.972317+0000 mon.a (mon.0) 5710 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:14.972777+0000 mgr.y (mgr.25504) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.049199+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.051988+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.055697+0000 mon.a (mon.0) 5713 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.056876+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.066112+0000 mon.a (mon.0) 5715 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.066850+0000 mgr.y (mgr.25504) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.148253+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.150827+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.153577+0000 mon.a (mon.0) 5718 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.154535+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.163867+0000 mon.a (mon.0) 5720 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.164427+0000 mgr.y (mgr.25504) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.245382+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.247408+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.249873+0000 mon.a (mon.0) 5723 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.250614+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.256009+0000 mon.a (mon.0) 5725 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.337690+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.340385+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.343924+0000 mon.a (mon.0) 5728 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.345122+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.051988+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.055697+0000 mon.a (mon.0) 5713 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.056876+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.066112+0000 mon.a (mon.0) 5715 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.066850+0000 mgr.y (mgr.25504) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.148253+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.150827+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.153577+0000 mon.a (mon.0) 5718 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.154535+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.163867+0000 mon.a (mon.0) 5720 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.164427+0000 mgr.y (mgr.25504) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.245382+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.247408+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.249873+0000 mon.a (mon.0) 5723 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.250614+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.256009+0000 mon.a (mon.0) 5725 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.337690+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.340385+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.343924+0000 mon.a (mon.0) 5728 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.345122+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.352278+0000 mon.a (mon.0) 5730 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.435479+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.439985+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.443599+0000 mon.a (mon.0) 5733 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.444621+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.451582+0000 mon.a (mon.0) 5735 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.532553+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.535346+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.539247+0000 mon.a (mon.0) 5738 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.540477+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.547736+0000 mon.a (mon.0) 5740 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.626145+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.630533+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.634410+0000 mon.a (mon.0) 5743 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.635881+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.643436+0000 mon.a (mon.0) 5745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.723859+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.726407+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.729494+0000 mon.a (mon.0) 5748 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.730561+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[80542]: audit 2023-12-06T15:12:15.736699+0000 mon.a (mon.0) 5750 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.352278+0000 mon.a (mon.0) 5730 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.435479+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.439985+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.443599+0000 mon.a (mon.0) 5733 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.444621+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.451582+0000 mon.a (mon.0) 5735 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.532553+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.535346+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.539247+0000 mon.a (mon.0) 5738 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.540477+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.547736+0000 mon.a (mon.0) 5740 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.626145+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.630533+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.634410+0000 mon.a (mon.0) 5743 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.635881+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.643436+0000 mon.a (mon.0) 5745 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.723859+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.726407+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.729494+0000 mon.a (mon.0) 5748 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:16.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.730561+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:16.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:15 smithi116 bash[83021]: audit 2023-12-06T15:12:15.736699+0000 mon.a (mon.0) 5750 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:16.441 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[83144]: debug 2023-12-06T15:12:16.149+0000 7f5e87ca4640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-06T15:12:16.441 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[83144]: debug 2023-12-06T15:12:16.193+0000 7f5e87ca4640 -1 osd.6 142 log_to_monitors true 2023-12-06T15:12:17.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.256503+0000 mgr.y (mgr.25504) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.352869+0000 mgr.y (mgr.25504) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.452360+0000 mgr.y (mgr.25504) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.548296+0000 mgr.y (mgr.25504) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.644308+0000 mgr.y (mgr.25504) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.737198+0000 mgr.y (mgr.25504) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cluster 2023-12-06T15:12:15.794445+0000 mgr.y (mgr.25504) 1411 : cluster 0 pgmap v239: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.814733+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.816826+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.818861+0000 mon.a (mon.0) 5753 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.819584+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.825338+0000 mon.a (mon.0) 5755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.825822+0000 mgr.y (mgr.25504) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.887393+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.890260+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.894051+0000 mon.a (mon.0) 5758 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.895258+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.903302+0000 mon.a (mon.0) 5760 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.904199+0000 mgr.y (mgr.25504) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.985451+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.256503+0000 mgr.y (mgr.25504) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.352869+0000 mgr.y (mgr.25504) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.452360+0000 mgr.y (mgr.25504) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.548296+0000 mgr.y (mgr.25504) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.644308+0000 mgr.y (mgr.25504) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.737198+0000 mgr.y (mgr.25504) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cluster 2023-12-06T15:12:15.794445+0000 mgr.y (mgr.25504) 1411 : cluster 0 pgmap v239: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.814733+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.816826+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.818861+0000 mon.a (mon.0) 5753 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.819584+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.825338+0000 mon.a (mon.0) 5755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.825822+0000 mgr.y (mgr.25504) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.887393+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.890260+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.894051+0000 mon.a (mon.0) 5758 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.895258+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.903302+0000 mon.a (mon.0) 5760 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.904199+0000 mgr.y (mgr.25504) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.985451+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.987532+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.990314+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.991079+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:15.999304+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:15.999891+0000 mgr.y (mgr.25504) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.080059+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.082766+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.085856+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.087121+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.095101+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.095675+0000 mgr.y (mgr.25504) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.172855+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.177362+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.180920+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.182045+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.188042+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.200204+0000 mon.a (mon.0) 5776 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.200948+0000 mon.b (mon.2) 3 : audit 1 from='osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.267687+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.987532+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.990314+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.991079+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:15.999304+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:15.999891+0000 mgr.y (mgr.25504) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.080059+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.082766+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.085856+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.087121+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.095101+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.095675+0000 mgr.y (mgr.25504) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.172855+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.177362+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.180920+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.182045+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.188042+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.200204+0000 mon.a (mon.0) 5776 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:12:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.200948+0000 mon.b (mon.2) 3 : audit 1 from='osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:12:17.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.267687+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.269925+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.272859+0000 mon.a (mon.0) 5779 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.273794+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.280489+0000 mon.a (mon.0) 5781 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.364316+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.366492+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.369942+0000 mon.a (mon.0) 5784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.370933+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.378473+0000 mon.a (mon.0) 5786 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.458532+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.461011+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.463531+0000 mon.a (mon.0) 5789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.464811+0000 mon.a (mon.0) 5790 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.473106+0000 mon.a (mon.0) 5791 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.551776+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.555174+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.558805+0000 mon.a (mon.0) 5794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.560170+0000 mon.a (mon.0) 5795 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.568231+0000 mon.a (mon.0) 5796 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.652759+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.655534+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.660852+0000 mon.a (mon.0) 5799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.662318+0000 mon.a (mon.0) 5800 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.672087+0000 mon.a (mon.0) 5801 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.752350+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.756224+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.759549+0000 mon.a (mon.0) 5804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.760746+0000 mon.a (mon.0) 5805 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[83021]: audit 2023-12-06T15:12:16.767511+0000 mon.a (mon.0) 5806 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.269925+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.272859+0000 mon.a (mon.0) 5779 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.273794+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.280489+0000 mon.a (mon.0) 5781 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.364316+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.366492+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.369942+0000 mon.a (mon.0) 5784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.370933+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.378473+0000 mon.a (mon.0) 5786 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.458532+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.461011+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.463531+0000 mon.a (mon.0) 5789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.464811+0000 mon.a (mon.0) 5790 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.473106+0000 mon.a (mon.0) 5791 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.551776+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.555174+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.558805+0000 mon.a (mon.0) 5794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.560170+0000 mon.a (mon.0) 5795 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.568231+0000 mon.a (mon.0) 5796 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.652759+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.655534+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.660852+0000 mon.a (mon.0) 5799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.662318+0000 mon.a (mon.0) 5800 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.179 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.672087+0000 mon.a (mon.0) 5801 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.752350+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.756224+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.759549+0000 mon.a (mon.0) 5804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.760746+0000 mon.a (mon.0) 5805 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.180 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:16 smithi116 bash[80542]: audit 2023-12-06T15:12:16.767511+0000 mon.a (mon.0) 5806 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.256503+0000 mgr.y (mgr.25504) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.352869+0000 mgr.y (mgr.25504) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.452360+0000 mgr.y (mgr.25504) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.548296+0000 mgr.y (mgr.25504) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.644308+0000 mgr.y (mgr.25504) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.737198+0000 mgr.y (mgr.25504) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cluster 2023-12-06T15:12:15.794445+0000 mgr.y (mgr.25504) 1411 : cluster 0 pgmap v239: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.814733+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.816826+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.818861+0000 mon.a (mon.0) 5753 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.819584+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.825338+0000 mon.a (mon.0) 5755 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.825822+0000 mgr.y (mgr.25504) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.887393+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.890260+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.894051+0000 mon.a (mon.0) 5758 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.895258+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.903302+0000 mon.a (mon.0) 5760 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.904199+0000 mgr.y (mgr.25504) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.985451+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.987532+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.990314+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.991079+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:15.999304+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:15.999891+0000 mgr.y (mgr.25504) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.080059+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.082766+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.085856+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.087121+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.095101+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.095675+0000 mgr.y (mgr.25504) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.172855+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.177362+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.180920+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.182045+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.188042+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.200204+0000 mon.a (mon.0) 5776 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.200948+0000 mon.b (mon.2) 3 : audit 1 from='osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.267687+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.269925+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.272859+0000 mon.a (mon.0) 5779 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.273794+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.280489+0000 mon.a (mon.0) 5781 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.364316+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.366492+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.369942+0000 mon.a (mon.0) 5784 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.370933+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.378473+0000 mon.a (mon.0) 5786 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.458532+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.461011+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.463531+0000 mon.a (mon.0) 5789 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.464811+0000 mon.a (mon.0) 5790 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.473106+0000 mon.a (mon.0) 5791 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.551776+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.555174+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.558805+0000 mon.a (mon.0) 5794 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.560170+0000 mon.a (mon.0) 5795 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.568231+0000 mon.a (mon.0) 5796 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.652759+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.655534+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.660852+0000 mon.a (mon.0) 5799 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.662318+0000 mon.a (mon.0) 5800 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.672087+0000 mon.a (mon.0) 5801 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.752350+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.756224+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.759549+0000 mon.a (mon.0) 5804 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.760746+0000 mon.a (mon.0) 5805 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:17.197 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:16 smithi150 bash[70025]: audit 2023-12-06T15:12:16.767511+0000 mon.a (mon.0) 5806 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:17.512 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[83144]: debug 2023-12-06T15:12:17.241+0000 7f5e77111700 -1 osd.6 142 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.188633+0000 mgr.y (mgr.25504) 1416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.281317+0000 mgr.y (mgr.25504) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.379311+0000 mgr.y (mgr.25504) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.473613+0000 mgr.y (mgr.25504) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.568801+0000 mgr.y (mgr.25504) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.673048+0000 mgr.y (mgr.25504) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.768163+0000 mgr.y (mgr.25504) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.850844+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.066 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.852732+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.854727+0000 mon.a (mon.0) 5809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.855496+0000 mon.a (mon.0) 5810 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.862303+0000 mon.a (mon.0) 5811 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.862863+0000 mgr.y (mgr.25504) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.943770+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.946490+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.949844+0000 mon.a (mon.0) 5814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.951034+0000 mon.a (mon.0) 5815 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:16.957092+0000 mon.a (mon.0) 5816 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:16.957756+0000 mgr.y (mgr.25504) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.067 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.034851+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.037732+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.041291+0000 mon.a (mon.0) 5819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.042597+0000 mon.a (mon.0) 5820 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.051923+0000 mon.a (mon.0) 5821 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.052543+0000 mgr.y (mgr.25504) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.129910+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.133920+0000 mon.a (mon.0) 5823 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.137487+0000 mon.a (mon.0) 5824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.138781+0000 mon.a (mon.0) 5825 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.147085+0000 mon.a (mon.0) 5826 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.147908+0000 mgr.y (mgr.25504) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.190149+0000 mon.a (mon.0) 5827 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.198234+0000 mon.b (mon.2) 4 : audit 1 from='osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cluster 2023-12-06T15:12:17.201324+0000 mon.a (mon.0) 5828 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.202250+0000 mon.a (mon.0) 5829 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.228320+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.230991+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.234471+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.235634+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.245158+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: cluster 2023-12-06T15:12:17.322029+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e145 with expected crc 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.327144+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.329546+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.332419+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.333531+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.344296+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.414219+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.417326+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.420008+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.421064+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.429840+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.509267+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.513512+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.516574+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.517800+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.525970+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.605032+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.612326+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.615663+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.616480+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.623478+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.703089+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.707325+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.710624+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.711858+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.721659+0000 mon.a (mon.0) 5859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.798461+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.071 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:17 smithi150 bash[70025]: audit 2023-12-06T15:12:17.802375+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.188633+0000 mgr.y (mgr.25504) 1416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.281317+0000 mgr.y (mgr.25504) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.379311+0000 mgr.y (mgr.25504) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.473613+0000 mgr.y (mgr.25504) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.568801+0000 mgr.y (mgr.25504) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.673048+0000 mgr.y (mgr.25504) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.768163+0000 mgr.y (mgr.25504) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.850844+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.852732+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.854727+0000 mon.a (mon.0) 5809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.855496+0000 mon.a (mon.0) 5810 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.862303+0000 mon.a (mon.0) 5811 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.862863+0000 mgr.y (mgr.25504) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.943770+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.946490+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.949844+0000 mon.a (mon.0) 5814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.951034+0000 mon.a (mon.0) 5815 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:16.957092+0000 mon.a (mon.0) 5816 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:16.957756+0000 mgr.y (mgr.25504) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.034851+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.037732+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.041291+0000 mon.a (mon.0) 5819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.042597+0000 mon.a (mon.0) 5820 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.051923+0000 mon.a (mon.0) 5821 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.052543+0000 mgr.y (mgr.25504) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.129910+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.133920+0000 mon.a (mon.0) 5823 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.137487+0000 mon.a (mon.0) 5824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.138781+0000 mon.a (mon.0) 5825 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.147085+0000 mon.a (mon.0) 5826 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.147908+0000 mgr.y (mgr.25504) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.190149+0000 mon.a (mon.0) 5827 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.198234+0000 mon.b (mon.2) 4 : audit 1 from='osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cluster 2023-12-06T15:12:17.201324+0000 mon.a (mon.0) 5828 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.202250+0000 mon.a (mon.0) 5829 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:18.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.228320+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.230991+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.234471+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.235634+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.245158+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.188633+0000 mgr.y (mgr.25504) 1416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.281317+0000 mgr.y (mgr.25504) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.379311+0000 mgr.y (mgr.25504) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.473613+0000 mgr.y (mgr.25504) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.568801+0000 mgr.y (mgr.25504) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.673048+0000 mgr.y (mgr.25504) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.768163+0000 mgr.y (mgr.25504) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.850844+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.852732+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.854727+0000 mon.a (mon.0) 5809 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.855496+0000 mon.a (mon.0) 5810 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.862303+0000 mon.a (mon.0) 5811 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.862863+0000 mgr.y (mgr.25504) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.943770+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.946490+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.949844+0000 mon.a (mon.0) 5814 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.951034+0000 mon.a (mon.0) 5815 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:16.957092+0000 mon.a (mon.0) 5816 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:16.957756+0000 mgr.y (mgr.25504) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.034851+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: cluster 2023-12-06T15:12:17.322029+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e145 with expected crc 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.327144+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.329546+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.332419+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.333531+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.344296+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.414219+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.417326+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.420008+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.421064+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.429840+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.509267+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.513512+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.516574+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.517800+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.525970+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.605032+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.612326+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.615663+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.037732+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.041291+0000 mon.a (mon.0) 5819 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.042597+0000 mon.a (mon.0) 5820 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.051923+0000 mon.a (mon.0) 5821 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.052543+0000 mgr.y (mgr.25504) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.129910+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.133920+0000 mon.a (mon.0) 5823 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.137487+0000 mon.a (mon.0) 5824 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.138781+0000 mon.a (mon.0) 5825 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.147085+0000 mon.a (mon.0) 5826 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.147908+0000 mgr.y (mgr.25504) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.190149+0000 mon.a (mon.0) 5827 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.198234+0000 mon.b (mon.2) 4 : audit 1 from='osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cluster 2023-12-06T15:12:17.201324+0000 mon.a (mon.0) 5828 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.202250+0000 mon.a (mon.0) 5829 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.228320+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.230991+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.234471+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.235634+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.245158+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.616480+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.623478+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.703089+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.707325+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.710624+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.711858+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.721659+0000 mon.a (mon.0) 5859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.798461+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[80542]: audit 2023-12-06T15:12:17.802375+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: cluster 2023-12-06T15:12:17.322029+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e145 with expected crc 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.327144+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.329546+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.332419+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.333531+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.344296+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.414219+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.417326+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.420008+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.421064+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.429840+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.509267+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.513512+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.516574+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.517800+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.525970+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.605032+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.612326+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.615663+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.616480+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.623478+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.703089+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.707325+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.710624+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.711858+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.721659+0000 mon.a (mon.0) 5859 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.798461+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:18.178 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:17 smithi116 bash[83021]: audit 2023-12-06T15:12:17.802375+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.049 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.245793+0000 mgr.y (mgr.25504) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.049 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.345257+0000 mgr.y (mgr.25504) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.049 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.430404+0000 mgr.y (mgr.25504) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.049 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.526538+0000 mgr.y (mgr.25504) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.049 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.624155+0000 mgr.y (mgr.25504) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.049 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.722182+0000 mgr.y (mgr.25504) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cluster 2023-12-06T15:12:17.795463+0000 mgr.y (mgr.25504) 1433 : cluster 0 pgmap v241: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.813676+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.815087+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.819777+0000 mon.a (mon.0) 5864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.820216+0000 mgr.y (mgr.25504) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.881299+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.883771+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.886836+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.887706+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.894876+0000 mon.a (mon.0) 5869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.895596+0000 mgr.y (mgr.25504) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.973280+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.975623+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.978400+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.979596+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:17.987942+0000 mon.a (mon.0) 5874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:17.988530+0000 mgr.y (mgr.25504) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.065187+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.069344+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.072956+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.074041+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.082226+0000 mon.a (mon.0) 5879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.083082+0000 mgr.y (mgr.25504) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.163516+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.166424+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.170494+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.172062+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.181521+0000 mon.a (mon.0) 5884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cluster 2023-12-06T15:12:18.242286+0000 mon.a (mon.0) 5885 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cluster 2023-12-06T15:12:18.254774+0000 mon.a (mon.0) 5886 : cluster 1 osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299] boot 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cluster 2023-12-06T15:12:18.254824+0000 mon.a (mon.0) 5887 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.255720+0000 mon.a (mon.0) 5888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:12:19.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cluster 2023-12-06T15:12:18.256806+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: cluster 2023-12-06T15:12:18.261500+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.272979+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.275117+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.277640+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.278590+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.284840+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.363753+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.366303+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.370005+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.371027+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.378386+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.463502+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.465776+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.468688+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.053 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.469536+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.475098+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.559394+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.562075+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.566338+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.568052+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.578147+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.658341+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.662179+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.665611+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.666689+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.674893+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.756012+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.759002+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.054 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.763881+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.055 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.765075+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.055 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:18 smithi150 bash[70025]: audit 2023-12-06T15:12:18.772935+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.245793+0000 mgr.y (mgr.25504) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.345257+0000 mgr.y (mgr.25504) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.430404+0000 mgr.y (mgr.25504) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.526538+0000 mgr.y (mgr.25504) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.624155+0000 mgr.y (mgr.25504) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.722182+0000 mgr.y (mgr.25504) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cluster 2023-12-06T15:12:17.795463+0000 mgr.y (mgr.25504) 1433 : cluster 0 pgmap v241: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.813676+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.815087+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.819777+0000 mon.a (mon.0) 5864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.820216+0000 mgr.y (mgr.25504) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.881299+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.883771+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.886836+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.887706+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.894876+0000 mon.a (mon.0) 5869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.895596+0000 mgr.y (mgr.25504) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.973280+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.975623+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.978400+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.245793+0000 mgr.y (mgr.25504) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.345257+0000 mgr.y (mgr.25504) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.430404+0000 mgr.y (mgr.25504) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.526538+0000 mgr.y (mgr.25504) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.624155+0000 mgr.y (mgr.25504) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.722182+0000 mgr.y (mgr.25504) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cluster 2023-12-06T15:12:17.795463+0000 mgr.y (mgr.25504) 1433 : cluster 0 pgmap v241: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.813676+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.815087+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.819777+0000 mon.a (mon.0) 5864 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.820216+0000 mgr.y (mgr.25504) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.881299+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.883771+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.886836+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.887706+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.894876+0000 mon.a (mon.0) 5869 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.895596+0000 mgr.y (mgr.25504) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.973280+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.975623+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.978400+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.979596+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:17.987942+0000 mon.a (mon.0) 5874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:17.988530+0000 mgr.y (mgr.25504) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.065187+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.069344+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.072956+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.074041+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.082226+0000 mon.a (mon.0) 5879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.083082+0000 mgr.y (mgr.25504) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.163516+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.166424+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.170494+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.172062+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.181521+0000 mon.a (mon.0) 5884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cluster 2023-12-06T15:12:18.242286+0000 mon.a (mon.0) 5885 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cluster 2023-12-06T15:12:18.254774+0000 mon.a (mon.0) 5886 : cluster 1 osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299] boot 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cluster 2023-12-06T15:12:18.254824+0000 mon.a (mon.0) 5887 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.255720+0000 mon.a (mon.0) 5888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:12:19.172 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cluster 2023-12-06T15:12:18.256806+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: cluster 2023-12-06T15:12:18.261500+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.272979+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.979596+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:17.987942+0000 mon.a (mon.0) 5874 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:17.988530+0000 mgr.y (mgr.25504) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.065187+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.069344+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.072956+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.074041+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.082226+0000 mon.a (mon.0) 5879 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.083082+0000 mgr.y (mgr.25504) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.163516+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.166424+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.170494+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.172062+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.181521+0000 mon.a (mon.0) 5884 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cluster 2023-12-06T15:12:18.242286+0000 mon.a (mon.0) 5885 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cluster 2023-12-06T15:12:18.254774+0000 mon.a (mon.0) 5886 : cluster 1 osd.6 [v2:172.21.15.150:6816/356312299,v1:172.21.15.150:6817/356312299] boot 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cluster 2023-12-06T15:12:18.254824+0000 mon.a (mon.0) 5887 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.255720+0000 mon.a (mon.0) 5888 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cluster 2023-12-06T15:12:18.256806+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: cluster 2023-12-06T15:12:18.261500+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T15:12:19.174 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.272979+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.275117+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.277640+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.278590+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.284840+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.363753+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.366303+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.370005+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.371027+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.378386+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.463502+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.465776+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.468688+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.175 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.469536+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.475098+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.559394+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.562075+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.566338+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.568052+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.578147+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.275117+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.277640+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.278590+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.284840+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.363753+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.366303+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.370005+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.371027+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.378386+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.463502+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.465776+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.468688+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.469536+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.475098+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.559394+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.562075+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.566338+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.568052+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.177 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.578147+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.658341+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.662179+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.665611+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.666689+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.674893+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.756012+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.759002+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.763881+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.765075+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.178 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[80542]: audit 2023-12-06T15:12:18.772935+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.658341+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.662179+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.665611+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.666689+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.674893+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.756012+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.759002+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.763881+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.765075+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:19.179 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:18 smithi116 bash[83021]: audit 2023-12-06T15:12:18.772935+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:19.818 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[75526]: debug 2023-12-06T15:12:19.479+0000 7fd94cdde700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:12:20.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.182074+0000 mgr.y (mgr.25504) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.285453+0000 mgr.y (mgr.25504) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.378919+0000 mgr.y (mgr.25504) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.475712+0000 mgr.y (mgr.25504) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.579056+0000 mgr.y (mgr.25504) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.675567+0000 mgr.y (mgr.25504) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.773722+0000 mgr.y (mgr.25504) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.854372+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.857875+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.860573+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.861487+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.868514+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.869211+0000 mgr.y (mgr.25504) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.949602+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.951809+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.953932+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.954814+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:18.962861+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:18.963608+0000 mgr.y (mgr.25504) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.019779+0000 mon.a (mon.0) 5929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.043220+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.182074+0000 mgr.y (mgr.25504) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.285453+0000 mgr.y (mgr.25504) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.378919+0000 mgr.y (mgr.25504) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.475712+0000 mgr.y (mgr.25504) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.579056+0000 mgr.y (mgr.25504) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.675567+0000 mgr.y (mgr.25504) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.773722+0000 mgr.y (mgr.25504) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.854372+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.857875+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.860573+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.861487+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.868514+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.869211+0000 mgr.y (mgr.25504) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.949602+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.951809+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.953932+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.954814+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:18.962861+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:18.963608+0000 mgr.y (mgr.25504) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.171 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.019779+0000 mon.a (mon.0) 5929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.043220+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.046322+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.049520+0000 mon.a (mon.0) 5932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.050703+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.058183+0000 mon.a (mon.0) 5934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:19.058897+0000 mgr.y (mgr.25504) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.138713+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.141835+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.146922+0000 mon.a (mon.0) 5937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.148354+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.156483+0000 mon.a (mon.0) 5939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cephadm 2023-12-06T15:12:19.157186+0000 mgr.y (mgr.25504) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.239927+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.243704+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.172 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.247002+0000 mon.a (mon.0) 5942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cluster 2023-12-06T15:12:19.252604+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cluster 2023-12-06T15:12:19.254216+0000 mon.a (mon.0) 5943 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: cluster 2023-12-06T15:12:19.260955+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.270134+0000 mon.a (mon.0) 5944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.279505+0000 mon.a (mon.0) 5945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.362069+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.046322+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.049520+0000 mon.a (mon.0) 5932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.050703+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.058183+0000 mon.a (mon.0) 5934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:19.058897+0000 mgr.y (mgr.25504) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.173 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.138713+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.141835+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.146922+0000 mon.a (mon.0) 5937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.148354+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.156483+0000 mon.a (mon.0) 5939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cephadm 2023-12-06T15:12:19.157186+0000 mgr.y (mgr.25504) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.239927+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.243704+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.247002+0000 mon.a (mon.0) 5942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cluster 2023-12-06T15:12:19.252604+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cluster 2023-12-06T15:12:19.254216+0000 mon.a (mon.0) 5943 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: cluster 2023-12-06T15:12:19.260955+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.270134+0000 mon.a (mon.0) 5944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.279505+0000 mon.a (mon.0) 5945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.174 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.362069+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.364790+0000 mon.a (mon.0) 5947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.368944+0000 mon.a (mon.0) 5948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.370394+0000 mon.a (mon.0) 5949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.384761+0000 mon.a (mon.0) 5950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.389425+0000 mon.a (mon.0) 5951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.393799+0000 mon.a (mon.0) 5952 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.401897+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.473126+0000 mon.a (mon.0) 5954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.475932+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.478274+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.175 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.480576+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[83021]: audit 2023-12-06T15:12:19.483885+0000 mon.a (mon.0) 5958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.364790+0000 mon.a (mon.0) 5947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.368944+0000 mon.a (mon.0) 5948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.370394+0000 mon.a (mon.0) 5949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.384761+0000 mon.a (mon.0) 5950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.389425+0000 mon.a (mon.0) 5951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.393799+0000 mon.a (mon.0) 5952 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.401897+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.473126+0000 mon.a (mon.0) 5954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.475932+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.478274+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.480576+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:19 smithi116 bash[80542]: audit 2023-12-06T15:12:19.483885+0000 mon.a (mon.0) 5958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.182074+0000 mgr.y (mgr.25504) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.285453+0000 mgr.y (mgr.25504) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.378919+0000 mgr.y (mgr.25504) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.475712+0000 mgr.y (mgr.25504) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.579056+0000 mgr.y (mgr.25504) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.675567+0000 mgr.y (mgr.25504) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.773722+0000 mgr.y (mgr.25504) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.854372+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.857875+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.860573+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.861487+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.868514+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.869211+0000 mgr.y (mgr.25504) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.949602+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.951809+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.953932+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.954814+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:18.962861+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:18.963608+0000 mgr.y (mgr.25504) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.019779+0000 mon.a (mon.0) 5929 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.043220+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.046322+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.049520+0000 mon.a (mon.0) 5932 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.050703+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.058183+0000 mon.a (mon.0) 5934 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:19.058897+0000 mgr.y (mgr.25504) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.138713+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.141835+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.146922+0000 mon.a (mon.0) 5937 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.148354+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.156483+0000 mon.a (mon.0) 5939 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cephadm 2023-12-06T15:12:19.157186+0000 mgr.y (mgr.25504) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.239927+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.243704+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.247002+0000 mon.a (mon.0) 5942 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cluster 2023-12-06T15:12:19.252604+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cluster 2023-12-06T15:12:19.254216+0000 mon.a (mon.0) 5943 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: cluster 2023-12-06T15:12:19.260955+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.270134+0000 mon.a (mon.0) 5944 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.279505+0000 mon.a (mon.0) 5945 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.362069+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.364790+0000 mon.a (mon.0) 5947 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.368944+0000 mon.a (mon.0) 5948 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.370394+0000 mon.a (mon.0) 5949 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.384761+0000 mon.a (mon.0) 5950 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.389425+0000 mon.a (mon.0) 5951 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.393799+0000 mon.a (mon.0) 5952 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.401897+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.473126+0000 mon.a (mon.0) 5954 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:20.195 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.475932+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.478274+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.480576+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:20.196 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:19 smithi150 bash[70025]: audit 2023-12-06T15:12:19.483885+0000 mon.a (mon.0) 5958 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:21.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: cephadm 2023-12-06T15:12:19.280065+0000 mgr.y (mgr.25504) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:21.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: cephadm 2023-12-06T15:12:19.390822+0000 mgr.y (mgr.25504) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:21.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: audit 2023-12-06T15:12:19.484133+0000 mgr.y (mgr.25504) 1451 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:21.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: cephadm 2023-12-06T15:12:19.485292+0000 mgr.y (mgr.25504) 1452 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:12:21.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: cluster 2023-12-06T15:12:19.796624+0000 mgr.y (mgr.25504) 1453 : cluster 0 pgmap v244: 161 pgs: 8 peering, 11 active+undersized+degraded, 25 active+undersized, 117 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-06T15:12:21.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: audit 2023-12-06T15:12:19.960527+0000 mgr.y (mgr.25504) 1454 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:21.159 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:20 smithi150 bash[70025]: cluster 2023-12-06T15:12:20.536271+0000 mon.a (mon.0) 5959 : cluster 3 Health check update: Degraded data redundancy: 47/630 objects degraded (7.460%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: cephadm 2023-12-06T15:12:19.280065+0000 mgr.y (mgr.25504) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: cephadm 2023-12-06T15:12:19.390822+0000 mgr.y (mgr.25504) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: audit 2023-12-06T15:12:19.484133+0000 mgr.y (mgr.25504) 1451 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: cephadm 2023-12-06T15:12:19.485292+0000 mgr.y (mgr.25504) 1452 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: cluster 2023-12-06T15:12:19.796624+0000 mgr.y (mgr.25504) 1453 : cluster 0 pgmap v244: 161 pgs: 8 peering, 11 active+undersized+degraded, 25 active+undersized, 117 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: audit 2023-12-06T15:12:19.960527+0000 mgr.y (mgr.25504) 1454 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[80542]: cluster 2023-12-06T15:12:20.536271+0000 mon.a (mon.0) 5959 : cluster 3 Health check update: Degraded data redundancy: 47/630 objects degraded (7.460%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: cephadm 2023-12-06T15:12:19.280065+0000 mgr.y (mgr.25504) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: cephadm 2023-12-06T15:12:19.390822+0000 mgr.y (mgr.25504) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: audit 2023-12-06T15:12:19.484133+0000 mgr.y (mgr.25504) 1451 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:21.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: cephadm 2023-12-06T15:12:19.485292+0000 mgr.y (mgr.25504) 1452 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T15:12:21.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: cluster 2023-12-06T15:12:19.796624+0000 mgr.y (mgr.25504) 1453 : cluster 0 pgmap v244: 161 pgs: 8 peering, 11 active+undersized+degraded, 25 active+undersized, 117 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-06T15:12:21.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: audit 2023-12-06T15:12:19.960527+0000 mgr.y (mgr.25504) 1454 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:21.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:20 smithi116 bash[83021]: cluster 2023-12-06T15:12:20.536271+0000 mon.a (mon.0) 5959 : cluster 3 Health check update: Degraded data redundancy: 47/630 objects degraded (7.460%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:22.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:12:22] "GET /metrics HTTP/1.1" 200 38505 "" "Prometheus/2.33.4" 2023-12-06T15:12:23.107 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:22 smithi150 bash[70025]: cluster 2023-12-06T15:12:21.798079+0000 mgr.y (mgr.25504) 1455 : cluster 0 pgmap v245: 161 pgs: 8 peering, 3 active+undersized+degraded, 10 active+undersized, 140 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 12/630 objects degraded (1.905%) 2023-12-06T15:12:23.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:22 smithi116 bash[80542]: cluster 2023-12-06T15:12:21.798079+0000 mgr.y (mgr.25504) 1455 : cluster 0 pgmap v245: 161 pgs: 8 peering, 3 active+undersized+degraded, 10 active+undersized, 140 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 12/630 objects degraded (1.905%) 2023-12-06T15:12:23.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:22 smithi116 bash[83021]: cluster 2023-12-06T15:12:21.798079+0000 mgr.y (mgr.25504) 1455 : cluster 0 pgmap v245: 161 pgs: 8 peering, 3 active+undersized+degraded, 10 active+undersized, 140 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 12/630 objects degraded (1.905%) 2023-12-06T15:12:24.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:23 smithi116 bash[80542]: audit 2023-12-06T15:12:22.848096+0000 mon.a (mon.0) 5960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:23 smithi116 bash[80542]: audit 2023-12-06T15:12:22.855912+0000 mon.a (mon.0) 5961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:23 smithi116 bash[80542]: audit 2023-12-06T15:12:22.864796+0000 mon.a (mon.0) 5962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:23 smithi116 bash[83021]: audit 2023-12-06T15:12:22.848096+0000 mon.a (mon.0) 5960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:23 smithi116 bash[83021]: audit 2023-12-06T15:12:22.855912+0000 mon.a (mon.0) 5961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:23 smithi116 bash[83021]: audit 2023-12-06T15:12:22.864796+0000 mon.a (mon.0) 5962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:23 smithi150 bash[70025]: audit 2023-12-06T15:12:22.848096+0000 mon.a (mon.0) 5960 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:23 smithi150 bash[70025]: audit 2023-12-06T15:12:22.855912+0000 mon.a (mon.0) 5961 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:24.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:23 smithi150 bash[70025]: audit 2023-12-06T15:12:22.864796+0000 mon.a (mon.0) 5962 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:25.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:24 smithi116 bash[80542]: cluster 2023-12-06T15:12:23.799207+0000 mgr.y (mgr.25504) 1456 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 775 B/s rd, 0 op/s 2023-12-06T15:12:25.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:24 smithi116 bash[80542]: cluster 2023-12-06T15:12:23.860963+0000 mon.a (mon.0) 5963 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/630 objects degraded (1.905%), 3 pgs degraded) 2023-12-06T15:12:25.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:24 smithi116 bash[80542]: cluster 2023-12-06T15:12:23.861028+0000 mon.a (mon.0) 5964 : cluster 1 Cluster is now healthy 2023-12-06T15:12:25.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:24 smithi116 bash[83021]: cluster 2023-12-06T15:12:23.799207+0000 mgr.y (mgr.25504) 1456 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 775 B/s rd, 0 op/s 2023-12-06T15:12:25.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:24 smithi116 bash[83021]: cluster 2023-12-06T15:12:23.860963+0000 mon.a (mon.0) 5963 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/630 objects degraded (1.905%), 3 pgs degraded) 2023-12-06T15:12:25.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:24 smithi116 bash[83021]: cluster 2023-12-06T15:12:23.861028+0000 mon.a (mon.0) 5964 : cluster 1 Cluster is now healthy 2023-12-06T15:12:25.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:24 smithi150 bash[70025]: cluster 2023-12-06T15:12:23.799207+0000 mgr.y (mgr.25504) 1456 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 775 B/s rd, 0 op/s 2023-12-06T15:12:25.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:24 smithi150 bash[70025]: cluster 2023-12-06T15:12:23.860963+0000 mon.a (mon.0) 5963 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/630 objects degraded (1.905%), 3 pgs degraded) 2023-12-06T15:12:25.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:24 smithi150 bash[70025]: cluster 2023-12-06T15:12:23.861028+0000 mon.a (mon.0) 5964 : cluster 1 Cluster is now healthy 2023-12-06T15:12:27.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:26 smithi116 bash[80542]: cluster 2023-12-06T15:12:25.800516+0000 mgr.y (mgr.25504) 1457 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:27.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:26 smithi116 bash[83021]: cluster 2023-12-06T15:12:25.800516+0000 mgr.y (mgr.25504) 1457 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:27.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:26 smithi150 bash[70025]: cluster 2023-12-06T15:12:25.800516+0000 mgr.y (mgr.25504) 1457 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[80542]: audit 2023-12-06T15:12:27.509729+0000 mon.a (mon.0) 5965 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[80542]: audit 2023-12-06T15:12:27.519665+0000 mon.a (mon.0) 5966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[80542]: audit 2023-12-06T15:12:27.528033+0000 mon.a (mon.0) 5967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[80542]: cluster 2023-12-06T15:12:27.801550+0000 mgr.y (mgr.25504) 1458 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[83021]: audit 2023-12-06T15:12:27.509729+0000 mon.a (mon.0) 5965 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[83021]: audit 2023-12-06T15:12:27.519665+0000 mon.a (mon.0) 5966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[83021]: audit 2023-12-06T15:12:27.528033+0000 mon.a (mon.0) 5967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:28 smithi116 bash[83021]: cluster 2023-12-06T15:12:27.801550+0000 mgr.y (mgr.25504) 1458 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:12:28.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:28 smithi150 bash[70025]: audit 2023-12-06T15:12:27.509729+0000 mon.a (mon.0) 5965 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:28 smithi150 bash[70025]: audit 2023-12-06T15:12:27.519665+0000 mon.a (mon.0) 5966 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:28 smithi150 bash[70025]: audit 2023-12-06T15:12:27.528033+0000 mon.a (mon.0) 5967 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:28.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:28 smithi150 bash[70025]: cluster 2023-12-06T15:12:27.801550+0000 mgr.y (mgr.25504) 1458 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:12:29.986 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:29 smithi116 bash[80542]: audit 2023-12-06T15:12:28.730822+0000 mon.a (mon.0) 5968 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:29.986 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:29 smithi116 bash[80542]: audit 2023-12-06T15:12:28.732688+0000 mon.a (mon.0) 5969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:29.986 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:29 smithi116 bash[80542]: audit 2023-12-06T15:12:29.040030+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:29.986 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:29 smithi116 bash[83021]: audit 2023-12-06T15:12:28.730822+0000 mon.a (mon.0) 5968 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:29.986 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:29 smithi116 bash[83021]: audit 2023-12-06T15:12:28.732688+0000 mon.a (mon.0) 5969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:29.986 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:29 smithi116 bash[83021]: audit 2023-12-06T15:12:29.040030+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:29 smithi150 bash[70025]: audit 2023-12-06T15:12:28.730822+0000 mon.a (mon.0) 5968 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:29 smithi150 bash[70025]: audit 2023-12-06T15:12:28.732688+0000 mon.a (mon.0) 5969 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:30.193 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:29 smithi150 bash[70025]: audit 2023-12-06T15:12:29.040030+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:31.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:30 smithi116 bash[83021]: cluster 2023-12-06T15:12:29.802610+0000 mgr.y (mgr.25504) 1459 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2023-12-06T15:12:31.083 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:30 smithi116 bash[83021]: audit 2023-12-06T15:12:29.969405+0000 mgr.y (mgr.25504) 1460 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:31.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:30 smithi116 bash[80542]: cluster 2023-12-06T15:12:29.802610+0000 mgr.y (mgr.25504) 1459 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2023-12-06T15:12:31.083 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:30 smithi116 bash[80542]: audit 2023-12-06T15:12:29.969405+0000 mgr.y (mgr.25504) 1460 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:31.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:30 smithi150 bash[70025]: cluster 2023-12-06T15:12:29.802610+0000 mgr.y (mgr.25504) 1459 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2023-12-06T15:12:31.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:30 smithi150 bash[70025]: audit 2023-12-06T15:12:29.969405+0000 mgr.y (mgr.25504) 1460 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:32.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:12:32] "GET /metrics HTTP/1.1" 200 38517 "" "Prometheus/2.33.4" 2023-12-06T15:12:33.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:32 smithi116 bash[80542]: cluster 2023-12-06T15:12:31.803995+0000 mgr.y (mgr.25504) 1461 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:33.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:32 smithi116 bash[83021]: cluster 2023-12-06T15:12:31.803995+0000 mgr.y (mgr.25504) 1461 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:33.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:32 smithi150 bash[70025]: cluster 2023-12-06T15:12:31.803995+0000 mgr.y (mgr.25504) 1461 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:35.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:34 smithi116 bash[80542]: cluster 2023-12-06T15:12:33.805132+0000 mgr.y (mgr.25504) 1462 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:35.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:34 smithi116 bash[80542]: audit 2023-12-06T15:12:34.497711+0000 mon.a (mon.0) 5971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:35.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:34 smithi116 bash[83021]: cluster 2023-12-06T15:12:33.805132+0000 mgr.y (mgr.25504) 1462 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:35.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:34 smithi116 bash[83021]: audit 2023-12-06T15:12:34.497711+0000 mon.a (mon.0) 5971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:35.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:34 smithi150 bash[70025]: cluster 2023-12-06T15:12:33.805132+0000 mgr.y (mgr.25504) 1462 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:35.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:34 smithi150 bash[70025]: audit 2023-12-06T15:12:34.497711+0000 mon.a (mon.0) 5971 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:36.142 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:12:36.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:35 smithi150 bash[70025]: audit 2023-12-06T15:12:34.498209+0000 mgr.y (mgr.25504) 1463 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:36.158 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:35 smithi150 bash[70025]: cephadm 2023-12-06T15:12:34.500924+0000 mgr.y (mgr.25504) 1464 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T15:12:36.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:35 smithi116 bash[80542]: audit 2023-12-06T15:12:34.498209+0000 mgr.y (mgr.25504) 1463 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:36.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:35 smithi116 bash[80542]: cephadm 2023-12-06T15:12:34.500924+0000 mgr.y (mgr.25504) 1464 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T15:12:36.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:35 smithi116 bash[83021]: audit 2023-12-06T15:12:34.498209+0000 mgr.y (mgr.25504) 1463 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:12:36.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:35 smithi116 bash[83021]: cephadm 2023-12-06T15:12:34.500924+0000 mgr.y (mgr.25504) 1464 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T15:12:36.914 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:12:36.914 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 9s ago 23m - - 2023-12-06T15:12:36.914 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 14s ago 23m - - 2023-12-06T15:12:36.914 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (9m) 9s ago 16m 17.0M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:12:36.914 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (8m) 14s ago 16m 44.6M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (8m) 9s ago 13m 48.9M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (7m) 14s ago 22m 435M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (8m) 9s ago 24m 517M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (6m) 9s ago 25m 76.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (5m) 14s ago 23m 53.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (6m) 9s ago 23m 56.4M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (9m) 9s ago 16m 11.9M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (9m) 14s ago 16m 13.2M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (4m) 9s ago 22m 53.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (3m) 9s ago 21m 56.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (3m) 9s ago 21m 50.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (2m) 9s ago 20m 52.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (103s) 14s ago 19m 53.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e b4298365e8d0 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (64s) 14s ago 19m 50.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 746b57a9a831 2023-12-06T15:12:36.915 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (26s) 14s ago 18m 47.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e d64aff835c0f 2023-12-06T15:12:36.916 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (17m) 14s ago 17m 71.5M 4096M 17.2.0 e1d6a67b021e f06577e8c3f8 2023-12-06T15:12:36.916 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (7m) 14s ago 16m 66.4M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:12:36.916 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (14m) 9s ago 14m 89.6M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:12:36.916 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (14m) 14s ago 14m 89.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:12:36.916 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (14m) 9s ago 14m 88.9M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:12:36.916 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (14m) 14s ago 14m 89.2M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:12:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:36 smithi116 bash[80542]: cluster 2023-12-06T15:12:35.806166+0000 mgr.y (mgr.25504) 1465 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:37.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:36 smithi116 bash[80542]: audit 2023-12-06T15:12:36.120818+0000 mgr.y (mgr.25504) 1466 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:37.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:36 smithi116 bash[83021]: cluster 2023-12-06T15:12:35.806166+0000 mgr.y (mgr.25504) 1465 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:37.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:36 smithi116 bash[83021]: audit 2023-12-06T15:12:36.120818+0000 mgr.y (mgr.25504) 1466 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:37.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:36 smithi150 bash[70025]: cluster 2023-12-06T15:12:35.806166+0000 mgr.y (mgr.25504) 1465 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:37.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:36 smithi150 bash[70025]: audit 2023-12-06T15:12:36.120818+0000 mgr.y (mgr.25504) 1466 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T15:12:37.360 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 12 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:12:37.361 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr" 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "12/23 daemons upgraded", 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T15:12:37.744 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: audit 2023-12-06T15:12:36.508509+0000 mgr.y (mgr.25504) 1467 : audit 0 from='client.44545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: cephadm 2023-12-06T15:12:36.871734+0000 mgr.y (mgr.25504) 1468 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: audit 2023-12-06T15:12:36.878817+0000 mon.a (mon.0) 5972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: audit 2023-12-06T15:12:36.882786+0000 mon.a (mon.0) 5973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: audit 2023-12-06T15:12:36.882830+0000 mgr.y (mgr.25504) 1469 : audit 0 from='client.34617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: audit 2023-12-06T15:12:36.891554+0000 mon.a (mon.0) 5974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: cephadm 2023-12-06T15:12:36.896206+0000 mgr.y (mgr.25504) 1470 : cephadm 1 Deploying daemon osd.7 on smithi150 2023-12-06T15:12:38.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[83021]: audit 2023-12-06T15:12:37.357258+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.116:0/1151346414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: audit 2023-12-06T15:12:36.508509+0000 mgr.y (mgr.25504) 1467 : audit 0 from='client.44545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: cephadm 2023-12-06T15:12:36.871734+0000 mgr.y (mgr.25504) 1468 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: audit 2023-12-06T15:12:36.878817+0000 mon.a (mon.0) 5972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: audit 2023-12-06T15:12:36.882786+0000 mon.a (mon.0) 5973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: audit 2023-12-06T15:12:36.882830+0000 mgr.y (mgr.25504) 1469 : audit 0 from='client.34617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: audit 2023-12-06T15:12:36.891554+0000 mon.a (mon.0) 5974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: cephadm 2023-12-06T15:12:36.896206+0000 mgr.y (mgr.25504) 1470 : cephadm 1 Deploying daemon osd.7 on smithi150 2023-12-06T15:12:38.171 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:37 smithi116 bash[80542]: audit 2023-12-06T15:12:37.357258+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.116:0/1151346414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:38.182 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: audit 2023-12-06T15:12:36.508509+0000 mgr.y (mgr.25504) 1467 : audit 0 from='client.44545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:38.182 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: cephadm 2023-12-06T15:12:36.871734+0000 mgr.y (mgr.25504) 1468 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T15:12:38.182 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: audit 2023-12-06T15:12:36.878817+0000 mon.a (mon.0) 5972 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:38.182 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: audit 2023-12-06T15:12:36.882786+0000 mon.a (mon.0) 5973 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:12:38.183 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: audit 2023-12-06T15:12:36.882830+0000 mgr.y (mgr.25504) 1469 : audit 0 from='client.34617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:38.183 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: audit 2023-12-06T15:12:36.891554+0000 mon.a (mon.0) 5974 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:38.183 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: cephadm 2023-12-06T15:12:36.896206+0000 mgr.y (mgr.25504) 1470 : cephadm 1 Deploying daemon osd.7 on smithi150 2023-12-06T15:12:38.183 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:37 smithi150 bash[70025]: audit 2023-12-06T15:12:37.357258+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.116:0/1151346414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:38.187 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T15:12:39.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:38 smithi116 bash[80542]: audit 2023-12-06T15:12:37.741374+0000 mgr.y (mgr.25504) 1471 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:39.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:38 smithi116 bash[80542]: cluster 2023-12-06T15:12:37.807183+0000 mgr.y (mgr.25504) 1472 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:39.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:38 smithi116 bash[80542]: audit 2023-12-06T15:12:38.185551+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.116:0/1685621740' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:39.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:38 smithi116 bash[83021]: audit 2023-12-06T15:12:37.741374+0000 mgr.y (mgr.25504) 1471 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:39.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:38 smithi116 bash[83021]: cluster 2023-12-06T15:12:37.807183+0000 mgr.y (mgr.25504) 1472 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:39.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:38 smithi116 bash[83021]: audit 2023-12-06T15:12:38.185551+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.116:0/1685621740' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:39.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:38 smithi150 bash[70025]: audit 2023-12-06T15:12:37.741374+0000 mgr.y (mgr.25504) 1471 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:39.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:38 smithi150 bash[70025]: cluster 2023-12-06T15:12:37.807183+0000 mgr.y (mgr.25504) 1472 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:39.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:38 smithi150 bash[70025]: audit 2023-12-06T15:12:38.185551+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.116:0/1685621740' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:40 smithi150 bash[70025]: cluster 2023-12-06T15:12:39.808247+0000 mgr.y (mgr.25504) 1473 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:40.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:40 smithi150 bash[70025]: audit 2023-12-06T15:12:39.973492+0000 mgr.y (mgr.25504) 1474 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:40.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:40 smithi116 bash[80542]: cluster 2023-12-06T15:12:39.808247+0000 mgr.y (mgr.25504) 1473 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:40.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:40 smithi116 bash[80542]: audit 2023-12-06T15:12:39.973492+0000 mgr.y (mgr.25504) 1474 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:40 smithi116 bash[83021]: cluster 2023-12-06T15:12:39.808247+0000 mgr.y (mgr.25504) 1473 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:40 smithi116 bash[83021]: audit 2023-12-06T15:12:39.973492+0000 mgr.y (mgr.25504) 1474 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:41.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:41 smithi150 systemd[1]: Stopping Ceph osd.7 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:12:41.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:41 smithi116 bash[80542]: cluster 2023-12-06T15:12:41.544691+0000 mon.a (mon.0) 5975 : cluster 1 osd.7 marked itself down and dead 2023-12-06T15:12:41.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:41 smithi116 bash[83021]: cluster 2023-12-06T15:12:41.544691+0000 mon.a (mon.0) 5975 : cluster 1 osd.7 marked itself down and dead 2023-12-06T15:12:41.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:41 smithi150 bash[70025]: cluster 2023-12-06T15:12:41.544691+0000 mon.a (mon.0) 5975 : cluster 1 osd.7 marked itself down and dead 2023-12-06T15:12:41.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:41 smithi150 bash[41316]: debug 2023-12-06T15:12:41.541+0000 7fc20ecba700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:12:41.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:41 smithi150 bash[41316]: debug 2023-12-06T15:12:41.541+0000 7fc20ecba700 -1 osd.7 147 *** Got signal Terminated *** 2023-12-06T15:12:41.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:41 smithi150 bash[41316]: debug 2023-12-06T15:12:41.541+0000 7fc20ecba700 -1 osd.7 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:12:42.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:12:42] "GET /metrics HTTP/1.1" 200 38517 "" "Prometheus/2.33.4" 2023-12-06T15:12:42.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[80542]: cluster 2023-12-06T15:12:41.548496+0000 mon.a (mon.0) 5976 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:12:42.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[80542]: cluster 2023-12-06T15:12:41.565273+0000 mon.a (mon.0) 5977 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-06T15:12:42.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[80542]: cluster 2023-12-06T15:12:41.809003+0000 mgr.y (mgr.25504) 1475 : cluster 0 pgmap v256: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:12:42.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[83021]: cluster 2023-12-06T15:12:41.548496+0000 mon.a (mon.0) 5976 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:12:42.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[83021]: cluster 2023-12-06T15:12:41.565273+0000 mon.a (mon.0) 5977 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-06T15:12:42.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:42 smithi116 bash[83021]: cluster 2023-12-06T15:12:41.809003+0000 mgr.y (mgr.25504) 1475 : cluster 0 pgmap v256: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:12:42.871 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:42 smithi150 bash[70025]: cluster 2023-12-06T15:12:41.548496+0000 mon.a (mon.0) 5976 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:12:42.871 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:42 smithi150 bash[70025]: cluster 2023-12-06T15:12:41.565273+0000 mon.a (mon.0) 5977 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-06T15:12:42.871 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:42 smithi150 bash[70025]: cluster 2023-12-06T15:12:41.809003+0000 mgr.y (mgr.25504) 1475 : cluster 0 pgmap v256: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:12:43.133 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:42 smithi150 bash[85440]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:12:43.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:43 smithi150 bash[85599]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[80542]: cluster 2023-12-06T15:12:42.574102+0000 mon.a (mon.0) 5978 : cluster 0 osdmap e149: 8 total, 7 up, 8 in 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[80542]: audit 2023-12-06T15:12:42.849325+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[80542]: audit 2023-12-06T15:12:42.858133+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[80542]: cluster 2023-12-06T15:12:42.860036+0000 mgr.y (mgr.25504) 1476 : cluster 0 pgmap v258: 161 pgs: 1 active+undersized+degraded, 11 peering, 14 stale+active+clean, 6 active+undersized, 129 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 725 B/s rd, 0 op/s; 1/630 objects degraded (0.159%) 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[80542]: audit 2023-12-06T15:12:42.867380+0000 mon.a (mon.0) 5981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[83021]: cluster 2023-12-06T15:12:42.574102+0000 mon.a (mon.0) 5978 : cluster 0 osdmap e149: 8 total, 7 up, 8 in 2023-12-06T15:12:43.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[83021]: audit 2023-12-06T15:12:42.849325+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[83021]: audit 2023-12-06T15:12:42.858133+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[83021]: cluster 2023-12-06T15:12:42.860036+0000 mgr.y (mgr.25504) 1476 : cluster 0 pgmap v258: 161 pgs: 1 active+undersized+degraded, 11 peering, 14 stale+active+clean, 6 active+undersized, 129 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 725 B/s rd, 0 op/s; 1/630 objects degraded (0.159%) 2023-12-06T15:12:43.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:43 smithi116 bash[83021]: audit 2023-12-06T15:12:42.867380+0000 mon.a (mon.0) 5981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:43 smithi150 bash[70025]: cluster 2023-12-06T15:12:42.574102+0000 mon.a (mon.0) 5978 : cluster 0 osdmap e149: 8 total, 7 up, 8 in 2023-12-06T15:12:43.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:43 smithi150 bash[70025]: audit 2023-12-06T15:12:42.849325+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:43 smithi150 bash[70025]: audit 2023-12-06T15:12:42.858133+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:43.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:43 smithi150 bash[70025]: cluster 2023-12-06T15:12:42.860036+0000 mgr.y (mgr.25504) 1476 : cluster 0 pgmap v258: 161 pgs: 1 active+undersized+degraded, 11 peering, 14 stale+active+clean, 6 active+undersized, 129 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 725 B/s rd, 0 op/s; 1/630 objects degraded (0.159%) 2023-12-06T15:12:43.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:43 smithi150 bash[70025]: audit 2023-12-06T15:12:42.867380+0000 mon.a (mon.0) 5981 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[80542]: audit 2023-12-06T15:12:43.730791+0000 mon.a (mon.0) 5982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[80542]: audit 2023-12-06T15:12:43.733182+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[80542]: cluster 2023-12-06T15:12:43.854078+0000 mon.a (mon.0) 5984 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[80542]: cluster 2023-12-06T15:12:43.854155+0000 mon.a (mon.0) 5985 : cluster 3 Health check failed: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded (PG_DEGRADED) 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[83021]: audit 2023-12-06T15:12:43.730791+0000 mon.a (mon.0) 5982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[83021]: audit 2023-12-06T15:12:43.733182+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:45.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[83021]: cluster 2023-12-06T15:12:43.854078+0000 mon.a (mon.0) 5984 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:12:45.169 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:44 smithi116 bash[83021]: cluster 2023-12-06T15:12:43.854155+0000 mon.a (mon.0) 5985 : cluster 3 Health check failed: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded (PG_DEGRADED) 2023-12-06T15:12:45.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:44 smithi150 bash[70025]: audit 2023-12-06T15:12:43.730791+0000 mon.a (mon.0) 5982 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:45.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:44 smithi150 bash[70025]: audit 2023-12-06T15:12:43.733182+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:45.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:44 smithi150 bash[70025]: cluster 2023-12-06T15:12:43.854078+0000 mon.a (mon.0) 5984 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T15:12:45.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:44 smithi150 bash[70025]: cluster 2023-12-06T15:12:43.854155+0000 mon.a (mon.0) 5985 : cluster 3 Health check failed: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded (PG_DEGRADED) 2023-12-06T15:12:46.003 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:45 smithi150 bash[70025]: cluster 2023-12-06T15:12:44.861115+0000 mgr.y (mgr.25504) 1477 : cluster 0 pgmap v259: 161 pgs: 5 active+undersized+degraded, 11 peering, 12 stale+active+clean, 11 active+undersized, 122 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 580 B/s rd, 0 op/s; 17/630 objects degraded (2.698%) 2023-12-06T15:12:46.003 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:45 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-06T15:12:46.003 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:45 smithi150 systemd[1]: Stopped Ceph osd.7 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:12:46.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:45 smithi116 bash[80542]: cluster 2023-12-06T15:12:44.861115+0000 mgr.y (mgr.25504) 1477 : cluster 0 pgmap v259: 161 pgs: 5 active+undersized+degraded, 11 peering, 12 stale+active+clean, 11 active+undersized, 122 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 580 B/s rd, 0 op/s; 17/630 objects degraded (2.698%) 2023-12-06T15:12:46.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:45 smithi116 bash[83021]: cluster 2023-12-06T15:12:44.861115+0000 mgr.y (mgr.25504) 1477 : cluster 0 pgmap v259: 161 pgs: 5 active+undersized+degraded, 11 peering, 12 stale+active+clean, 11 active+undersized, 122 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 580 B/s rd, 0 op/s; 17/630 objects degraded (2.698%) 2023-12-06T15:12:46.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:46 smithi150 systemd[1]: Started Ceph osd.7 for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:12:47.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.158830+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.168548+0000 mon.a (mon.0) 5987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.211161+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.213103+0000 mon.a (mon.0) 5989 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.222213+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.306255+0000 mon.a (mon.0) 5991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.309561+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.316606+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.318676+0000 mon.a (mon.0) 5994 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.326447+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.410625+0000 mon.a (mon.0) 5996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.413251+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.416147+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.417172+0000 mon.a (mon.0) 5999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.423516+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.503936+0000 mon.a (mon.0) 6001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.506907+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.510652+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.511967+0000 mon.a (mon.0) 6004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.518913+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.599475+0000 mon.a (mon.0) 6006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.603296+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.606479+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.607676+0000 mon.a (mon.0) 6009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.616334+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.700253+0000 mon.a (mon.0) 6011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.704321+0000 mon.a (mon.0) 6012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.707465+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.708674+0000 mon.a (mon.0) 6014 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.716992+0000 mon.a (mon.0) 6015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.794381+0000 mon.a (mon.0) 6016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.797215+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.800908+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.802102+0000 mon.a (mon.0) 6019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.809931+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.888265+0000 mon.a (mon.0) 6021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.892654+0000 mon.a (mon.0) 6022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.896800+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.898191+0000 mon.a (mon.0) 6024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.906327+0000 mon.a (mon.0) 6025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.988400+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.990845+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.993979+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:46.995164+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:47.003441+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:47.087914+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:47.091171+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:47.094419+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:47.095332+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.449 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:47 smithi150 bash[70025]: audit 2023-12-06T15:12:47.101625+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.158830+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.168548+0000 mon.a (mon.0) 5987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.211161+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.213103+0000 mon.a (mon.0) 5989 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.222213+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.306255+0000 mon.a (mon.0) 5991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.309561+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.316606+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.318676+0000 mon.a (mon.0) 5994 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.326447+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.410625+0000 mon.a (mon.0) 5996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.413251+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.416147+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.417172+0000 mon.a (mon.0) 5999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.423516+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.503936+0000 mon.a (mon.0) 6001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.506907+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.510652+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.511967+0000 mon.a (mon.0) 6004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.518913+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.158830+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.168548+0000 mon.a (mon.0) 5987 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.211161+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.213103+0000 mon.a (mon.0) 5989 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.222213+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.306255+0000 mon.a (mon.0) 5991 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.309561+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.316606+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.318676+0000 mon.a (mon.0) 5994 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.326447+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.410625+0000 mon.a (mon.0) 5996 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.413251+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.416147+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.417172+0000 mon.a (mon.0) 5999 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.423516+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.503936+0000 mon.a (mon.0) 6001 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.506907+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.510652+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.511967+0000 mon.a (mon.0) 6004 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.518913+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.599475+0000 mon.a (mon.0) 6006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.603296+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.606479+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.607676+0000 mon.a (mon.0) 6009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.616334+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.700253+0000 mon.a (mon.0) 6011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.704321+0000 mon.a (mon.0) 6012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.707465+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.708674+0000 mon.a (mon.0) 6014 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.716992+0000 mon.a (mon.0) 6015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.794381+0000 mon.a (mon.0) 6016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.797215+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.800908+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.802102+0000 mon.a (mon.0) 6019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.809931+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.888265+0000 mon.a (mon.0) 6021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.892654+0000 mon.a (mon.0) 6022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.896800+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.898191+0000 mon.a (mon.0) 6024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.906327+0000 mon.a (mon.0) 6025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.988400+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.990845+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.993979+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:46.995164+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:47.003441+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:47.087914+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:47.091171+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:47.094419+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:47.095332+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[80542]: audit 2023-12-06T15:12:47.101625+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.599475+0000 mon.a (mon.0) 6006 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.603296+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.606479+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.607676+0000 mon.a (mon.0) 6009 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.616334+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.700253+0000 mon.a (mon.0) 6011 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.704321+0000 mon.a (mon.0) 6012 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.707465+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.708674+0000 mon.a (mon.0) 6014 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.716992+0000 mon.a (mon.0) 6015 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.794381+0000 mon.a (mon.0) 6016 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.797215+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.800908+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.802102+0000 mon.a (mon.0) 6019 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.809931+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.888265+0000 mon.a (mon.0) 6021 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.892654+0000 mon.a (mon.0) 6022 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.896800+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.898191+0000 mon.a (mon.0) 6024 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.906327+0000 mon.a (mon.0) 6025 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.988400+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.990845+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.993979+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:46.995164+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:47.003441+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:47.087914+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:47.091171+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:47.094419+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:47.095332+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:47.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:47 smithi116 bash[83021]: audit 2023-12-06T15:12:47.101625+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T15:12:48.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-12-06T15:12:48.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T15:12:48.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T15:12:48.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-06T15:12:48.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T15:12:48.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[85838]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cluster 2023-12-06T15:12:46.217468+0000 mgr.y (mgr.25504) 1478 : cluster 0 pgmap v260: 161 pgs: 22 active+undersized+degraded, 11 peering, 1 stale+active+clean, 31 active+undersized, 96 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.223009+0000 mgr.y (mgr.25504) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.327405+0000 mgr.y (mgr.25504) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.424065+0000 mgr.y (mgr.25504) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.519686+0000 mgr.y (mgr.25504) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.617027+0000 mgr.y (mgr.25504) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.717517+0000 mgr.y (mgr.25504) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.810464+0000 mgr.y (mgr.25504) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:46.907007+0000 mgr.y (mgr.25504) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.004036+0000 mgr.y (mgr.25504) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.102100+0000 mgr.y (mgr.25504) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: cluster 2023-12-06T15:12:47.170166+0000 mon.a (mon.0) 6036 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.188713+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.190517+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.193410+0000 mon.a (mon.0) 6039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.194174+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.200125+0000 mon.a (mon.0) 6041 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.267969+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.270456+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.274040+0000 mon.a (mon.0) 6044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.275030+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.283215+0000 mon.a (mon.0) 6046 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.362458+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.367191+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.370666+0000 mon.a (mon.0) 6049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.371932+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.379319+0000 mon.a (mon.0) 6051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.458910+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.461625+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.464648+0000 mon.a (mon.0) 6054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.465895+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.474341+0000 mon.a (mon.0) 6056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.548972+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.552260+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.555380+0000 mon.a (mon.0) 6059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.556532+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.563922+0000 mon.a (mon.0) 6061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.640935+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.643540+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.646920+0000 mon.a (mon.0) 6064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.648146+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.657277+0000 mon.a (mon.0) 6066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.713610+0000 mon.a (mon.0) 6067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.723280+0000 mon.a (mon.0) 6068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.730267+0000 mon.a (mon.0) 6069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.735804+0000 mon.a (mon.0) 6070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.738441+0000 mon.a (mon.0) 6071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.740586+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.741442+0000 mon.a (mon.0) 6073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.747073+0000 mon.a (mon.0) 6074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.829465+0000 mon.a (mon.0) 6075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.832202+0000 mon.a (mon.0) 6076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.835281+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.836356+0000 mon.a (mon.0) 6078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.843189+0000 mon.a (mon.0) 6079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.926079+0000 mon.a (mon.0) 6080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.930760+0000 mon.a (mon.0) 6081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.934338+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.935569+0000 mon.a (mon.0) 6083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:47.945598+0000 mon.a (mon.0) 6084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.023106+0000 mon.a (mon.0) 6085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.026084+0000 mon.a (mon.0) 6086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.029276+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.030337+0000 mon.a (mon.0) 6088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.039181+0000 mon.a (mon.0) 6089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.121356+0000 mon.a (mon.0) 6090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.124039+0000 mon.a (mon.0) 6091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.127705+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.128696+0000 mon.a (mon.0) 6093 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:48 smithi150 bash[70025]: audit 2023-12-06T15:12:48.135270+0000 mon.a (mon.0) 6094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cluster 2023-12-06T15:12:46.217468+0000 mgr.y (mgr.25504) 1478 : cluster 0 pgmap v260: 161 pgs: 22 active+undersized+degraded, 11 peering, 1 stale+active+clean, 31 active+undersized, 96 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:12:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.223009+0000 mgr.y (mgr.25504) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.327405+0000 mgr.y (mgr.25504) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.424065+0000 mgr.y (mgr.25504) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.519686+0000 mgr.y (mgr.25504) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.617027+0000 mgr.y (mgr.25504) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.717517+0000 mgr.y (mgr.25504) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.810464+0000 mgr.y (mgr.25504) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:46.907007+0000 mgr.y (mgr.25504) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.004036+0000 mgr.y (mgr.25504) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.102100+0000 mgr.y (mgr.25504) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: cluster 2023-12-06T15:12:47.170166+0000 mon.a (mon.0) 6036 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.188713+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.190517+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.193410+0000 mon.a (mon.0) 6039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.194174+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.200125+0000 mon.a (mon.0) 6041 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.267969+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.270456+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.274040+0000 mon.a (mon.0) 6044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cluster 2023-12-06T15:12:46.217468+0000 mgr.y (mgr.25504) 1478 : cluster 0 pgmap v260: 161 pgs: 22 active+undersized+degraded, 11 peering, 1 stale+active+clean, 31 active+undersized, 96 active+clean; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.223009+0000 mgr.y (mgr.25504) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.327405+0000 mgr.y (mgr.25504) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.424065+0000 mgr.y (mgr.25504) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.519686+0000 mgr.y (mgr.25504) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.617027+0000 mgr.y (mgr.25504) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.717517+0000 mgr.y (mgr.25504) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.810464+0000 mgr.y (mgr.25504) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:46.907007+0000 mgr.y (mgr.25504) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.004036+0000 mgr.y (mgr.25504) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.102100+0000 mgr.y (mgr.25504) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: cluster 2023-12-06T15:12:47.170166+0000 mon.a (mon.0) 6036 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.188713+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.190517+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.193410+0000 mon.a (mon.0) 6039 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.194174+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.200125+0000 mon.a (mon.0) 6041 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.267969+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.270456+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.274040+0000 mon.a (mon.0) 6044 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.275030+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.283215+0000 mon.a (mon.0) 6046 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.362458+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.367191+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.370666+0000 mon.a (mon.0) 6049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.371932+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.379319+0000 mon.a (mon.0) 6051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.458910+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.461625+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.464648+0000 mon.a (mon.0) 6054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.465895+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.474341+0000 mon.a (mon.0) 6056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.548972+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.552260+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.555380+0000 mon.a (mon.0) 6059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.556532+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.563922+0000 mon.a (mon.0) 6061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.640935+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.643540+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.646920+0000 mon.a (mon.0) 6064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.275030+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.283215+0000 mon.a (mon.0) 6046 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.362458+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.367191+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.370666+0000 mon.a (mon.0) 6049 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.371932+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.379319+0000 mon.a (mon.0) 6051 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.458910+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.461625+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.464648+0000 mon.a (mon.0) 6054 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.465895+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.474341+0000 mon.a (mon.0) 6056 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.548972+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.552260+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.555380+0000 mon.a (mon.0) 6059 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.556532+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.563922+0000 mon.a (mon.0) 6061 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.640935+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.643540+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.646920+0000 mon.a (mon.0) 6064 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.648146+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.657277+0000 mon.a (mon.0) 6066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.713610+0000 mon.a (mon.0) 6067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.723280+0000 mon.a (mon.0) 6068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.730267+0000 mon.a (mon.0) 6069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.735804+0000 mon.a (mon.0) 6070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.738441+0000 mon.a (mon.0) 6071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.740586+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.741442+0000 mon.a (mon.0) 6073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.747073+0000 mon.a (mon.0) 6074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.829465+0000 mon.a (mon.0) 6075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.832202+0000 mon.a (mon.0) 6076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.835281+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.836356+0000 mon.a (mon.0) 6078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.843189+0000 mon.a (mon.0) 6079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.926079+0000 mon.a (mon.0) 6080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.930760+0000 mon.a (mon.0) 6081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.934338+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.935569+0000 mon.a (mon.0) 6083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:47.945598+0000 mon.a (mon.0) 6084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.648146+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.657277+0000 mon.a (mon.0) 6066 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.713610+0000 mon.a (mon.0) 6067 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.723280+0000 mon.a (mon.0) 6068 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.730267+0000 mon.a (mon.0) 6069 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.735804+0000 mon.a (mon.0) 6070 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.738441+0000 mon.a (mon.0) 6071 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.740586+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.741442+0000 mon.a (mon.0) 6073 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.747073+0000 mon.a (mon.0) 6074 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.829465+0000 mon.a (mon.0) 6075 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.832202+0000 mon.a (mon.0) 6076 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.835281+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.836356+0000 mon.a (mon.0) 6078 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.843189+0000 mon.a (mon.0) 6079 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.926079+0000 mon.a (mon.0) 6080 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.930760+0000 mon.a (mon.0) 6081 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.934338+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.935569+0000 mon.a (mon.0) 6083 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:47.945598+0000 mon.a (mon.0) 6084 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.023106+0000 mon.a (mon.0) 6085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.026084+0000 mon.a (mon.0) 6086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.029276+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.030337+0000 mon.a (mon.0) 6088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.039181+0000 mon.a (mon.0) 6089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.121356+0000 mon.a (mon.0) 6090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.124039+0000 mon.a (mon.0) 6091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.127705+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.128696+0000 mon.a (mon.0) 6093 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[80542]: audit 2023-12-06T15:12:48.135270+0000 mon.a (mon.0) 6094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.023106+0000 mon.a (mon.0) 6085 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.026084+0000 mon.a (mon.0) 6086 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.029276+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.030337+0000 mon.a (mon.0) 6088 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.039181+0000 mon.a (mon.0) 6089 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.121356+0000 mon.a (mon.0) 6090 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.124039+0000 mon.a (mon.0) 6091 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.127705+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.128696+0000 mon.a (mon.0) 6093 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:48.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:48 smithi116 bash[83021]: audit 2023-12-06T15:12:48.135270+0000 mon.a (mon.0) 6094 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.200742+0000 mgr.y (mgr.25504) 1489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.283817+0000 mgr.y (mgr.25504) 1490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.379902+0000 mgr.y (mgr.25504) 1491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.474976+0000 mgr.y (mgr.25504) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.564590+0000 mgr.y (mgr.25504) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.658147+0000 mgr.y (mgr.25504) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.747762+0000 mgr.y (mgr.25504) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.843968+0000 mgr.y (mgr.25504) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:47.946180+0000 mgr.y (mgr.25504) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.039966+0000 mgr.y (mgr.25504) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.135790+0000 mgr.y (mgr.25504) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.220151+0000 mon.a (mon.0) 6095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.223887+0000 mon.a (mon.0) 6096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.227550+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.228782+0000 mon.a (mon.0) 6098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.236335+0000 mon.a (mon.0) 6099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.317006+0000 mon.a (mon.0) 6100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.319511+0000 mon.a (mon.0) 6101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.322597+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.323770+0000 mon.a (mon.0) 6103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.332224+0000 mon.a (mon.0) 6104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.413491+0000 mon.a (mon.0) 6105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.416627+0000 mon.a (mon.0) 6106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.421347+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.423021+0000 mon.a (mon.0) 6108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.432034+0000 mon.a (mon.0) 6109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.512242+0000 mon.a (mon.0) 6110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.514712+0000 mon.a (mon.0) 6111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.517227+0000 mon.a (mon.0) 6112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.518165+0000 mon.a (mon.0) 6113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.525701+0000 mon.a (mon.0) 6114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.603674+0000 mon.a (mon.0) 6115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.607288+0000 mon.a (mon.0) 6116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.610572+0000 mon.a (mon.0) 6117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.611713+0000 mon.a (mon.0) 6118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.620028+0000 mon.a (mon.0) 6119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.697601+0000 mon.a (mon.0) 6120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.700525+0000 mon.a (mon.0) 6121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.704503+0000 mon.a (mon.0) 6122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.705949+0000 mon.a (mon.0) 6123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.713213+0000 mon.a (mon.0) 6124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.790781+0000 mon.a (mon.0) 6125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.795066+0000 mon.a (mon.0) 6126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.799235+0000 mon.a (mon.0) 6127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.800579+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.809406+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.887022+0000 mon.a (mon.0) 6130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.889914+0000 mon.a (mon.0) 6131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.893624+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.894920+0000 mon.a (mon.0) 6133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.902953+0000 mon.a (mon.0) 6134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.981480+0000 mon.a (mon.0) 6135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.984569+0000 mon.a (mon.0) 6136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.988125+0000 mon.a (mon.0) 6137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.989298+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:48.997132+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:49.076090+0000 mon.a (mon.0) 6140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:49.079077+0000 mon.a (mon.0) 6141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:49.082691+0000 mon.a (mon.0) 6142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:49.083519+0000 mon.a (mon.0) 6143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:49 smithi150 bash[70025]: audit 2023-12-06T15:12:49.090651+0000 mon.a (mon.0) 6144 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.200742+0000 mgr.y (mgr.25504) 1489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.283817+0000 mgr.y (mgr.25504) 1490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.379902+0000 mgr.y (mgr.25504) 1491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.474976+0000 mgr.y (mgr.25504) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.564590+0000 mgr.y (mgr.25504) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.658147+0000 mgr.y (mgr.25504) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.747762+0000 mgr.y (mgr.25504) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.843968+0000 mgr.y (mgr.25504) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:47.946180+0000 mgr.y (mgr.25504) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.039966+0000 mgr.y (mgr.25504) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.135790+0000 mgr.y (mgr.25504) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.220151+0000 mon.a (mon.0) 6095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.223887+0000 mon.a (mon.0) 6096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.227550+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.228782+0000 mon.a (mon.0) 6098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.236335+0000 mon.a (mon.0) 6099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.317006+0000 mon.a (mon.0) 6100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.319511+0000 mon.a (mon.0) 6101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.322597+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.323770+0000 mon.a (mon.0) 6103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.332224+0000 mon.a (mon.0) 6104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.413491+0000 mon.a (mon.0) 6105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.416627+0000 mon.a (mon.0) 6106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.421347+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.423021+0000 mon.a (mon.0) 6108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.432034+0000 mon.a (mon.0) 6109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.512242+0000 mon.a (mon.0) 6110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.514712+0000 mon.a (mon.0) 6111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.517227+0000 mon.a (mon.0) 6112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.518165+0000 mon.a (mon.0) 6113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.525701+0000 mon.a (mon.0) 6114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.603674+0000 mon.a (mon.0) 6115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.607288+0000 mon.a (mon.0) 6116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.610572+0000 mon.a (mon.0) 6117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.611713+0000 mon.a (mon.0) 6118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.620028+0000 mon.a (mon.0) 6119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.697601+0000 mon.a (mon.0) 6120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.700525+0000 mon.a (mon.0) 6121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.704503+0000 mon.a (mon.0) 6122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.705949+0000 mon.a (mon.0) 6123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.200742+0000 mgr.y (mgr.25504) 1489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.283817+0000 mgr.y (mgr.25504) 1490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.379902+0000 mgr.y (mgr.25504) 1491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.474976+0000 mgr.y (mgr.25504) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.564590+0000 mgr.y (mgr.25504) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.658147+0000 mgr.y (mgr.25504) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.747762+0000 mgr.y (mgr.25504) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.843968+0000 mgr.y (mgr.25504) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:47.946180+0000 mgr.y (mgr.25504) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.039966+0000 mgr.y (mgr.25504) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.135790+0000 mgr.y (mgr.25504) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.220151+0000 mon.a (mon.0) 6095 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.223887+0000 mon.a (mon.0) 6096 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.227550+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.228782+0000 mon.a (mon.0) 6098 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.236335+0000 mon.a (mon.0) 6099 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.317006+0000 mon.a (mon.0) 6100 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.319511+0000 mon.a (mon.0) 6101 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.322597+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.323770+0000 mon.a (mon.0) 6103 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.332224+0000 mon.a (mon.0) 6104 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.713213+0000 mon.a (mon.0) 6124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.790781+0000 mon.a (mon.0) 6125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.795066+0000 mon.a (mon.0) 6126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.799235+0000 mon.a (mon.0) 6127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.800579+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.809406+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.887022+0000 mon.a (mon.0) 6130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.889914+0000 mon.a (mon.0) 6131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.893624+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.894920+0000 mon.a (mon.0) 6133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.902953+0000 mon.a (mon.0) 6134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.981480+0000 mon.a (mon.0) 6135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.984569+0000 mon.a (mon.0) 6136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.988125+0000 mon.a (mon.0) 6137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.989298+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:48.997132+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:49.076090+0000 mon.a (mon.0) 6140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:49.079077+0000 mon.a (mon.0) 6141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:49.082691+0000 mon.a (mon.0) 6142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:49.083519+0000 mon.a (mon.0) 6143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[80542]: audit 2023-12-06T15:12:49.090651+0000 mon.a (mon.0) 6144 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.413491+0000 mon.a (mon.0) 6105 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.416627+0000 mon.a (mon.0) 6106 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.421347+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.423021+0000 mon.a (mon.0) 6108 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.432034+0000 mon.a (mon.0) 6109 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.512242+0000 mon.a (mon.0) 6110 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.514712+0000 mon.a (mon.0) 6111 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.517227+0000 mon.a (mon.0) 6112 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.518165+0000 mon.a (mon.0) 6113 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.525701+0000 mon.a (mon.0) 6114 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.603674+0000 mon.a (mon.0) 6115 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.607288+0000 mon.a (mon.0) 6116 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.610572+0000 mon.a (mon.0) 6117 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.611713+0000 mon.a (mon.0) 6118 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.620028+0000 mon.a (mon.0) 6119 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.697601+0000 mon.a (mon.0) 6120 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.700525+0000 mon.a (mon.0) 6121 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.704503+0000 mon.a (mon.0) 6122 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.705949+0000 mon.a (mon.0) 6123 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.713213+0000 mon.a (mon.0) 6124 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.790781+0000 mon.a (mon.0) 6125 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.795066+0000 mon.a (mon.0) 6126 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.799235+0000 mon.a (mon.0) 6127 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.800579+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.809406+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.887022+0000 mon.a (mon.0) 6130 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.889914+0000 mon.a (mon.0) 6131 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.893624+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.894920+0000 mon.a (mon.0) 6133 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.902953+0000 mon.a (mon.0) 6134 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.981480+0000 mon.a (mon.0) 6135 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.984569+0000 mon.a (mon.0) 6136 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.988125+0000 mon.a (mon.0) 6137 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.989298+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:48.997132+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:49.076090+0000 mon.a (mon.0) 6140 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:49.079077+0000 mon.a (mon.0) 6141 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:49.082691+0000 mon.a (mon.0) 6142 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:49.083519+0000 mon.a (mon.0) 6143 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:49.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:49 smithi116 bash[83021]: audit 2023-12-06T15:12:49.090651+0000 mon.a (mon.0) 6144 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cluster 2023-12-06T15:12:48.218663+0000 mgr.y (mgr.25504) 1500 : cluster 0 pgmap v261: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.236922+0000 mgr.y (mgr.25504) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.332881+0000 mgr.y (mgr.25504) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.432756+0000 mgr.y (mgr.25504) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.526264+0000 mgr.y (mgr.25504) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.620603+0000 mgr.y (mgr.25504) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.713747+0000 mgr.y (mgr.25504) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.810028+0000 mgr.y (mgr.25504) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.903817+0000 mgr.y (mgr.25504) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:48.997899+0000 mgr.y (mgr.25504) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.091160+0000 mgr.y (mgr.25504) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cluster 2023-12-06T15:12:49.175050+0000 mon.a (mon.0) 6145 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.175186+0000 mon.a (mon.0) 6146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.192053+0000 mon.a (mon.0) 6147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.195489+0000 mon.a (mon.0) 6148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.196300+0000 mon.a (mon.0) 6149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.201804+0000 mon.a (mon.0) 6150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.202365+0000 mgr.y (mgr.25504) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.284922+0000 mon.a (mon.0) 6151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.419 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.289417+0000 mon.a (mon.0) 6152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cluster 2023-12-06T15:12:48.218663+0000 mgr.y (mgr.25504) 1500 : cluster 0 pgmap v261: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.236922+0000 mgr.y (mgr.25504) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.332881+0000 mgr.y (mgr.25504) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.432756+0000 mgr.y (mgr.25504) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.526264+0000 mgr.y (mgr.25504) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.620603+0000 mgr.y (mgr.25504) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.713747+0000 mgr.y (mgr.25504) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.810028+0000 mgr.y (mgr.25504) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.903817+0000 mgr.y (mgr.25504) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:48.997899+0000 mgr.y (mgr.25504) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.091160+0000 mgr.y (mgr.25504) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cluster 2023-12-06T15:12:49.175050+0000 mon.a (mon.0) 6145 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.175186+0000 mon.a (mon.0) 6146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.192053+0000 mon.a (mon.0) 6147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.195489+0000 mon.a (mon.0) 6148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.196300+0000 mon.a (mon.0) 6149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.201804+0000 mon.a (mon.0) 6150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.202365+0000 mgr.y (mgr.25504) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.284922+0000 mon.a (mon.0) 6151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.289417+0000 mon.a (mon.0) 6152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.293529+0000 mon.a (mon.0) 6153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.294637+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.301287+0000 mon.a (mon.0) 6155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.301851+0000 mgr.y (mgr.25504) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.365744+0000 mon.a (mon.0) 6156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.367961+0000 mon.a (mon.0) 6157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.371287+0000 mon.a (mon.0) 6158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.372307+0000 mon.a (mon.0) 6159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.379870+0000 mon.a (mon.0) 6160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.380454+0000 mgr.y (mgr.25504) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.461421+0000 mon.a (mon.0) 6161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.465317+0000 mon.a (mon.0) 6162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.468554+0000 mon.a (mon.0) 6163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.470056+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.478557+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.479232+0000 mgr.y (mgr.25504) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.558246+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.561140+0000 mon.a (mon.0) 6167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.563642+0000 mon.a (mon.0) 6168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.564547+0000 mon.a (mon.0) 6169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.571012+0000 mon.a (mon.0) 6170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.571670+0000 mgr.y (mgr.25504) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.651079+0000 mon.a (mon.0) 6171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.653556+0000 mon.a (mon.0) 6172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.656259+0000 mon.a (mon.0) 6173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.657084+0000 mon.a (mon.0) 6174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.423 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.663036+0000 mon.a (mon.0) 6175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.663586+0000 mgr.y (mgr.25504) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.746587+0000 mon.a (mon.0) 6176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.749144+0000 mon.a (mon.0) 6177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.752111+0000 mon.a (mon.0) 6178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.753118+0000 mon.a (mon.0) 6179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.760810+0000 mon.a (mon.0) 6180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.761476+0000 mgr.y (mgr.25504) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.841747+0000 mon.a (mon.0) 6181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.844799+0000 mon.a (mon.0) 6182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.849372+0000 mon.a (mon.0) 6183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.850647+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.857374+0000 mon.a (mon.0) 6185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.857914+0000 mgr.y (mgr.25504) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.293529+0000 mon.a (mon.0) 6153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.294637+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.301287+0000 mon.a (mon.0) 6155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.301851+0000 mgr.y (mgr.25504) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.365744+0000 mon.a (mon.0) 6156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.367961+0000 mon.a (mon.0) 6157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.371287+0000 mon.a (mon.0) 6158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.372307+0000 mon.a (mon.0) 6159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.379870+0000 mon.a (mon.0) 6160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.380454+0000 mgr.y (mgr.25504) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.461421+0000 mon.a (mon.0) 6161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.465317+0000 mon.a (mon.0) 6162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.468554+0000 mon.a (mon.0) 6163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.470056+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.478557+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.479232+0000 mgr.y (mgr.25504) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.558246+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.561140+0000 mon.a (mon.0) 6167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.563642+0000 mon.a (mon.0) 6168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.564547+0000 mon.a (mon.0) 6169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.938144+0000 mon.a (mon.0) 6186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.940622+0000 mon.a (mon.0) 6187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.426 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.943290+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.944292+0000 mon.a (mon.0) 6189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.950200+0000 mon.a (mon.0) 6190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:49.950778+0000 mgr.y (mgr.25504) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:49.981321+0000 mgr.y (mgr.25504) 1520 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.030268+0000 mon.a (mon.0) 6191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.032447+0000 mon.a (mon.0) 6192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.034947+0000 mon.a (mon.0) 6193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.035775+0000 mon.a (mon.0) 6194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.043368+0000 mon.a (mon.0) 6195 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.044165+0000 mgr.y (mgr.25504) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.122961+0000 mon.a (mon.0) 6196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.124940+0000 mon.a (mon.0) 6197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.127067+0000 mon.a (mon.0) 6198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.128058+0000 mon.a (mon.0) 6199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: audit 2023-12-06T15:12:50.134525+0000 mon.a (mon.0) 6200 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.134962+0000 mgr.y (mgr.25504) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.571012+0000 mon.a (mon.0) 6170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.571670+0000 mgr.y (mgr.25504) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.651079+0000 mon.a (mon.0) 6171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.653556+0000 mon.a (mon.0) 6172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.656259+0000 mon.a (mon.0) 6173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.657084+0000 mon.a (mon.0) 6174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.663036+0000 mon.a (mon.0) 6175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.428 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.663586+0000 mgr.y (mgr.25504) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.746587+0000 mon.a (mon.0) 6176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.749144+0000 mon.a (mon.0) 6177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.752111+0000 mon.a (mon.0) 6178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.753118+0000 mon.a (mon.0) 6179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.760810+0000 mon.a (mon.0) 6180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.761476+0000 mgr.y (mgr.25504) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.841747+0000 mon.a (mon.0) 6181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.844799+0000 mon.a (mon.0) 6182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.849372+0000 mon.a (mon.0) 6183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.850647+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.857374+0000 mon.a (mon.0) 6185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.857914+0000 mgr.y (mgr.25504) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.429 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.938144+0000 mon.a (mon.0) 6186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.940622+0000 mon.a (mon.0) 6187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.943290+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.944292+0000 mon.a (mon.0) 6189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.950200+0000 mon.a (mon.0) 6190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:49.950778+0000 mgr.y (mgr.25504) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:49.981321+0000 mgr.y (mgr.25504) 1520 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.030268+0000 mon.a (mon.0) 6191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.032447+0000 mon.a (mon.0) 6192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.034947+0000 mon.a (mon.0) 6193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.035775+0000 mon.a (mon.0) 6194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.043368+0000 mon.a (mon.0) 6195 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.430 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.044165+0000 mgr.y (mgr.25504) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.122961+0000 mon.a (mon.0) 6196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.124940+0000 mon.a (mon.0) 6197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.127067+0000 mon.a (mon.0) 6198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.128058+0000 mon.a (mon.0) 6199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: audit 2023-12-06T15:12:50.134525+0000 mon.a (mon.0) 6200 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.431 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:50 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.134962+0000 mgr.y (mgr.25504) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cluster 2023-12-06T15:12:48.218663+0000 mgr.y (mgr.25504) 1500 : cluster 0 pgmap v261: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.236922+0000 mgr.y (mgr.25504) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.332881+0000 mgr.y (mgr.25504) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.432756+0000 mgr.y (mgr.25504) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.526264+0000 mgr.y (mgr.25504) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.620603+0000 mgr.y (mgr.25504) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.713747+0000 mgr.y (mgr.25504) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.810028+0000 mgr.y (mgr.25504) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.903817+0000 mgr.y (mgr.25504) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:48.997899+0000 mgr.y (mgr.25504) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.091160+0000 mgr.y (mgr.25504) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cluster 2023-12-06T15:12:49.175050+0000 mon.a (mon.0) 6145 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.175186+0000 mon.a (mon.0) 6146 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.192053+0000 mon.a (mon.0) 6147 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.195489+0000 mon.a (mon.0) 6148 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.196300+0000 mon.a (mon.0) 6149 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.201804+0000 mon.a (mon.0) 6150 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.202365+0000 mgr.y (mgr.25504) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.284922+0000 mon.a (mon.0) 6151 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.289417+0000 mon.a (mon.0) 6152 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.293529+0000 mon.a (mon.0) 6153 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.294637+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.301287+0000 mon.a (mon.0) 6155 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.301851+0000 mgr.y (mgr.25504) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.365744+0000 mon.a (mon.0) 6156 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.367961+0000 mon.a (mon.0) 6157 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.443 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.371287+0000 mon.a (mon.0) 6158 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.372307+0000 mon.a (mon.0) 6159 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.379870+0000 mon.a (mon.0) 6160 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.380454+0000 mgr.y (mgr.25504) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.461421+0000 mon.a (mon.0) 6161 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.465317+0000 mon.a (mon.0) 6162 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.468554+0000 mon.a (mon.0) 6163 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.470056+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.478557+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.479232+0000 mgr.y (mgr.25504) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.558246+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.561140+0000 mon.a (mon.0) 6167 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.563642+0000 mon.a (mon.0) 6168 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.444 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.564547+0000 mon.a (mon.0) 6169 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.571012+0000 mon.a (mon.0) 6170 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.571670+0000 mgr.y (mgr.25504) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.651079+0000 mon.a (mon.0) 6171 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.653556+0000 mon.a (mon.0) 6172 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.656259+0000 mon.a (mon.0) 6173 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.657084+0000 mon.a (mon.0) 6174 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.663036+0000 mon.a (mon.0) 6175 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.663586+0000 mgr.y (mgr.25504) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.746587+0000 mon.a (mon.0) 6176 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.445 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.749144+0000 mon.a (mon.0) 6177 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.752111+0000 mon.a (mon.0) 6178 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.753118+0000 mon.a (mon.0) 6179 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.760810+0000 mon.a (mon.0) 6180 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.761476+0000 mgr.y (mgr.25504) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.841747+0000 mon.a (mon.0) 6181 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.844799+0000 mon.a (mon.0) 6182 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.849372+0000 mon.a (mon.0) 6183 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.850647+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.857374+0000 mon.a (mon.0) 6185 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.857914+0000 mgr.y (mgr.25504) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.938144+0000 mon.a (mon.0) 6186 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.940622+0000 mon.a (mon.0) 6187 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.943290+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.446 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.944292+0000 mon.a (mon.0) 6189 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.950200+0000 mon.a (mon.0) 6190 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:49.950778+0000 mgr.y (mgr.25504) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:49.981321+0000 mgr.y (mgr.25504) 1520 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.030268+0000 mon.a (mon.0) 6191 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.032447+0000 mon.a (mon.0) 6192 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.034947+0000 mon.a (mon.0) 6193 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.035775+0000 mon.a (mon.0) 6194 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.043368+0000 mon.a (mon.0) 6195 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.044165+0000 mgr.y (mgr.25504) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.122961+0000 mon.a (mon.0) 6196 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.124940+0000 mon.a (mon.0) 6197 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.127067+0000 mon.a (mon.0) 6198 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.128058+0000 mon.a (mon.0) 6199 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:50.447 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: audit 2023-12-06T15:12:50.134525+0000 mon.a (mon.0) 6200 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:50.448 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:50 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.134962+0000 mgr.y (mgr.25504) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.351 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[86313]: debug 2023-12-06T15:12:51.105+0000 7f52c101b700 1 -- 172.21.15.150:0/502301023 <== mon.0 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fbb51891e0 con 0x55fbb520f000 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.208402+0000 mon.a (mon.0) 6201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.210786+0000 mon.a (mon.0) 6202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.213914+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.214824+0000 mon.a (mon.0) 6204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cluster 2023-12-06T15:12:50.219486+0000 mgr.y (mgr.25504) 1523 : cluster 0 pgmap v262: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.220610+0000 mon.a (mon.0) 6205 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.221114+0000 mgr.y (mgr.25504) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.299738+0000 mon.a (mon.0) 6206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.303849+0000 mon.a (mon.0) 6207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.308536+0000 mon.a (mon.0) 6208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.352 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.309852+0000 mon.a (mon.0) 6209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.316352+0000 mon.a (mon.0) 6210 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.316912+0000 mgr.y (mgr.25504) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.378878+0000 mon.a (mon.0) 6211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.381817+0000 mon.a (mon.0) 6212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.385529+0000 mon.a (mon.0) 6213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.386851+0000 mon.a (mon.0) 6214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.396026+0000 mon.a (mon.0) 6215 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.396929+0000 mgr.y (mgr.25504) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.478813+0000 mon.a (mon.0) 6216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.482493+0000 mon.a (mon.0) 6217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.485665+0000 mon.a (mon.0) 6218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.486655+0000 mon.a (mon.0) 6219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.494511+0000 mon.a (mon.0) 6220 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.495109+0000 mgr.y (mgr.25504) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.353 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.571509+0000 mon.a (mon.0) 6221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.573572+0000 mon.a (mon.0) 6222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.575887+0000 mon.a (mon.0) 6223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.576726+0000 mon.a (mon.0) 6224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.583084+0000 mon.a (mon.0) 6225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.584184+0000 mgr.y (mgr.25504) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.652513+0000 mon.a (mon.0) 6226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.656146+0000 mon.a (mon.0) 6227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.658759+0000 mon.a (mon.0) 6228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.659768+0000 mon.a (mon.0) 6229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.666779+0000 mon.a (mon.0) 6230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.667370+0000 mgr.y (mgr.25504) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.749228+0000 mon.a (mon.0) 6231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.354 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.751746+0000 mon.a (mon.0) 6232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.754281+0000 mon.a (mon.0) 6233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.755189+0000 mon.a (mon.0) 6234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.760919+0000 mon.a (mon.0) 6235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.761470+0000 mgr.y (mgr.25504) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.844245+0000 mon.a (mon.0) 6236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.846499+0000 mon.a (mon.0) 6237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.853764+0000 mon.a (mon.0) 6238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.854836+0000 mon.a (mon.0) 6239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.860733+0000 mon.a (mon.0) 6240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.861362+0000 mgr.y (mgr.25504) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.939559+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.942256+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.944916+0000 mon.a (mon.0) 6243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.355 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.945859+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:50.951903+0000 mon.a (mon.0) 6245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:50.952570+0000 mgr.y (mgr.25504) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.034022+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.036309+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.039120+0000 mon.a (mon.0) 6248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.040106+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.047455+0000 mon.a (mon.0) 6250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.048144+0000 mgr.y (mgr.25504) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.131734+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.135939+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.139919+0000 mon.a (mon.0) 6253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.141226+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: audit 2023-12-06T15:12:51.151082+0000 mon.a (mon.0) 6255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.356 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.151831+0000 mgr.y (mgr.25504) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.208402+0000 mon.a (mon.0) 6201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.210786+0000 mon.a (mon.0) 6202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.213914+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.214824+0000 mon.a (mon.0) 6204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cluster 2023-12-06T15:12:50.219486+0000 mgr.y (mgr.25504) 1523 : cluster 0 pgmap v262: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.220610+0000 mon.a (mon.0) 6205 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.221114+0000 mgr.y (mgr.25504) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.299738+0000 mon.a (mon.0) 6206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.303849+0000 mon.a (mon.0) 6207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.308536+0000 mon.a (mon.0) 6208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.309852+0000 mon.a (mon.0) 6209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.316352+0000 mon.a (mon.0) 6210 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.316912+0000 mgr.y (mgr.25504) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.378878+0000 mon.a (mon.0) 6211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.381817+0000 mon.a (mon.0) 6212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.385529+0000 mon.a (mon.0) 6213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.386851+0000 mon.a (mon.0) 6214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.396026+0000 mon.a (mon.0) 6215 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.396929+0000 mgr.y (mgr.25504) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.478813+0000 mon.a (mon.0) 6216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.482493+0000 mon.a (mon.0) 6217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.485665+0000 mon.a (mon.0) 6218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.486655+0000 mon.a (mon.0) 6219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.494511+0000 mon.a (mon.0) 6220 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.495109+0000 mgr.y (mgr.25504) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.571509+0000 mon.a (mon.0) 6221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.573572+0000 mon.a (mon.0) 6222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.575887+0000 mon.a (mon.0) 6223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.576726+0000 mon.a (mon.0) 6224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.583084+0000 mon.a (mon.0) 6225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.584184+0000 mgr.y (mgr.25504) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.652513+0000 mon.a (mon.0) 6226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.656146+0000 mon.a (mon.0) 6227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.658759+0000 mon.a (mon.0) 6228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.659768+0000 mon.a (mon.0) 6229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.666779+0000 mon.a (mon.0) 6230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.667370+0000 mgr.y (mgr.25504) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.749228+0000 mon.a (mon.0) 6231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.751746+0000 mon.a (mon.0) 6232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.208402+0000 mon.a (mon.0) 6201 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.210786+0000 mon.a (mon.0) 6202 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.213914+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.214824+0000 mon.a (mon.0) 6204 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cluster 2023-12-06T15:12:50.219486+0000 mgr.y (mgr.25504) 1523 : cluster 0 pgmap v262: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.220610+0000 mon.a (mon.0) 6205 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.221114+0000 mgr.y (mgr.25504) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.299738+0000 mon.a (mon.0) 6206 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.303849+0000 mon.a (mon.0) 6207 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.308536+0000 mon.a (mon.0) 6208 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.309852+0000 mon.a (mon.0) 6209 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.316352+0000 mon.a (mon.0) 6210 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.316912+0000 mgr.y (mgr.25504) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.378878+0000 mon.a (mon.0) 6211 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.381817+0000 mon.a (mon.0) 6212 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.385529+0000 mon.a (mon.0) 6213 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.386851+0000 mon.a (mon.0) 6214 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.396026+0000 mon.a (mon.0) 6215 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.396929+0000 mgr.y (mgr.25504) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.754281+0000 mon.a (mon.0) 6233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.755189+0000 mon.a (mon.0) 6234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.760919+0000 mon.a (mon.0) 6235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.761470+0000 mgr.y (mgr.25504) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.844245+0000 mon.a (mon.0) 6236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.846499+0000 mon.a (mon.0) 6237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.853764+0000 mon.a (mon.0) 6238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.854836+0000 mon.a (mon.0) 6239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.860733+0000 mon.a (mon.0) 6240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.861362+0000 mgr.y (mgr.25504) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.939559+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.942256+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.944916+0000 mon.a (mon.0) 6243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.945859+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:50.951903+0000 mon.a (mon.0) 6245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:50.952570+0000 mgr.y (mgr.25504) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.034022+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.036309+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.039120+0000 mon.a (mon.0) 6248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.040106+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.047455+0000 mon.a (mon.0) 6250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.048144+0000 mgr.y (mgr.25504) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.131734+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.135939+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.139919+0000 mon.a (mon.0) 6253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.141226+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: audit 2023-12-06T15:12:51.151082+0000 mon.a (mon.0) 6255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.151831+0000 mgr.y (mgr.25504) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.478813+0000 mon.a (mon.0) 6216 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.482493+0000 mon.a (mon.0) 6217 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.485665+0000 mon.a (mon.0) 6218 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.486655+0000 mon.a (mon.0) 6219 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.494511+0000 mon.a (mon.0) 6220 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.495109+0000 mgr.y (mgr.25504) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.571509+0000 mon.a (mon.0) 6221 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.573572+0000 mon.a (mon.0) 6222 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.575887+0000 mon.a (mon.0) 6223 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.576726+0000 mon.a (mon.0) 6224 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.583084+0000 mon.a (mon.0) 6225 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.584184+0000 mgr.y (mgr.25504) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.652513+0000 mon.a (mon.0) 6226 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.656146+0000 mon.a (mon.0) 6227 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.658759+0000 mon.a (mon.0) 6228 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.659768+0000 mon.a (mon.0) 6229 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.666779+0000 mon.a (mon.0) 6230 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.667370+0000 mgr.y (mgr.25504) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.749228+0000 mon.a (mon.0) 6231 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.751746+0000 mon.a (mon.0) 6232 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.754281+0000 mon.a (mon.0) 6233 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.755189+0000 mon.a (mon.0) 6234 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.760919+0000 mon.a (mon.0) 6235 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.761470+0000 mgr.y (mgr.25504) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.844245+0000 mon.a (mon.0) 6236 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.846499+0000 mon.a (mon.0) 6237 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.853764+0000 mon.a (mon.0) 6238 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.854836+0000 mon.a (mon.0) 6239 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.860733+0000 mon.a (mon.0) 6240 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.861362+0000 mgr.y (mgr.25504) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.939559+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.942256+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.944916+0000 mon.a (mon.0) 6243 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.945859+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:50.951903+0000 mon.a (mon.0) 6245 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:50.952570+0000 mgr.y (mgr.25504) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.034022+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.036309+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.039120+0000 mon.a (mon.0) 6248 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.040106+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.047455+0000 mon.a (mon.0) 6250 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.048144+0000 mgr.y (mgr.25504) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.131734+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.135939+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.139919+0000 mon.a (mon.0) 6253 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.141226+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: audit 2023-12-06T15:12:51.151082+0000 mon.a (mon.0) 6255 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:51.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:51 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.151831+0000 mgr.y (mgr.25504) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:51.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:51 smithi150 bash[86313]: debug 2023-12-06T15:12:51.677+0000 7f52ca1a1640 -1 Falling back to public interface 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:12:52] "GET /metrics HTTP/1.1" 200 38513 "" "Prometheus/2.33.4" 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.231007+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.233829+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.236875+0000 mon.a (mon.0) 6258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.237906+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.247495+0000 mon.a (mon.0) 6260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.248376+0000 mgr.y (mgr.25504) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.329970+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.331974+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.334054+0000 mon.a (mon.0) 6263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.334773+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.342184+0000 mon.a (mon.0) 6265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.342712+0000 mgr.y (mgr.25504) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.421601+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.423548+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.426111+0000 mon.a (mon.0) 6268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.426850+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.432531+0000 mon.a (mon.0) 6270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.436475+0000 mgr.y (mgr.25504) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.520153+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.231007+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.233829+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.236875+0000 mon.a (mon.0) 6258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.237906+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.247495+0000 mon.a (mon.0) 6260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.248376+0000 mgr.y (mgr.25504) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.329970+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.331974+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.334054+0000 mon.a (mon.0) 6263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.334773+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.342184+0000 mon.a (mon.0) 6265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.342712+0000 mgr.y (mgr.25504) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.421601+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.423548+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.426111+0000 mon.a (mon.0) 6268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.426850+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.432531+0000 mon.a (mon.0) 6270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.436475+0000 mgr.y (mgr.25504) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.520153+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.522416+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.525251+0000 mon.a (mon.0) 6273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.526183+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.534971+0000 mon.a (mon.0) 6275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.535886+0000 mgr.y (mgr.25504) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.601657+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.604540+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.609164+0000 mon.a (mon.0) 6278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.610835+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.617896+0000 mon.a (mon.0) 6280 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.618971+0000 mgr.y (mgr.25504) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.694622+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.696948+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.699337+0000 mon.a (mon.0) 6283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.700183+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.706849+0000 mon.a (mon.0) 6285 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.707381+0000 mgr.y (mgr.25504) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.785590+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.790166+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.795031+0000 mon.a (mon.0) 6288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.796416+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.805534+0000 mon.a (mon.0) 6290 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.806294+0000 mgr.y (mgr.25504) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.886176+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.888154+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.890216+0000 mon.a (mon.0) 6293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.890898+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.901310+0000 mon.a (mon.0) 6295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.902207+0000 mgr.y (mgr.25504) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.966883+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.969775+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.973228+0000 mon.a (mon.0) 6298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.974544+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:51.983379+0000 mon.a (mon.0) 6300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:51.983886+0000 mgr.y (mgr.25504) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.061981+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.064062+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.066444+0000 mon.a (mon.0) 6303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.067134+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.075267+0000 mon.a (mon.0) 6305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.075861+0000 mgr.y (mgr.25504) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.522416+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.525251+0000 mon.a (mon.0) 6273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.526183+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.534971+0000 mon.a (mon.0) 6275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.535886+0000 mgr.y (mgr.25504) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.601657+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.604540+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.609164+0000 mon.a (mon.0) 6278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.610835+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.617896+0000 mon.a (mon.0) 6280 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.618971+0000 mgr.y (mgr.25504) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.694622+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.696948+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.699337+0000 mon.a (mon.0) 6283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.700183+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.706849+0000 mon.a (mon.0) 6285 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.707381+0000 mgr.y (mgr.25504) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.785590+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.790166+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.795031+0000 mon.a (mon.0) 6288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.159256+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.161581+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.164940+0000 mon.a (mon.0) 6308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.165945+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: audit 2023-12-06T15:12:52.173776+0000 mon.a (mon.0) 6310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.174348+0000 mgr.y (mgr.25504) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.796416+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.805534+0000 mon.a (mon.0) 6290 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.806294+0000 mgr.y (mgr.25504) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.886176+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.888154+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.890216+0000 mon.a (mon.0) 6293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.890898+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.901310+0000 mon.a (mon.0) 6295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.902207+0000 mgr.y (mgr.25504) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.966883+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.969775+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.973228+0000 mon.a (mon.0) 6298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.974544+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:51.983379+0000 mon.a (mon.0) 6300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:51.983886+0000 mgr.y (mgr.25504) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.061981+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.064062+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.066444+0000 mon.a (mon.0) 6303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.067134+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.075267+0000 mon.a (mon.0) 6305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.075861+0000 mgr.y (mgr.25504) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.159256+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.161581+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.164940+0000 mon.a (mon.0) 6308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.165945+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: audit 2023-12-06T15:12:52.173776+0000 mon.a (mon.0) 6310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:52 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.174348+0000 mgr.y (mgr.25504) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.231007+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.233829+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.236875+0000 mon.a (mon.0) 6258 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.237906+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.247495+0000 mon.a (mon.0) 6260 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.248376+0000 mgr.y (mgr.25504) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.329970+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.331974+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.334054+0000 mon.a (mon.0) 6263 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.334773+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.342184+0000 mon.a (mon.0) 6265 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.342712+0000 mgr.y (mgr.25504) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.421601+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.423548+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.426111+0000 mon.a (mon.0) 6268 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.426850+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.432531+0000 mon.a (mon.0) 6270 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.436475+0000 mgr.y (mgr.25504) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.520153+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.522416+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.525251+0000 mon.a (mon.0) 6273 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.526183+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.534971+0000 mon.a (mon.0) 6275 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.535886+0000 mgr.y (mgr.25504) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.601657+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.604540+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.609164+0000 mon.a (mon.0) 6278 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.610835+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.617896+0000 mon.a (mon.0) 6280 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.618971+0000 mgr.y (mgr.25504) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.694622+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.696948+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.699337+0000 mon.a (mon.0) 6283 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.700183+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.706849+0000 mon.a (mon.0) 6285 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.707381+0000 mgr.y (mgr.25504) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.785590+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.790166+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.795031+0000 mon.a (mon.0) 6288 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.796416+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.805534+0000 mon.a (mon.0) 6290 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.806294+0000 mgr.y (mgr.25504) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.886176+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.888154+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.890216+0000 mon.a (mon.0) 6293 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.890898+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.901310+0000 mon.a (mon.0) 6295 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.902207+0000 mgr.y (mgr.25504) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.966883+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.969775+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.973228+0000 mon.a (mon.0) 6298 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.974544+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:51.983379+0000 mon.a (mon.0) 6300 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:51.983886+0000 mgr.y (mgr.25504) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.061981+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.064062+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.066444+0000 mon.a (mon.0) 6303 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.067134+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.075267+0000 mon.a (mon.0) 6305 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.075861+0000 mgr.y (mgr.25504) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.159256+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.161581+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.164940+0000 mon.a (mon.0) 6308 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.165945+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:52.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: audit 2023-12-06T15:12:52.173776+0000 mon.a (mon.0) 6310 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:52.698 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:52 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.174348+0000 mgr.y (mgr.25504) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cluster 2023-12-06T15:12:52.221201+0000 mgr.y (mgr.25504) 1546 : cluster 0 pgmap v263: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.247029+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.249028+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.251247+0000 mon.a (mon.0) 6313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.252022+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.260609+0000 mon.a (mon.0) 6315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.261218+0000 mgr.y (mgr.25504) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.341167+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.343437+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.346391+0000 mon.a (mon.0) 6318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.347604+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.356003+0000 mon.a (mon.0) 6320 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.356492+0000 mgr.y (mgr.25504) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.435541+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.438064+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.441230+0000 mon.a (mon.0) 6323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.442152+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.451490+0000 mon.a (mon.0) 6325 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.452084+0000 mgr.y (mgr.25504) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cluster 2023-12-06T15:12:52.221201+0000 mgr.y (mgr.25504) 1546 : cluster 0 pgmap v263: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.247029+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.249028+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.251247+0000 mon.a (mon.0) 6313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.252022+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.260609+0000 mon.a (mon.0) 6315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.261218+0000 mgr.y (mgr.25504) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.341167+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.343437+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.346391+0000 mon.a (mon.0) 6318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.347604+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.356003+0000 mon.a (mon.0) 6320 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.356492+0000 mgr.y (mgr.25504) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.435541+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.438064+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.441230+0000 mon.a (mon.0) 6323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.442152+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.451490+0000 mon.a (mon.0) 6325 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.452084+0000 mgr.y (mgr.25504) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.530712+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.533467+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.536681+0000 mon.a (mon.0) 6328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.537768+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.546979+0000 mon.a (mon.0) 6330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.547677+0000 mgr.y (mgr.25504) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.625131+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.629614+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.634582+0000 mon.a (mon.0) 6333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.636053+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.646094+0000 mon.a (mon.0) 6335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.646888+0000 mgr.y (mgr.25504) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.724347+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.727691+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.731572+0000 mon.a (mon.0) 6338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.732988+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.741888+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.742617+0000 mgr.y (mgr.25504) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.820659+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.823075+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.530712+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.533467+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.536681+0000 mon.a (mon.0) 6328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.537768+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.546979+0000 mon.a (mon.0) 6330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.547677+0000 mgr.y (mgr.25504) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.625131+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.629614+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.634582+0000 mon.a (mon.0) 6333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.636053+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.646094+0000 mon.a (mon.0) 6335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.646888+0000 mgr.y (mgr.25504) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.724347+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.727691+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.731572+0000 mon.a (mon.0) 6338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.732988+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.741888+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.742617+0000 mgr.y (mgr.25504) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.820659+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.823075+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.826463+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.827310+0000 mon.a (mon.0) 6344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.836492+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.837274+0000 mgr.y (mgr.25504) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.915829+0000 mon.a (mon.0) 6346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.919300+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.922994+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.924287+0000 mon.a (mon.0) 6349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:52.935422+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:52.936064+0000 mgr.y (mgr.25504) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.014058+0000 mon.a (mon.0) 6351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.018342+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.021993+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.023329+0000 mon.a (mon.0) 6354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.033902+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.034617+0000 mgr.y (mgr.25504) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.113708+0000 mon.a (mon.0) 6356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.116641+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.119587+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.120555+0000 mon.a (mon.0) 6359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.826463+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.827310+0000 mon.a (mon.0) 6344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.836492+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.837274+0000 mgr.y (mgr.25504) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.915829+0000 mon.a (mon.0) 6346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.919300+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.922994+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.924287+0000 mon.a (mon.0) 6349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:52.935422+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:52.936064+0000 mgr.y (mgr.25504) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.014058+0000 mon.a (mon.0) 6351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.018342+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.021993+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.023329+0000 mon.a (mon.0) 6354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.033902+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.034617+0000 mgr.y (mgr.25504) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.113708+0000 mon.a (mon.0) 6356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.116641+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.119587+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.120555+0000 mon.a (mon.0) 6359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.129904+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.130693+0000 mgr.y (mgr.25504) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.192384+0000 mon.a (mon.0) 6361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.194626+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.197320+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.198107+0000 mon.a (mon.0) 6364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[80542]: audit 2023-12-06T15:12:53.205463+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.129904+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.130693+0000 mgr.y (mgr.25504) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.192384+0000 mon.a (mon.0) 6361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.194626+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.197320+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.198107+0000 mon.a (mon.0) 6364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.678 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:53 smithi116 bash[83021]: audit 2023-12-06T15:12:53.205463+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cluster 2023-12-06T15:12:52.221201+0000 mgr.y (mgr.25504) 1546 : cluster 0 pgmap v263: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.247029+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.249028+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.251247+0000 mon.a (mon.0) 6313 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.252022+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.260609+0000 mon.a (mon.0) 6315 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.261218+0000 mgr.y (mgr.25504) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.341167+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.343437+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.346391+0000 mon.a (mon.0) 6318 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.347604+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.356003+0000 mon.a (mon.0) 6320 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.356492+0000 mgr.y (mgr.25504) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.435541+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.438064+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.441230+0000 mon.a (mon.0) 6323 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.442152+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.451490+0000 mon.a (mon.0) 6325 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.452084+0000 mgr.y (mgr.25504) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.530712+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.533467+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.536681+0000 mon.a (mon.0) 6328 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.537768+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.546979+0000 mon.a (mon.0) 6330 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.547677+0000 mgr.y (mgr.25504) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.625131+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.629614+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.634582+0000 mon.a (mon.0) 6333 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.636053+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.646094+0000 mon.a (mon.0) 6335 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.646888+0000 mgr.y (mgr.25504) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.724347+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.727691+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.731572+0000 mon.a (mon.0) 6338 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.732988+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.741888+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.742617+0000 mgr.y (mgr.25504) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.820659+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.823075+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.826463+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.827310+0000 mon.a (mon.0) 6344 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.836492+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.837274+0000 mgr.y (mgr.25504) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.915829+0000 mon.a (mon.0) 6346 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.919300+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.922994+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.924287+0000 mon.a (mon.0) 6349 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:52.935422+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:52.936064+0000 mgr.y (mgr.25504) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.014058+0000 mon.a (mon.0) 6351 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.018342+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.021993+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.023329+0000 mon.a (mon.0) 6354 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.033902+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.034617+0000 mgr.y (mgr.25504) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.113708+0000 mon.a (mon.0) 6356 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.116641+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.119587+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.120555+0000 mon.a (mon.0) 6359 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.129904+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:53.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.130693+0000 mgr.y (mgr.25504) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.192384+0000 mon.a (mon.0) 6361 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.194626+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.197320+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.198107+0000 mon.a (mon.0) 6364 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:53.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:53 smithi150 bash[70025]: audit 2023-12-06T15:12:53.205463+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.245 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.205956+0000 mgr.y (mgr.25504) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.245 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.286176+0000 mon.a (mon.0) 6366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.288633+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.291214+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.291979+0000 mon.a (mon.0) 6369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.300058+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.300765+0000 mgr.y (mgr.25504) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.381930+0000 mon.a (mon.0) 6371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.386266+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.391533+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.393024+0000 mon.a (mon.0) 6374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.402697+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.403455+0000 mgr.y (mgr.25504) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.465481+0000 mon.a (mon.0) 6376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.468049+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.246 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.471036+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.247 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.472185+0000 mon.a (mon.0) 6379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.247 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.478325+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.247 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.479040+0000 mgr.y (mgr.25504) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.247 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.543979+0000 mon.a (mon.0) 6381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.205956+0000 mgr.y (mgr.25504) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.286176+0000 mon.a (mon.0) 6366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.288633+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.291214+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.291979+0000 mon.a (mon.0) 6369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.300058+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.300765+0000 mgr.y (mgr.25504) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.381930+0000 mon.a (mon.0) 6371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.386266+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.391533+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.393024+0000 mon.a (mon.0) 6374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.402697+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.403455+0000 mgr.y (mgr.25504) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.465481+0000 mon.a (mon.0) 6376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.468049+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.471036+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.472185+0000 mon.a (mon.0) 6379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.478325+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.479040+0000 mgr.y (mgr.25504) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.543979+0000 mon.a (mon.0) 6381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.548022+0000 mon.a (mon.0) 6382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.550891+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.552098+0000 mon.a (mon.0) 6384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.560666+0000 mon.a (mon.0) 6385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.420 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.561332+0000 mgr.y (mgr.25504) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.623761+0000 mon.a (mon.0) 6386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.627797+0000 mon.a (mon.0) 6387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.631738+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.633080+0000 mon.a (mon.0) 6389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.642282+0000 mon.a (mon.0) 6390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.643098+0000 mgr.y (mgr.25504) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.721978+0000 mon.a (mon.0) 6391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.724516+0000 mon.a (mon.0) 6392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.727509+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.728819+0000 mon.a (mon.0) 6394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.735777+0000 mon.a (mon.0) 6395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.736748+0000 mgr.y (mgr.25504) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.421 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.819770+0000 mon.a (mon.0) 6396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.822706+0000 mon.a (mon.0) 6397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.548022+0000 mon.a (mon.0) 6382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.550891+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.552098+0000 mon.a (mon.0) 6384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.560666+0000 mon.a (mon.0) 6385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.561332+0000 mgr.y (mgr.25504) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.623761+0000 mon.a (mon.0) 6386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.627797+0000 mon.a (mon.0) 6387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.631738+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.422 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.633080+0000 mon.a (mon.0) 6389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.642282+0000 mon.a (mon.0) 6390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.643098+0000 mgr.y (mgr.25504) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.721978+0000 mon.a (mon.0) 6391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.724516+0000 mon.a (mon.0) 6392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.727509+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.728819+0000 mon.a (mon.0) 6394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.735777+0000 mon.a (mon.0) 6395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.736748+0000 mgr.y (mgr.25504) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.819770+0000 mon.a (mon.0) 6396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.822706+0000 mon.a (mon.0) 6397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.423 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.825828+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.825828+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.826781+0000 mon.a (mon.0) 6399 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.834486+0000 mon.a (mon.0) 6400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.835155+0000 mgr.y (mgr.25504) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.917484+0000 mon.a (mon.0) 6401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.919946+0000 mon.a (mon.0) 6402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.922880+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.923926+0000 mon.a (mon.0) 6404 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:53.934500+0000 mon.a (mon.0) 6405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:53.936253+0000 mgr.y (mgr.25504) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.014073+0000 mon.a (mon.0) 6406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.017491+0000 mon.a (mon.0) 6407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.424 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.020826+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.022400+0000 mon.a (mon.0) 6409 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.033817+0000 mon.a (mon.0) 6410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.034519+0000 mgr.y (mgr.25504) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.073981+0000 mon.a (mon.0) 6411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.116297+0000 mon.a (mon.0) 6412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.118365+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.121123+0000 mon.a (mon.0) 6414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.121973+0000 mon.a (mon.0) 6415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.425 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.826781+0000 mon.a (mon.0) 6399 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.834486+0000 mon.a (mon.0) 6400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.835155+0000 mgr.y (mgr.25504) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.917484+0000 mon.a (mon.0) 6401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.919946+0000 mon.a (mon.0) 6402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.922880+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.923926+0000 mon.a (mon.0) 6404 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:53.934500+0000 mon.a (mon.0) 6405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:53.936253+0000 mgr.y (mgr.25504) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.014073+0000 mon.a (mon.0) 6406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.017491+0000 mon.a (mon.0) 6407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.020826+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.022400+0000 mon.a (mon.0) 6409 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.426 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.033817+0000 mon.a (mon.0) 6410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.034519+0000 mgr.y (mgr.25504) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.073981+0000 mon.a (mon.0) 6411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.116297+0000 mon.a (mon.0) 6412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.118365+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.121123+0000 mon.a (mon.0) 6414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.121973+0000 mon.a (mon.0) 6415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.130369+0000 mon.a (mon.0) 6416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.131134+0000 mgr.y (mgr.25504) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.213165+0000 mon.a (mon.0) 6417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.215710+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.220018+0000 mon.a (mon.0) 6419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[83021]: audit 2023-12-06T15:12:54.221124+0000 mon.a (mon.0) 6420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.427 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.130369+0000 mon.a (mon.0) 6416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.131134+0000 mgr.y (mgr.25504) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.213165+0000 mon.a (mon.0) 6417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.215710+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.220018+0000 mon.a (mon.0) 6419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.428 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:54 smithi116 bash[80542]: audit 2023-12-06T15:12:54.221124+0000 mon.a (mon.0) 6420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.628 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.205956+0000 mgr.y (mgr.25504) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.628 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.286176+0000 mon.a (mon.0) 6366 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.628 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.288633+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.628 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.291214+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.628 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.291979+0000 mon.a (mon.0) 6369 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.628 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.300058+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.300765+0000 mgr.y (mgr.25504) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.381930+0000 mon.a (mon.0) 6371 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.386266+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.391533+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.393024+0000 mon.a (mon.0) 6374 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.402697+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.403455+0000 mgr.y (mgr.25504) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.465481+0000 mon.a (mon.0) 6376 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.468049+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.471036+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.472185+0000 mon.a (mon.0) 6379 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.478325+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.479040+0000 mgr.y (mgr.25504) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.629 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.543979+0000 mon.a (mon.0) 6381 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.548022+0000 mon.a (mon.0) 6382 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.550891+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.552098+0000 mon.a (mon.0) 6384 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.560666+0000 mon.a (mon.0) 6385 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.630 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.561332+0000 mgr.y (mgr.25504) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.623761+0000 mon.a (mon.0) 6386 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.627797+0000 mon.a (mon.0) 6387 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.631738+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.633080+0000 mon.a (mon.0) 6389 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.642282+0000 mon.a (mon.0) 6390 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.643098+0000 mgr.y (mgr.25504) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.721978+0000 mon.a (mon.0) 6391 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.724516+0000 mon.a (mon.0) 6392 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.727509+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.728819+0000 mon.a (mon.0) 6394 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.735777+0000 mon.a (mon.0) 6395 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.736748+0000 mgr.y (mgr.25504) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.819770+0000 mon.a (mon.0) 6396 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.822706+0000 mon.a (mon.0) 6397 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.631 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.825828+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.826781+0000 mon.a (mon.0) 6399 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.834486+0000 mon.a (mon.0) 6400 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.835155+0000 mgr.y (mgr.25504) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.917484+0000 mon.a (mon.0) 6401 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.919946+0000 mon.a (mon.0) 6402 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.922880+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.923926+0000 mon.a (mon.0) 6404 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:53.934500+0000 mon.a (mon.0) 6405 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:53.936253+0000 mgr.y (mgr.25504) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.014073+0000 mon.a (mon.0) 6406 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.017491+0000 mon.a (mon.0) 6407 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.020826+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.022400+0000 mon.a (mon.0) 6409 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.033817+0000 mon.a (mon.0) 6410 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.034519+0000 mgr.y (mgr.25504) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.073981+0000 mon.a (mon.0) 6411 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.116297+0000 mon.a (mon.0) 6412 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.118365+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.121123+0000 mon.a (mon.0) 6414 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.121973+0000 mon.a (mon.0) 6415 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.130369+0000 mon.a (mon.0) 6416 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.131134+0000 mgr.y (mgr.25504) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.213165+0000 mon.a (mon.0) 6417 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.215710+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.220018+0000 mon.a (mon.0) 6419 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:54.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[70025]: audit 2023-12-06T15:12:54.221124+0000 mon.a (mon.0) 6420 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:54.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[86313]: debug 2023-12-06T15:12:54.813+0000 7f52ca1a1640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-06T15:12:54.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:54 smithi150 bash[86313]: debug 2023-12-06T15:12:54.853+0000 7f52ca1a1640 -1 osd.7 147 log_to_monitors true 2023-12-06T15:12:55.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cluster 2023-12-06T15:12:54.221983+0000 mgr.y (mgr.25504) 1568 : cluster 0 pgmap v264: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:55.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.232366+0000 mon.a (mon.0) 6421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.233205+0000 mgr.y (mgr.25504) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.318865+0000 mon.a (mon.0) 6422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.321371+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.324053+0000 mon.a (mon.0) 6424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.324915+0000 mon.a (mon.0) 6425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.333350+0000 mon.a (mon.0) 6426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.333852+0000 mgr.y (mgr.25504) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.410611+0000 mon.a (mon.0) 6427 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.413804+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.417805+0000 mon.a (mon.0) 6429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.418975+0000 mon.a (mon.0) 6430 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.428014+0000 mon.a (mon.0) 6431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.428763+0000 mgr.y (mgr.25504) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.508088+0000 mon.a (mon.0) 6432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.672 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.510285+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.513336+0000 mon.a (mon.0) 6434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.514402+0000 mon.a (mon.0) 6435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.523154+0000 mon.a (mon.0) 6436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.523664+0000 mgr.y (mgr.25504) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.602319+0000 mon.a (mon.0) 6437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.604625+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.607940+0000 mon.a (mon.0) 6439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.609182+0000 mon.a (mon.0) 6440 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.620189+0000 mon.a (mon.0) 6441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.621130+0000 mgr.y (mgr.25504) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.699524+0000 mon.a (mon.0) 6442 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.702468+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.706156+0000 mon.a (mon.0) 6444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.707525+0000 mon.a (mon.0) 6445 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.718595+0000 mon.a (mon.0) 6446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.719382+0000 mgr.y (mgr.25504) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.798419+0000 mon.a (mon.0) 6447 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.800751+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.803609+0000 mon.a (mon.0) 6449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.804803+0000 mon.a (mon.0) 6450 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.813542+0000 mon.a (mon.0) 6451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.814119+0000 mgr.y (mgr.25504) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cluster 2023-12-06T15:12:54.221983+0000 mgr.y (mgr.25504) 1568 : cluster 0 pgmap v264: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.232366+0000 mon.a (mon.0) 6421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.233205+0000 mgr.y (mgr.25504) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.318865+0000 mon.a (mon.0) 6422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.675 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.321371+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.324053+0000 mon.a (mon.0) 6424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.324915+0000 mon.a (mon.0) 6425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.333350+0000 mon.a (mon.0) 6426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.333852+0000 mgr.y (mgr.25504) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.410611+0000 mon.a (mon.0) 6427 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.413804+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.417805+0000 mon.a (mon.0) 6429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.418975+0000 mon.a (mon.0) 6430 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.428014+0000 mon.a (mon.0) 6431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.428763+0000 mgr.y (mgr.25504) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.508088+0000 mon.a (mon.0) 6432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.510285+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.513336+0000 mon.a (mon.0) 6434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.514402+0000 mon.a (mon.0) 6435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.862012+0000 mon.a (mon.0) 6452 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.862627+0000 mon.b (mon.2) 5 : audit 1 from='osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.893681+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.896533+0000 mon.a (mon.0) 6454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.899082+0000 mon.a (mon.0) 6455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.900324+0000 mon.a (mon.0) 6456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.908345+0000 mon.a (mon.0) 6457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:54.908934+0000 mgr.y (mgr.25504) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.986039+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.988799+0000 mon.a (mon.0) 6459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.992438+0000 mon.a (mon.0) 6460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:54.993672+0000 mon.a (mon.0) 6461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.003677+0000 mon.a (mon.0) 6462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.005000+0000 mgr.y (mgr.25504) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.083088+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.087458+0000 mon.a (mon.0) 6464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.091415+0000 mon.a (mon.0) 6465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.092742+0000 mon.a (mon.0) 6466 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.099640+0000 mon.a (mon.0) 6467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.100262+0000 mgr.y (mgr.25504) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.178407+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.181349+0000 mon.a (mon.0) 6469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.184453+0000 mon.a (mon.0) 6470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.185618+0000 mon.a (mon.0) 6471 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[80542]: audit 2023-12-06T15:12:55.192543+0000 mon.a (mon.0) 6472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.523154+0000 mon.a (mon.0) 6436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.523664+0000 mgr.y (mgr.25504) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.679 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.602319+0000 mon.a (mon.0) 6437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.604625+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.607940+0000 mon.a (mon.0) 6439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.609182+0000 mon.a (mon.0) 6440 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.620189+0000 mon.a (mon.0) 6441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.621130+0000 mgr.y (mgr.25504) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.699524+0000 mon.a (mon.0) 6442 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.702468+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.706156+0000 mon.a (mon.0) 6444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.707525+0000 mon.a (mon.0) 6445 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.718595+0000 mon.a (mon.0) 6446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.719382+0000 mgr.y (mgr.25504) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.798419+0000 mon.a (mon.0) 6447 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.800751+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.803609+0000 mon.a (mon.0) 6449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.804803+0000 mon.a (mon.0) 6450 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.813542+0000 mon.a (mon.0) 6451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.814119+0000 mgr.y (mgr.25504) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.862012+0000 mon.a (mon.0) 6452 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.862627+0000 mon.b (mon.2) 5 : audit 1 from='osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.893681+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.896533+0000 mon.a (mon.0) 6454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.899082+0000 mon.a (mon.0) 6455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.900324+0000 mon.a (mon.0) 6456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.908345+0000 mon.a (mon.0) 6457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:54.908934+0000 mgr.y (mgr.25504) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.986039+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.988799+0000 mon.a (mon.0) 6459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.992438+0000 mon.a (mon.0) 6460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:54.993672+0000 mon.a (mon.0) 6461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.003677+0000 mon.a (mon.0) 6462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.005000+0000 mgr.y (mgr.25504) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.083088+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.087458+0000 mon.a (mon.0) 6464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.091415+0000 mon.a (mon.0) 6465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.092742+0000 mon.a (mon.0) 6466 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.099640+0000 mon.a (mon.0) 6467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.100262+0000 mgr.y (mgr.25504) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.682 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.178407+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.181349+0000 mon.a (mon.0) 6469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.184453+0000 mon.a (mon.0) 6470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.185618+0000 mon.a (mon.0) 6471 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.683 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:55 smithi116 bash[83021]: audit 2023-12-06T15:12:55.192543+0000 mon.a (mon.0) 6472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cluster 2023-12-06T15:12:54.221983+0000 mgr.y (mgr.25504) 1568 : cluster 0 pgmap v264: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.232366+0000 mon.a (mon.0) 6421 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.233205+0000 mgr.y (mgr.25504) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.318865+0000 mon.a (mon.0) 6422 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.321371+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.324053+0000 mon.a (mon.0) 6424 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.324915+0000 mon.a (mon.0) 6425 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.333350+0000 mon.a (mon.0) 6426 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.333852+0000 mgr.y (mgr.25504) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.410611+0000 mon.a (mon.0) 6427 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.413804+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.417805+0000 mon.a (mon.0) 6429 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.418975+0000 mon.a (mon.0) 6430 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.428014+0000 mon.a (mon.0) 6431 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.428763+0000 mgr.y (mgr.25504) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.508088+0000 mon.a (mon.0) 6432 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.510285+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.513336+0000 mon.a (mon.0) 6434 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.693 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.514402+0000 mon.a (mon.0) 6435 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.523154+0000 mon.a (mon.0) 6436 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.523664+0000 mgr.y (mgr.25504) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.602319+0000 mon.a (mon.0) 6437 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.604625+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.607940+0000 mon.a (mon.0) 6439 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.609182+0000 mon.a (mon.0) 6440 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.620189+0000 mon.a (mon.0) 6441 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.621130+0000 mgr.y (mgr.25504) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.699524+0000 mon.a (mon.0) 6442 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.702468+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.706156+0000 mon.a (mon.0) 6444 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.707525+0000 mon.a (mon.0) 6445 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.694 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.718595+0000 mon.a (mon.0) 6446 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.719382+0000 mgr.y (mgr.25504) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.798419+0000 mon.a (mon.0) 6447 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.800751+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.803609+0000 mon.a (mon.0) 6449 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.804803+0000 mon.a (mon.0) 6450 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.813542+0000 mon.a (mon.0) 6451 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.814119+0000 mgr.y (mgr.25504) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.862012+0000 mon.a (mon.0) 6452 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.862627+0000 mon.b (mon.2) 5 : audit 1 from='osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.893681+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.896533+0000 mon.a (mon.0) 6454 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.899082+0000 mon.a (mon.0) 6455 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.900324+0000 mon.a (mon.0) 6456 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.695 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.908345+0000 mon.a (mon.0) 6457 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:54.908934+0000 mgr.y (mgr.25504) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.986039+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.988799+0000 mon.a (mon.0) 6459 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.992438+0000 mon.a (mon.0) 6460 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:54.993672+0000 mon.a (mon.0) 6461 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.003677+0000 mon.a (mon.0) 6462 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.005000+0000 mgr.y (mgr.25504) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.083088+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.087458+0000 mon.a (mon.0) 6464 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.091415+0000 mon.a (mon.0) 6465 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.092742+0000 mon.a (mon.0) 6466 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.099640+0000 mon.a (mon.0) 6467 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.100262+0000 mgr.y (mgr.25504) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.178407+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:55.696 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.181349+0000 mon.a (mon.0) 6469 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.184453+0000 mon.a (mon.0) 6470 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.185618+0000 mon.a (mon.0) 6471 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:55.697 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[70025]: audit 2023-12-06T15:12:55.192543+0000 mon.a (mon.0) 6472 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.191 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:12:55 smithi150 bash[86313]: debug 2023-12-06T15:12:55.857+0000 7f52ba610700 -1 osd.7 147 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:12:56.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.193080+0000 mgr.y (mgr.25504) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.266368+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.268456+0000 mon.a (mon.0) 6474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.270833+0000 mon.a (mon.0) 6475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.271727+0000 mon.a (mon.0) 6476 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.280588+0000 mon.a (mon.0) 6477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.281214+0000 mgr.y (mgr.25504) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.358182+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.361417+0000 mon.a (mon.0) 6479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.366163+0000 mon.a (mon.0) 6480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.367503+0000 mon.a (mon.0) 6481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.378174+0000 mon.a (mon.0) 6482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.378806+0000 mgr.y (mgr.25504) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.460455+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.462748+0000 mon.a (mon.0) 6484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.465030+0000 mon.a (mon.0) 6485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.466077+0000 mon.a (mon.0) 6486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.473701+0000 mon.a (mon.0) 6487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.474285+0000 mgr.y (mgr.25504) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.554181+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.556393+0000 mon.a (mon.0) 6489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.559241+0000 mon.a (mon.0) 6490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.560168+0000 mon.a (mon.0) 6491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.569721+0000 mon.a (mon.0) 6492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.570313+0000 mgr.y (mgr.25504) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.653142+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.657140+0000 mon.a (mon.0) 6494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.660542+0000 mon.a (mon.0) 6495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.661892+0000 mon.a (mon.0) 6496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.670684+0000 mon.a (mon.0) 6497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.671272+0000 mgr.y (mgr.25504) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.750165+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.753292+0000 mon.a (mon.0) 6499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.756600+0000 mon.a (mon.0) 6500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.757808+0000 mon.a (mon.0) 6501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.763816+0000 mon.a (mon.0) 6502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.764310+0000 mgr.y (mgr.25504) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.811873+0000 mon.a (mon.0) 6503 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cluster 2023-12-06T15:12:55.817615+0000 mon.a (mon.0) 6504 : cluster 0 osdmap e150: 8 total, 7 up, 8 in 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.820076+0000 mon.a (mon.0) 6505 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.820652+0000 mon.b (mon.2) 6 : audit 1 from='osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.841696+0000 mon.a (mon.0) 6506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.843793+0000 mon.a (mon.0) 6507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.535 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.845934+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.846885+0000 mon.a (mon.0) 6509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.853865+0000 mon.a (mon.0) 6510 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.854425+0000 mgr.y (mgr.25504) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.932176+0000 mon.a (mon.0) 6511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.934773+0000 mon.a (mon.0) 6512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.938202+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.939207+0000 mon.a (mon.0) 6514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:55.946790+0000 mon.a (mon.0) 6515 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:55.947367+0000 mgr.y (mgr.25504) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.029891+0000 mon.a (mon.0) 6516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.536 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.032261+0000 mon.a (mon.0) 6517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.035668+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.036579+0000 mon.a (mon.0) 6519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.043272+0000 mon.a (mon.0) 6520 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.044223+0000 mgr.y (mgr.25504) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.158714+0000 mon.a (mon.0) 6521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.161111+0000 mon.a (mon.0) 6522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.164468+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.165364+0000 mon.a (mon.0) 6524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: audit 2023-12-06T15:12:56.170957+0000 mon.a (mon.0) 6525 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.537 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:56 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.171535+0000 mgr.y (mgr.25504) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.193080+0000 mgr.y (mgr.25504) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.266368+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.268456+0000 mon.a (mon.0) 6474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.270833+0000 mon.a (mon.0) 6475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.271727+0000 mon.a (mon.0) 6476 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.280588+0000 mon.a (mon.0) 6477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.281214+0000 mgr.y (mgr.25504) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.358182+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.361417+0000 mon.a (mon.0) 6479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.366163+0000 mon.a (mon.0) 6480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.367503+0000 mon.a (mon.0) 6481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.378174+0000 mon.a (mon.0) 6482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.378806+0000 mgr.y (mgr.25504) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.460455+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.462748+0000 mon.a (mon.0) 6484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.465030+0000 mon.a (mon.0) 6485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.466077+0000 mon.a (mon.0) 6486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.473701+0000 mon.a (mon.0) 6487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.474285+0000 mgr.y (mgr.25504) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.554181+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.193080+0000 mgr.y (mgr.25504) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.266368+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.268456+0000 mon.a (mon.0) 6474 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.270833+0000 mon.a (mon.0) 6475 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.271727+0000 mon.a (mon.0) 6476 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.280588+0000 mon.a (mon.0) 6477 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.281214+0000 mgr.y (mgr.25504) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.358182+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.361417+0000 mon.a (mon.0) 6479 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.366163+0000 mon.a (mon.0) 6480 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.367503+0000 mon.a (mon.0) 6481 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.378174+0000 mon.a (mon.0) 6482 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.378806+0000 mgr.y (mgr.25504) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.460455+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.462748+0000 mon.a (mon.0) 6484 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.465030+0000 mon.a (mon.0) 6485 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.466077+0000 mon.a (mon.0) 6486 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.473701+0000 mon.a (mon.0) 6487 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.474285+0000 mgr.y (mgr.25504) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.554181+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.556393+0000 mon.a (mon.0) 6489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.559241+0000 mon.a (mon.0) 6490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.560168+0000 mon.a (mon.0) 6491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.569721+0000 mon.a (mon.0) 6492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.570313+0000 mgr.y (mgr.25504) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.653142+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.657140+0000 mon.a (mon.0) 6494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.660542+0000 mon.a (mon.0) 6495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.661892+0000 mon.a (mon.0) 6496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.670684+0000 mon.a (mon.0) 6497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.671272+0000 mgr.y (mgr.25504) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.750165+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.753292+0000 mon.a (mon.0) 6499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.756600+0000 mon.a (mon.0) 6500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.757808+0000 mon.a (mon.0) 6501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.763816+0000 mon.a (mon.0) 6502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.764310+0000 mgr.y (mgr.25504) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.811873+0000 mon.a (mon.0) 6503 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cluster 2023-12-06T15:12:55.817615+0000 mon.a (mon.0) 6504 : cluster 0 osdmap e150: 8 total, 7 up, 8 in 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.820076+0000 mon.a (mon.0) 6505 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.556393+0000 mon.a (mon.0) 6489 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.559241+0000 mon.a (mon.0) 6490 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.560168+0000 mon.a (mon.0) 6491 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.569721+0000 mon.a (mon.0) 6492 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.570313+0000 mgr.y (mgr.25504) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.653142+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.657140+0000 mon.a (mon.0) 6494 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.660542+0000 mon.a (mon.0) 6495 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.661892+0000 mon.a (mon.0) 6496 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.670684+0000 mon.a (mon.0) 6497 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.671272+0000 mgr.y (mgr.25504) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.750165+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.753292+0000 mon.a (mon.0) 6499 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.756600+0000 mon.a (mon.0) 6500 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.757808+0000 mon.a (mon.0) 6501 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.763816+0000 mon.a (mon.0) 6502 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.764310+0000 mgr.y (mgr.25504) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.811873+0000 mon.a (mon.0) 6503 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cluster 2023-12-06T15:12:55.817615+0000 mon.a (mon.0) 6504 : cluster 0 osdmap e150: 8 total, 7 up, 8 in 2023-12-06T15:12:56.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.820076+0000 mon.a (mon.0) 6505 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.820652+0000 mon.b (mon.2) 6 : audit 1 from='osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.841696+0000 mon.a (mon.0) 6506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.843793+0000 mon.a (mon.0) 6507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.845934+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.846885+0000 mon.a (mon.0) 6509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.853865+0000 mon.a (mon.0) 6510 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.854425+0000 mgr.y (mgr.25504) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.932176+0000 mon.a (mon.0) 6511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.934773+0000 mon.a (mon.0) 6512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.938202+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.939207+0000 mon.a (mon.0) 6514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:55.946790+0000 mon.a (mon.0) 6515 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:55.947367+0000 mgr.y (mgr.25504) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.029891+0000 mon.a (mon.0) 6516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.032261+0000 mon.a (mon.0) 6517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.035668+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.036579+0000 mon.a (mon.0) 6519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.043272+0000 mon.a (mon.0) 6520 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.044223+0000 mgr.y (mgr.25504) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.158714+0000 mon.a (mon.0) 6521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.161111+0000 mon.a (mon.0) 6522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.164468+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.165364+0000 mon.a (mon.0) 6524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: audit 2023-12-06T15:12:56.170957+0000 mon.a (mon.0) 6525 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.171535+0000 mgr.y (mgr.25504) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.820652+0000 mon.b (mon.2) 6 : audit 1 from='osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.841696+0000 mon.a (mon.0) 6506 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.843793+0000 mon.a (mon.0) 6507 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.845934+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.846885+0000 mon.a (mon.0) 6509 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.853865+0000 mon.a (mon.0) 6510 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.854425+0000 mgr.y (mgr.25504) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.932176+0000 mon.a (mon.0) 6511 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.934773+0000 mon.a (mon.0) 6512 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.938202+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.939207+0000 mon.a (mon.0) 6514 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:55.946790+0000 mon.a (mon.0) 6515 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:55.947367+0000 mgr.y (mgr.25504) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.029891+0000 mon.a (mon.0) 6516 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.032261+0000 mon.a (mon.0) 6517 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.035668+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.036579+0000 mon.a (mon.0) 6519 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.043272+0000 mon.a (mon.0) 6520 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.044223+0000 mgr.y (mgr.25504) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.158714+0000 mon.a (mon.0) 6521 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.161111+0000 mon.a (mon.0) 6522 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.164468+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.165364+0000 mon.a (mon.0) 6524 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: audit 2023-12-06T15:12:56.170957+0000 mon.a (mon.0) 6525 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:56.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:56 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.171535+0000 mgr.y (mgr.25504) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.309 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cluster 2023-12-06T15:12:56.222491+0000 mgr.y (mgr.25504) 1590 : cluster 0 pgmap v266: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:57.309 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.255846+0000 mon.a (mon.0) 6526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.309 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.257889+0000 mon.a (mon.0) 6527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.309 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.260220+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.260961+0000 mon.a (mon.0) 6529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.266010+0000 mon.a (mon.0) 6530 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.266492+0000 mgr.y (mgr.25504) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.346077+0000 mon.a (mon.0) 6531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.348623+0000 mon.a (mon.0) 6532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.351885+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.353199+0000 mon.a (mon.0) 6534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.362585+0000 mon.a (mon.0) 6535 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.363244+0000 mgr.y (mgr.25504) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.444959+0000 mon.a (mon.0) 6536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.446921+0000 mon.a (mon.0) 6537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.449473+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.311 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.450319+0000 mon.a (mon.0) 6539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.459993+0000 mon.a (mon.0) 6540 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.460497+0000 mgr.y (mgr.25504) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.538355+0000 mon.a (mon.0) 6541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.542692+0000 mon.a (mon.0) 6542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.546664+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.548008+0000 mon.a (mon.0) 6544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.313 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.559052+0000 mon.a (mon.0) 6545 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.313 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.559716+0000 mgr.y (mgr.25504) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.313 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.637199+0000 mon.a (mon.0) 6546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.313 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.640389+0000 mon.a (mon.0) 6547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.313 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.644169+0000 mon.a (mon.0) 6548 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.314 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.645670+0000 mon.a (mon.0) 6549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.314 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.655484+0000 mon.a (mon.0) 6550 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.314 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.656297+0000 mgr.y (mgr.25504) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.314 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.733537+0000 mon.a (mon.0) 6551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.314 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.736426+0000 mon.a (mon.0) 6552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.315 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.739435+0000 mon.a (mon.0) 6553 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.315 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.740512+0000 mon.a (mon.0) 6554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.315 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.748980+0000 mon.a (mon.0) 6555 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.315 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.749653+0000 mgr.y (mgr.25504) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.315 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.832634+0000 mon.a (mon.0) 6556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.835450+0000 mon.a (mon.0) 6557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.838582+0000 mon.a (mon.0) 6558 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.839856+0000 mon.a (mon.0) 6559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.846494+0000 mon.a (mon.0) 6560 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.847136+0000 mgr.y (mgr.25504) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cluster 2023-12-06T15:12:56.851125+0000 mon.a (mon.0) 6561 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:12:57.316 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cluster 2023-12-06T15:12:56.856897+0000 mon.a (mon.0) 6562 : cluster 1 osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853] boot 2023-12-06T15:12:57.317 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cluster 2023-12-06T15:12:56.856964+0000 mon.a (mon.0) 6563 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-06T15:12:57.317 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.857141+0000 mon.a (mon.0) 6564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:12:57.317 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.934987+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.317 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.937316+0000 mon.a (mon.0) 6566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.317 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.940286+0000 mon.a (mon.0) 6567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.317 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.941153+0000 mon.a (mon.0) 6568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:56.947532+0000 mon.a (mon.0) 6569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:56.948088+0000 mgr.y (mgr.25504) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.025202+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.028326+0000 mon.a (mon.0) 6571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.032190+0000 mon.a (mon.0) 6572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.033549+0000 mon.a (mon.0) 6573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.041974+0000 mon.a (mon.0) 6574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.042628+0000 mgr.y (mgr.25504) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.123345+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.125665+0000 mon.a (mon.0) 6576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.129706+0000 mon.a (mon.0) 6577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.131007+0000 mon.a (mon.0) 6578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: audit 2023-12-06T15:12:57.138435+0000 mon.a (mon.0) 6579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:57 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.139223+0000 mgr.y (mgr.25504) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cluster 2023-12-06T15:12:56.222491+0000 mgr.y (mgr.25504) 1590 : cluster 0 pgmap v266: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.255846+0000 mon.a (mon.0) 6526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.257889+0000 mon.a (mon.0) 6527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.260220+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.260961+0000 mon.a (mon.0) 6529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.266010+0000 mon.a (mon.0) 6530 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.266492+0000 mgr.y (mgr.25504) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.346077+0000 mon.a (mon.0) 6531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.348623+0000 mon.a (mon.0) 6532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.351885+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.353199+0000 mon.a (mon.0) 6534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.362585+0000 mon.a (mon.0) 6535 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.363244+0000 mgr.y (mgr.25504) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.444959+0000 mon.a (mon.0) 6536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.446921+0000 mon.a (mon.0) 6537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.449473+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.450319+0000 mon.a (mon.0) 6539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.459993+0000 mon.a (mon.0) 6540 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.460497+0000 mgr.y (mgr.25504) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cluster 2023-12-06T15:12:56.222491+0000 mgr.y (mgr.25504) 1590 : cluster 0 pgmap v266: 161 pgs: 25 active+undersized+degraded, 44 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.255846+0000 mon.a (mon.0) 6526 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.257889+0000 mon.a (mon.0) 6527 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.260220+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.260961+0000 mon.a (mon.0) 6529 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.266010+0000 mon.a (mon.0) 6530 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.266492+0000 mgr.y (mgr.25504) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.346077+0000 mon.a (mon.0) 6531 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.348623+0000 mon.a (mon.0) 6532 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.351885+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.353199+0000 mon.a (mon.0) 6534 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.362585+0000 mon.a (mon.0) 6535 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.363244+0000 mgr.y (mgr.25504) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.444959+0000 mon.a (mon.0) 6536 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.446921+0000 mon.a (mon.0) 6537 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.449473+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.450319+0000 mon.a (mon.0) 6539 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.670 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.459993+0000 mon.a (mon.0) 6540 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.460497+0000 mgr.y (mgr.25504) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.538355+0000 mon.a (mon.0) 6541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.542692+0000 mon.a (mon.0) 6542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.546664+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.548008+0000 mon.a (mon.0) 6544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.559052+0000 mon.a (mon.0) 6545 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.559716+0000 mgr.y (mgr.25504) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.637199+0000 mon.a (mon.0) 6546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.640389+0000 mon.a (mon.0) 6547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.644169+0000 mon.a (mon.0) 6548 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.645670+0000 mon.a (mon.0) 6549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.655484+0000 mon.a (mon.0) 6550 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.656297+0000 mgr.y (mgr.25504) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.733537+0000 mon.a (mon.0) 6551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.736426+0000 mon.a (mon.0) 6552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.739435+0000 mon.a (mon.0) 6553 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.740512+0000 mon.a (mon.0) 6554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.748980+0000 mon.a (mon.0) 6555 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.749653+0000 mgr.y (mgr.25504) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.832634+0000 mon.a (mon.0) 6556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.835450+0000 mon.a (mon.0) 6557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.838582+0000 mon.a (mon.0) 6558 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.839856+0000 mon.a (mon.0) 6559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.846494+0000 mon.a (mon.0) 6560 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.847136+0000 mgr.y (mgr.25504) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cluster 2023-12-06T15:12:56.851125+0000 mon.a (mon.0) 6561 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cluster 2023-12-06T15:12:56.856897+0000 mon.a (mon.0) 6562 : cluster 1 osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853] boot 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cluster 2023-12-06T15:12:56.856964+0000 mon.a (mon.0) 6563 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.857141+0000 mon.a (mon.0) 6564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.934987+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.937316+0000 mon.a (mon.0) 6566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.940286+0000 mon.a (mon.0) 6567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.941153+0000 mon.a (mon.0) 6568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:56.947532+0000 mon.a (mon.0) 6569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:56.948088+0000 mgr.y (mgr.25504) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.025202+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.028326+0000 mon.a (mon.0) 6571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.673 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.032190+0000 mon.a (mon.0) 6572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.033549+0000 mon.a (mon.0) 6573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.041974+0000 mon.a (mon.0) 6574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.042628+0000 mgr.y (mgr.25504) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.123345+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.538355+0000 mon.a (mon.0) 6541 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.542692+0000 mon.a (mon.0) 6542 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.546664+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.548008+0000 mon.a (mon.0) 6544 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.559052+0000 mon.a (mon.0) 6545 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.559716+0000 mgr.y (mgr.25504) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.637199+0000 mon.a (mon.0) 6546 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.640389+0000 mon.a (mon.0) 6547 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.644169+0000 mon.a (mon.0) 6548 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.645670+0000 mon.a (mon.0) 6549 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.655484+0000 mon.a (mon.0) 6550 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.656297+0000 mgr.y (mgr.25504) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.733537+0000 mon.a (mon.0) 6551 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.736426+0000 mon.a (mon.0) 6552 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.739435+0000 mon.a (mon.0) 6553 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.740512+0000 mon.a (mon.0) 6554 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.748980+0000 mon.a (mon.0) 6555 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.749653+0000 mgr.y (mgr.25504) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.832634+0000 mon.a (mon.0) 6556 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.835450+0000 mon.a (mon.0) 6557 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.125665+0000 mon.a (mon.0) 6576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.129706+0000 mon.a (mon.0) 6577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.131007+0000 mon.a (mon.0) 6578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: audit 2023-12-06T15:12:57.138435+0000 mon.a (mon.0) 6579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.139223+0000 mgr.y (mgr.25504) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.838582+0000 mon.a (mon.0) 6558 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.839856+0000 mon.a (mon.0) 6559 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.676 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.846494+0000 mon.a (mon.0) 6560 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.847136+0000 mgr.y (mgr.25504) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cluster 2023-12-06T15:12:56.851125+0000 mon.a (mon.0) 6561 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cluster 2023-12-06T15:12:56.856897+0000 mon.a (mon.0) 6562 : cluster 1 osd.7 [v2:172.21.15.150:6824/3794080853,v1:172.21.15.150:6825/3794080853] boot 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cluster 2023-12-06T15:12:56.856964+0000 mon.a (mon.0) 6563 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.857141+0000 mon.a (mon.0) 6564 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.934987+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.937316+0000 mon.a (mon.0) 6566 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.940286+0000 mon.a (mon.0) 6567 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.941153+0000 mon.a (mon.0) 6568 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:56.947532+0000 mon.a (mon.0) 6569 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:56.948088+0000 mgr.y (mgr.25504) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.025202+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.028326+0000 mon.a (mon.0) 6571 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.032190+0000 mon.a (mon.0) 6572 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.677 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.033549+0000 mon.a (mon.0) 6573 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.041974+0000 mon.a (mon.0) 6574 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.042628+0000 mgr.y (mgr.25504) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.123345+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.125665+0000 mon.a (mon.0) 6576 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.129706+0000 mon.a (mon.0) 6577 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.131007+0000 mon.a (mon.0) 6578 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: audit 2023-12-06T15:12:57.138435+0000 mon.a (mon.0) 6579 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:57.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:57 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.139223+0000 mgr.y (mgr.25504) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.256057+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.258054+0000 mon.a (mon.0) 6581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.260089+0000 mon.a (mon.0) 6582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.260834+0000 mon.a (mon.0) 6583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.266399+0000 mon.a (mon.0) 6584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.266837+0000 mgr.y (mgr.25504) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.350544+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.353403+0000 mon.a (mon.0) 6586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.328 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.357032+0000 mon.a (mon.0) 6587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.358060+0000 mon.a (mon.0) 6588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.364251+0000 mon.a (mon.0) 6589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.364852+0000 mgr.y (mgr.25504) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.445573+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.448675+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.451692+0000 mon.a (mon.0) 6592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.452782+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.461518+0000 mon.a (mon.0) 6594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.462174+0000 mgr.y (mgr.25504) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.543427+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.546285+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.549803+0000 mon.a (mon.0) 6597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.551060+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.561868+0000 mon.a (mon.0) 6599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.329 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.562554+0000 mgr.y (mgr.25504) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.647599+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.650641+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.653415+0000 mon.a (mon.0) 6602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.654248+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.662033+0000 mon.a (mon.0) 6604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.662830+0000 mgr.y (mgr.25504) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.742973+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.745356+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.749016+0000 mon.a (mon.0) 6607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.750079+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.759675+0000 mon.a (mon.0) 6609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.760684+0000 mgr.y (mgr.25504) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.840963+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.330 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.843620+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.846551+0000 mon.a (mon.0) 6612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.847678+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.855632+0000 mon.a (mon.0) 6614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.856589+0000 mgr.y (mgr.25504) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cluster 2023-12-06T15:12:57.865913+0000 mon.a (mon.0) 6615 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.934733+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.936970+0000 mon.a (mon.0) 6617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.939261+0000 mon.a (mon.0) 6618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.940168+0000 mon.a (mon.0) 6619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:57.946578+0000 mon.a (mon.0) 6620 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:57.947174+0000 mgr.y (mgr.25504) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.026736+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.035231+0000 mon.a (mon.0) 6622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.331 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.040379+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.040811+0000 mon.a (mon.0) 6624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.045366+0000 mon.a (mon.0) 6625 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.051307+0000 mon.a (mon.0) 6626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.055224+0000 mon.a (mon.0) 6627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.059971+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.143726+0000 mon.a (mon.0) 6629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.146330+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.148330+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.149914+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.152475+0000 mon.a (mon.0) 6633 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: cephadm 2023-12-06T15:12:58.153463+0000 mgr.y (mgr.25504) 1609 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.157580+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.159617+0000 mon.a (mon.0) 6635 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.166853+0000 mon.a (mon.0) 6636 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T15:12:58.332 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.171056+0000 mon.a (mon.0) 6637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.175069+0000 mon.a (mon.0) 6638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.177599+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.180853+0000 mon.a (mon.0) 6640 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.183095+0000 mon.a (mon.0) 6641 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.186347+0000 mon.a (mon.0) 6642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.188498+0000 mon.a (mon.0) 6643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.193753+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.195863+0000 mon.a (mon.0) 6645 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.202057+0000 mon.a (mon.0) 6646 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.204631+0000 mon.a (mon.0) 6647 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.209893+0000 mon.a (mon.0) 6648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.212099+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.218300+0000 mon.a (mon.0) 6650 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T15:12:58.333 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.224435+0000 mon.a (mon.0) 6651 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T15:12:58.334 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.232111+0000 mon.a (mon.0) 6652 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.334 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.235555+0000 mon.a (mon.0) 6653 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.334 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:58 smithi150 bash[70025]: audit 2023-12-06T15:12:58.236916+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[75526]: debug 2023-12-06T15:12:58.222+0000 7fd90bf31700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:12:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.256057+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.258054+0000 mon.a (mon.0) 6581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.260089+0000 mon.a (mon.0) 6582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.260834+0000 mon.a (mon.0) 6583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.266399+0000 mon.a (mon.0) 6584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.266837+0000 mgr.y (mgr.25504) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.350544+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.353403+0000 mon.a (mon.0) 6586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.357032+0000 mon.a (mon.0) 6587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.358060+0000 mon.a (mon.0) 6588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.364251+0000 mon.a (mon.0) 6589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.364852+0000 mgr.y (mgr.25504) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.445573+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.448675+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.451692+0000 mon.a (mon.0) 6592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.452782+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.461518+0000 mon.a (mon.0) 6594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.462174+0000 mgr.y (mgr.25504) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.543427+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.256057+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.258054+0000 mon.a (mon.0) 6581 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.260089+0000 mon.a (mon.0) 6582 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.260834+0000 mon.a (mon.0) 6583 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.266399+0000 mon.a (mon.0) 6584 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.266837+0000 mgr.y (mgr.25504) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.350544+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.353403+0000 mon.a (mon.0) 6586 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.357032+0000 mon.a (mon.0) 6587 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.358060+0000 mon.a (mon.0) 6588 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.364251+0000 mon.a (mon.0) 6589 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.364852+0000 mgr.y (mgr.25504) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.445573+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.448675+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.451692+0000 mon.a (mon.0) 6592 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.452782+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.461518+0000 mon.a (mon.0) 6594 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.462174+0000 mgr.y (mgr.25504) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.543427+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.546285+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.549803+0000 mon.a (mon.0) 6597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.551060+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.561868+0000 mon.a (mon.0) 6599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.671 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.562554+0000 mgr.y (mgr.25504) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.647599+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.650641+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.653415+0000 mon.a (mon.0) 6602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.654248+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.662033+0000 mon.a (mon.0) 6604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.662830+0000 mgr.y (mgr.25504) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.742973+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.745356+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.749016+0000 mon.a (mon.0) 6607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.750079+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.759675+0000 mon.a (mon.0) 6609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.760684+0000 mgr.y (mgr.25504) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.840963+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.843620+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.672 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.846551+0000 mon.a (mon.0) 6612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.546285+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.549803+0000 mon.a (mon.0) 6597 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.551060+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.561868+0000 mon.a (mon.0) 6599 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.562554+0000 mgr.y (mgr.25504) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.647599+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.650641+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.653415+0000 mon.a (mon.0) 6602 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.673 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.654248+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.674 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.662033+0000 mon.a (mon.0) 6604 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.662830+0000 mgr.y (mgr.25504) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.742973+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.745356+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.749016+0000 mon.a (mon.0) 6607 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.750079+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.759675+0000 mon.a (mon.0) 6609 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.760684+0000 mgr.y (mgr.25504) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.840963+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.843620+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.675 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.846551+0000 mon.a (mon.0) 6612 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.847678+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.855632+0000 mon.a (mon.0) 6614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.856589+0000 mgr.y (mgr.25504) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cluster 2023-12-06T15:12:57.865913+0000 mon.a (mon.0) 6615 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.934733+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.936970+0000 mon.a (mon.0) 6617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.939261+0000 mon.a (mon.0) 6618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.676 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.940168+0000 mon.a (mon.0) 6619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:57.946578+0000 mon.a (mon.0) 6620 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:57.947174+0000 mgr.y (mgr.25504) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.026736+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.035231+0000 mon.a (mon.0) 6622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.040379+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.040811+0000 mon.a (mon.0) 6624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.045366+0000 mon.a (mon.0) 6625 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.051307+0000 mon.a (mon.0) 6626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.055224+0000 mon.a (mon.0) 6627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.059971+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.143726+0000 mon.a (mon.0) 6629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.146330+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.677 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.148330+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.847678+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.855632+0000 mon.a (mon.0) 6614 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.856589+0000 mgr.y (mgr.25504) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cluster 2023-12-06T15:12:57.865913+0000 mon.a (mon.0) 6615 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.934733+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.936970+0000 mon.a (mon.0) 6617 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.939261+0000 mon.a (mon.0) 6618 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.940168+0000 mon.a (mon.0) 6619 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:57.946578+0000 mon.a (mon.0) 6620 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:57.947174+0000 mgr.y (mgr.25504) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.026736+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.678 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.035231+0000 mon.a (mon.0) 6622 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.040379+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.040811+0000 mon.a (mon.0) 6624 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.045366+0000 mon.a (mon.0) 6625 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.051307+0000 mon.a (mon.0) 6626 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.055224+0000 mon.a (mon.0) 6627 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.059971+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.143726+0000 mon.a (mon.0) 6629 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.146330+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.679 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.148330+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.149914+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.152475+0000 mon.a (mon.0) 6633 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: cephadm 2023-12-06T15:12:58.153463+0000 mgr.y (mgr.25504) 1609 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.157580+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.159617+0000 mon.a (mon.0) 6635 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.166853+0000 mon.a (mon.0) 6636 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.171056+0000 mon.a (mon.0) 6637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.175069+0000 mon.a (mon.0) 6638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.177599+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.180853+0000 mon.a (mon.0) 6640 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.183095+0000 mon.a (mon.0) 6641 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.186347+0000 mon.a (mon.0) 6642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T15:12:58.680 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.188498+0000 mon.a (mon.0) 6643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.193753+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.195863+0000 mon.a (mon.0) 6645 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.202057+0000 mon.a (mon.0) 6646 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.204631+0000 mon.a (mon.0) 6647 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.209893+0000 mon.a (mon.0) 6648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.212099+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.218300+0000 mon.a (mon.0) 6650 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.224435+0000 mon.a (mon.0) 6651 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.232111+0000 mon.a (mon.0) 6652 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.235555+0000 mon.a (mon.0) 6653 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[83021]: audit 2023-12-06T15:12:58.236916+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.149914+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.152475+0000 mon.a (mon.0) 6633 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: cephadm 2023-12-06T15:12:58.153463+0000 mgr.y (mgr.25504) 1609 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.157580+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.159617+0000 mon.a (mon.0) 6635 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.166853+0000 mon.a (mon.0) 6636 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.171056+0000 mon.a (mon.0) 6637 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.175069+0000 mon.a (mon.0) 6638 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.177599+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.180853+0000 mon.a (mon.0) 6640 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.183095+0000 mon.a (mon.0) 6641 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.186347+0000 mon.a (mon.0) 6642 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T15:12:58.682 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.188498+0000 mon.a (mon.0) 6643 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.193753+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.195863+0000 mon.a (mon.0) 6645 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.202057+0000 mon.a (mon.0) 6646 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.204631+0000 mon.a (mon.0) 6647 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.209893+0000 mon.a (mon.0) 6648 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.212099+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.218300+0000 mon.a (mon.0) 6650 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.224435+0000 mon.a (mon.0) 6651 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.232111+0000 mon.a (mon.0) 6652 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.235555+0000 mon.a (mon.0) 6653 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:12:58.683 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:58 smithi116 bash[80542]: audit 2023-12-06T15:12:58.236916+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:12:59.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: cluster 2023-12-06T15:12:58.223148+0000 mgr.y (mgr.25504) 1610 : cluster 0 pgmap v269: 161 pgs: 10 peering, 25 active+undersized+degraded, 34 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:59.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: cephadm 2023-12-06T15:12:58.223694+0000 mgr.y (mgr.25504) 1611 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T15:12:59.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: cephadm 2023-12-06T15:12:58.225396+0000 mgr.y (mgr.25504) 1612 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:12:59.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: cluster 2023-12-06T15:12:58.233265+0000 mgr.y (mgr.25504) 1613 : cluster 0 pgmap v270: 161 pgs: 10 peering, 25 active+undersized+degraded, 34 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:59.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: audit 2023-12-06T15:12:58.247089+0000 mon.a (mon.0) 6655 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:59.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: audit 2023-12-06T15:12:58.731336+0000 mon.a (mon.0) 6656 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:59.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: audit 2023-12-06T15:12:58.733751+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:59.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:12:59 smithi150 bash[70025]: cluster 2023-12-06T15:12:59.215694+0000 mon.a (mon.0) 6658 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:12:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: debug 2023-12-06T15:12:59.210+0000 7f13ae1fd700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:12:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: cluster 2023-12-06T15:12:58.223148+0000 mgr.y (mgr.25504) 1610 : cluster 0 pgmap v269: 161 pgs: 10 peering, 25 active+undersized+degraded, 34 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:59.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: cephadm 2023-12-06T15:12:58.223694+0000 mgr.y (mgr.25504) 1611 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: cephadm 2023-12-06T15:12:58.225396+0000 mgr.y (mgr.25504) 1612 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: cluster 2023-12-06T15:12:58.233265+0000 mgr.y (mgr.25504) 1613 : cluster 0 pgmap v270: 161 pgs: 10 peering, 25 active+undersized+degraded, 34 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: audit 2023-12-06T15:12:58.247089+0000 mon.a (mon.0) 6655 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: audit 2023-12-06T15:12:58.731336+0000 mon.a (mon.0) 6656 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: audit 2023-12-06T15:12:58.733751+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[80542]: cluster 2023-12-06T15:12:59.215694+0000 mon.a (mon.0) 6658 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:12:59.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: cluster 2023-12-06T15:12:58.223148+0000 mgr.y (mgr.25504) 1610 : cluster 0 pgmap v269: 161 pgs: 10 peering, 25 active+undersized+degraded, 34 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: cephadm 2023-12-06T15:12:58.223694+0000 mgr.y (mgr.25504) 1611 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: cephadm 2023-12-06T15:12:58.225396+0000 mgr.y (mgr.25504) 1612 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: cluster 2023-12-06T15:12:58.233265+0000 mgr.y (mgr.25504) 1613 : cluster 0 pgmap v270: 161 pgs: 10 peering, 25 active+undersized+degraded, 34 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 83/630 objects degraded (13.175%) 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: audit 2023-12-06T15:12:58.247089+0000 mon.a (mon.0) 6655 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: audit 2023-12-06T15:12:58.731336+0000 mon.a (mon.0) 6656 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: audit 2023-12-06T15:12:58.733751+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:12:59.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:12:59 smithi116 bash[83021]: cluster 2023-12-06T15:12:59.215694+0000 mon.a (mon.0) 6658 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:13:00.831 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:00 smithi150 bash[70025]: audit 2023-12-06T15:12:59.990908+0000 mgr.y (mgr.25504) 1614 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:00 smithi116 bash[80542]: audit 2023-12-06T15:12:59.990908+0000 mgr.y (mgr.25504) 1614 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:00.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:00 smithi116 bash[83021]: audit 2023-12-06T15:12:59.990908+0000 mgr.y (mgr.25504) 1614 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:01.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:01 smithi150 bash[70025]: cluster 2023-12-06T15:13:00.234504+0000 mgr.y (mgr.25504) 1615 : cluster 0 pgmap v271: 161 pgs: 10 peering, 22 active+undersized+degraded, 30 active+undersized, 99 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:13:01.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:01 smithi150 bash[70025]: cluster 2023-12-06T15:13:00.545377+0000 mon.a (mon.0) 6659 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T15:13:01.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:01 smithi150 bash[70025]: audit 2023-12-06T15:13:01.182627+0000 mon.a (mon.0) 6660 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:01 smithi150 bash[70025]: audit 2023-12-06T15:13:01.192429+0000 mon.a (mon.0) 6661 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:01 smithi150 bash[70025]: audit 2023-12-06T15:13:01.201368+0000 mon.a (mon.0) 6662 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[80542]: cluster 2023-12-06T15:13:00.234504+0000 mgr.y (mgr.25504) 1615 : cluster 0 pgmap v271: 161 pgs: 10 peering, 22 active+undersized+degraded, 30 active+undersized, 99 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[80542]: cluster 2023-12-06T15:13:00.545377+0000 mon.a (mon.0) 6659 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[80542]: audit 2023-12-06T15:13:01.182627+0000 mon.a (mon.0) 6660 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[80542]: audit 2023-12-06T15:13:01.192429+0000 mon.a (mon.0) 6661 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[80542]: audit 2023-12-06T15:13:01.201368+0000 mon.a (mon.0) 6662 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[83021]: cluster 2023-12-06T15:13:00.234504+0000 mgr.y (mgr.25504) 1615 : cluster 0 pgmap v271: 161 pgs: 10 peering, 22 active+undersized+degraded, 30 active+undersized, 99 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:13:01.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[83021]: cluster 2023-12-06T15:13:00.545377+0000 mon.a (mon.0) 6659 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T15:13:01.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[83021]: audit 2023-12-06T15:13:01.182627+0000 mon.a (mon.0) 6660 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[83021]: audit 2023-12-06T15:13:01.192429+0000 mon.a (mon.0) 6661 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:01.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:01 smithi116 bash[83021]: audit 2023-12-06T15:13:01.201368+0000 mon.a (mon.0) 6662 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:02.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:02 smithi116 bash[80542]: cluster 2023-12-06T15:13:02.558494+0000 mon.a (mon.0) 6663 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/630 objects degraded (11.905%), 22 pgs degraded) 2023-12-06T15:13:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:13:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:13:02] "GET /metrics HTTP/1.1" 200 38378 "" "Prometheus/2.33.4" 2023-12-06T15:13:02.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:02 smithi116 bash[83021]: cluster 2023-12-06T15:13:02.558494+0000 mon.a (mon.0) 6663 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/630 objects degraded (11.905%), 22 pgs degraded) 2023-12-06T15:13:02.877 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:02 smithi150 bash[70025]: cluster 2023-12-06T15:13:02.558494+0000 mon.a (mon.0) 6663 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/630 objects degraded (11.905%), 22 pgs degraded) 2023-12-06T15:13:03.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:03 smithi116 bash[80542]: cluster 2023-12-06T15:13:02.236116+0000 mgr.y (mgr.25504) 1616 : cluster 0 pgmap v272: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2023-12-06T15:13:03.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:03 smithi116 bash[83021]: cluster 2023-12-06T15:13:02.236116+0000 mgr.y (mgr.25504) 1616 : cluster 0 pgmap v272: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2023-12-06T15:13:03.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:03 smithi150 bash[70025]: cluster 2023-12-06T15:13:02.236116+0000 mgr.y (mgr.25504) 1616 : cluster 0 pgmap v272: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2023-12-06T15:13:05.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:05 smithi116 bash[80542]: cluster 2023-12-06T15:13:04.237164+0000 mgr.y (mgr.25504) 1617 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 693 B/s rd, 0 op/s 2023-12-06T15:13:05.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:05 smithi116 bash[83021]: cluster 2023-12-06T15:13:04.237164+0000 mgr.y (mgr.25504) 1617 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 693 B/s rd, 0 op/s 2023-12-06T15:13:05.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:05 smithi150 bash[70025]: cluster 2023-12-06T15:13:04.237164+0000 mgr.y (mgr.25504) 1617 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 693 B/s rd, 0 op/s 2023-12-06T15:13:07.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:07 smithi116 bash[80542]: cluster 2023-12-06T15:13:06.238547+0000 mgr.y (mgr.25504) 1618 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:07.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:07 smithi116 bash[83021]: cluster 2023-12-06T15:13:06.238547+0000 mgr.y (mgr.25504) 1618 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:07.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:07 smithi150 bash[70025]: cluster 2023-12-06T15:13:06.238547+0000 mgr.y (mgr.25504) 1618 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:08.600 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T15:13:08.982 INFO:teuthology.orchestra.run.smithi116.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-06T15:13:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:08 smithi116 bash[80542]: audit 2023-12-06T15:13:07.917312+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:08 smithi116 bash[80542]: audit 2023-12-06T15:13:07.926996+0000 mon.a (mon.0) 6665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.176 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:08 smithi116 bash[80542]: audit 2023-12-06T15:13:07.935515+0000 mon.a (mon.0) 6666 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:08 smithi116 bash[83021]: audit 2023-12-06T15:13:07.917312+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:08 smithi116 bash[83021]: audit 2023-12-06T15:13:07.926996+0000 mon.a (mon.0) 6665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.176 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:08 smithi116 bash[83021]: audit 2023-12-06T15:13:07.935515+0000 mon.a (mon.0) 6666 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:08 smithi150 bash[70025]: audit 2023-12-06T15:13:07.917312+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:08 smithi150 bash[70025]: audit 2023-12-06T15:13:07.926996+0000 mon.a (mon.0) 6665 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:09.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:08 smithi150 bash[70025]: audit 2023-12-06T15:13:07.935515+0000 mon.a (mon.0) 6666 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:10.149 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T15:13:10.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:09 smithi150 bash[70025]: cluster 2023-12-06T15:13:08.239669+0000 mgr.y (mgr.25504) 1619 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 0 op/s 2023-12-06T15:13:10.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:09 smithi150 bash[70025]: audit 2023-12-06T15:13:08.583612+0000 mgr.y (mgr.25504) 1620 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:10.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:09 smithi150 bash[70025]: audit 2023-12-06T15:13:08.965815+0000 mgr.y (mgr.25504) 1621 : audit 0 from='client.34653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:10.350 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:09 smithi116 bash[80542]: cluster 2023-12-06T15:13:08.239669+0000 mgr.y (mgr.25504) 1619 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 0 op/s 2023-12-06T15:13:10.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:09 smithi116 bash[80542]: audit 2023-12-06T15:13:08.583612+0000 mgr.y (mgr.25504) 1620 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:10.351 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:09 smithi116 bash[80542]: audit 2023-12-06T15:13:08.965815+0000 mgr.y (mgr.25504) 1621 : audit 0 from='client.34653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:10.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:09 smithi116 bash[83021]: cluster 2023-12-06T15:13:08.239669+0000 mgr.y (mgr.25504) 1619 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 0 op/s 2023-12-06T15:13:10.351 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:09 smithi116 bash[83021]: audit 2023-12-06T15:13:08.583612+0000 mgr.y (mgr.25504) 1620 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:10.352 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:09 smithi116 bash[83021]: audit 2023-12-06T15:13:08.965815+0000 mgr.y (mgr.25504) 1621 : audit 0 from='client.34653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:11.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:10 smithi116 bash[80542]: audit 2023-12-06T15:13:09.998679+0000 mgr.y (mgr.25504) 1622 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:11.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:10 smithi116 bash[83021]: audit 2023-12-06T15:13:09.998679+0000 mgr.y (mgr.25504) 1622 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:11.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:10 smithi150 bash[70025]: audit 2023-12-06T15:13:09.998679+0000 mgr.y (mgr.25504) 1622 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:12.222 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:11 smithi116 bash[80542]: cluster 2023-12-06T15:13:10.240630+0000 mgr.y (mgr.25504) 1623 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:12.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:11 smithi116 bash[83021]: cluster 2023-12-06T15:13:10.240630+0000 mgr.y (mgr.25504) 1623 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:12.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:11 smithi150 bash[70025]: cluster 2023-12-06T15:13:10.240630+0000 mgr.y (mgr.25504) 1623 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:12.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:13:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:13:12] "GET /metrics HTTP/1.1" 200 38378 "" "Prometheus/2.33.4" 2023-12-06T15:13:14.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:13 smithi116 bash[80542]: cluster 2023-12-06T15:13:12.241555+0000 mgr.y (mgr.25504) 1624 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:14.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:13 smithi116 bash[80542]: audit 2023-12-06T15:13:13.731903+0000 mon.a (mon.0) 6667 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:14.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:13 smithi116 bash[80542]: audit 2023-12-06T15:13:13.734459+0000 mon.a (mon.0) 6668 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:14.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:13 smithi116 bash[83021]: cluster 2023-12-06T15:13:12.241555+0000 mgr.y (mgr.25504) 1624 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:14.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:13 smithi116 bash[83021]: audit 2023-12-06T15:13:13.731903+0000 mon.a (mon.0) 6667 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:14.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:13 smithi116 bash[83021]: audit 2023-12-06T15:13:13.734459+0000 mon.a (mon.0) 6668 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:14.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:13 smithi150 bash[70025]: cluster 2023-12-06T15:13:12.241555+0000 mgr.y (mgr.25504) 1624 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:14.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:13 smithi150 bash[70025]: audit 2023-12-06T15:13:13.731903+0000 mon.a (mon.0) 6667 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:14.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:13 smithi150 bash[70025]: audit 2023-12-06T15:13:13.734459+0000 mon.a (mon.0) 6668 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:15.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:15 smithi116 bash[83021]: audit 2023-12-06T15:13:14.101865+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:15.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:15 smithi116 bash[80542]: audit 2023-12-06T15:13:14.101865+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:15.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:15 smithi150 bash[70025]: audit 2023-12-06T15:13:14.101865+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:15.550 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:13:15.550 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 7s ago 24m - - 2023-12-06T15:13:15.550 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 14s ago 24m - - 2023-12-06T15:13:15.550 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (10m) 7s ago 17m 17.0M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (9m) 14s ago 16m 43.5M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (8m) 7s ago 14m 49.1M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (7m) 14s ago 23m 436M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (8m) 7s ago 25m 519M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (7m) 7s ago 25m 78.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (6m) 14s ago 23m 54.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (6m) 7s ago 24m 58.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (10m) 7s ago 17m 12.3M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (9m) 14s ago 17m 12.7M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (5m) 7s ago 23m 55.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (4m) 7s ago 22m 58.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (3m) 7s ago 21m 51.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (3m) 7s ago 21m 54.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (2m) 14s ago 20m 54.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e b4298365e8d0 2023-12-06T15:13:15.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (103s) 14s ago 19m 50.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 746b57a9a831 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (65s) 14s ago 19m 48.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e d64aff835c0f 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (26s) 14s ago 18m 49.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 2c087835b699 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (8m) 14s ago 17m 66.7M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (15m) 7s ago 15m 89.8M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (15m) 14s ago 15m 90.5M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (14m) 7s ago 14m 89.2M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:13:15.552 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (14m) 14s ago 14m 89.4M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:13:16.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:16 smithi116 bash[80542]: cluster 2023-12-06T15:13:14.242670+0000 mgr.y (mgr.25504) 1625 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:16.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:16 smithi116 bash[83021]: cluster 2023-12-06T15:13:14.242670+0000 mgr.y (mgr.25504) 1625 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:16.435 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T15:13:16.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:16 smithi150 bash[70025]: cluster 2023-12-06T15:13:14.242670+0000 mgr.y (mgr.25504) 1625 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:17.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:17 smithi116 bash[80542]: audit 2023-12-06T15:13:15.524487+0000 mgr.y (mgr.25504) 1626 : audit 0 from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:17 smithi116 bash[83021]: audit 2023-12-06T15:13:15.524487+0000 mgr.y (mgr.25504) 1626 : audit 0 from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:17 smithi150 bash[70025]: audit 2023-12-06T15:13:15.524487+0000 mgr.y (mgr.25504) 1626 : audit 0 from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.126 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:18 smithi116 bash[80542]: cluster 2023-12-06T15:13:16.244180+0000 mgr.y (mgr.25504) 1627 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:18.390 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:18 smithi116 bash[83021]: cluster 2023-12-06T15:13:16.244180+0000 mgr.y (mgr.25504) 1627 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:18.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:18 smithi150 bash[70025]: cluster 2023-12-06T15:13:16.244180+0000 mgr.y (mgr.25504) 1627 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:20.270 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:20 smithi116 bash[80542]: cluster 2023-12-06T15:13:18.245337+0000 mgr.y (mgr.25504) 1628 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:20.270 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:20 smithi116 bash[83021]: cluster 2023-12-06T15:13:18.245337+0000 mgr.y (mgr.25504) 1628 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:20.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:20 smithi150 bash[70025]: cluster 2023-12-06T15:13:18.245337+0000 mgr.y (mgr.25504) 1628 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:13:20.716 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:13:20.717 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:13:21.142 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:21 smithi116 bash[83021]: audit 2023-12-06T15:13:20.009550+0000 mgr.y (mgr.25504) 1629 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:21.142 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:21 smithi116 bash[83021]: audit 2023-12-06T15:13:20.713892+0000 mon.a (mon.0) 6670 : audit 0 from='client.? 172.21.15.116:0/565933081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:21.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:21 smithi116 bash[80542]: audit 2023-12-06T15:13:20.009550+0000 mgr.y (mgr.25504) 1629 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:21.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:21 smithi116 bash[80542]: audit 2023-12-06T15:13:20.713892+0000 mon.a (mon.0) 6670 : audit 0 from='client.? 172.21.15.116:0/565933081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:21.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:21 smithi150 bash[70025]: audit 2023-12-06T15:13:20.009550+0000 mgr.y (mgr.25504) 1629 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:21.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:21 smithi150 bash[70025]: audit 2023-12-06T15:13:20.713892+0000 mon.a (mon.0) 6670 : audit 0 from='client.? 172.21.15.116:0/565933081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:21.547 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T15:13:22.404 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[80542]: cluster 2023-12-06T15:13:20.246279+0000 mgr.y (mgr.25504) 1630 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[80542]: audit 2023-12-06T15:13:21.367830+0000 mon.a (mon.0) 6671 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[80542]: audit 2023-12-06T15:13:21.375645+0000 mon.a (mon.0) 6672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.405 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[80542]: audit 2023-12-06T15:13:21.385113+0000 mon.a (mon.0) 6673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[83021]: cluster 2023-12-06T15:13:20.246279+0000 mgr.y (mgr.25504) 1630 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:22.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[83021]: audit 2023-12-06T15:13:21.367830+0000 mon.a (mon.0) 6671 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[83021]: audit 2023-12-06T15:13:21.375645+0000 mon.a (mon.0) 6672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.406 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[83021]: audit 2023-12-06T15:13:21.385113+0000 mon.a (mon.0) 6673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:22 smithi150 bash[70025]: cluster 2023-12-06T15:13:20.246279+0000 mgr.y (mgr.25504) 1630 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:22 smithi150 bash[70025]: audit 2023-12-06T15:13:21.367830+0000 mon.a (mon.0) 6671 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:22 smithi150 bash[70025]: audit 2023-12-06T15:13:21.375645+0000 mon.a (mon.0) 6672 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.442 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:22 smithi150 bash[70025]: audit 2023-12-06T15:13:21.385113+0000 mon.a (mon.0) 6673 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:22.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:13:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:13:22] "GET /metrics HTTP/1.1" 200 38590 "" "Prometheus/2.33.4" 2023-12-06T15:13:24.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:24 smithi116 bash[80542]: cluster 2023-12-06T15:13:22.247871+0000 mgr.y (mgr.25504) 1631 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:24.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:24 smithi116 bash[83021]: cluster 2023-12-06T15:13:22.247871+0000 mgr.y (mgr.25504) 1631 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:24.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:24 smithi150 bash[70025]: cluster 2023-12-06T15:13:22.247871+0000 mgr.y (mgr.25504) 1631 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:24.527 INFO:teuthology.orchestra.run.smithi116.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T15:13:25.410 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 60' 2023-12-06T15:13:26.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:26 smithi116 bash[80542]: cluster 2023-12-06T15:13:24.248959+0000 mgr.y (mgr.25504) 1632 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:26.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:26 smithi116 bash[83021]: cluster 2023-12-06T15:13:24.248959+0000 mgr.y (mgr.25504) 1632 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:26.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:26 smithi150 bash[70025]: cluster 2023-12-06T15:13:24.248959+0000 mgr.y (mgr.25504) 1632 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[80542]: cluster 2023-12-06T15:13:26.250349+0000 mgr.y (mgr.25504) 1633 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[80542]: audit 2023-12-06T15:13:28.090284+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[80542]: audit 2023-12-06T15:13:28.100081+0000 mon.a (mon.0) 6675 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[80542]: audit 2023-12-06T15:13:28.108400+0000 mon.a (mon.0) 6676 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[83021]: cluster 2023-12-06T15:13:26.250349+0000 mgr.y (mgr.25504) 1633 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[83021]: audit 2023-12-06T15:13:28.090284+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[83021]: audit 2023-12-06T15:13:28.100081+0000 mon.a (mon.0) 6675 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.419 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:28 smithi116 bash[83021]: audit 2023-12-06T15:13:28.108400+0000 mon.a (mon.0) 6676 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:28 smithi150 bash[70025]: cluster 2023-12-06T15:13:26.250349+0000 mgr.y (mgr.25504) 1633 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:28.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:28 smithi150 bash[70025]: audit 2023-12-06T15:13:28.090284+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:28 smithi150 bash[70025]: audit 2023-12-06T15:13:28.100081+0000 mon.a (mon.0) 6675 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:28.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:28 smithi150 bash[70025]: audit 2023-12-06T15:13:28.108400+0000 mon.a (mon.0) 6676 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:29.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:29 smithi116 bash[80542]: audit 2023-12-06T15:13:28.726178+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:29.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:29 smithi116 bash[83021]: audit 2023-12-06T15:13:28.726178+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:29.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:29 smithi150 bash[70025]: audit 2023-12-06T15:13:28.726178+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:30.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:30 smithi116 bash[80542]: cluster 2023-12-06T15:13:28.251433+0000 mgr.y (mgr.25504) 1634 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:30.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:30 smithi116 bash[83021]: cluster 2023-12-06T15:13:28.251433+0000 mgr.y (mgr.25504) 1634 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:30.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:30 smithi150 bash[70025]: cluster 2023-12-06T15:13:28.251433+0000 mgr.y (mgr.25504) 1634 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:31.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:31 smithi150 bash[70025]: audit 2023-12-06T15:13:30.018553+0000 mgr.y (mgr.25504) 1635 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:31.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:31 smithi116 bash[80542]: audit 2023-12-06T15:13:30.018553+0000 mgr.y (mgr.25504) 1635 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:31.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:31 smithi116 bash[83021]: audit 2023-12-06T15:13:30.018553+0000 mgr.y (mgr.25504) 1635 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:32.403 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:32 smithi116 bash[80542]: cluster 2023-12-06T15:13:30.252389+0000 mgr.y (mgr.25504) 1636 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:32.404 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:32 smithi116 bash[83021]: cluster 2023-12-06T15:13:30.252389+0000 mgr.y (mgr.25504) 1636 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:32.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:32 smithi150 bash[70025]: cluster 2023-12-06T15:13:30.252389+0000 mgr.y (mgr.25504) 1636 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:32.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:13:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:13:32] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2023-12-06T15:13:34.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:34 smithi150 bash[70025]: cluster 2023-12-06T15:13:32.253964+0000 mgr.y (mgr.25504) 1637 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:34.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:34 smithi116 bash[80542]: cluster 2023-12-06T15:13:32.253964+0000 mgr.y (mgr.25504) 1637 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:34.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:34 smithi116 bash[83021]: cluster 2023-12-06T15:13:32.253964+0000 mgr.y (mgr.25504) 1637 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:36.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:36 smithi150 bash[70025]: cluster 2023-12-06T15:13:34.255042+0000 mgr.y (mgr.25504) 1638 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:36.604 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:36 smithi116 bash[80542]: cluster 2023-12-06T15:13:34.255042+0000 mgr.y (mgr.25504) 1638 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:36.605 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:36 smithi116 bash[83021]: cluster 2023-12-06T15:13:34.255042+0000 mgr.y (mgr.25504) 1638 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:38.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:38 smithi116 bash[80542]: cluster 2023-12-06T15:13:36.256484+0000 mgr.y (mgr.25504) 1639 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:38.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:38 smithi116 bash[83021]: cluster 2023-12-06T15:13:36.256484+0000 mgr.y (mgr.25504) 1639 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:38.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:38 smithi150 bash[70025]: cluster 2023-12-06T15:13:36.256484+0000 mgr.y (mgr.25504) 1639 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:39.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:39 smithi116 bash[80542]: cluster 2023-12-06T15:13:38.257704+0000 mgr.y (mgr.25504) 1640 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:39.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:39 smithi116 bash[83021]: cluster 2023-12-06T15:13:38.257704+0000 mgr.y (mgr.25504) 1640 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:39.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:39 smithi150 bash[70025]: cluster 2023-12-06T15:13:38.257704+0000 mgr.y (mgr.25504) 1640 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:40.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:40 smithi116 bash[80542]: audit 2023-12-06T15:13:40.029484+0000 mgr.y (mgr.25504) 1641 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:40 smithi116 bash[83021]: audit 2023-12-06T15:13:40.029484+0000 mgr.y (mgr.25504) 1641 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:40.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:40 smithi150 bash[70025]: audit 2023-12-06T15:13:40.029484+0000 mgr.y (mgr.25504) 1641 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:41.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:41 smithi150 bash[70025]: cluster 2023-12-06T15:13:40.258673+0000 mgr.y (mgr.25504) 1642 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:41.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:41 smithi116 bash[80542]: cluster 2023-12-06T15:13:40.258673+0000 mgr.y (mgr.25504) 1642 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:41.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:41 smithi116 bash[83021]: cluster 2023-12-06T15:13:40.258673+0000 mgr.y (mgr.25504) 1642 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:42.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:13:42] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2023-12-06T15:13:42.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[80542]: audit 2023-12-06T15:13:41.586187+0000 mon.a (mon.0) 6678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[80542]: audit 2023-12-06T15:13:41.594244+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.669 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[80542]: audit 2023-12-06T15:13:41.606120+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[83021]: audit 2023-12-06T15:13:41.586187+0000 mon.a (mon.0) 6678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[83021]: audit 2023-12-06T15:13:41.594244+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:42 smithi116 bash[83021]: audit 2023-12-06T15:13:41.606120+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.830 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:42 smithi150 bash[70025]: audit 2023-12-06T15:13:41.586187+0000 mon.a (mon.0) 6678 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.830 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:42 smithi150 bash[70025]: audit 2023-12-06T15:13:41.594244+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:42.830 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:42 smithi150 bash[70025]: audit 2023-12-06T15:13:41.606120+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:43.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:43 smithi150 bash[70025]: cluster 2023-12-06T15:13:42.260262+0000 mgr.y (mgr.25504) 1643 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:43.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:43 smithi116 bash[80542]: cluster 2023-12-06T15:13:42.260262+0000 mgr.y (mgr.25504) 1643 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:43.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:43 smithi116 bash[83021]: cluster 2023-12-06T15:13:42.260262+0000 mgr.y (mgr.25504) 1643 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:44.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:44 smithi116 bash[80542]: audit 2023-12-06T15:13:43.726692+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:44.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:44 smithi116 bash[83021]: audit 2023-12-06T15:13:43.726692+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:44.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:44 smithi150 bash[70025]: audit 2023-12-06T15:13:43.726692+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:45.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:45 smithi150 bash[70025]: cluster 2023-12-06T15:13:44.261429+0000 mgr.y (mgr.25504) 1644 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:45.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:45 smithi116 bash[80542]: cluster 2023-12-06T15:13:44.261429+0000 mgr.y (mgr.25504) 1644 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:45.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:45 smithi116 bash[83021]: cluster 2023-12-06T15:13:44.261429+0000 mgr.y (mgr.25504) 1644 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:47.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:47 smithi116 bash[80542]: cluster 2023-12-06T15:13:46.262939+0000 mgr.y (mgr.25504) 1645 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:47.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:47 smithi116 bash[83021]: cluster 2023-12-06T15:13:46.262939+0000 mgr.y (mgr.25504) 1645 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:47.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:47 smithi150 bash[70025]: cluster 2023-12-06T15:13:46.262939+0000 mgr.y (mgr.25504) 1645 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[80542]: cluster 2023-12-06T15:13:48.264058+0000 mgr.y (mgr.25504) 1646 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[80542]: audit 2023-12-06T15:13:48.289716+0000 mon.a (mon.0) 6682 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[80542]: audit 2023-12-06T15:13:48.300833+0000 mon.a (mon.0) 6683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[80542]: audit 2023-12-06T15:13:48.310146+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[83021]: cluster 2023-12-06T15:13:48.264058+0000 mgr.y (mgr.25504) 1646 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[83021]: audit 2023-12-06T15:13:48.289716+0000 mon.a (mon.0) 6682 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[83021]: audit 2023-12-06T15:13:48.300833+0000 mon.a (mon.0) 6683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:49 smithi116 bash[83021]: audit 2023-12-06T15:13:48.310146+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.691 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:49 smithi150 bash[70025]: cluster 2023-12-06T15:13:48.264058+0000 mgr.y (mgr.25504) 1646 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:49.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:49 smithi150 bash[70025]: audit 2023-12-06T15:13:48.289716+0000 mon.a (mon.0) 6682 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:49 smithi150 bash[70025]: audit 2023-12-06T15:13:48.300833+0000 mon.a (mon.0) 6683 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:49.692 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:49 smithi150 bash[70025]: audit 2023-12-06T15:13:48.310146+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:50.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:50 smithi116 bash[80542]: audit 2023-12-06T15:13:50.040840+0000 mgr.y (mgr.25504) 1647 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:50.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:50 smithi116 bash[83021]: audit 2023-12-06T15:13:50.040840+0000 mgr.y (mgr.25504) 1647 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:50.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:50 smithi150 bash[70025]: audit 2023-12-06T15:13:50.040840+0000 mgr.y (mgr.25504) 1647 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:51.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:51 smithi116 bash[80542]: cluster 2023-12-06T15:13:50.265066+0000 mgr.y (mgr.25504) 1648 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:51.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:51 smithi116 bash[83021]: cluster 2023-12-06T15:13:50.265066+0000 mgr.y (mgr.25504) 1648 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:51.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:51 smithi150 bash[70025]: cluster 2023-12-06T15:13:50.265066+0000 mgr.y (mgr.25504) 1648 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:52.417 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:13:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:13:52] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-06T15:13:53.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:53 smithi116 bash[80542]: cluster 2023-12-06T15:13:52.266296+0000 mgr.y (mgr.25504) 1649 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:53.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:53 smithi116 bash[83021]: cluster 2023-12-06T15:13:52.266296+0000 mgr.y (mgr.25504) 1649 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:53.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:53 smithi150 bash[70025]: cluster 2023-12-06T15:13:52.266296+0000 mgr.y (mgr.25504) 1649 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:55.668 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:55 smithi116 bash[80542]: cluster 2023-12-06T15:13:54.267318+0000 mgr.y (mgr.25504) 1650 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:56.830 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:55 smithi116 bash[83021]: cluster 2023-12-06T15:13:54.267318+0000 mgr.y (mgr.25504) 1650 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:56.831 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:55 smithi150 bash[70025]: cluster 2023-12-06T15:13:54.267318+0000 mgr.y (mgr.25504) 1650 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:57.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:57 smithi116 bash[80542]: cluster 2023-12-06T15:13:56.268843+0000 mgr.y (mgr.25504) 1651 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:57.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:57 smithi116 bash[83021]: cluster 2023-12-06T15:13:56.268843+0000 mgr.y (mgr.25504) 1651 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:57.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:57 smithi150 bash[70025]: cluster 2023-12-06T15:13:56.268843+0000 mgr.y (mgr.25504) 1651 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:58 smithi116 bash[80542]: audit 2023-12-06T15:13:58.337582+0000 mon.a (mon.0) 6685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:58 smithi116 bash[80542]: audit 2023-12-06T15:13:58.339224+0000 mon.a (mon.0) 6686 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:58.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:58 smithi116 bash[80542]: audit 2023-12-06T15:13:58.348473+0000 mon.a (mon.0) 6687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:58.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:58 smithi116 bash[83021]: audit 2023-12-06T15:13:58.337582+0000 mon.a (mon.0) 6685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:58.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:58 smithi116 bash[83021]: audit 2023-12-06T15:13:58.339224+0000 mon.a (mon.0) 6686 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:58.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:58 smithi116 bash[83021]: audit 2023-12-06T15:13:58.348473+0000 mon.a (mon.0) 6687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:58.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:58 smithi150 bash[70025]: audit 2023-12-06T15:13:58.337582+0000 mon.a (mon.0) 6685 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:58.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:58 smithi150 bash[70025]: audit 2023-12-06T15:13:58.339224+0000 mon.a (mon.0) 6686 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:58.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:58 smithi150 bash[70025]: audit 2023-12-06T15:13:58.348473+0000 mon.a (mon.0) 6687 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:13:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:59 smithi116 bash[80542]: cluster 2023-12-06T15:13:58.269947+0000 mgr.y (mgr.25504) 1652 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:59.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:13:59 smithi116 bash[80542]: audit 2023-12-06T15:13:58.726954+0000 mon.a (mon.0) 6688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:59 smithi116 bash[83021]: cluster 2023-12-06T15:13:58.269947+0000 mgr.y (mgr.25504) 1652 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:59.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:13:59 smithi116 bash[83021]: audit 2023-12-06T15:13:58.726954+0000 mon.a (mon.0) 6688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:59.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:59 smithi150 bash[70025]: cluster 2023-12-06T15:13:58.269947+0000 mgr.y (mgr.25504) 1652 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:59.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:13:59 smithi150 bash[70025]: audit 2023-12-06T15:13:58.726954+0000 mon.a (mon.0) 6688 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:00.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:00 smithi116 bash[80542]: audit 2023-12-06T15:14:00.050904+0000 mgr.y (mgr.25504) 1653 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:00.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:00 smithi116 bash[83021]: audit 2023-12-06T15:14:00.050904+0000 mgr.y (mgr.25504) 1653 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:00.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:00 smithi150 bash[70025]: audit 2023-12-06T15:14:00.050904+0000 mgr.y (mgr.25504) 1653 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:01.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:01 smithi116 bash[80542]: cluster 2023-12-06T15:14:00.270921+0000 mgr.y (mgr.25504) 1654 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:01.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:01 smithi116 bash[83021]: cluster 2023-12-06T15:14:00.270921+0000 mgr.y (mgr.25504) 1654 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:01.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:01 smithi150 bash[70025]: cluster 2023-12-06T15:14:00.270921+0000 mgr.y (mgr.25504) 1654 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:02.668 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:14:02] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-06T15:14:03.122 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:02 smithi150 bash[70025]: audit 2023-12-06T15:14:01.766496+0000 mon.a (mon.0) 6689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.122 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:02 smithi150 bash[70025]: audit 2023-12-06T15:14:01.779371+0000 mon.a (mon.0) 6690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.122 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:02 smithi150 bash[70025]: audit 2023-12-06T15:14:01.789451+0000 mon.a (mon.0) 6691 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[80542]: audit 2023-12-06T15:14:01.766496+0000 mon.a (mon.0) 6689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[80542]: audit 2023-12-06T15:14:01.779371+0000 mon.a (mon.0) 6690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[80542]: audit 2023-12-06T15:14:01.789451+0000 mon.a (mon.0) 6691 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[83021]: audit 2023-12-06T15:14:01.766496+0000 mon.a (mon.0) 6689 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[83021]: audit 2023-12-06T15:14:01.779371+0000 mon.a (mon.0) 6690 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:03.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:02 smithi116 bash[83021]: audit 2023-12-06T15:14:01.789451+0000 mon.a (mon.0) 6691 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:04.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:03 smithi116 bash[80542]: cluster 2023-12-06T15:14:02.272722+0000 mgr.y (mgr.25504) 1655 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:04.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:03 smithi116 bash[83021]: cluster 2023-12-06T15:14:02.272722+0000 mgr.y (mgr.25504) 1655 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:04.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:03 smithi150 bash[70025]: cluster 2023-12-06T15:14:02.272722+0000 mgr.y (mgr.25504) 1655 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:06.058 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:05 smithi150 bash[70025]: cluster 2023-12-06T15:14:04.273783+0000 mgr.y (mgr.25504) 1656 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:06.167 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:05 smithi116 bash[80542]: cluster 2023-12-06T15:14:04.273783+0000 mgr.y (mgr.25504) 1656 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:06.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:05 smithi116 bash[83021]: cluster 2023-12-06T15:14:04.273783+0000 mgr.y (mgr.25504) 1656 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:08.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:07 smithi116 bash[80542]: cluster 2023-12-06T15:14:06.275208+0000 mgr.y (mgr.25504) 1657 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:08.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:07 smithi116 bash[83021]: cluster 2023-12-06T15:14:06.275208+0000 mgr.y (mgr.25504) 1657 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:08.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:07 smithi150 bash[70025]: cluster 2023-12-06T15:14:06.275208+0000 mgr.y (mgr.25504) 1657 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:09.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[83021]: cluster 2023-12-06T15:14:08.276365+0000 mgr.y (mgr.25504) 1658 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:09.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[83021]: audit 2023-12-06T15:14:08.497501+0000 mon.a (mon.0) 6692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[83021]: audit 2023-12-06T15:14:08.507763+0000 mon.a (mon.0) 6693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[83021]: audit 2023-12-06T15:14:08.516146+0000 mon.a (mon.0) 6694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[80542]: cluster 2023-12-06T15:14:08.276365+0000 mgr.y (mgr.25504) 1658 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[80542]: audit 2023-12-06T15:14:08.497501+0000 mon.a (mon.0) 6692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[80542]: audit 2023-12-06T15:14:08.507763+0000 mon.a (mon.0) 6693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:09 smithi116 bash[80542]: audit 2023-12-06T15:14:08.516146+0000 mon.a (mon.0) 6694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:09 smithi150 bash[70025]: cluster 2023-12-06T15:14:08.276365+0000 mgr.y (mgr.25504) 1658 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:09.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:09 smithi150 bash[70025]: audit 2023-12-06T15:14:08.497501+0000 mon.a (mon.0) 6692 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:09 smithi150 bash[70025]: audit 2023-12-06T15:14:08.507763+0000 mon.a (mon.0) 6693 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:09.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:09 smithi150 bash[70025]: audit 2023-12-06T15:14:08.516146+0000 mon.a (mon.0) 6694 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:10.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:10 smithi116 bash[80542]: audit 2023-12-06T15:14:10.061543+0000 mgr.y (mgr.25504) 1659 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:10.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:10 smithi116 bash[83021]: audit 2023-12-06T15:14:10.061543+0000 mgr.y (mgr.25504) 1659 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:10.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:10 smithi150 bash[70025]: audit 2023-12-06T15:14:10.061543+0000 mgr.y (mgr.25504) 1659 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:11.757 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:11 smithi116 bash[80542]: cluster 2023-12-06T15:14:10.277283+0000 mgr.y (mgr.25504) 1660 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:11.758 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:11 smithi116 bash[83021]: cluster 2023-12-06T15:14:10.277283+0000 mgr.y (mgr.25504) 1660 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:11.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:11 smithi150 bash[70025]: cluster 2023-12-06T15:14:10.277283+0000 mgr.y (mgr.25504) 1660 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:12.670 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:12 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:14:12] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-06T15:14:13.667 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:13 smithi116 bash[80542]: cluster 2023-12-06T15:14:12.278872+0000 mgr.y (mgr.25504) 1661 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:13.668 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:13 smithi116 bash[83021]: cluster 2023-12-06T15:14:12.278872+0000 mgr.y (mgr.25504) 1661 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:13.942 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:13 smithi150 bash[70025]: cluster 2023-12-06T15:14:12.278872+0000 mgr.y (mgr.25504) 1661 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:14.865 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:14 smithi116 bash[80542]: audit 2023-12-06T15:14:13.727572+0000 mon.a (mon.0) 6695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:14.866 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:14 smithi116 bash[83021]: audit 2023-12-06T15:14:13.727572+0000 mon.a (mon.0) 6695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:14.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:14 smithi150 bash[70025]: audit 2023-12-06T15:14:13.727572+0000 mon.a (mon.0) 6695 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:15 smithi116 bash[80542]: cluster 2023-12-06T15:14:14.279964+0000 mgr.y (mgr.25504) 1662 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:15.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:15 smithi116 bash[83021]: cluster 2023-12-06T15:14:14.279964+0000 mgr.y (mgr.25504) 1662 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:15.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:15 smithi150 bash[70025]: cluster 2023-12-06T15:14:14.279964+0000 mgr.y (mgr.25504) 1662 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:17.917 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:17 smithi116 bash[80542]: cluster 2023-12-06T15:14:16.281452+0000 mgr.y (mgr.25504) 1663 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:17.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:17 smithi116 bash[83021]: cluster 2023-12-06T15:14:16.281452+0000 mgr.y (mgr.25504) 1663 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:17.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:17 smithi150 bash[70025]: cluster 2023-12-06T15:14:16.281452+0000 mgr.y (mgr.25504) 1663 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:19.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:19 smithi116 bash[80542]: cluster 2023-12-06T15:14:18.282587+0000 mgr.y (mgr.25504) 1664 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:19.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:19 smithi116 bash[83021]: cluster 2023-12-06T15:14:18.282587+0000 mgr.y (mgr.25504) 1664 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:19.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:19 smithi150 bash[70025]: cluster 2023-12-06T15:14:18.282587+0000 mgr.y (mgr.25504) 1664 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:20.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:20 smithi116 bash[80542]: audit 2023-12-06T15:14:20.069444+0000 mgr.y (mgr.25504) 1665 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:20.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:20 smithi116 bash[83021]: audit 2023-12-06T15:14:20.069444+0000 mgr.y (mgr.25504) 1665 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:20.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:20 smithi150 bash[70025]: audit 2023-12-06T15:14:20.069444+0000 mgr.y (mgr.25504) 1665 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:21.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:21 smithi116 bash[80542]: cluster 2023-12-06T15:14:20.283494+0000 mgr.y (mgr.25504) 1666 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:21.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:21 smithi116 bash[83021]: cluster 2023-12-06T15:14:20.283494+0000 mgr.y (mgr.25504) 1666 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:21.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:21 smithi150 bash[70025]: cluster 2023-12-06T15:14:20.283494+0000 mgr.y (mgr.25504) 1666 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:22.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:14:22] "GET /metrics HTTP/1.1" 200 38588 "" "Prometheus/2.33.4" 2023-12-06T15:14:23.091 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:22 smithi150 bash[70025]: audit 2023-12-06T15:14:21.949548+0000 mon.a (mon.0) 6696 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.091 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:22 smithi150 bash[70025]: audit 2023-12-06T15:14:21.959525+0000 mon.a (mon.0) 6697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.091 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:22 smithi150 bash[70025]: audit 2023-12-06T15:14:21.969922+0000 mon.a (mon.0) 6698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[80542]: audit 2023-12-06T15:14:21.949548+0000 mon.a (mon.0) 6696 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[80542]: audit 2023-12-06T15:14:21.959525+0000 mon.a (mon.0) 6697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[80542]: audit 2023-12-06T15:14:21.969922+0000 mon.a (mon.0) 6698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[83021]: audit 2023-12-06T15:14:21.949548+0000 mon.a (mon.0) 6696 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[83021]: audit 2023-12-06T15:14:21.959525+0000 mon.a (mon.0) 6697 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:23.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:22 smithi116 bash[83021]: audit 2023-12-06T15:14:21.969922+0000 mon.a (mon.0) 6698 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:24.166 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:23 smithi150 bash[70025]: cluster 2023-12-06T15:14:22.285098+0000 mgr.y (mgr.25504) 1667 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:24.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:23 smithi116 bash[80542]: cluster 2023-12-06T15:14:22.285098+0000 mgr.y (mgr.25504) 1667 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:24.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:23 smithi116 bash[83021]: cluster 2023-12-06T15:14:22.285098+0000 mgr.y (mgr.25504) 1667 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:26.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:25 smithi116 bash[80542]: cluster 2023-12-06T15:14:24.286110+0000 mgr.y (mgr.25504) 1668 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:26.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:25 smithi116 bash[83021]: cluster 2023-12-06T15:14:24.286110+0000 mgr.y (mgr.25504) 1668 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:26.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:25 smithi150 bash[70025]: cluster 2023-12-06T15:14:24.286110+0000 mgr.y (mgr.25504) 1668 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:28.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:27 smithi116 bash[80542]: cluster 2023-12-06T15:14:26.287643+0000 mgr.y (mgr.25504) 1669 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:28.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:27 smithi116 bash[83021]: cluster 2023-12-06T15:14:26.287643+0000 mgr.y (mgr.25504) 1669 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:28.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:27 smithi150 bash[70025]: cluster 2023-12-06T15:14:26.287643+0000 mgr.y (mgr.25504) 1669 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:29.508 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T15:14:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[80542]: cluster 2023-12-06T15:14:28.288819+0000 mgr.y (mgr.25504) 1670 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[80542]: audit 2023-12-06T15:14:28.670772+0000 mon.a (mon.0) 6699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[80542]: audit 2023-12-06T15:14:28.681742+0000 mon.a (mon.0) 6700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[80542]: audit 2023-12-06T15:14:28.692060+0000 mon.a (mon.0) 6701 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[80542]: audit 2023-12-06T15:14:28.727873+0000 mon.a (mon.0) 6702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[83021]: cluster 2023-12-06T15:14:28.288819+0000 mgr.y (mgr.25504) 1670 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[83021]: audit 2023-12-06T15:14:28.670772+0000 mon.a (mon.0) 6699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[83021]: audit 2023-12-06T15:14:28.681742+0000 mon.a (mon.0) 6700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[83021]: audit 2023-12-06T15:14:28.692060+0000 mon.a (mon.0) 6701 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.919 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:29 smithi116 bash[83021]: audit 2023-12-06T15:14:28.727873+0000 mon.a (mon.0) 6702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:29 smithi150 bash[70025]: cluster 2023-12-06T15:14:28.288819+0000 mgr.y (mgr.25504) 1670 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:29 smithi150 bash[70025]: audit 2023-12-06T15:14:28.670772+0000 mon.a (mon.0) 6699 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:29 smithi150 bash[70025]: audit 2023-12-06T15:14:28.681742+0000 mon.a (mon.0) 6700 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:29 smithi150 bash[70025]: audit 2023-12-06T15:14:28.692060+0000 mon.a (mon.0) 6701 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:29.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:29 smithi150 bash[70025]: audit 2023-12-06T15:14:28.727873+0000 mon.a (mon.0) 6702 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:30.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:30 smithi150 bash[70025]: audit 2023-12-06T15:14:30.080733+0000 mgr.y (mgr.25504) 1671 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:31.014 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:30 smithi116 bash[80542]: audit 2023-12-06T15:14:30.080733+0000 mgr.y (mgr.25504) 1671 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:31.014 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:30 smithi116 bash[83021]: audit 2023-12-06T15:14:30.080733+0000 mgr.y (mgr.25504) 1671 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:31.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:31 smithi150 bash[70025]: cluster 2023-12-06T15:14:30.289764+0000 mgr.y (mgr.25504) 1672 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:32.102 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:31 smithi116 bash[80542]: cluster 2023-12-06T15:14:30.289764+0000 mgr.y (mgr.25504) 1672 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:32.102 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:31 smithi116 bash[83021]: cluster 2023-12-06T15:14:30.289764+0000 mgr.y (mgr.25504) 1672 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:14:32.539 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:32 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:14:32] "GET /metrics HTTP/1.1" 200 38588 "" "Prometheus/2.33.4" 2023-12-06T15:14:34.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:33 smithi116 bash[80542]: cluster 2023-12-06T15:14:32.290909+0000 mgr.y (mgr.25504) 1673 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:34.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:33 smithi116 bash[83021]: cluster 2023-12-06T15:14:32.290909+0000 mgr.y (mgr.25504) 1673 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:34.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:33 smithi150 bash[70025]: cluster 2023-12-06T15:14:32.290909+0000 mgr.y (mgr.25504) 1673 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:35.320 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi116 smithi116 running 6s ago 25m - - 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:agent.smithi150 smithi150 running 13s ago 25m - - 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.a smithi116 *:9093,9094 running (11m) 6s ago 18m 17.0M - 0.23.0 ba2b418f427c 535ffe4c85a2 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.a smithi150 *:3000 running (10m) 13s ago 18m 45.0M - 8.3.5 dad864ee21e9 c88a46dcdcb9 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:iscsi.foo.smithi116.yvomyx smithi116 running (10m) 6s ago 15m 49.4M - 3.5 e1d6a67b021e 67735ce5e6ba 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.x smithi150 *:8443,9283,8765 running (9m) 13s ago 24m 436M - 19.0.0-26-g0482646f 26bb7d89db2e ae408983082e 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.y smithi116 *:8443,9283,8765 running (10m) 6s ago 26m 520M - 19.0.0-26-g0482646f 26bb7d89db2e 0d3a23077855 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (8m) 6s ago 27m 81.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e cfbee06a33bf 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:mon.b smithi150 running (7m) 13s ago 25m 54.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 9d7a75284522 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:mon.c smithi116 running (8m) 6s ago 25m 60.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 4a09f46d4a85 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.a smithi116 *:9100 running (11m) 6s ago 18m 12.2M - 1.3.1 1dbe0e931976 b86bdc47b306 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.b smithi150 *:9100 running (11m) 13s ago 18m 16.2M - 1.3.1 1dbe0e931976 be557af882d2 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (6m) 6s ago 24m 56.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 98fecd626bef 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (5m) 6s ago 23m 60.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e f17470f450f6 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (5m) 6s ago 23m 52.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e82f78fa6e41 2023-12-06T15:14:35.321 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (4m) 6s ago 22m 56.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 61a835f555e2 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi150 running (3m) 13s ago 21m 55.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e b4298365e8d0 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi150 running (3m) 13s ago 21m 51.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 746b57a9a831 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi150 running (2m) 13s ago 20m 49.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e d64aff835c0f 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi150 running (106s) 13s ago 19m 50.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 2c087835b699 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.a smithi150 *:9095 running (9m) 13s ago 18m 66.7M - 2.33.4 514e6a882f6e 326072da6c4d 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi116.roplpj smithi116 *:8000 running (16m) 6s ago 16m 90.2M - 17.2.0 e1d6a67b021e f29b366aa99f 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.foo.smithi150.vkcumf smithi150 *:8000 running (16m) 13s ago 16m 90.7M - 17.2.0 e1d6a67b021e 1d2db1378a96 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi116.ivsfoh smithi116 *:80 running (16m) 6s ago 16m 89.5M - 17.2.0 e1d6a67b021e 6b63b6c67b25 2023-12-06T15:14:35.322 INFO:teuthology.orchestra.run.smithi116.stdout:rgw.smpl.smithi150.wouxyl smithi150 *:80 running (16m) 13s ago 16m 89.7M - 17.2.0 e1d6a67b021e dee3df2a7608 2023-12-06T15:14:35.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:35 smithi116 bash[80542]: cluster 2023-12-06T15:14:34.292076+0000 mgr.y (mgr.25504) 1674 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:35.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:35 smithi116 bash[83021]: cluster 2023-12-06T15:14:34.292076+0000 mgr.y (mgr.25504) 1674 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:36.103 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T15:14:36.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:35 smithi150 bash[70025]: cluster 2023-12-06T15:14:34.292076+0000 mgr.y (mgr.25504) 1674 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:37.070 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:36 smithi116 bash[80542]: audit 2023-12-06T15:14:35.295188+0000 mgr.y (mgr.25504) 1675 : audit 0 from='client.34671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:37.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:36 smithi116 bash[83021]: audit 2023-12-06T15:14:35.295188+0000 mgr.y (mgr.25504) 1675 : audit 0 from='client.34671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:37.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:36 smithi150 bash[70025]: audit 2023-12-06T15:14:35.295188+0000 mgr.y (mgr.25504) 1675 : audit 0 from='client.34671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:37.999 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:37 smithi116 bash[80542]: cluster 2023-12-06T15:14:36.293174+0000 mgr.y (mgr.25504) 1676 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:38.000 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:37 smithi116 bash[83021]: cluster 2023-12-06T15:14:36.293174+0000 mgr.y (mgr.25504) 1676 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:38.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:37 smithi150 bash[70025]: cluster 2023-12-06T15:14:36.293174+0000 mgr.y (mgr.25504) 1676 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:39.976 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:39 smithi116 bash[80542]: cluster 2023-12-06T15:14:38.294261+0000 mgr.y (mgr.25504) 1677 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:39.976 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:39 smithi116 bash[83021]: cluster 2023-12-06T15:14:38.294261+0000 mgr.y (mgr.25504) 1677 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:40.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:39 smithi150 bash[70025]: cluster 2023-12-06T15:14:38.294261+0000 mgr.y (mgr.25504) 1677 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:40.486 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "rgw": { 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T15:14:40.487 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T15:14:40.488 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:14:40.488 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T15:14:40.488 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T15:14:40.488 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:14:40.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:40 smithi116 bash[80542]: audit 2023-12-06T15:14:40.089443+0000 mgr.y (mgr.25504) 1678 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:40.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:40 smithi116 bash[80542]: audit 2023-12-06T15:14:40.484317+0000 mon.c (mon.1) 26 : audit 0 from='client.? 172.21.15.116:0/2479256927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:40 smithi116 bash[83021]: audit 2023-12-06T15:14:40.089443+0000 mgr.y (mgr.25504) 1678 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:40.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:40 smithi116 bash[83021]: audit 2023-12-06T15:14:40.484317+0000 mon.c (mon.1) 26 : audit 0 from='client.? 172.21.15.116:0/2479256927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:41.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:40 smithi150 bash[70025]: audit 2023-12-06T15:14:40.089443+0000 mgr.y (mgr.25504) 1678 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:41.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:40 smithi150 bash[70025]: audit 2023-12-06T15:14:40.484317+0000 mon.c (mon.1) 26 : audit 0 from='client.? 172.21.15.116:0/2479256927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:41.425 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade status' 2023-12-06T15:14:42.154 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:41 smithi150 bash[70025]: cluster 2023-12-06T15:14:40.295212+0000 mgr.y (mgr.25504) 1679 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:42.170 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:41 smithi116 bash[80542]: cluster 2023-12-06T15:14:40.295212+0000 mgr.y (mgr.25504) 1679 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:42.170 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:41 smithi116 bash[83021]: cluster 2023-12-06T15:14:40.295212+0000 mgr.y (mgr.25504) 1679 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:42.657 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:42 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:14:42] "GET /metrics HTTP/1.1" 200 38588 "" "Prometheus/2.33.4" 2023-12-06T15:14:43.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:43 smithi116 bash[80542]: audit 2023-12-06T15:14:42.131107+0000 mon.a (mon.0) 6703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:43 smithi116 bash[80542]: audit 2023-12-06T15:14:42.141046+0000 mon.a (mon.0) 6704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:43 smithi116 bash[80542]: audit 2023-12-06T15:14:42.150209+0000 mon.a (mon.0) 6705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:43 smithi116 bash[83021]: audit 2023-12-06T15:14:42.131107+0000 mon.a (mon.0) 6703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:43 smithi116 bash[83021]: audit 2023-12-06T15:14:42.141046+0000 mon.a (mon.0) 6704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:43 smithi116 bash[83021]: audit 2023-12-06T15:14:42.150209+0000 mon.a (mon.0) 6705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:43 smithi150 bash[70025]: audit 2023-12-06T15:14:42.131107+0000 mon.a (mon.0) 6703 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:43 smithi150 bash[70025]: audit 2023-12-06T15:14:42.141046+0000 mon.a (mon.0) 6704 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:43.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:43 smithi150 bash[70025]: audit 2023-12-06T15:14:42.150209+0000 mon.a (mon.0) 6705 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:44 smithi116 bash[80542]: cluster 2023-12-06T15:14:42.296963+0000 mgr.y (mgr.25504) 1680 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:44.417 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:44 smithi116 bash[80542]: audit 2023-12-06T15:14:43.728430+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:44 smithi116 bash[83021]: cluster 2023-12-06T15:14:42.296963+0000 mgr.y (mgr.25504) 1680 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:44.417 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:44 smithi116 bash[83021]: audit 2023-12-06T15:14:43.728430+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:44.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:44 smithi150 bash[70025]: cluster 2023-12-06T15:14:42.296963+0000 mgr.y (mgr.25504) 1680 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:44.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:44 smithi150 bash[70025]: audit 2023-12-06T15:14:43.728430+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:44.863 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T15:14:44.863 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:14:44.863 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T15:14:44.863 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:14:44.863 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [ 2023-12-06T15:14:44.863 INFO:teuthology.orchestra.run.smithi116.stdout: "mon", 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr", 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout: "osd" 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout: ], 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "13/23 daemons upgraded", 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": true 2023-12-06T15:14:44.864 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T15:14:45.744 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph health detail' 2023-12-06T15:14:46.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:46 smithi116 bash[80542]: cluster 2023-12-06T15:14:44.297991+0000 mgr.y (mgr.25504) 1681 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:46.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:46 smithi116 bash[80542]: audit 2023-12-06T15:14:44.860243+0000 mgr.y (mgr.25504) 1682 : audit 0 from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:46.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:46 smithi116 bash[83021]: cluster 2023-12-06T15:14:44.297991+0000 mgr.y (mgr.25504) 1681 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:46.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:46 smithi116 bash[83021]: audit 2023-12-06T15:14:44.860243+0000 mgr.y (mgr.25504) 1682 : audit 0 from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:46.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:46 smithi150 bash[70025]: cluster 2023-12-06T15:14:44.297991+0000 mgr.y (mgr.25504) 1681 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:46.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:46 smithi150 bash[70025]: audit 2023-12-06T15:14:44.860243+0000 mgr.y (mgr.25504) 1682 : audit 0 from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:48.418 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:48 smithi116 bash[80542]: cluster 2023-12-06T15:14:46.299406+0000 mgr.y (mgr.25504) 1683 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:48.418 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:48 smithi116 bash[83021]: cluster 2023-12-06T15:14:46.299406+0000 mgr.y (mgr.25504) 1683 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:48.441 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:48 smithi150 bash[70025]: cluster 2023-12-06T15:14:46.299406+0000 mgr.y (mgr.25504) 1683 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:49.366 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-06T15:14:49.367 INFO:teuthology.orchestra.run.smithi116.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:14:49.367 INFO:teuthology.orchestra.run.smithi116.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-06T15:14:49.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[83021]: cluster 2023-12-06T15:14:48.300556+0000 mgr.y (mgr.25504) 1684 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:49.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[83021]: audit 2023-12-06T15:14:48.852819+0000 mon.a (mon.0) 6707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:49.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[83021]: audit 2023-12-06T15:14:48.863326+0000 mon.a (mon.0) 6708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:49.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[83021]: audit 2023-12-06T15:14:48.870480+0000 mon.a (mon.0) 6709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:49.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[83021]: audit 2023-12-06T15:14:49.364619+0000 mon.a (mon.0) 6710 : audit 0 from='client.? 172.21.15.116:0/515767080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[80542]: cluster 2023-12-06T15:14:48.300556+0000 mgr.y (mgr.25504) 1684 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[80542]: audit 2023-12-06T15:14:48.852819+0000 mon.a (mon.0) 6707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[80542]: audit 2023-12-06T15:14:48.863326+0000 mon.a (mon.0) 6708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[80542]: audit 2023-12-06T15:14:48.870480+0000 mon.a (mon.0) 6709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:49.919 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:49 smithi116 bash[80542]: audit 2023-12-06T15:14:49.364619+0000 mon.a (mon.0) 6710 : audit 0 from='client.? 172.21.15.116:0/515767080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:49 smithi150 bash[70025]: cluster 2023-12-06T15:14:48.300556+0000 mgr.y (mgr.25504) 1684 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:49 smithi150 bash[70025]: audit 2023-12-06T15:14:48.852819+0000 mon.a (mon.0) 6707 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:49 smithi150 bash[70025]: audit 2023-12-06T15:14:48.863326+0000 mon.a (mon.0) 6708 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:49 smithi150 bash[70025]: audit 2023-12-06T15:14:48.870480+0000 mon.a (mon.0) 6709 : audit 1 from='mgr.25504 172.21.15.116:0/1673306009' entity='mgr.y' 2023-12-06T15:14:50.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:49 smithi150 bash[70025]: audit 2023-12-06T15:14:49.364619+0000 mon.a (mon.0) 6710 : audit 0 from='client.? 172.21.15.116:0/515767080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:50.256 DEBUG:teuthology.orchestra.run.smithi116:> 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 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-06T15:14:51.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:50 smithi116 bash[80542]: audit 2023-12-06T15:14:50.097491+0000 mgr.y (mgr.25504) 1685 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:51.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:50 smithi116 bash[83021]: audit 2023-12-06T15:14:50.097491+0000 mgr.y (mgr.25504) 1685 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:51.192 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:50 smithi150 bash[70025]: audit 2023-12-06T15:14:50.097491+0000 mgr.y (mgr.25504) 1685 : audit 0 from='client.15492 -' entity='client.iscsi.foo.smithi116.yvomyx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:52.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:51 smithi116 bash[80542]: cluster 2023-12-06T15:14:50.301327+0000 mgr.y (mgr.25504) 1686 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:52.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:51 smithi116 bash[83021]: cluster 2023-12-06T15:14:50.301327+0000 mgr.y (mgr.25504) 1686 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:52.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:51 smithi150 bash[70025]: cluster 2023-12-06T15:14:50.301327+0000 mgr.y (mgr.25504) 1686 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:52.667 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:52 smithi116 bash[75526]: ::ffff:172.21.15.150 - - [06/Dec/2023:15:14:52] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-06T15:14:54.168 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:53 smithi116 bash[80542]: cluster 2023-12-06T15:14:52.302896+0000 mgr.y (mgr.25504) 1687 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:54.168 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:53 smithi116 bash[83021]: cluster 2023-12-06T15:14:52.302896+0000 mgr.y (mgr.25504) 1687 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:54.191 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:53 smithi150 bash[70025]: cluster 2023-12-06T15:14:52.302896+0000 mgr.y (mgr.25504) 1687 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:54.785 INFO:teuthology.orchestra.run.smithi116.stdout:false 2023-12-06T15:14:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:55 smithi116 bash[80542]: cluster 2023-12-06T15:14:54.303634+0000 mgr.y (mgr.25504) 1688 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:55.918 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:55 smithi116 bash[80542]: audit 2023-12-06T15:14:54.768512+0000 mon.a (mon.0) 6711 : audit 0 from='client.? 172.21.15.116:0/3324607275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:55.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:55 smithi116 bash[83021]: cluster 2023-12-06T15:14:54.303634+0000 mgr.y (mgr.25504) 1688 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:55.918 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:55 smithi116 bash[83021]: audit 2023-12-06T15:14:54.768512+0000 mon.a (mon.0) 6711 : audit 0 from='client.? 172.21.15.116:0/3324607275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:55 smithi150 bash[70025]: cluster 2023-12-06T15:14:54.303634+0000 mgr.y (mgr.25504) 1688 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:55.941 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:55 smithi150 bash[70025]: audit 2023-12-06T15:14:54.768512+0000 mon.a (mon.0) 6711 : audit 0 from='client.? 172.21.15.116:0/3324607275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:56.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:14:56.476 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T15:14:56.546 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b859a523012a49fa8fd6a4eb99936dd2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T15:14:56.548 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T15:14:56.558 INFO:tasks.cephadm:Teardown begin 2023-12-06T15:14:56.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:56.577 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:56.592 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T15:14:56.593 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T15:14:56.624 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T15:14:56.631 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T15:14:56.631 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-06T15:14:56.631 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a 2023-12-06T15:14:56.862 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:56 smithi116 systemd[1]: Stopping Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:14:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[75526]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPING 2023-12-06T15:14:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[75526]: [06/Dec/2023:15:14:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:14:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[75526]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPED 2023-12-06T15:14:57.168 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[75526]: [06/Dec/2023:15:14:56] ENGINE Bus STARTING 2023-12-06T15:14:57.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[75526]: [06/Dec/2023:15:14:56] ENGINE Serving on http://:::9283 2023-12-06T15:14:57.169 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[75526]: [06/Dec/2023:15:14:56] ENGINE Bus STARTED 2023-12-06T15:14:57.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[80542]: debug 2023-12-06T15:14:56.852+0000 7f13b1203700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T15:14:57.169 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:56 smithi116 bash[80542]: debug 2023-12-06T15:14:56.852+0000 7f13b1203700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-06T15:14:57.885 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service' 2023-12-06T15:14:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:57 smithi116 bash[109084]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:14:57.922 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:57 smithi116 bash[109219]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:14:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:57 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T15:14:57.923 INFO:journalctl@ceph.mon.a.smithi116.stdout:Dec 06 15:14:57 smithi116 systemd[1]: Stopped Ceph mon.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:14:57.933 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:14:57.933 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-06T15:14:57.933 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-06T15:14:57.934 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.c 2023-12-06T15:14:58.214 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:57 smithi116 systemd[1]: Stopping Ceph mon.c for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:14:58.215 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[83021]: debug 2023-12-06T15:14:58.160+0000 7fe441a88700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T15:14:58.215 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[83021]: debug 2023-12-06T15:14:58.160+0000 7fe441a88700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-06T15:14:58.564 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[75526]: [06/Dec/2023:15:14:58] ENGINE Bus STOPPING 2023-12-06T15:14:58.564 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[75526]: [06/Dec/2023:15:14:58] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:14:58.564 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[75526]: [06/Dec/2023:15:14:58] ENGINE Bus STOPPED 2023-12-06T15:14:58.564 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[75526]: [06/Dec/2023:15:14:58] ENGINE Bus STARTING 2023-12-06T15:14:58.565 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[75526]: [06/Dec/2023:15:14:58] ENGINE Serving on http://:::9283 2023-12-06T15:14:58.565 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:14:58 smithi116 bash[75526]: [06/Dec/2023:15:14:58] ENGINE Bus STARTED 2023-12-06T15:14:59.356 INFO:journalctl@ceph.mon.c.smithi116.stdout:Dec 06 15:14:59 smithi116 bash[109265]: ceph-4424379a-9446-11ee-95a2-87774f69a715-mon-c 2023-12-06T15:14:59.645 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.c.service' 2023-12-06T15:14:59.682 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:14:59.682 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-06T15:14:59.682 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-06T15:14:59.682 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.b 2023-12-06T15:15:00.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:59 smithi150 systemd[1]: Stopping Ceph mon.b for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:00.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:59 smithi150 bash[70025]: debug 2023-12-06T15:14:59.838+0000 7f3d531c3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T15:15:00.064 INFO:journalctl@ceph.mon.b.smithi150.stdout:Dec 06 15:14:59 smithi150 bash[70025]: debug 2023-12-06T15:14:59.838+0000 7f3d531c3700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-06T15:15:00.872 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mon.b.service' 2023-12-06T15:15:00.912 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:00.912 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-06T15:15:00.912 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-06T15:15:00.912 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y 2023-12-06T15:15:01.292 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:15:00 smithi116 systemd[1]: Stopping Ceph mgr.y for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:01.292 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:15:01 smithi116 bash[75526]: debug 2023-12-06T15:15:01.084+0000 7fd9799f3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:01.292 INFO:journalctl@ceph.mgr.y.smithi116.stdout:Dec 06 15:15:01 smithi116 bash[75526]: debug 2023-12-06T15:15:01.084+0000 7fd9799f3700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-06T15:15:02.058 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-06T15:15:02.089 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:02.090 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-06T15:15:02.090 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-06T15:15:02.090 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x 2023-12-06T15:15:02.441 INFO:journalctl@ceph.mgr.x.smithi150.stdout:Dec 06 15:15:02 smithi150 systemd[1]: Stopping Ceph mgr.x for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:03.023 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-06T15:15:03.062 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:03.063 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-06T15:15:03.063 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T15:15:03.063 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.0 2023-12-06T15:15:03.418 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:15:03 smithi116 systemd[1]: Stopping Ceph osd.0 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:03.418 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:15:03 smithi116 bash[90203]: debug 2023-12-06T15:15:03.236+0000 7f8de0225700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:03.418 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:15:03 smithi116 bash[90203]: debug 2023-12-06T15:15:03.236+0000 7f8de0225700 -1 osd.0 152 *** Got signal Terminated *** 2023-12-06T15:15:03.418 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:15:03 smithi116 bash[90203]: debug 2023-12-06T15:15:03.236+0000 7f8de0225700 -1 osd.0 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:04.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:04 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:04.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:04.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:04 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:04.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:09.918 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:15:09 smithi116 bash[109622]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:15:09.918 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 15:15:09 smithi116 bash[110158]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:15:11.995 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T15:15:12.033 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:12.033 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T15:15:12.034 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T15:15:12.034 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.1 2023-12-06T15:15:12.256 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:15:12 smithi116 systemd[1]: Stopping Ceph osd.1 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:12.667 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:15:12 smithi116 bash[93185]: debug 2023-12-06T15:15:12.252+0000 7f68899fc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:12.668 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:15:12 smithi116 bash[93185]: debug 2023-12-06T15:15:12.252+0000 7f68899fc700 -1 osd.1 152 *** Got signal Terminated *** 2023-12-06T15:15:12.668 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:15:12 smithi116 bash[93185]: debug 2023-12-06T15:15:12.252+0000 7f68899fc700 -1 osd.1 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:14.418 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:14 smithi116 bash[71002]: level=error ts=2023-12-06T15:15:14.241Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:14.418 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:14 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:14.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:14.418 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:14 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:14.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:18.614 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:15:18 smithi116 bash[110316]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:15:18.917 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 15:15:18 smithi116 bash[110573]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:15:21.134 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T15:15:21.172 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:21.172 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T15:15:21.172 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T15:15:21.173 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.2 2023-12-06T15:15:21.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:15:21 smithi116 systemd[1]: Stopping Ceph osd.2 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:21.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:15:21 smithi116 bash[96610]: debug 2023-12-06T15:15:21.348+0000 7f5b98ebc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:21.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:15:21 smithi116 bash[96610]: debug 2023-12-06T15:15:21.348+0000 7f5b98ebc700 -1 osd.2 152 *** Got signal Terminated *** 2023-12-06T15:15:21.418 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:15:21 smithi116 bash[96610]: debug 2023-12-06T15:15:21.348+0000 7f5b98ebc700 -1 osd.2 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:24.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:24 smithi116 bash[71002]: level=error ts=2023-12-06T15:15:24.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:24.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:24 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:24.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:24.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:24 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:24.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:27.714 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:15:27 smithi116 bash[110726]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:15:27.714 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 15:15:27 smithi116 bash[111146]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:15:29.717 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T15:15:29.753 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:29.753 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T15:15:29.753 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T15:15:29.753 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.3 2023-12-06T15:15:29.985 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:29 smithi150 bash[76864]: debug 2023-12-06T15:15:29.750+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:30.168 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:29 smithi116 systemd[1]: Stopping Ceph osd.3 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:30.168 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:29 smithi116 bash[99961]: debug 2023-12-06T15:15:29.916+0000 7f342cef9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:30.168 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:29 smithi116 bash[99961]: debug 2023-12-06T15:15:29.916+0000 7f342cef9700 -1 osd.3 152 *** Got signal Terminated *** 2023-12-06T15:15:30.168 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:29 smithi116 bash[99961]: debug 2023-12-06T15:15:29.916+0000 7f342cef9700 -1 osd.3 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:30.441 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:29 smithi150 bash[83144]: debug 2023-12-06T15:15:29.982+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:30.668 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:30 smithi116 bash[99961]: debug 2023-12-06T15:15:30.344+0000 7f3426cef700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.006573+0000 front 2023-12-06T15:15:08.006612+0000 (oldest deadline 2023-12-06T15:15:30.306685+0000) 2023-12-06T15:15:31.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:30 smithi150 bash[76864]: debug 2023-12-06T15:15:30.778+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:31.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:31 smithi150 bash[83144]: debug 2023-12-06T15:15:31.026+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:31.667 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:31 smithi116 bash[99961]: debug 2023-12-06T15:15:31.332+0000 7f3426cef700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.006573+0000 front 2023-12-06T15:15:08.006612+0000 (oldest deadline 2023-12-06T15:15:30.306685+0000) 2023-12-06T15:15:32.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:31 smithi150 bash[76864]: debug 2023-12-06T15:15:31.746+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:32.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:31 smithi150 bash[83144]: debug 2023-12-06T15:15:31.994+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:32.667 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:32 smithi116 bash[99961]: debug 2023-12-06T15:15:32.292+0000 7f3426cef700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.006573+0000 front 2023-12-06T15:15:08.006612+0000 (oldest deadline 2023-12-06T15:15:30.306685+0000) 2023-12-06T15:15:32.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:32 smithi150 bash[80007]: debug 2023-12-06T15:15:32.262+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:33.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:32 smithi150 bash[76864]: debug 2023-12-06T15:15:32.794+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:33.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:33 smithi150 bash[83144]: debug 2023-12-06T15:15:33.038+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:33.579 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:33 smithi116 bash[99961]: debug 2023-12-06T15:15:33.312+0000 7f3426cef700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.006573+0000 front 2023-12-06T15:15:08.006612+0000 (oldest deadline 2023-12-06T15:15:30.306685+0000) 2023-12-06T15:15:33.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:33 smithi150 bash[80007]: debug 2023-12-06T15:15:33.294+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:33.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:33 smithi150 bash[86313]: debug 2023-12-06T15:15:33.282+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:34.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:33 smithi150 bash[76864]: debug 2023-12-06T15:15:33.806+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:34.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:34 smithi150 bash[83144]: debug 2023-12-06T15:15:34.002+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:34.498 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:34 smithi116 bash[99961]: debug 2023-12-06T15:15:34.284+0000 7f3426cef700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.006573+0000 front 2023-12-06T15:15:08.006612+0000 (oldest deadline 2023-12-06T15:15:30.306685+0000) 2023-12-06T15:15:34.499 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:34 smithi116 bash[71002]: level=error ts=2023-12-06T15:15:34.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:34.499 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:34 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:34.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:34.499 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:34 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:34.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:34.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:34 smithi150 bash[86313]: debug 2023-12-06T15:15:34.318+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:34.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:34 smithi150 bash[80007]: debug 2023-12-06T15:15:34.326+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:35.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:34 smithi150 bash[76864]: debug 2023-12-06T15:15:34.838+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:35.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:34 smithi150 bash[83144]: debug 2023-12-06T15:15:34.982+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:35.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:35 smithi150 bash[86313]: debug 2023-12-06T15:15:35.330+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:35.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:35 smithi150 bash[80007]: debug 2023-12-06T15:15:35.298+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:36.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:35 smithi150 bash[76864]: debug 2023-12-06T15:15:35.826+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:36.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:35 smithi150 bash[83144]: debug 2023-12-06T15:15:35.978+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:36.530 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:36 smithi116 bash[111566]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:15:36.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:36 smithi150 bash[86313]: debug 2023-12-06T15:15:36.358+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:36.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:36 smithi150 bash[80007]: debug 2023-12-06T15:15:36.322+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:36.917 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 15:15:36 smithi116 bash[111732]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:15:37.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:36 smithi150 bash[76864]: debug 2023-12-06T15:15:36.818+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:37.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:36 smithi150 bash[83144]: debug 2023-12-06T15:15:36.994+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:37.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:37 smithi150 bash[80007]: debug 2023-12-06T15:15:37.334+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:37.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:37 smithi150 bash[86313]: debug 2023-12-06T15:15:37.342+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:38.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:37 smithi150 bash[76864]: debug 2023-12-06T15:15:37.838+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:38.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:37 smithi150 bash[83144]: debug 2023-12-06T15:15:37.986+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:38.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[86313]: debug 2023-12-06T15:15:38.346+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:38.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[80007]: debug 2023-12-06T15:15:38.358+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:38.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[80007]: debug 2023-12-06T15:15:38.358+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:38.739 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T15:15:38.773 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:38.773 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T15:15:38.773 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T15:15:38.773 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.4 2023-12-06T15:15:39.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:39 smithi150 bash[83144]: debug 2023-12-06T15:15:39.022+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:39.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:39 smithi150 bash[83144]: debug 2023-12-06T15:15:39.022+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:39.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:38 smithi150 systemd[1]: Stopping Ceph osd.4 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:39.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[76864]: debug 2023-12-06T15:15:38.846+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:39.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[76864]: debug 2023-12-06T15:15:38.950+0000 7f4e02a53700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:39.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[76864]: debug 2023-12-06T15:15:38.950+0000 7f4e02a53700 -1 osd.4 152 *** Got signal Terminated *** 2023-12-06T15:15:39.192 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:38 smithi150 bash[76864]: debug 2023-12-06T15:15:38.950+0000 7f4e02a53700 -1 osd.4 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:39.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:39 smithi150 bash[86313]: debug 2023-12-06T15:15:39.398+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:39.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:39 smithi150 bash[80007]: debug 2023-12-06T15:15:39.310+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:39.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:39 smithi150 bash[80007]: debug 2023-12-06T15:15:39.314+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:40.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:39 smithi150 bash[76864]: debug 2023-12-06T15:15:39.894+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:40.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[83144]: debug 2023-12-06T15:15:40.066+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:40.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[83144]: debug 2023-12-06T15:15:40.066+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:40.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[86313]: debug 2023-12-06T15:15:40.354+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:40.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[86313]: debug 2023-12-06T15:15:40.354+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:40.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[80007]: debug 2023-12-06T15:15:40.334+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:40.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[80007]: debug 2023-12-06T15:15:40.334+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:41.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:40 smithi150 bash[76864]: debug 2023-12-06T15:15:40.866+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:41.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[83144]: debug 2023-12-06T15:15:41.086+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:41.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[83144]: debug 2023-12-06T15:15:41.086+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:41.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[80007]: debug 2023-12-06T15:15:41.302+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:41.693 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[80007]: debug 2023-12-06T15:15:41.302+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:41.693 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[86313]: debug 2023-12-06T15:15:41.378+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:41.694 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[86313]: debug 2023-12-06T15:15:41.378+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:42.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[76864]: debug 2023-12-06T15:15:41.850+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:42.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:41 smithi150 bash[76864]: debug 2023-12-06T15:15:41.850+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:15.949598+0000 front 2023-12-06T15:15:15.949470+0000 (oldest deadline 2023-12-06T15:15:41.849137+0000) 2023-12-06T15:15:42.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[83144]: debug 2023-12-06T15:15:42.082+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:42.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[83144]: debug 2023-12-06T15:15:42.082+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:42.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[86313]: debug 2023-12-06T15:15:42.373+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:42.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[86313]: debug 2023-12-06T15:15:42.373+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:42.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[80007]: debug 2023-12-06T15:15:42.326+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:42.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[80007]: debug 2023-12-06T15:15:42.326+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:43.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[76864]: debug 2023-12-06T15:15:42.869+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:43.191 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:42 smithi150 bash[76864]: debug 2023-12-06T15:15:42.869+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:15.949598+0000 front 2023-12-06T15:15:15.949470+0000 (oldest deadline 2023-12-06T15:15:41.849137+0000) 2023-12-06T15:15:43.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[83144]: debug 2023-12-06T15:15:43.065+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:43.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[83144]: debug 2023-12-06T15:15:43.065+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:43.696 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[80007]: debug 2023-12-06T15:15:43.349+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:43.696 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[80007]: debug 2023-12-06T15:15:43.349+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:43.696 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[86313]: debug 2023-12-06T15:15:43.401+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:43.696 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[86313]: debug 2023-12-06T15:15:43.401+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:44.093 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[76864]: debug 2023-12-06T15:15:43.837+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:03.146051+0000 front 2023-12-06T15:15:03.146252+0000 (oldest deadline 2023-12-06T15:15:29.046027+0000) 2023-12-06T15:15:44.093 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:43 smithi150 bash[76864]: debug 2023-12-06T15:15:43.837+0000 7f4dfb847700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:15.949598+0000 front 2023-12-06T15:15:15.949470+0000 (oldest deadline 2023-12-06T15:15:41.849137+0000) 2023-12-06T15:15:44.362 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:44 smithi150 bash[83144]: debug 2023-12-06T15:15:44.089+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:44.363 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:44 smithi150 bash[83144]: debug 2023-12-06T15:15:44.089+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:44.622 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:44 smithi150 bash[80007]: debug 2023-12-06T15:15:44.381+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:44.622 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:44 smithi150 bash[80007]: debug 2023-12-06T15:15:44.381+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:44.622 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:44 smithi150 bash[86313]: debug 2023-12-06T15:15:44.357+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:44.623 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:44 smithi150 bash[86313]: debug 2023-12-06T15:15:44.357+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:44.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:44 smithi116 bash[71002]: level=error ts=2023-12-06T15:15:44.243Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:44.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:44 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:44.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:44.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:44 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:44.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:45.330 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[91049]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:15:45.330 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[83144]: debug 2023-12-06T15:15:45.049+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:45.331 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[83144]: debug 2023-12-06T15:15:45.049+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:45.522 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[86313]: debug 2023-12-06T15:15:45.325+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:45.523 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[86313]: debug 2023-12-06T15:15:45.325+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:45.523 INFO:journalctl@ceph.osd.4.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[91134]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:15:45.523 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[80007]: debug 2023-12-06T15:15:45.349+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:45.524 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[80007]: debug 2023-12-06T15:15:45.349+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:45.941 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[61850]: ts=2023-12-06T15:15:45.743Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.116:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.116:8765: connect: connection refused" 2023-12-06T15:15:45.941 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[61850]: ts=2023-12-06T15:15:45.746Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.116:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.116:8765: connect: connection refused" 2023-12-06T15:15:45.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[61850]: ts=2023-12-06T15:15:45.746Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.116:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.116:8765: connect: connection refused" 2023-12-06T15:15:45.942 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:15:45 smithi150 bash[61850]: ts=2023-12-06T15:15:45.749Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.116:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.116:8765: connect: connection refused" 2023-12-06T15:15:46.322 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:46 smithi150 bash[83144]: debug 2023-12-06T15:15:46.041+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:46.322 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:46 smithi150 bash[83144]: debug 2023-12-06T15:15:46.041+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:46.322 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:46 smithi150 bash[86313]: debug 2023-12-06T15:15:46.285+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:46.322 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:46 smithi150 bash[86313]: debug 2023-12-06T15:15:46.285+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:46.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:46 smithi150 bash[80007]: debug 2023-12-06T15:15:46.317+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:46.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:46 smithi150 bash[80007]: debug 2023-12-06T15:15:46.317+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:47.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:47 smithi150 bash[83144]: debug 2023-12-06T15:15:47.041+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:47.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:47 smithi150 bash[83144]: debug 2023-12-06T15:15:47.041+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:47.590 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:47 smithi150 bash[80007]: debug 2023-12-06T15:15:47.301+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:47.590 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:47 smithi150 bash[80007]: debug 2023-12-06T15:15:47.301+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:47.590 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:47 smithi150 bash[86313]: debug 2023-12-06T15:15:47.241+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:47.591 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:47 smithi150 bash[86313]: debug 2023-12-06T15:15:47.241+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:48.316 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[86313]: debug 2023-12-06T15:15:48.201+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:48.317 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[86313]: debug 2023-12-06T15:15:48.201+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:48.317 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[83144]: debug 2023-12-06T15:15:48.085+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:48.317 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[83144]: debug 2023-12-06T15:15:48.085+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:48.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[80007]: debug 2023-12-06T15:15:48.313+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:48.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[80007]: debug 2023-12-06T15:15:48.313+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:48.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[80007]: debug 2023-12-06T15:15:48.313+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:22.883082+0000 front 2023-12-06T15:15:22.883116+0000 (oldest deadline 2023-12-06T15:15:47.582780+0000) 2023-12-06T15:15:48.773 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T15:15:48.808 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:48.808 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T15:15:48.808 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T15:15:48.808 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.5 2023-12-06T15:15:49.055 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 systemd[1]: Stopping Ceph osd.5 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:49.056 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[80007]: debug 2023-12-06T15:15:48.993+0000 7f0476471700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:49.056 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[80007]: debug 2023-12-06T15:15:48.993+0000 7f0476471700 -1 osd.5 152 *** Got signal Terminated *** 2023-12-06T15:15:49.056 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:48 smithi150 bash[80007]: debug 2023-12-06T15:15:48.993+0000 7f0476471700 -1 osd.5 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:49.441 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[83144]: debug 2023-12-06T15:15:49.049+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:49.441 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[83144]: debug 2023-12-06T15:15:49.049+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:49.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[86313]: debug 2023-12-06T15:15:49.161+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:49.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[86313]: debug 2023-12-06T15:15:49.161+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:49.442 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[80007]: debug 2023-12-06T15:15:49.265+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:49.442 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[80007]: debug 2023-12-06T15:15:49.265+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:49.442 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:49 smithi150 bash[80007]: debug 2023-12-06T15:15:49.265+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:22.883082+0000 front 2023-12-06T15:15:22.883116+0000 (oldest deadline 2023-12-06T15:15:47.582780+0000) 2023-12-06T15:15:50.312 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[86313]: debug 2023-12-06T15:15:50.169+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:50.313 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[86313]: debug 2023-12-06T15:15:50.169+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:50.313 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[83144]: debug 2023-12-06T15:15:50.029+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:50.313 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[83144]: debug 2023-12-06T15:15:50.029+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:50.663 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[80007]: debug 2023-12-06T15:15:50.309+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:50.663 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[80007]: debug 2023-12-06T15:15:50.309+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:50.663 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[80007]: debug 2023-12-06T15:15:50.309+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:22.883082+0000 front 2023-12-06T15:15:22.883116+0000 (oldest deadline 2023-12-06T15:15:47.582780+0000) 2023-12-06T15:15:51.315 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[86313]: debug 2023-12-06T15:15:51.197+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:51.315 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[86313]: debug 2023-12-06T15:15:51.197+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:51.315 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[83144]: debug 2023-12-06T15:15:50.977+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:51.315 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[83144]: debug 2023-12-06T15:15:50.981+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:51.316 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:50 smithi150 bash[83144]: debug 2023-12-06T15:15:50.981+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:51.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[80007]: debug 2023-12-06T15:15:51.309+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:51.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[80007]: debug 2023-12-06T15:15:51.309+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:51.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[80007]: debug 2023-12-06T15:15:51.309+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:22.883082+0000 front 2023-12-06T15:15:22.883116+0000 (oldest deadline 2023-12-06T15:15:47.582780+0000) 2023-12-06T15:15:52.283 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[86313]: debug 2023-12-06T15:15:52.201+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:52.283 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[86313]: debug 2023-12-06T15:15:52.201+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:52.284 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[86313]: debug 2023-12-06T15:15:52.201+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:52.284 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[83144]: debug 2023-12-06T15:15:51.989+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:52.284 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[83144]: debug 2023-12-06T15:15:51.989+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:52.284 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:51 smithi150 bash[83144]: debug 2023-12-06T15:15:51.989+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:52.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[80007]: debug 2023-12-06T15:15:52.277+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:52.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[80007]: debug 2023-12-06T15:15:52.277+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:52.691 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[80007]: debug 2023-12-06T15:15:52.277+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:22.883082+0000 front 2023-12-06T15:15:22.883116+0000 (oldest deadline 2023-12-06T15:15:47.582780+0000) 2023-12-06T15:15:53.257 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[83144]: debug 2023-12-06T15:15:52.985+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:53.257 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[83144]: debug 2023-12-06T15:15:52.985+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:53.257 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:52 smithi150 bash[83144]: debug 2023-12-06T15:15:52.985+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:53.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[86313]: debug 2023-12-06T15:15:53.253+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:53.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[86313]: debug 2023-12-06T15:15:53.253+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:53.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[86313]: debug 2023-12-06T15:15:53.253+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:53.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[80007]: debug 2023-12-06T15:15:53.321+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:05.478357+0000 front 2023-12-06T15:15:05.478852+0000 (oldest deadline 2023-12-06T15:15:31.378447+0000) 2023-12-06T15:15:53.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[80007]: debug 2023-12-06T15:15:53.321+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:16.481748+0000 front 2023-12-06T15:15:16.481954+0000 (oldest deadline 2023-12-06T15:15:38.181406+0000) 2023-12-06T15:15:53.692 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[80007]: debug 2023-12-06T15:15:53.321+0000 7f0470a68700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:22.883082+0000 front 2023-12-06T15:15:22.883116+0000 (oldest deadline 2023-12-06T15:15:47.582780+0000) 2023-12-06T15:15:54.119 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:53 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:53.749Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:54.119 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:53 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:53.750Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:54.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[83144]: debug 2023-12-06T15:15:53.937+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:54.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[83144]: debug 2023-12-06T15:15:53.937+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:54.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:53 smithi150 bash[83144]: debug 2023-12-06T15:15:53.937+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:54.418 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:54 smithi116 bash[71002]: level=error ts=2023-12-06T15:15:54.244Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:54.418 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:54 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:54.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:15:54.418 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:15:54 smithi116 bash[71002]: level=warn ts=2023-12-06T15:15:54.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:15:54.590 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:54 smithi150 bash[86313]: debug 2023-12-06T15:15:54.265+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:54.591 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:54 smithi150 bash[86313]: debug 2023-12-06T15:15:54.265+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:54.591 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:54 smithi150 bash[86313]: debug 2023-12-06T15:15:54.265+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:55.170 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:54 smithi150 bash[83144]: debug 2023-12-06T15:15:54.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:55.170 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:54 smithi150 bash[83144]: debug 2023-12-06T15:15:54.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:55.170 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:54 smithi150 bash[83144]: debug 2023-12-06T15:15:54.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:55.441 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:55 smithi150 bash[91378]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:15:55.441 INFO:journalctl@ceph.osd.5.smithi150.stdout:Dec 06 15:15:55 smithi150 bash[92043]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:15:55.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:55 smithi150 bash[86313]: debug 2023-12-06T15:15:55.229+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:55.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:55 smithi150 bash[86313]: debug 2023-12-06T15:15:55.229+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:55.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:55 smithi150 bash[86313]: debug 2023-12-06T15:15:55.229+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:56.282 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[83144]: debug 2023-12-06T15:15:55.997+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:56.282 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[83144]: debug 2023-12-06T15:15:55.997+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:56.283 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[83144]: debug 2023-12-06T15:15:55.997+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:56.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[86313]: debug 2023-12-06T15:15:56.277+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:56.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[86313]: debug 2023-12-06T15:15:56.277+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:56.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[86313]: debug 2023-12-06T15:15:56.277+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:56.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[86313]: debug 2023-12-06T15:15:56.277+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:15:57.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[83144]: debug 2023-12-06T15:15:56.953+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:57.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[83144]: debug 2023-12-06T15:15:56.953+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:57.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:56 smithi150 bash[83144]: debug 2023-12-06T15:15:56.953+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:57.526 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T15:15:57.556 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[86313]: debug 2023-12-06T15:15:57.297+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:57.556 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[86313]: debug 2023-12-06T15:15:57.297+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:57.556 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[86313]: debug 2023-12-06T15:15:57.297+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:57.556 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[86313]: debug 2023-12-06T15:15:57.297+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:15:57.557 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:15:57.558 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T15:15:57.558 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T15:15:57.558 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.6 2023-12-06T15:15:57.939 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 systemd[1]: Stopping Ceph osd.6 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:15:57.939 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[83144]: debug 2023-12-06T15:15:57.713+0000 7f5e7e31d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:15:57.939 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[83144]: debug 2023-12-06T15:15:57.713+0000 7f5e7e31d700 -1 osd.6 152 *** Got signal Terminated *** 2023-12-06T15:15:57.939 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[83144]: debug 2023-12-06T15:15:57.713+0000 7f5e7e31d700 -1 osd.6 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:15:58.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[83144]: debug 2023-12-06T15:15:57.933+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:58.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[83144]: debug 2023-12-06T15:15:57.933+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:58.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:57 smithi150 bash[83144]: debug 2023-12-06T15:15:57.933+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:58.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[86313]: debug 2023-12-06T15:15:58.261+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:58.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[86313]: debug 2023-12-06T15:15:58.261+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:58.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[86313]: debug 2023-12-06T15:15:58.261+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:58.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[86313]: debug 2023-12-06T15:15:58.261+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:15:59.251 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[83144]: debug 2023-12-06T15:15:58.961+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:15:59.252 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[83144]: debug 2023-12-06T15:15:58.961+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:15:59.252 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:58 smithi150 bash[83144]: debug 2023-12-06T15:15:58.961+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:15:59.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[86313]: debug 2023-12-06T15:15:59.245+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:15:59.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[86313]: debug 2023-12-06T15:15:59.245+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:15:59.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[86313]: debug 2023-12-06T15:15:59.245+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:15:59.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[86313]: debug 2023-12-06T15:15:59.245+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:00.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[83144]: debug 2023-12-06T15:15:59.929+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:16:00.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[83144]: debug 2023-12-06T15:15:59.929+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:16:00.191 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[83144]: debug 2023-12-06T15:15:59.929+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:16:00.192 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:15:59 smithi150 bash[83144]: debug 2023-12-06T15:15:59.929+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:30.246701+0000 front 2023-12-06T15:15:30.246929+0000 (oldest deadline 2023-12-06T15:15:59.647161+0000) 2023-12-06T15:16:00.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[86313]: debug 2023-12-06T15:16:00.249+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:00.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[86313]: debug 2023-12-06T15:16:00.249+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:00.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[86313]: debug 2023-12-06T15:16:00.249+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:00.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[86313]: debug 2023-12-06T15:16:00.249+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:01.275 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[83144]: debug 2023-12-06T15:16:00.949+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:16:01.275 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[83144]: debug 2023-12-06T15:16:00.949+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:16:01.275 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[83144]: debug 2023-12-06T15:16:00.949+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:16:01.275 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:00 smithi150 bash[83144]: debug 2023-12-06T15:16:00.949+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:30.246701+0000 front 2023-12-06T15:15:30.246929+0000 (oldest deadline 2023-12-06T15:15:59.647161+0000) 2023-12-06T15:16:01.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[86313]: debug 2023-12-06T15:16:01.269+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:01.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[86313]: debug 2023-12-06T15:16:01.269+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:01.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[86313]: debug 2023-12-06T15:16:01.269+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:01.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[86313]: debug 2023-12-06T15:16:01.269+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:02.312 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[83144]: debug 2023-12-06T15:16:01.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:06.941795+0000 front 2023-12-06T15:15:06.941608+0000 (oldest deadline 2023-12-06T15:15:29.841598+0000) 2023-12-06T15:16:02.313 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[83144]: debug 2023-12-06T15:16:01.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:13.244133+0000 front 2023-12-06T15:15:13.244170+0000 (oldest deadline 2023-12-06T15:15:38.543708+0000) 2023-12-06T15:16:02.313 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[83144]: debug 2023-12-06T15:16:01.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:24.345930+0000 front 2023-12-06T15:15:24.346208+0000 (oldest deadline 2023-12-06T15:15:50.245799+0000) 2023-12-06T15:16:02.313 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:01 smithi150 bash[83144]: debug 2023-12-06T15:16:01.965+0000 7f5e78914700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:30.246701+0000 front 2023-12-06T15:15:30.246929+0000 (oldest deadline 2023-12-06T15:15:59.647161+0000) 2023-12-06T15:16:02.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:02 smithi150 bash[86313]: debug 2023-12-06T15:16:02.309+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:02.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:02 smithi150 bash[86313]: debug 2023-12-06T15:16:02.309+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:02.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:02 smithi150 bash[86313]: debug 2023-12-06T15:16:02.309+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:02.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:02 smithi150 bash[86313]: debug 2023-12-06T15:16:02.309+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:03.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:03 smithi150 bash[86313]: debug 2023-12-06T15:16:03.313+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:03.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:03 smithi150 bash[86313]: debug 2023-12-06T15:16:03.313+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:03.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:03 smithi150 bash[86313]: debug 2023-12-06T15:16:03.313+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:03.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:03 smithi150 bash[86313]: debug 2023-12-06T15:16:03.313+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:03.930 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:03 smithi150 bash[92263]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:16:03.931 INFO:journalctl@ceph.osd.6.smithi150.stdout:Dec 06 15:16:03 smithi150 bash[92336]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:16:04.168 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:03 smithi116 bash[71002]: level=error ts=2023-12-06T15:16:03.748Z 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://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:04.168 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:03 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:03.752Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:16:04.168 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:03 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:03.753Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:04.666 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:04 smithi150 bash[86313]: debug 2023-12-06T15:16:04.293+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:04.666 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:04 smithi150 bash[86313]: debug 2023-12-06T15:16:04.293+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:04.666 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:04 smithi150 bash[86313]: debug 2023-12-06T15:16:04.293+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:04.666 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:04 smithi150 bash[86313]: debug 2023-12-06T15:16:04.293+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:04.667 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:04 smithi116 bash[71002]: level=error ts=2023-12-06T15:16:04.245Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:04.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:04 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:04.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:16:04.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:04 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:04.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:05.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:05 smithi150 bash[86313]: debug 2023-12-06T15:16:05.281+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:05.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:05 smithi150 bash[86313]: debug 2023-12-06T15:16:05.281+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:05.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:05 smithi150 bash[86313]: debug 2023-12-06T15:16:05.281+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:05.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:05 smithi150 bash[86313]: debug 2023-12-06T15:16:05.281+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:05.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:05 smithi150 bash[86313]: debug 2023-12-06T15:16:05.281+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.150:6804 osd.4 since back 2023-12-06T15:15:42.999208+0000 front 2023-12-06T15:15:42.999243+0000 (oldest deadline 2023-12-06T15:16:04.698824+0000) 2023-12-06T15:16:05.783 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T15:16:05.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:16:05.820 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T15:16:05.821 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T15:16:05.821 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.7 2023-12-06T15:16:06.191 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:05 smithi150 systemd[1]: Stopping Ceph osd.7 for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:16:06.191 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.013+0000 7f52c081a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-06T15:16:06.192 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.013+0000 7f52c081a700 -1 osd.7 152 *** Got signal Terminated *** 2023-12-06T15:16:06.192 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.013+0000 7f52c081a700 -1 osd.7 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:16:06.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.305+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:06.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.305+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:06.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.305+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:06.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.305+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:06.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:06 smithi150 bash[86313]: debug 2023-12-06T15:16:06.305+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.150:6804 osd.4 since back 2023-12-06T15:15:42.999208+0000 front 2023-12-06T15:15:42.999243+0000 (oldest deadline 2023-12-06T15:16:04.698824+0000) 2023-12-06T15:16:07.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:07 smithi150 bash[86313]: debug 2023-12-06T15:16:07.341+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:07.441 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:07 smithi150 bash[86313]: debug 2023-12-06T15:16:07.341+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:07.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:07 smithi150 bash[86313]: debug 2023-12-06T15:16:07.341+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:07.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:07 smithi150 bash[86313]: debug 2023-12-06T15:16:07.341+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:07.442 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:07 smithi150 bash[86313]: debug 2023-12-06T15:16:07.341+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.150:6804 osd.4 since back 2023-12-06T15:15:42.999208+0000 front 2023-12-06T15:15:42.999243+0000 (oldest deadline 2023-12-06T15:16:04.698824+0000) 2023-12-06T15:16:08.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:08 smithi150 bash[86313]: debug 2023-12-06T15:16:08.369+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:08.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:08 smithi150 bash[86313]: debug 2023-12-06T15:16:08.369+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:08.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:08 smithi150 bash[86313]: debug 2023-12-06T15:16:08.369+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:08.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:08 smithi150 bash[86313]: debug 2023-12-06T15:16:08.369+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:08.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:08 smithi150 bash[86313]: debug 2023-12-06T15:16:08.369+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.150:6804 osd.4 since back 2023-12-06T15:15:42.999208+0000 front 2023-12-06T15:15:42.999243+0000 (oldest deadline 2023-12-06T15:16:04.698824+0000) 2023-12-06T15:16:09.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:09 smithi150 bash[86313]: debug 2023-12-06T15:16:09.321+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:09.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:09 smithi150 bash[86313]: debug 2023-12-06T15:16:09.321+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:09.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:09 smithi150 bash[86313]: debug 2023-12-06T15:16:09.321+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:09.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:09 smithi150 bash[86313]: debug 2023-12-06T15:16:09.321+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:09.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:09 smithi150 bash[86313]: debug 2023-12-06T15:16:09.321+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.150:6804 osd.4 since back 2023-12-06T15:15:42.999208+0000 front 2023-12-06T15:15:42.999243+0000 (oldest deadline 2023-12-06T15:16:04.698824+0000) 2023-12-06T15:16:10.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:10 smithi150 bash[86313]: debug 2023-12-06T15:16:10.333+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T15:15:08.091080+0000 front 2023-12-06T15:15:08.090926+0000 (oldest deadline 2023-12-06T15:15:32.791073+0000) 2023-12-06T15:16:10.691 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:10 smithi150 bash[86313]: debug 2023-12-06T15:16:10.333+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T15:15:14.492781+0000 front 2023-12-06T15:15:14.492581+0000 (oldest deadline 2023-12-06T15:15:39.792607+0000) 2023-12-06T15:16:10.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:10 smithi150 bash[86313]: debug 2023-12-06T15:16:10.333+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T15:15:25.495621+0000 front 2023-12-06T15:15:25.495392+0000 (oldest deadline 2023-12-06T15:15:51.395441+0000) 2023-12-06T15:16:10.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:10 smithi150 bash[86313]: debug 2023-12-06T15:16:10.333+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T15:15:33.697008+0000 front 2023-12-06T15:15:33.697265+0000 (oldest deadline 2023-12-06T15:15:55.996813+0000) 2023-12-06T15:16:10.692 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:10 smithi150 bash[86313]: debug 2023-12-06T15:16:10.333+0000 7f52bbe13700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.150:6804 osd.4 since back 2023-12-06T15:15:42.999208+0000 front 2023-12-06T15:15:42.999243+0000 (oldest deadline 2023-12-06T15:16:04.698824+0000) 2023-12-06T15:16:11.941 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:11 smithi150 bash[92485]: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:16:12.191 INFO:journalctl@ceph.osd.7.smithi150.stdout:Dec 06 15:16:12 smithi150 bash[92838]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:16:13.855 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:13 smithi116 bash[71002]: level=error ts=2023-12-06T15:16:13.748Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:16:13.856 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:13 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:13.750Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:16:13.856 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:13 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:13.751Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:13.926 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T15:16:13.957 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:16:13.957 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T15:16:13.957 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-06T15:16:13.958 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-4424379a-9446-11ee-95a2-87774f69a715@prometheus.a 2023-12-06T15:16:14.191 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:13 smithi150 systemd[1]: Stopping Ceph prometheus.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.059Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.059Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.059Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.059Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.059Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.059Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.060Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.060Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:16:14.192 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.060Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:16:14.193 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.061Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:16:14.193 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.061Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:16:14.193 INFO:journalctl@ceph.prometheus.a.smithi150.stdout:Dec 06 15:16:14 smithi150 bash[61850]: ts=2023-12-06T15:16:14.061Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:16:14.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:14 smithi116 bash[71002]: level=error ts=2023-12-06T15:16:14.245Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:14.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:14 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:14.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:16:14.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:14 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:14.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:14.719 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4424379a-9446-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-06T15:16:14.755 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:16:14.755 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-06T15:16:14.755 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4424379a-9446-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T15:16:21.821 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:16:21 smithi116 systemd[1]: Stopping Ceph node-exporter.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:16:21.822 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:21 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:21.624Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi116.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.116:8443: connect: connection refused" 2023-12-06T15:16:21.822 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:21 smithi116 bash[71002]: level=warn ts=2023-12-06T15:16:21.625Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi150.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.150:8443: connect: connection refused" 2023-12-06T15:16:22.664 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:16:22 smithi116 bash[113391]: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T15:16:22.664 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:16:22 smithi116 bash[113438]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T15:16:22.664 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:16:22 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:16:22.664 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:16:22 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T15:16:22.665 INFO:journalctl@ceph.node-exporter.a.smithi116.stdout:Dec 06 15:16:22 smithi116 systemd[1]: Stopped Ceph node-exporter.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:16:22.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:22 smithi116 systemd[1]: Stopping Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:16:22.918 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:22 smithi116 bash[71002]: level=info ts=2023-12-06T15:16:22.797Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:16:23.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:23 smithi116 bash[113475]: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T15:16:23.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:23 smithi116 bash[113522]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:16:23.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:23 smithi116 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T15:16:23.668 INFO:journalctl@ceph.alertmanager.a.smithi116.stdout:Dec 06 15:16:23 smithi116 systemd[1]: Stopped Ceph alertmanager.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:16:58.216 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4424379a-9446-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T15:17:03.070 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:17:02 smithi150 systemd[1]: Stopping Ceph node-exporter.b for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:17:03.691 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:17:03 smithi150 bash[94356]: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T15:17:03.691 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:17:03 smithi150 bash[94402]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T15:17:03.691 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:17:03 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:17:03.691 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:17:03 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T15:17:03.692 INFO:journalctl@ceph.node-exporter.b.smithi150.stdout:Dec 06 15:17:03 smithi150 systemd[1]: Stopped Ceph node-exporter.b for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:17:04.079 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:17:03 smithi150 systemd[1]: Stopping Ceph grafana.a for 4424379a-9446-11ee-95a2-87774f69a715... 2023-12-06T15:17:04.079 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:17:03 smithi150 bash[59261]: t=2023-12-06T15:17:03+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T15:17:04.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:17:04 smithi150 bash[94439]: ceph-4424379a-9446-11ee-95a2-87774f69a715-grafana-a 2023-12-06T15:17:04.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:17:04 smithi150 bash[94487]: Error response from daemon: No such container: ceph-4424379a-9446-11ee-95a2-87774f69a715-grafana.a 2023-12-06T15:17:04.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:17:04 smithi150 systemd[1]: ceph-4424379a-9446-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T15:17:04.691 INFO:journalctl@ceph.grafana.a.smithi150.stdout:Dec 06 15:17:04 smithi150 systemd[1]: Stopped Ceph grafana.a for 4424379a-9446-11ee-95a2-87774f69a715. 2023-12-06T15:17:27.097 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:17:27.114 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:17:27.127 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T15:17:27.129 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/remote/smithi116/crash 2023-12-06T15:17:27.130 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/crash -- . 2023-12-06T15:17:27.146 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T15:17:27.146 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2023-12-06T15:17:27.148 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/remote/smithi150/crash 2023-12-06T15:17:27.149 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/crash -- . 2023-12-06T15:17:27.185 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/4424379a-9446-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T15:17:27.186 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2023-12-06T15:17:27.187 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T15:17:27.187 DEBUG:teuthology.orchestra.run.smithi116:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T15:17:27.206 INFO:teuthology.orchestra.run.smithi116.stderr:grep: /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T15:17:27.208 INFO:tasks.cephadm:Compressing logs... 2023-12-06T15:17:27.208 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T15:17:27.210 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T15:17:27.219 INFO:teuthology.orchestra.run.smithi116.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T15:17:27.226 INFO:teuthology.orchestra.run.smithi150.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T15:17:27.229 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-06T15:17:27.229 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T15:17:27.230 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi150.wouxyl.log 2023-12-06T15:17:27.231 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-06T15:17:27.231 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.5.log: /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi150.wouxyl.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T15:17:27.231 INFO:teuthology.orchestra.run.smithi150.stderr: 62.5% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi150.wouxyl.log.gz 2023-12-06T15:17:27.231 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi150.vkcumf.log 2023-12-06T15:17:27.235 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mgr.x.log: /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T15:17:27.236 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi150.vkcumf.log: 62.7% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi150.vkcumf.log.gz 2023-12-06T15:17:27.236 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T15:17:27.237 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-06T15:17:27.237 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-06T15:17:27.238 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi116.roplpj.log 2023-12-06T15:17:27.238 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.a.log: /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-06T15:17:27.239 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi116.roplpj.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T15:17:27.240 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T15:17:27.240 INFO:teuthology.orchestra.run.smithi116.stderr: 62.5% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi116.roplpj.log.gz 2023-12-06T15:17:27.240 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-06T15:17:27.240 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T15:17:27.241 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.1.log: /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T15:17:27.242 INFO:teuthology.orchestra.run.smithi116.stderr: 82.3%gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T15:17:27.242 INFO:teuthology.orchestra.run.smithi116.stderr: -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-06T15:17:27.242 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi116.ivsfoh.log 2023-12-06T15:17:27.246 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T15:17:27.250 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T15:17:27.251 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi116.ivsfoh.log: 62.7% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi116.ivsfoh.log.gz 2023-12-06T15:17:27.254 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T15:17:27.273 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T15:17:27.291 INFO:teuthology.orchestra.run.smithi150.stderr: 93.9% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T15:17:27.303 INFO:teuthology.orchestra.run.smithi150.stderr: 89.1% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-06T15:17:27.316 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T15:17:27.322 INFO:teuthology.orchestra.run.smithi116.stderr: 93.7% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T15:17:27.956 INFO:teuthology.orchestra.run.smithi150.stderr: 93.0% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-06T15:17:28.049 INFO:teuthology.orchestra.run.smithi116.stderr: 92.7% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-06T15:17:28.242 INFO:teuthology.orchestra.run.smithi150.stderr: 93.2% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T15:17:28.419 INFO:teuthology.orchestra.run.smithi116.stderr: 93.4% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T15:17:28.443 INFO:teuthology.orchestra.run.smithi116.stderr: 93.7% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T15:17:28.490 INFO:teuthology.orchestra.run.smithi150.stderr: 93.8% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T15:17:28.550 INFO:teuthology.orchestra.run.smithi150.stderr: 93.5% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T15:17:28.599 INFO:teuthology.orchestra.run.smithi116.stderr: 88.8% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-06T15:17:28.878 INFO:teuthology.orchestra.run.smithi150.stderr: 93.7% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T15:17:28.880 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-06T15:17:28.880 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m1.665s 2023-12-06T15:17:28.880 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m5.871s 2023-12-06T15:17:28.880 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.240s 2023-12-06T15:17:28.993 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T15:17:29.083 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T15:17:29.161 INFO:teuthology.orchestra.run.smithi116.stderr: 92.0% -- replaced with /var/log/ceph/4424379a-9446-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-06T15:17:29.162 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T15:17:29.162 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m1.949s 2023-12-06T15:17:29.162 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m9.759s 2023-12-06T15:17:29.163 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.359s 2023-12-06T15:17:29.163 INFO:tasks.cephadm:Archiving logs... 2023-12-06T15:17:29.164 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/remote/smithi116/log 2023-12-06T15:17:29.165 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T15:17:30.491 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/remote/smithi150/log 2023-12-06T15:17:30.492 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T15:17:31.332 INFO:tasks.cephadm:Removing cluster... 2023-12-06T15:17:31.333 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4424379a-9446-11ee-95a2-87774f69a715 --force 2023-12-06T15:17:32.119 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4424379a-9446-11ee-95a2-87774f69a715 --force 2023-12-06T15:17:32.907 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T15:17:32.907 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T15:17:32.914 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T15:17:32.919 INFO:tasks.cephadm:Teardown complete 2023-12-06T15:17:32.920 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T15:17:32.929 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T15:17:32.930 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T15:17:32.960 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T15:17:32.980 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T15:17:32.980 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2023-12-06T15:17:32.980 INFO:teuthology.orchestra.run.smithi150.stdout:*hv01.front.sepi 44.4.53.2 2 u 79 128 377 0.076 -1.611 0.531 2023-12-06T15:17:32.980 INFO:teuthology.orchestra.run.smithi150.stdout:+hv02.front.sepi 63.231.80.2 3 u 15 128 377 0.105 2.307 0.852 2023-12-06T15:17:32.980 INFO:teuthology.orchestra.run.smithi150.stdout:+hv03.front.sepi 74.6.168.72 3 u 22 128 377 0.093 4.389 0.432 2023-12-06T15:17:32.980 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T15:17:32.982 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T15:17:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2023-12-06T15:17:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:*hv01.front.sepi 44.4.53.2 2 u 19 64 377 0.092 -0.867 0.282 2023-12-06T15:17:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:+hv02.front.sepi 63.231.80.2 3 u 26 64 377 0.090 2.530 0.272 2023-12-06T15:17:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 377 0.085 5.240 0.167 2023-12-06T15:17:32.982 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T15:17:32.983 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T15:17:32.992 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T15:17:32.992 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T15:17:33.001 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T15:17:33.009 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T15:17:33.018 INFO:teuthology.task.internal:Duration was 2219.657341 seconds 2023-12-06T15:17:33.018 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T15:17:33.027 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T15:17:33.027 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T15:17:33.030 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T15:17:33.082 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T15:17:33.082 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T15:17:33.082 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T15:17:33.094 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2023-12-06T15:17:33.094 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T15:17:33.109 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T15:17:33.109 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T15:17:33.140 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T15:17:33.252 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T15:17:33.253 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T15:17:33.255 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T15:17:33.576 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T15:17:33.586 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T15:17:33.586 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T15:17:33.602 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T15:17:33.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T15:17:33.628 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:17:33.630 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:17:33.642 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2023-12-06T15:17:33.644 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2023-12-06T15:17:33.674 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:17:33.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:17:33.720 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:17:33.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:17:33.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T15:17:33.736 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T15:17:33.737 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/remote/smithi116 2023-12-06T15:17:33.737 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T15:17:33.779 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271/remote/smithi150 2023-12-06T15:17:33.779 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T15:17:33.814 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T15:17:33.815 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T15:17:33.817 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T15:17:33.857 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T15:17:33.868 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T15:17:33.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T15:17:33.878 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T15:17:33.879 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T15:17:33.881 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T15:17:33.886 INFO:teuthology.orchestra.run.smithi116.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 15:17 /home/ubuntu/cephtest 2023-12-06T15:17:33.888 INFO:teuthology.orchestra.run.smithi150.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 15:17 /home/ubuntu/cephtest 2023-12-06T15:17:33.891 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T15:17:33.901 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T15:17:33.960 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T15:17:33.985 DEBUG:teuthology.nuke:shortname: smithi116 2023-12-06T15:17:33.986 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T15:17:34.008 DEBUG:teuthology.nuke:shortname: smithi150 2023-12-06T15:17:34.008 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T15:17:34.011 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:13.171940', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T15:17:34.028 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480271', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:13.173905', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T15:17:34.061 INFO:teuthology.orchestra.console.smithi116:Power off 2023-12-06T15:17:34.061 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T15:17:34.088 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2023-12-06T15:17:34.088 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:17:34.105 INFO:teuthology.orchestra.console.smithi150:Power off 2023-12-06T15:17:34.105 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T15:17:34.116 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-12-06T15:17:34.128 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2023-12-06T15:17:34.128 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:17:34.152 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-06T15:17:38.117 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:17:38.153 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:17:38.228 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-12-06T15:17:38.263 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-06T15:17:42.230 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:17:42.264 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:17:42.341 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2023-12-06T15:17:42.374 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2023-12-06T15:17:42.443 INFO:teuthology.orchestra.console.smithi116:Power off completed 2023-12-06T15:17:42.475 INFO:teuthology.orchestra.console.smithi150:Power off completed 2023-12-06T15:17:42.581 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: 2219.6573407649994 failure_reason: 'Command failed on smithi116 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4424379a-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b859a523012a49fa8fd6a4eb99936dd2 status: fail success: false 2023-12-06T15:17:42.581 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T15:17:42.875 INFO:teuthology.run:FAIL